* g++.dg/other/first-global.C: New test.
[official-gcc.git] / gcc / testsuite / ChangeLog
blobb7b24ac6cf674205271a8f6742d8691e1695729d
1 Sat Oct 11 12:26:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
3         * g++.dg/other/first-global.C: New test.
5 2003-10-11  Roger Sayle  <roger@eyesopen.com>
7         * gcc.c-torture/execute/string-opt-18.c: New testcase.
9 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
11         * gcc.c-torture/compile/20031010-1.c: New test.
13 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
15         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
16         * gcc.c-torture/execute/va-arg-25.c: ... here.
18 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
20         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
22 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
24         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
26 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
28         * g++.dg/parse/error2.C: New test.
30 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
32         PR c++/11097
33         * g++.dg/other/error5.C: Modify the error message.
34         * g++.dg/lookup/using8.C: New test.
36 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
38         * gcc.dg/darwin-abi-2.c: New file.
39         * gcc.c-torture/execute/va-arg-24.c: New file.
41 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
43         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
44         indentation.
46 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
48         PR c++/10147
49         * g++.dg/other/error4.C: Update error messages.
50         * g++.dg/template/ptrmem4.C: Likewise.
51         
52         PR c++/12337
53         * g++.dg/init/new9.C: New test.
54         
55         PR c++/12334, c++/12236, c++/8656
56         * g++.dg/ext/attrib8.C: New test.
58 2003-10-06  Devang Patel  <dpatel@apple.com>
60         * gcc.dg/debug/dwarf2-3.h: New test.
61         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
62         
63 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
65         * g++.dg/opt/cfg2.C: New test.
67 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
69         * g++.dg/opt/float1.C: New test.
71 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
73         * gcc.dg/c90-array-lval-6.c: New test.
74         * gcc.dg/c99-array-lval-6.c: New test.
76 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
77             Ziemowit Laski  <zlaski@apple.com>
79         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
80         'Derived', so that it is never considered a class method; add
81         new warning for '+port' method ambiguity.
82         * objc.dg/method-12.m: Include <objc/objc.h> instead of
83         <objc/objc-api.h> (needed on Mac OS X).
84         * objc.dg/method-13.m: New test.
86 2003-10-03  Roger Sayle  <roger@eyesopen.com>
88         PR optimization/9325, PR java/6391
89         * gcc.c-torture/execute/20031003-1.c: New test case.
91 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
93         PR optimization/12180
94         * gcc.dg/20031002-1.c: New test.
96         PR c++/12486
97         * g++.dg/inherit/error1.C: New test.
99 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
101         * lib/f-torture.exp (search_for): Rename to...
102         (search_for_re): This.  Also, clean up comments and the
103         "regexp" invocation.
105 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
107         * gcc.c-torture/compile/20031002-1.c: New test.
109 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
111         * g++.dg/opt/cond1.C: New test.
113 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
115         * gcc.dg/Wold-style-definition-2.c: New testcase.
116         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
118 2003-09-29  Richard Henderson  <rth@redhat.com>
120         * g++.dg/init/array10.C: Add dg-options.
122 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
124         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
126 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
128         * g++.dg/template/friend19.C: Fix typo.
129         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
131 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
133         * gcc.c-torture/execute/20030928-1.c: New test.
134         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
136 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
138         * g++.dg/opt/unroll1.C: New test.
140 2003-09-26  Roger Sayle  <roger@eyesopen.com>
142         PR optimization/11741
143         * gcc.dg/20030926-1.c: New test case.
145 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
147         PR c++/5655
148         * g++.dg/parse/access7.C: New test.
149         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
151 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
153         MERGE OF objc-improvements-branch into MAINLINE:
154         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
155         if libobjc has not been built.
156         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
157         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
158         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
159         objc/execute/nested-3.m, objc/execute/np-2.m,
160         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
161         objc/execute/redefining_self.m, objc/execute/root_methods.m,
162         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
163         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
164         objc.dg/special/unclaimed-category-1.h,
165         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
166         well as GNU runtime.
167         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
168         * execute/cascading-1.m, execute/function-message-1.m,
169         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
170         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
171         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
172         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
173         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
174         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
175         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
176         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
177         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
178         * objc.dg/bitfield-2.m: Run only on Darwin.
179         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
180         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
181         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
182         * objc.dg/const-str-1.m: Fix constant string layout.
184 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
186         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
188 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
190         * gcc.dg/darwin-abi-1.c: New file.
192 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
194         PR target/12281
195         * gcc.c-torture/compile/20030921-1.c: New test.
197 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
199         * g++.dg/opt/reg-stack2.C: New test.
201 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
203         * g++.dg/eh/delayslot1.C: New test.
205 2003-09-20  Richard Henderson  <rth@redhat.com>
207         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
209 2003-09-20  Roger Sayle  <roger@eyesopen.com>
211         * gcc.c-torture/execute/20030920-1.c: New test case.
213 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
215         * g++.dg/rtti/typeid3.C: Correct expected error message.
217 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
219         PR c++/157
220         * g++.dg/parse/crash12.C: New test.
222 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
224         * gcc.dg/compat/mixed-struct-check.h: New.
225         * gcc.dg/compat/mixed-struct-defs.h: New.
226         * gcc.dg/compat/mixed-struct-init.h: New.
227         * gcc.dg/compat/struct-by-value-19_main.c: New.
228         * gcc.dg/compat/struct-by-value-19_x.c: New.
229         * gcc.dg/compat/struct-by-value-19_y.c: New.
230         * gcc.dg/compat/struct-by-value-20_main.c: New.
231         * gcc.dg/compat/struct-by-value-20_x.c: New.
232         * gcc.dg/compat/struct-by-value-20_y.c: New.
233         * gcc.dg/compat/struct-return-19_main.c: New.
234         * gcc.dg/compat/struct-return-19_x.c: New.
235         * gcc.dg/compat/struct-return-19_y.c: New.
236         * gcc.dg/compat/struct-return-20_main.c: New.
237         * gcc.dg/compat/struct-return-20_x.c: New.
238         * gcc.dg/compat/struct-return-20_y.c: New.
240 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
241         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
242         so that it will not complain on LP64 targets.
244 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
246         PR c++/495
247         * g++.dg/template/friend24.C: New test.
249 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
251         PR c++/12332
252         * g++.dg/template/memtmpl2.C: New test.
254 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
256         PR target/11184
257         * gcc.dg/builtin-apply1.c: New test.
259 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
261         PR c++/9848
262         * g++.dg/warn/Wunused-4.C: New test.
264 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
266         PR c++/12316
267         * g++.dg/other/gc2.C: New test.
269 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
271         PR c++/11991
272         * g++.dg/rtti/typeid3.C: New test.
274         PR c++/12266
275         * g++.dg/overload/template1.C: New test.
277 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
279         * g++.dg/opt/cfg3.C: New test.
281 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
283         PR c++/7939
284         * g++.dg/template/crash11.C: New test.
286 2003-09-16  Jason Merrill  <jason@redhat.com>
287             Jakub Jelinek  <jakub@redhat.com>
289         * gcc.dg/attr-warn-unused-result.c: New test.
291 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
293         PR c++/12184
294         * g++.dg/expr/call2.C: New test.
296 2003-09-15  Andreas Jaeger  <aj@suse.de>
298         * gcc.dg/Wold-style-definition-1.c: New test.
300 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
302         PR c++/3907
303         * g++.dg/parse/template12.C: New test.
305         * g++.dg/abi/bitfield11.C: New test.
306         * g++.dg/abi/bitfield12.C: Likewise.
308 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
310         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
311         non-expansion of functional macro name without arguments at EOL.
312         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
314 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
316         * gcc.c-torture/execute/20030914-[12].c: New tests.
318 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
320         PR c++/11788
321         * g++.dg/overload/addr1.C: New test.
323 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
325         * gcc.dg/20030909-1.c: New test.
327 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
329         * gcc.dg/ultrasp10.c: New test.
331 2003-09-09  Devang Patel  <dpatel@apple.com>
333         * gcc.dg/darwin-ld-6.c: New test.
334         
335 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
337         * gcc.dg/torture/builtin-explog-1.c: New testcase.
339 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
341         * gcc.dg/ia64-types1.c: New test.
342         * gcc.dg/ia64-types2.c: Likewise.
344 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
346         * gcc.dg/builtins-1.c: Add more _Complex tests.
347         * gcc.dg/torture/builtin-attr-1.c: Likewise.
349         * gcc.dg/builtins-1.c: Test existing _Complex functions.
350         * gcc.dg/torture/builtin-attr-1.c: Likewise.
352 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
354         PR c++/11786
355         * g++.dg/lookup/koenig2.C: New test.
357         PR c++/5296
358         * g++.dg/rtti/typeid2.C: New test.
360 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
362         * gcc.c-torture/compile/20030904-1.c: New test.
364 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
366         * g++.dg/opt/longbranch2.C: New test.
368 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
370         * g++.dg/template/crash10.C: Only compile it.
372 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
374         PR middle-end/11665
375         * gcc.c-torture/compile/20030907-1.c: New test.
376         * g++.dg/init/array11.C: New test.
378 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
380         PR c++/11852
381         * g++.dg/init/struct1.C: New test.
383 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
385         PR c++/12181
386         * g++.dg/expr/comma1.C: New test.
388 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
390         PR c++/11867
391         * g++.dg/expr/static_cast5.C: New test.
393 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
395         PR c++/11507
396         * g++.dg/lookup/scoped7.C: New test.
398         PR c++/9574
399         * g++.dg/other/static1.C: New test.
401         PR c++/11490
402         * g++.dg/warn/template-1.C: New test.
404         PR c++/11432
405         * g++.dg/template/crash10.C: New test.
407         PR c++/2478
408         * g++.dg/overload/VLA.C: New test.
410         PR c++/10804
411         * g++.dg/template/call1.C: New test.
413 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
415         PR c++/11794
416         * g++.dg/parse/using3.C: New test.
418 2003-09-06  Roger Sayle  <roger@eyesopen.com>
420         PR c++/11409
421         * g++.dg/overload/builtin3.C: New test case.
423 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
425         PR c/9862
426         * gcc.dg/20030906-1.c: New test.
427         * gcc.dg/20030906-2.c: Likewise.
429 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
431         PR c++/12167
432         * g++.dg/parse/defarg5.C: New test.
434         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
436 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
438         PR c++/12163
439         * g++.dg/expr/static_cast4.C: New test.
441         PR c++/12146
442         * g++.dg/template/crash9.C: New test.
444 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
446         * g++.old-deja/g++.ext/pretty2.C: Update for change 
447         in __FUNCTION__.
448         * g++.old-deja/g++.ext/pretty3.C: Likewise.
450 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
452         PR c++/11922
453         * g++/dg/template/qualified-id1.C: New test.
454         
455         PR c++/12037
456         * g++.dg/warn/noeffect4.C: New test.
458 2003-09-04  Matt Austern  <austern@apple.com>
460         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
461         * g++.dg/ext/fnname2.C: Likewise.
462         * g++.dg/ext/fnname3.C: Likewise.
463         
464 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
466         * g++.dg/expr/lval1.C: New test.
467         * g++.dg/ext/lvcast.C: Remove.
469 2003-09-03  Roger Sayle  <roger@eyesopen.com>
471         PR optimization/11700.
472         * gcc.c-torture/compile/20030903-1.c: New test case.
474 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
476         PR c++/12053
477         * g++.dg/abi/layout4.C: New test.
479 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
481         PR c++/11553
482         * g++.dg/parse/friend3.C: New test.
483         
484 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
486         PR c++/11847
487         * g++.dg/template/class1.C: New test.
489         PR c++/11808
490         * g++.dg/expr/call1.C: New test.
492 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
494         PR c++/12114
495         * g++.dg/init/ref9.C: New test.
497         PR c++/11972
498         * g++.dg/template/nested4.C: New test.
500 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
502         PR c++/12093
503         * g++.dg/template/non-dependent4.C: New test.
505         PR c++/11928
506         * g++.dg/inherit/conv1.C: New test.
508 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
510         PR c++/6196
511         * g++.dg/ext/label1.C: New test.
512         * g++.dg/ext/label2.C: Likewise.
514 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
516         * g++.dg/expr/cond3.C: New test.
518 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
520         * gcc.dg/builtins-1.c: Add new builtin cases.
522 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
524         * gcc.dg/builtins-1.c: Add new cases.
525         * gcc.dg/torture/builtin-attr-1.c: Likewise.
527 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
529         * gcc.dg/builtins-1.c: Add more math builtin tests.
530         * gcc.dg/torture/builtin-attr-1.c: New test.
532 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
534         PR optimization/5079
535         * g++.dg/opt/static3.C: New test.
537 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
539         * gcc.misc-tests/gcov-10b.c: New test.
541 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
543         * g++.dg/opt/ptrmem3.C: New test.
545         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
547 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
549         * gcc.dg/20030826-2.c: New test.
551 2003-08-26  Roger Sayle  <roger@eyesopen.com>
553         PR middle-end/12002
554         * g77.f-torture/compile/12002.f: New test case.
556 2003-08-26  Roger Sayle  <roger@eyesopen.com>
558         * gcc.dg/20030826-1.c: New test case.
560 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
562         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
564 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
566         PR c++/11871
567         * c++.dg/lookup/crash1.C: New test.
569         * c++.dg/warn/noeffect3.C: New test.
571 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
573         * gcc.dg/compat/vector-1_x.c: Compile with -w.
574         * gcc.dg/compat/vector-1_y.c: Ditto.
575         * gcc.dg/compat/vector-2_x.c: Ditto.
576         * gcc.dg/compat/vector-2_y.c: Ditto.
578 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
580         * gcc.dg/20030702-1.c: New test.
582 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
584         PR c++/8795
585         * g++.dg/ext/altivec-1.C: New test.
587 2003-08-24  Richard Henderson  <rth@redhat.com>
589         * g++.dg/eh/simd-2.C: Add -w for x86.
591 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
593         * gcc.dg/20030815-1.c: New test.
595 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
597         PR c++/3765
598         * g++.dg/parse/access6.C: New test.
600 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
602         PR c++/641, c++/11876
603         * g++.dg/template/friend22.C: New test.
604         * g++.dg/template/friend23.C: Likewise.
606 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
608         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
609         identically.
611 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
613         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
615 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
617         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
619 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
621         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
623 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
625         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
627 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
629         PR c++/11919
630         * g++.dg/overload/prom1.C: New test.
632         PR c++/11551
633         * g++.dg/parse/dtor2.C: New test.
635         PR c++/10762
636         * g++.dg/parse/using2.C: New test.
638 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
640         PR target/11805
641         * gcc.c-torture/compile/20030821-1.c: New.
643 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
645         PR c++/11834
646         * g++.dg/template/deduce2.C: New test.
648 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
650         * gcc.c-torture/execute/20030821-1.c: New test.
652 2003-08-20  Roger Sayle  <roger@eyesopen.com>
654         PR middle-end/11984
655         * gcc.dg/20030820-1.c: New test case.
657 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
659         PR c++/11945
660         * g++.dg/warn/noeffect2.C: New test.
662 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
664         PR c++/10926
665         * g++.dg/template/dtor2.C: New test.
667         PR c++/11684
668         * g++.dg/template/operator1.C: New test.
669         * g++.dg/parse/operator4.C: New test.
671         PR c++/11946.C
672         * g++.dg/expr/enum1.C: New test.
673         * gcc.dg/c99-bool-1.c: Remove bogus warning.
675         PR c++/11036.C
676         * g++.dg/parse/elab2.C: New test.
677         * g++.dg/parse/typedef4.C: Change error message.
678         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
679         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
680         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
682 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
684         * gcc.dg/pch/warn-1.c: New.
685         * gcc.dg/pch/warn-1.hs: New.
687         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
688         not-tested file.
690 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
692         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
694 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
696         * gcc.dg/uninit-D.c: New Test.
697         * gcc.dg/uninit-E.c: New Test.
698         * gcc.dg/uninit-F.c: New Test.
699         * gcc.dg/uninit-G.c: New Test.
701 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
703         * g++.dg/README: Describe the pch directory.
705 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
707         PR c++/11174
708         * g++.dg/parse/access4.C: New test.
709         * g++.dg/parse/access5.C: Likewise.
710         * g++.old-deja/g++.jason/access17.C: Adjust error message.
712 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
714         * gcc.dg/noncompile/20030818-1.c: New.
716 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
718         PR c++/11957
719         * g++.dg/warn/noeffect1.C: New test.
721         * g++.dg/template/scope2.C: New test.
722         * g++.dg/template/error2.C: Correct dg-error
724 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
726         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
728 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
730         PR C++/11512
731         * g++.dg/template/warn1.C: New.
733 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
735         * g++.dg/template/error2.C: New test.
736         * g++.dg/lookup/using7.C: Adjust errors
737         * g++.old-deja/g++.pt/crash36.C: Likewise.
738         * g++.old-deja/g++.pt/derived3.C: Likewise.
740 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
742         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
743         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
744         * gcc.c-torture/execute/builtins/string-9.c: New, from
745         string-opt-9.c.  Adjust for execute/builtins framework.
746         * gcc.c-torture/execute/string-opt-9.c: Delete.
748 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
750         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
752         * g++.dg/parse/ret-type2.C: New test.
754         PR c++/11703
755         * g++.dg/init/new8.C: New test.
757         PR c++/10923
758         * g++.dg/parse/typedef5.C: New test.
760         PR c++/9512
761         * g++.dg/parse/qualified2.C: New test.
762         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
763         invalid code.
765 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
767         * g++.dg/conversion/ptrmem1.C: New test.
769 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
771         PR target/11693
772         * gcc.dg/20030811-1.c: New test.
774         PR target/11535
775         * gcc.c-torture/execute/20030811-1.c: New test.
777 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
779         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
781 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
783         PR c++/11789.C
784         * g++.dg/inherit/multiple1.C: New test.
786 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
788         * gcc.dg/spe1.c: New test.
790         PR c++/11670
791         * g++.dg/expr/cast2.C: New test.
792         
793         PR c++/10530
794         * g++.dg/template/dependent-name2.C: New test.
796 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
798         * g++.dg/parse/crash11.C: Put the dg options in comments.
800 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
802         * lib/gcc-dg.exp: Update for diagnostic change.
804 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
806         PR c++/5767
807         * g++.dg/parse/crash11.C: New test.
809 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
811         * gcc.dg/cpp/spacing1.c: Update.
813 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
815         PR target/11739
816         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
817         a value for -mtune.
819 2003-08-04  Roger Sayle  <roger@eyesopen.com>
821         PR middle-end/11771
822         * gcc.c-torture/compile/20030804-1.c: New test case.
824 2003-08-04  Roger Sayle  <roger@eyesopen.com>
826         * gcc.dg/20030804-1.c: New test case.
828 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
830         * gcc.dg/cpp/separate-1.c: New test.
832 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
834         PR c++/11704
835         * g++.dg/template/dependent-expr2.C: New test.
837         PR c++/11766
838         * g++.dg/expr/ptrmem1.C: New test.
840 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
842         PR c++/9453
843         * g++.dg/template/friend15.C: New test.
845 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
847         * lib/dg-pch.exp: Work round PCH bug.
849 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
851         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
852         builtins.  Move cases from builtins-4.c here.
854         * gcc.dg/torture/builtin-math-1.c: New test taken from
855         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
856         additional cases.
857         
858         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
859         Delete.
861 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
863         PR c++/9447
864         * g++.dg/template/using7.C: New test.
866 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
868         * import1.c, import2.c: New tests.
870 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
872         * g++.dg/eh/crossjump1.C: New test.
874 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
876         PR c++/11697
877         * g++.dg/template/using6.C: New test.
879         PR c++/11744
880         * g++.dg/template/koenig2.C: New test.
882 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
884         PR c++/7983
885         * g++.dg/parse/typedef4.C: New test.
887 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
889         PR c++/8442, c++/8806
890         * g++.dg/template/elab1.C: New test.
891         * g++.dg/template/type2.C: Likewise.
892         * g++.dg/template/ttp3.C: Adjust expected error message.
893         * g++.old-deja/g++.law/visibility13.C: Likewise.
894         * g++.old-deja/g++.niklas/t135.C: Likewise.
895         * g++.old-deja/g++.pt/ttp41.C: Likewise.
896         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
897         template argument.
898         * g++.old-deja/g++.pt/ttp44.C: Likewise.
900 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
902         PR c++/11295
903         * g++.dg/ext/stmtexpr1.C: New test.
905         * g++.dg/opt/tmp1.C: New test.
907         PR c++/11525
908         * g++.dg/parse/constant4.C: New test.
910         PR c++/9447
911         * g++.dg/template/using5.C: New test.
913 2003-07-31  Roger Sayle  <roger@eyesopen.com>
915         * gcc.dg/builtins-27.c: New test case.
917 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
919         * gcc.dg/tls/opt-7.c: New test.
921 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
922         
923         * g++.old-deja/g++.other/crash18.C: Remove.
925 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
927         * g++.dg/template/explicit3.C: New.
928         * g++.dg/template/explicit4.C: New.
929         * g++.dg/template/explicit5.C: New.
931         PR c++/11347
932         * g++.dg/template/memtmpl1.C: New.
934 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
936         PR target/11565
937         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
938         * gcc.dg/i386-387-5.c (dg-options): Likewise.
940 2003-07-30  Jan Hubicka  <jh@suse.cz>
942         * vtgc1.c: Kill.
944 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
946         * gcc.dg/struct-in-proto-1.c: New test.
948 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
950         * gcc.dg/cpp/include2.c: Only expect one message.
952 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
954         PR c++/9447
955         * g++.dg/template/using1.C: New test.
956         * g++.dg/template/using2.C: New test.
957         * g++.dg/template/using3.C: New test.
958         * g++.dg/template/using4.C: New test.
960 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
962         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
963         * gcc.c-torture/execute/string-opt-10.c: Likewise.
965 2003-07-28  Jan Hubicka  <jh@suse.cz>
967         PR c++/11530
968         * g++.dg/opt/call1.C: New test.
970 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
972         PR c++/11667
973         * g++.dg/init/enum2.C: New test.
974         * g++.dg/template/overload1.C: Add "-w" option.
976 2003-07-28    <hp@bitrange.com>
978         * gcc.dg/Wdeclaration-after-statement-1.c,
979         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
981 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
983         * gcc.c-torture/compile/20030725-1.c: New test.
985 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
987         * gcc.dg/20030505.c: Only run for SPE.
988         Remove definition of opaque type.
990 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
992         * g++.dg/template/ptrmem6.C: New test.
994 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
996         * gcc.c-torture/compile/zero-strct-2.c: New test.
998 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
1000         * gcc.dg/intermod-1.c: New test.
1002 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1004         PR c++/11617
1005         * g++.dg/template/lookup2.C: New test.
1006         * g++.dg/template/memclass1.C: Remove instantiated from error.
1007         * g++.dg/other/error2.C: Tweak expected errors.
1009         PR c++/11596
1010         * g++.dg/template/defarg3.C: New test.
1012         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
1014 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
1016         * g++.dg/inherit/access5.C: New test.
1018 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1020         PR c++/11513
1021         * g++.dg/template/crash8.C: New test.
1023 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
1025         PR c/10602
1026         * gcc.dg/noncompile/incomplete-2.c: New test.
1028 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
1030         PR c++/11645
1031         * g++.dg/inherit/access4.C: New test.
1033         PR c++/11517
1034         * g++.dg/expr/cond2.C: New test.
1036         PR optimization/10679
1037         * g++.dg/opt/inline4.C: New test.
1039 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
1041         * g++.dg/parse/crash10: New test.
1043 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1045         * g++.dg/ext/flexary1.C: New test.
1047 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1049         PR c++/10793
1050         * g++.dg/template/crash9.C: New test.
1052 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1054         PR c++/3004
1055         * g++.dg/parse/typedef3.C: New test.
1057         PR c++/7906
1058         * g++.dg/parse/operator2.C: New test.
1060         PR c++/8895
1061         * g++.dg/parse/def-tmpl-arg1.C: New test.
1063         PR c++/9282
1064         * g++.dg/parse/funptr1.C: New test.
1066         PR c++/9452
1067         * g++.dg/parse/ambig3.C: New test.
1069         PR c++/9454
1070         * g++.dg/parse/operator3.C: New test.
1072         PR c++/9486
1073         * g++.dg/parse/template10.C: New test.
1075         PR c++/9488
1076         * g++.dg/parse/template11.C: New test.
1078         PR c++/10150
1079         * g++.dg/parse/invalid-op1.C: New test.
1081         PR c++/10247
1082         * g++.dg/parse/condexpr1.C: New test.
1084 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1086         * g++.dg/ext/packed3.C: New test.
1087         * g++.dg/ext/packed4.C: New test.
1089         * gcc.dg/pack-test-3.c: New test.
1091 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
1093         * lib/compat.exp: Handle dg-options per source file.
1094         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
1095         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
1096         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
1097         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
1098         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
1099         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
1100         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
1101         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
1102         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
1103         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
1104         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
1105         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
1106         * g++.dg/compat/break/bitfield7_x.C: Ditto.
1107         * g++.dg/compat/break/bitfield7_y.C: Ditto.
1109 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1111         PR c/10320
1112         * gcc.c-torture/execute/20030718-1.c: New test.
1114 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1116         PR optimization/11536
1117         * gcc.dg/20030721-1.c: New test.
1119 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
1121         PR c++/11546
1122         * g++.dg/template/lookup1.C: New test.
1124 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
1126         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
1127         diagnostics of ill-formed constructs involving labels.
1128         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
1129         the new 'previously defined here' message.
1131 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
1133         * g++.dg/parse/non-dependent2.C: New test.
1135 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
1137         * g++.dg/init/init-ref4.C: xfail on targets without
1138         weak symbols.
1140 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
1142         PR target/11087
1143         * gcc.c-torture/execute/20030717-1.c: New test.
1145 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1147         * g++.dg/opt/cfg1.C: New test.
1149 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
1151         PR optimization/11557
1152         * gcc.dg/20030717-1.c: New test.
1154 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
1156         PR c++/10476
1157         * g++.dg/expr/crash-1.C: New test.
1159         PR c++/11027
1160         * g++.dg/template/init3.C: New test.
1162         PR c++/8222
1163         * g++.dg/template/non-dependent1.C: New test.
1165         PR c++/11070
1166         * g++.dg/template/non-dependent2.C: New test.
1168         PR c++/11071
1169         * g++.dg/template/non-dependent3.C: New test.
1171         PR c++/9907
1172         * g++.dg/template/sizeof5.C: New test.
1174 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
1176         PR 11498
1177         * gcc.c-torture/compile/mangle-1.c: New file.
1179 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1181         PR c++/7809
1182         * g++.dg/parse/access3.C: New test.
1184 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
1186         PR c++/11384
1187         * g++.dg/init/init-ref4.C: New test.
1189 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
1191         PR c++/11547
1192         * g++.dg/parse/constant3.C: New test.
1193         * g++.dg/parse/crash7.C: Likewise.
1195 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
1197         PR target/11008
1198         * gcc.dg/i386-pentium4-not-mull.c: New.
1200 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
1202         * gcc.dg/asm-names.c (ymain): Make it weak.
1204 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1206         PR c++/5421
1207         * g++.dg/template/friend21.C: New test.
1209 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
1211         * gcc.dg/cleanup-8.c: New test.
1212         * gcc.dg/cleanup-9.c: New test.
1214 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
1216         * g++.dg/ext/dll-MI1.h: New file.
1217         * g++.dg/ext/dllexport-MI1.C: New file.
1218         * g++.dg/ext/dllimport-MI1.C: New file.
1220 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
1222         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
1223         it does not have cmpstrsi patterns (just cmpmemsi).
1225 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
1227         PR debug/11473
1228         * g++.dg/debug/debug8.C: New test.
1230 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1232         PR c++/10108
1233         * g++.dg/template/crash7.C: New test.
1235 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
1237         PR target/10795
1238         * gcc.c-torture/compile/20030708-1.c: New.
1240 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1242         * gcc.c-torture/execute/20030715-1.c: New test.
1244 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
1246         * gcc.dg/pch/inline-3.c: New file.
1247         * gcc.dg/pch/inline-3.hs: New file.
1248         * gcc.dg/pch/inline-4.c: New file.
1249         * gcc.dg/pch/inline-4.hs: New file.
1251 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
1253         PR c++/11509
1254         * g++.dg/template/crash6.C: New test.
1256         PR c++/7053
1257         * g++.dg/template/friend20.C: New test.
1259         PR c++/7019
1260         * g++.dg/template/overload2.C: New test.
1262 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1264         PR optimization/11440
1265         * gcc.c-torture/execute/20030714-1.c: New test.
1267 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1269         PR c++/11154
1270         * g++.dg/template/partial2.C: New test.
1272 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
1274         PR c++/11503
1275         * g++.dg/template/anon1.C: New test.
1277         PR c++/11493
1278         PR c++/11495
1279         * g++.dg/parse/template9.C: Likewise.
1280         * g++.dg/template/crash4.C: New test.
1281         * g++.dg/template/koenig1.C: Likewise.
1282         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
1283         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
1284         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
1285         functions.
1286         * g++.old-deja/g++.jason/template36.C: Likewise.
1287         * g++.old-deja/g++.mike/p1989.C: Likewise.
1288         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
1289         * g++.old-deja/g++.pt/ttp20.C: Use this->.
1290         * g++.old-deja/g++.pt/ttp21.C: Use this->.
1291         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
1292         compiling.
1293         * g++.old-deja/g++.pt/union2.C: Use this->.
1295 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1297         * gcc.dg/20030711-1.c: New test.
1299 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
1301         PR c++/11050
1302         * g++.dg/parse/args1.C: New test.
1303         * g++.pt/defarg8.C: Change expected errors.
1305 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
1307         PR c++/8164
1308         * g++.dg/template/nontype2.C: New test.
1310         PR c++/10558
1311         * g++.dg/parse/template8.C: New test.
1313         PR c++/8327
1314         * g++.dg/template/scope1.C: New test.
1316         * g++.dg/warn/Wsign-compare-1.C: New test.
1318 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1320         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
1322 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
1324         PR c++/9411
1325         * g++.dg/template/explicit2.C: New test.
1327         PR c++/10032
1328         * g++.dg/warn/pedantic1.C: New test.
1330 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
1332         PR c++ 9483
1333         * g++.dg/other/field1.C: New test.
1335 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1337         PR c/11449
1338         * gcc.c-torture/compile/20030707-1.c: New.
1340 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1342         PR c++/10849
1343         * g++.dg/template/access12.C: New test.
1345 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
1347         * g++.dg/bprob/bprob.exp (prof_ext): Update.
1348         * g77.dg/bprob/bprob.exp (prof_ext): Update.
1349         * gcc.misc-tests/bprob.exp (prof_ext): Update.
1350         * gcc.misc-tests/gcov.exp: Update
1351         * g++.dg/gcov/gcov.exp: Update
1352         * lib/gcov.exp: Update.
1354 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
1356         * g++.dg/abi/mangle17.C: Make sure template expressions are
1357         dependent.
1358         * g++.dg/abi/mangle4.C: Mark erroneous casts.
1359         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1360         * g++.dg/opt/stack1.C: Remove erroneous code.
1361         * g++.dg/parse/template7.C: New test.
1362         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1363         * g++.old-deja/g++.pt/crash4.C: Likewise.
1365 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1367         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1368         with zero or one occurence of `$' after the initial `L'.
1370 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1372         * gcc.c-torture/compile/20030704-1.c: Add a comment.
1374 2003-07-08  Roger Sayle  <roger@eyesopen.com>
1376         PR c/11370
1377         * gcc.dg/Wunreachable-6.c: New testcase.
1378         * gcc.dg/Wunreachable-7.c: New testcase.
1380 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1382         PR c/11420
1383         * gcc.dg/20030708-1.c: New test.
1385 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1387         * gcc.dg/compat/sdata-section.h: New file.
1388         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1389         * gcc.dg/torture/mips-sdata-1.c: New test.
1391 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1393         PR c++/11030
1394         * g++.dg/template/friend19.C: New test.
1396 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1398         * g++.dg/opt/strength-reduce.C: New test.
1400 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1402         PR target/10979
1403         * gcc.dg/20030707-1.c: New testcase.
1405 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1407         PR optimization/11059
1408         * g++.dg/opt/emptyunion.C: New testcase.
1410 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1411             Eric Botcazou  <ebotcazou@libertysurf.fr>
1413         * g++.dg/opt/stack1.C: New test.
1415 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
1417         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1418         run test.
1420         PR c++/11431
1421         * g++.dg/expr/static_cast3.C: New test.
1423 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1425         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1426         everywhere.
1427         * gcc.dg/concat.c: Concatenation of string constants with
1428         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1429         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1430         * gcc.dg/cpp/escape-2.c: Use wide character constants where
1431         necessary to avoid multi-character character constant warning.
1432         * gcc.dg/cpp/escape.c: Likewise.
1433         * gcc.dg/cpp/ucs.c: Likewise.
1434         Remove backslashes from dg-bogus comments, as they confuse Tcl.
1435         Fix a typo.
1437 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1439         PR c/11428
1440         * gcc.c-torture/compile/20030704-1.c: New.
1442 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1444         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1446 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1448         PR c++/5287, PR c++/7910,  PR c++/11021
1449         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1450         tests for warnings.
1451         * g++.dg/ext/dllimport2.C: Add tests for warnings.
1452         * g++.dg/ext/dllimport3.C: Likewise.
1453         * g++.dg/ext/dllimport4.C: New file.
1454         * g++.dg/ext/dllimport5.C: New file.
1455         * g++.dg/ext/dllimport6.C: New file.
1456         * g++.dg/ext/dllimport7.C: New file.
1457         * g++.dg/ext/dllimport8.C: New file.
1458         * g++.dg/ext/dllimport9.C: New file.
1459         * g++.dg/ext/dllimport10.C: New file.
1460         * g++.dg/ext/dllexport1.C: New file.
1462 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1464         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1465         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1467 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1469         * gcc.dg/builtins-25.c: New testcase.
1470         * gcc.dg/builtins-26.c: New testcase.
1472 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
1474         * gcc.dg/compat/vector-defs.h: New file.
1475         * gcc.dg/compat/vector-setup.h: New file.
1476         * gcc.dg/compat/vector-check.h: New file.
1477         * gcc.dg/compat/vector-1_main.c: New file.
1478         * gcc.dg/compat/vector-1_x.c: New file.
1479         * gcc.dg/compat/vector-1_y.c: New file.
1480         * gcc.dg/compat/vector-2_main.c: New file.
1481         * gcc.dg/compat/vector-2_x.c: New file.
1482         * gcc.dg/compat/vector-2_y.c: New file.
1484         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1485         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1486         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1487         * gcc.dg/compat/struct-align-1.h: New file.
1488         * gcc.dg/compat/struct-align-1_main.c: New file.
1489         * gcc.dg/compat/struct-align-1_x.c: New file.
1490         * gcc.dg/compat/struct-align-1_y.c: New file.
1491         * gcc.dg/compat/struct-align-2.h: New file.
1492         * gcc.dg/compat/struct-align-2_main.c: New file.
1493         * gcc.dg/compat/struct-align-2_x.c: New file.
1494         * gcc.dg/compat/struct-align-2_y.c: New file.
1496         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1497         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1498         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1499         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1500         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1501         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1502         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1503         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1504         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1505         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1506         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1507         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1508         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1509         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1510         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1511         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1512         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1513         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1514         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1515         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1516         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1517         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1518         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1519         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1520         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1521         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1522         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1523         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1524         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1526 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1528         * gcc.dg/i386-call-1.c: New test.
1530 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1532         PR c++/9162
1533         * g++.dg/parse/defarg4.C: New.
1535 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1537         PR target/10700
1538         * gcc.c-torture/compile/20030703-1.c: New test case.
1540 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1542         * g++.dg/template/local3.C: Remove extra semicolon.
1544 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1546         * gcc.dg/i386-volatile-1.c: New test.
1548 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1550         PR c++/11072
1551         * g++.dg/other/offsetof2.C: XFAIL.
1552         * g++.dg/other/offsetof5.C: New.
1554         PR c++/10219
1555         * g++.dg/template/error1.C: New.
1557         PR c++/9779
1558         * g++.dg/template/dependent-expr1.C: New.
1560 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1562         PR c++/6949
1563         * g++.dg/template/local3.C: New test.
1565         PR c++/11149
1566         * g++.dg/lookup/scoped6.C: New test.
1568 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
1570         PR c++/8046
1571         * g++.dg/other/error7.C: New test.
1573 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1575         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1576         * g++.old-deja/g++.abi/vtable3.h: Likewise.
1577         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1578         * g++.old-deja/g++.other/union2.C: Likewise.
1579         * gcc.dg/c90-const-expr-2.c: Likewise.
1580         * gcc.dg/c90-const-expr-3.c: Likewise.
1581         * gcc.dg/c99-const-expr-2.c: Likewise.
1582         * gcc.dg/c99-const-expr-3.c: Likewise.
1583         * gcc.dg/concat.c: Likewise.
1585 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1587         PR c++/9559
1588         * g++.dg/init/static1.C: New test.
1590 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1592         * Changelog: Remove ">>>>>>>" from previous change.
1594 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1596         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1597         * g++.old-deja/g++.other/access2.C: Likewise.
1598         * g++.old-deja/g++.other/decl2.C: Likewise.
1599         * gcc.c-torture/execute/20020615-1.c: Likewise.
1601 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1603         PR c++/4933
1604         * g++.dg/template/sizeof4.C: New test.
1606 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1608         * g++.dg/other/error6.C: New test.
1610 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1612         PR c++/10750
1613         * g++.dg/parse/constant2.C: New test.
1615 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
1617         PR c++/11106
1618         * g++.dg/other/error5.C: New test.
1620 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1622         * gcc.dg/format/gcc_diag-1.c: New test.
1624 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1626         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1628 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1630         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1631         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1632         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1634 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1636         * gcc.c-torture/execute/builtins/string-8.c: New test.
1637         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1638         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1639         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1641 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1643         PR c++/10468
1644         * g++.dg/ext/typeof6.C: New test.
1646 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1648         PR c++/10796
1649         * g++.dg/init/enum1.C: New test.
1651 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1653         * gcc.dg/20030627-1.c: New test.
1655 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1657         PR c++/11332
1658         * g++.dg/expr/static_cast2.C: New test.
1660 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1661             Jakub Jelinek  <jakub@redhat.com>
1663         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1664         sprintf(dst,"%s",src) optimization.
1665         * gcc.c-torture/execute/20030626-1.c: New test case.
1666         * gcc.c-torture/execute/20030626-2.c: New test case.
1668 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1670         * gcc.c-torture/execute/multi-ix.c: New test.
1672         * gcc.c-torture/execute/simd-4.c (main):
1673         Added missing semicolon at end of union.
1675 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1677         PR c++/8266
1678         * g++.dg/template/explicit-instantiation3.C: New test.
1680 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1682         * gcc.dg/20030626-1.c: Use signed char.
1684 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1686         * gcc.dg/20030626-1.c: New test.
1688 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1690         * const-str-2.m: Update.
1692 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
1694         PR c++/10990
1695         * g++.dg/rtti/dyncast1.C: New test.
1696         * g++.dg/abi/mangle4.C: Correct base-specifier access.
1697         * g++.dg/lookup/scoped1.C: Remove XFAIL.
1698         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1700         PR c++/10931
1701         * g++.dg/expr/static_cast1.C: New test.
1703 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
1705         * gcc.dg/20030625-1.c: New test.
1707 2003-06-24  Roger Sayle  <roger@eyesopen.com>
1709         * gcc.c-torture/compile/20030624-1.c: New test case.
1711 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
1713         * gcc.c-torture/execute/string-opt-17.c: New test.
1715 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
1717         PR c++/5754
1718         * g++.dg/parse/crash6.C: New test.
1720 2003-06-23  Roger Sayle  <roger@eyesopen.com>
1722         * gcc.dg/builtins-24.c: New test case.
1724 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
1726         * g++.dg/opt/operator1.C: New test.
1728 2003-06-22  Roger Sayle  <roger@eyesopen.com>
1730         * gcc.c-torture/execute/string-opt-16.c: New test case.
1732 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1734         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
1735         * g++.old-deja/g++.other/conv7.C: Likewise
1736         * g++.old-deja/g++.other/overcnv2.C: Likewise.
1737         * g++.old-deja/g++.other/overload14.C: Likewise.
1739 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1741         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1742         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1744 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1746         PR c++/10888
1747         * g++.dg/warn/Winline-3.C: New test.
1749 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1751         * lib/target-supports.exp (check_alias_available): Make the test
1752         program acceptable to the Solaris assembler.
1754         PR c++/10749
1755         * g++.dg/template/memclass2.C: New test.
1757 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1758             Eric Botcazou  <ebotcazou@libertysurf.fr>
1760         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1761         data for non-matching targets.
1762         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1764 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1766         PR c++/10845
1767         * g++.dg/template/member3.C: New test.
1769 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
1771         PR c++/10939
1772         * g++.dg/template/func1.C: New test.
1774         PR c++/9649
1775         * g++.dg/template/static4.C: New test.
1776         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1778         PR c++/11041
1779         * g++.dg/init/ref7.C: New test.
1781 2003-06-19  Matt Austern  <austern@apple.com>
1783         PR c++/11228
1784         * g++.dg/anew1.C: New test.
1785         * g++.dg/anew2.C: New test.
1786         * g++.dg/anew3.C: New test.
1787         * g++.dg/anew4.C: New test.
1789 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
1791         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1793 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
1795         * gcc.c-torture/execute/simd-4.c (main): Make expected value
1796         endian-dependent.
1798 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1800         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1801         Remove cruft.
1803 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1805         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1806         * gcc.c-torture/compile/961203-1.c: Likewise.
1807         * gcc.c-torture/compile/980506-1.c: Likewise.
1809 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1811         PR c++/10712
1812         * g++.dg/lookup/using7.C: New test.
1814 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1816         PR c++/11105
1817         * g++.dg/abi/conv1.C: Remove it.
1818         * g++.dg/template/conv7.C: New test.
1819         * g++.dg/template/conv8.C: Likewise.
1820         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1821         conversion operator.
1823 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
1825         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1826         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1827         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1828         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1829         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1830         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1831         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1832         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1833         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1834         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1835         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1836         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1837         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1838         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1839         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1840         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1841         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1842         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1843         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1844         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1845         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1846         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1847         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1848         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1849         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1850         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1851         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1852         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1853         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1855 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
1857         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1858         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1859         indications.
1861 2003-06-16  Roger Sayle  <roger@eyesopen.com>
1863         * gcc.dg/i386-387-5.c: New test case.
1864         * gcc.dg/i386-387-6.c: New test case.
1865         * gcc.dg/builtins-23.c: New test case.
1867 2003-06-15  Roger Sayle  <roger@eyesopen.com>
1869         * gcc.dg/builtins-22.c: New test case.
1870         * gcc.dg/i386-387-1.c: Update to test exp.
1871         * gcc.dg/i386-387-2.c: Likewise.
1873 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1875         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1877 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1879         * lib/gcc-dg.exp (dg-require-dll): New function.
1880         (dg-xfail-if): Likewise.
1881         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1882         driver.
1884         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1885         * gcc.c-torture/compile/20001205-1.c: Likewise.
1886         * gcc.c-torture/compile/20001226-1.c: Likewise.
1887         * gcc.c-torture/compile/20010518-2.c: Likewise.
1888         * gcc.c-torture/compile/20020312-1.c: Likewise.
1889         * gcc.c-torture/compile/20020604-1.c: Likewise.
1890         * gcc.c-torture/compile/920501-12.c: Likewise.
1891         * gcc.c-torture/compile/920501-4.c: Likewise.
1892         * gcc.c-torture/compile/920520-1.c: Likewise.
1893         * gcc.c-torture/compile/920521-1.c: Likewise.
1894         * gcc.c-torture/compile/920625-1.c: Likewise.
1895         * gcc.c-torture/compile/961203-1.c: Likewise.
1896         * gcc.c-torture/compile/980506-1.c: Likewise.
1897         * gcc.c-torture/compile/981006-1.c: Likewise.
1898         * gcc.c-torture/compile/981022-1.c: Likewise.
1899         * gcc.c-torture/compile/981223-1.c: Likewise.
1900         * gcc.c-torture/compile/990617-1.c: Likewise.
1901         * gcc.c-torture/compile/dll.c: Likewise.
1902         * gcc.c-torture/compile/labels-3.c: Likewise.
1903         * gcc.c-torture/compile/mipscop-1.c: Likewise.
1904         * gcc.c-torture/compile/mipscop-2.c: Likewise.
1905         * gcc.c-torture/compile/mipscop-3.c: Likewise.
1906         * gcc.c-torture/compile/mipscop-4.c: Likewise.
1907         * gcc.c-torture/compile/simd-5.c: Likewise.
1908         * gcc.c-torture/compile/20000804-1.x: Remove.
1909         * gcc.c-torture/compile/20001205-1.x: Likewise.
1910         * gcc.c-torture/compile/20001226-1.x: Likewise.
1911         * gcc.c-torture/compile/20010518-2.x: Likewise.
1912         * gcc.c-torture/compile/20020312-1.x: Likewise.
1913         * gcc.c-torture/compile/20020604-1.x: Likewise.
1914         * gcc.c-torture/compile/920501-12.x: Likewise.
1915         * gcc.c-torture/compile/920501-4.x: Likewise.
1916         * gcc.c-torture/compile/920520-1.x: Likewise.
1917         * gcc.c-torture/compile/920521-1.x: Likewise.
1918         * gcc.c-torture/compile/920625-1.x: Likewise.
1919         * gcc.c-torture/compile/961203-1.x: Likewise.
1920         * gcc.c-torture/compile/980506-1.x: Likewise.
1921         * gcc.c-torture/compile/981006-1.x: Likewise.
1922         * gcc.c-torture/compile/981022-1.x: Likewise.
1923         * gcc.c-torture/compile/981223-1.x: Likewise.
1924         * gcc.c-torture/compile/990617-1.x: Likewise.
1925         * gcc.c-torture/compile/mipscop-1.x: Likewise.
1926         * gcc.c-torture/compile/mipscop-2.x: Likewise.
1927         * gcc.c-torture/compile/mipscop-3.x: Likewise.
1928         * gcc.c-torture/compile/mipscop-4.x: Likewise.
1929         * gcc.c-torture/compile/simd-5.x: Likewise.
1931         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1933 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1935         * gcc.c-torture/execute/20030611-1.c: New test.
1937 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1939         PR middle-end/168
1940         * gcc.dg/20030612-1.c: New test case.
1942 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1944         PR c++/10635
1945         * g++.dg/expr/cast1.C: New test.
1947 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1949         * gcc.dg/builtins-21.c: New test case.
1951 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
1953         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1954         options instead of at the end.
1955         * lib/objc.exp (objc_target_compile): Likewise.
1957 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
1959         PR c++/10432
1960         * g++.dg/parse/error1.C: New test.
1962 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
1964         * gcc.dg/compat/struct-by-value-11_main.c: New file.
1965         * gcc.dg/compat/struct-by-value-11_x.c: New file.
1966         * gcc.dg/compat/struct-by-value-11_y.c: New file.
1967         * gcc.dg/compat/struct-by-value-12_main.c: New file.
1968         * gcc.dg/compat/struct-by-value-12_x.c: New file.
1969         * gcc.dg/compat/struct-by-value-12_y.c: New file.
1970         * gcc.dg/compat/struct-by-value-13_main.c: New file.
1971         * gcc.dg/compat/struct-by-value-13_x.c: New file.
1972         * gcc.dg/compat/struct-by-value-13_y.c: New file.
1973         * gcc.dg/compat/struct-by-value-14_main.c: New file.
1974         * gcc.dg/compat/struct-by-value-14_x.c: New file.
1975         * gcc.dg/compat/struct-by-value-14_y.c: New file.
1976         * gcc.dg/compat/struct-by-value-15_main.c: New file.
1977         * gcc.dg/compat/struct-by-value-15_x.c: New file.
1978         * gcc.dg/compat/struct-by-value-15_y.c: New file.
1979         * gcc.dg/compat/struct-by-value-16_main.c: New file.
1980         * gcc.dg/compat/struct-by-value-16_x.c: New file.
1981         * gcc.dg/compat/struct-by-value-16_y.c: New file.
1982         * gcc.dg/compat/struct-by-value-17_main.c: New file.
1983         * gcc.dg/compat/struct-by-value-17_x.c: New file.
1984         * gcc.dg/compat/struct-by-value-17_y.c: New file.
1985         * gcc.dg/compat/struct-by-value-18_main.c: New file.
1986         * gcc.dg/compat/struct-by-value-18_x.c: New file.
1987         * gcc.dg/compat/struct-by-value-18_y.c: New file.
1989         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
1990         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
1991         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
1992         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
1993         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
1994         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
1995         * gcc.dg/compat/scalar-return-3_main.c: New file.
1996         * gcc.dg/compat/scalar-return-3_x.c: New file.
1997         * gcc.dg/compat/scalar-return-3_y.c: New file.
1998         * gcc.dg/compat/scalar-return-4_main.c: New file.
1999         * gcc.dg/compat/scalar-return-4_x.c: New file.
2000         * gcc.dg/compat/scalar-return-4_y.c: New file.
2002 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
2004         * gcc.dg/compat/fp2-struct-check.h: New file.
2005         * gcc.dg/compat/fp2-struct-defs.h: New file.
2006         * gcc.dg/compat/fp2-struct-init.h: New file.
2007         * gcc.dg/compat/struct-by-value-10_main.c: New file.
2008         * gcc.dg/compat/struct-by-value-10_x.c: New file.
2009         * gcc.dg/compat/struct-by-value-10_y.c: New file.
2010         * gcc.dg/compat/struct-return-10_main.c: New file.
2011         * gcc.dg/compat/struct-return-10_x.c: New file.
2012         * gcc.dg/compat/struct-return-10_y.c: New file.
2014         * gcc.dg/compat/compat-common.h: New file.
2015         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
2016         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
2017         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
2018         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
2019         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
2020         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
2021         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
2022         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2023         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
2024         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
2025         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2026         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
2027         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
2028         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2029         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
2030         * gcc.dg/compat/small-struct-check.h: Ditto.
2031         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
2032         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2033         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
2034         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
2035         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2036         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2037         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
2038         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2039         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
2040         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
2041         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2042         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2043         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
2044         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2045         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2046         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
2047         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2048         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
2049         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
2050         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2051         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
2052         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
2053         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2054         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
2055         * gcc.dg/compat/struct-return-2_main.c: Ditto.
2056         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2057         * gcc.dg/compat/struct-return-2_y.c: Ditto.
2058         * gcc.dg/compat/struct-return-3_main.c: Ditto.
2059         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2060         * gcc.dg/compat/struct-return-3_y.c: Ditto.
2062 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
2064         * g++.dg/pch/static-1.C: New file.
2065         * g++.dg/pch/static-1.Hs: New file.
2067 2003-06-10  Richard Henderson  <rth@redhat.com>
2069         * gcc.dg/asm-7.c: Adjust expected warning text.
2071 2003-06-10  Roger Sayle  <roger@eyesopen.com>
2073         * gcc.dg/builtins-20.c: New test case.
2075 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
2077         PR c++/11131
2078         * g++.dg/opt/template1.C: New test.
2080 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2082         * lib/gcc-dg.exp (dg-test): Clear additional_files and
2083         additional_sources.
2085 2003-05-21  David Taylor  <dtaylor@emc.com>
2087         * gcc.dg/Wpadded.c: New file.
2089 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2091         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
2092         * gcc.dg/special/weak-2.c: Add dg-require-weak.
2093         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
2094         dg-require-weak.
2096 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
2098         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2100 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2102         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
2103         (dg-require-alias): Likewise.
2104         (dg-require-gc-sections): Likewise.
2105         * lib/target-supports.exp (check_gc_sections_available): Likewise.
2107 2003-06-08  Richard Henderson  <rth@redhat.com>
2109         * gcc.dg/20011029-2.c: Fix the array reference.
2110         * gcc.dg/asm-7.c: New.
2112 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
2114         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
2116 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
2118         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
2119         (dg-require-gc-sections): Likewise.
2121 2003-06-08  Jan Hubicka  <jh@suse.cz>
2123         * i386-cmov1.c: Fix regular expression.
2124         * i386-cvt-1.c: Likewise.
2125         * i386-local.c: Likewise.
2126         * i386-local2.c: Likewise.
2127         * i386-mul.c: Likewise.
2128         * i386-ssetype-1.c: Likewise.
2129         * i386-ssetype-3.c: Likewise.
2130         * i386-ssetype-5.c: Likewise.
2132 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2134         PR c++/11039
2135         * g++.dg/warn/implicit-typename2.C: New test.
2136         * g++.dg/warn/implicit-typename3.C: New test.
2138 2003-06-07  Richard Henderson  <rth@redhat.com>
2140         * g++.dg/other/offsetof3.C: Use size_t.
2141         * g++.dg/other/offsetof4.C: Likewise.
2143 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
2145         * lib/copy-file.exp: New. Implement gcc_copy_files.
2147         * lib/dg-pch.exp: Load copy-file.exp
2148         (dg-pch): Use gcc_copy_files instead of "file copy".
2150 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
2152         * gcc.dg/weak/weak.exp: Simplify.
2153         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
2154         * gcc.dg/weak/weak-1.c: Likewise.
2155         * gcc.dg/weak/weak-2.c: Likewise.
2156         * gcc.dg/weak/weak-3.c: Likewise.
2157         * gcc.dg/weak/weak-4.c: Likewise.
2158         * gcc.dg/weak/weak-5.c: Likewise.
2159         * gcc.dg/weak/weak-6.c: Likewise.
2160         * gcc.dg/weak/weak-7.c: Likewise.
2161         * gcc.dg/weak/weak-8.c: Likewise.
2162         * gcc.dg/weak/weak-9.c: Likewise.
2164 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
2166         gcc.c-torture/execute/20030606-1.c: New.
2168 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2170         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
2171         * gcc.dg/builtins-19.c: Likewise.
2173 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2175         * gcc.dg/builtins-2.c: Add some more tests.
2176         * gcc.dg/builtins-18.c: New test case.
2177         * gcc.dg/builtins-19.c: New test case.
2179 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2180             Jim Wilson  <wilson@tuliptree.org>
2182         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
2184 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
2186         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
2187         mempcpy/stpcpy calls not to be optimized into something else.
2188         * gcc.c-torture/execute/string-opt-3.c: Moved to...
2189         * gcc.c-torture/execute/builtins/string-7.c: ...here.
2190         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
2192 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2194         * gcc.dg/format/asm_fprintf-1.c: New test.
2196 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
2198         * lib/gcc-defs.exp (additional_sources): New variable.
2199         (dg-additional-sources): New function.
2200         (additional_files): New variable.
2201         (dg-additional-files): New function.
2202         (dg-additional-files-options): Likewise.
2203         * lib/gcc-dg.exp (dg-require-weak): New function.
2204         (dg-require-alias): Likewise.
2205         (dg-require-gc-sections): Likewise.
2206         * lib/target-supports.exp (check_alias_available): Remove testfile
2207         parameter.
2208         (check_gc_sections_available): New function.
2209         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
2210         (dg-gpp-additional-files): Likewise.
2211         * lib/g++.exp (additional_sources): Remove.
2212         (additional_files): Likewise.
2213         (g++_target_compile): Use dg-additional-files-options.
2215         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
2216         Tcl logic.
2217         * gcc.dg/special/ecos.exp: Remove.
2218         * gcc.dg/special/20000419-2.c: Use dg-require-*.
2219         * gcc.dg/special/alias-1.c: Likewise.
2220         * gcc.dg/special/alias-2.c: Likewise.
2221         * gcc.dg/special/gcsec-1.c: Likewise.
2222         * gcc.dg/special/weak-1.c: Likewise.
2223         * gcc.dg/special/weak-2.c: Likewise.
2224         * gcc.dg/special/wkali-1.c: Likewise.
2225         * gcc.dg/special/wkali-2.c: Likewise.
2227         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
2228         dg-gpp-additional-*.
2229         * g++.dg/special/conpr-3.C: Likewise.
2230         * g++.dg/special/conpr-4.C: Likewise.
2231         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
2232         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
2233         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
2234         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
2235         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
2236         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
2237         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
2238         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
2239         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
2240         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
2241         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
2242         * g++.old-deja/g++.other/comdat1.C: Likewise.
2243         * g++.old-deja/g++.other/comdat2.C: Likewise.
2244         * g++.old-deja/g++.other/comdat3.C: Likewise.
2245         * g++.old-deja/g++.other/ctor1.C: Likewise.
2246         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
2248 2003-06-05  Richard Henderson  <rth@redhat.com>
2250         * gcc.dg/debug/20030605-1.c: New.
2252 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2254         * README.QMTEST: Update.
2256 2003-06-04  Richard Henderson  <rth@redhat.com>
2258         * gcc.dg/cleanup-1.c: New.
2259         * gcc.dg/cleanup-2.c: New.
2260         * gcc.dg/cleanup-3.c: New.
2261         * gcc.dg/cleanup-4.c: New.
2262         * gcc.dg/cleanup-5.c: New.
2263         * gcc.dg/cleanup-6.c: New.
2264         * gcc.dg/cleanup-7.c: New.
2266 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2268         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
2270         * lib/dg-pch.exp: New file.
2271         * g++.dg/pch/pch.exp: Use dg-pch.exp.
2272         * gcc.dg/pch/pch.exp: Likewise.
2274 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2276         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
2277         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
2278         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
2279         * gcc.dg/builtins-17.c: New test case.
2280         * gcc.dg/i386-387-4.c: New test case.
2281         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
2283 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2285         * gcc.dg/ultrasp9.c: New test.
2287 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2289         * gcc.c-torture/compile/20030604-1.c: New test.
2290         * gcc.dg/sparc-constant-1.c: New test.
2292 2003-06-03  Glen Nakamura  <glen@imodulo.com>
2294         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2296 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
2298         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
2300         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
2301         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
2303 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
2305         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
2307 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2309         PR c++/10940
2310         * g++.dg/template/spec10.C: New test.
2312 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2314         * gcc.dg/builtins-16.c: New test case.
2316 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2318         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
2319         mempcpy test with post-increments.
2320         * gcc.c-torture/execute/string-opt-3.c: New test.
2321         * gcc.dg/string-opt-1.c: New test.
2323 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
2325         PR fortran/10965
2326         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
2328 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
2330         * lib/scanasm.exp (dg-scan): New function, factored out of ...
2331         (scan-assembler): ... here.  Use dg-scan.
2332         (scan-assembler-not): Likewise.
2333         (scan-file): New function.
2334         (scan-file-not): Likewise.
2335         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
2336         * gcc.dg/cpp/_Pragma4.c: Likewise.
2337         * gcc.dg/cpp/_Pragma5.c: Likewise.
2338         * gcc.dg/cpp/avoidpaste1.c: Likewise.
2339         * gcc.dg/cpp/avoidpaste2.c: Likewise.
2340         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
2341         * gcc.dg/cpp/cmdlne-P.c: Likewise.
2342         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
2343         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
2344         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
2345         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
2346         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
2347         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
2348         * gcc.dg/cpp/cxxcom1.c: Likewise.
2349         * gcc.dg/cpp/line1.c: Likewise.
2350         * gcc.dg/cpp/maccom1.c: Likewise.
2351         * gcc.dg/cpp/maccom2.c: Likewise.
2352         * gcc.dg/cpp/maccom3.c: Likewise.
2353         * gcc.dg/cpp/maccom4.c: Likewise.
2354         * gcc.dg/cpp/maccom5.c: Likewise.
2355         * gcc.dg/cpp/maccom6.c: Likewise.
2356         * gcc.dg/cpp/multiline.c: Likewise.
2357         * gcc.dg/cpp/spacing1.c: Likewise.
2358         * gcc.dg/cpp/spacing2.c: Likewise.
2359         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2360         * gcc.dg/cpp/trad/maccom1.c: Likewise.
2361         * gcc.dg/cpp/trad/maccom2.c: Likewise.
2362         * gcc.dg/cpp/trad/maccom3.c: Likewise.
2363         * gcc.dg/cpp/trad/maccom4.c: Likewise.
2364         * gcc.dg/cpp/trad/maccom6.c: Likewise.
2365         * gcc.dg/cpp/cxxcom2.c: Likewise.
2366         * gcc.dg/cpp/cxxcom2.h: New file.
2368         * gcc.dg/cpp/truefalse.cpp: Move it to ...
2369         * g++.dg/cpp/truefalse.C: Here.
2370         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2372 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
2374         * gcc.dg/cpp/redef3.c: New file.
2376 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2378         * gcc.dg/i386-loop-3.c: New test.
2380 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
2382         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2384 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2386         * gcc.dg/fwrapv-1.c: New test case.
2387         * gcc.dg/fwrapv-2.c: New test case.
2389 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2391         PR c++/10956
2392         * g++.dg/template/spec9.C: New test.
2394 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2396         * gcc.dg/duff-4.c: New test case.
2398 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
2400         PR fortran/10843
2401         * g77.dg/ffixed-form-1.f: New test
2402         * g77.dg/ffixed-form-2.f: New test
2403         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
2404         * g77.dg/ffree-form-3.f: New test
2406 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
2408         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2409         * gcc.dg/wint_t-1.c: Likewise.
2411 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2413         * g++.dg/template/access11.C: New test.
2415 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2417         PR c++/10849
2418         * g++.dg/template/access10.C: New test.
2420 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2421             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2423         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2425 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2427         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2428         suppress for powerpc-*-darwin*.
2429         * gcc.dg/torture/builtin-noret-2.c: Likewise.
2431 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2433         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2434         suppress option for powerpc-*-darwin*.
2436 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2438         * gcc.dg/builtins-1.c: Add tests for tan and atan.
2439         * gcc.dg/builtins-4.c: Add test for fmod.
2441 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2443         PR c++/10682
2444         * g++.dg/template/instantiate4.C: New test.
2446 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2448         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2450 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
2452         * gcc.dg/compat/scalar-return-1_main.c: New file.
2453         * gcc.dg/compat/scalar-return-1_x.c: New file.
2454         * gcc.dg/compat/scalar-return-1_y.c: New file.
2455         * gcc.dg/compat/scalar-return-2_main.c: New file.
2456         * gcc.dg/compat/scalar-return-2_x.c: New file.
2457         * gcc.dg/compat/scalar-return-2_y.c: New file.
2458         * gcc.dg/compat/struct-return-3_main.c: New file.
2459         * gcc.dg/compat/struct-return-3_y.c: New file.
2460         * gcc.dg/compat/struct-return-3_x.c: New file.
2461         * gcc.dg/compat/struct-return-2_main.c: New file.
2462         * gcc.dg/compat/struct-return-2_x.c: New file.
2463         * gcc.dg/compat/struct-return-2_y.c: New file.
2465 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2467         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2468         for hppa*-hp-hpux*.
2469         * gcc.dg/20021014-1.c (dg-options): Likewise.
2470         * gcc.dg/nest.c (dg-options): Likewise.
2472 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2474         PR c++/9738
2475         * g++.dg/ext/dllimport2.C: New file.
2476         * g++.dg/ext/dllimport3.C: New file.
2478 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
2480         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2481         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2482         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2483         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2484         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2485         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2486         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2487         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2488         * gcc.dg/compat/small-struct-defs.h: New file.
2489         * gcc.dg/compat/small-struct-init.h: New file.
2490         * gcc.dg/compat/small-struct-check.h: New file.
2491         * gcc.dg/compat/fp-struct-defs.h: New file.
2492         * gcc.dg/compat/fp-struct-check.h: New file.
2493         * gcc.dg/compat/fp-struct-init.h: New file.
2494         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2495         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2497 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
2499         * gcc.dg/20030225-2.c: New test.
2501 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2502             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2504         * gcc.c-torture/compile/20030518-1.c: New test case.
2506 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
2508         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2509         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2510         gcc-dg-debug-runtest.
2511         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2512         gcc-dg-debug-runtest.
2514 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2516         PR c++/9022
2517         * g++.dg/lookup/using6.C: New test.
2519 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2521         * g++.dg/parse/access2.C: New test.
2523 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
2525         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2526         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2527         * gcc.dg/debug/debug.exp: Likewise.
2529 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2531         * gcc.dg/dollar.c: New test.
2533 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
2535         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2536         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2537         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2538         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2539         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2540         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2541         * gcc.dg/compat/struct-by-value-6_main.c: New file.
2542         * gcc.dg/compat/struct-by-value-6_x.c: New file.
2543         * gcc.dg/compat/struct-by-value-6_y.c: New file.
2544         * gcc.dg/compat/struct-by-value-7_main.c: New file.
2545         * gcc.dg/compat/struct-by-value-7_x.c: New file.
2546         * gcc.dg/compat/struct-by-value-7_y.c: New file.
2547         * gcc.dg/compat/struct-by-value-8_main.c: New file.
2548         * gcc.dg/compat/struct-by-value-8_x.c: New file.
2549         * gcc.dg/compat/struct-by-value-8_y.c: New file.
2550         * gcc.dg/compat/struct-by-value-9_main.c: New file.
2551         * gcc.dg/compat/struct-by-value-9_x.c: New file.
2552         * gcc.dg/compat/struct-by-value-9_y.c: New file.
2554 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
2556         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2557         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
2558         support for "repo" mode.
2559         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2560         * lib/g77-dg.exp: Likewise.
2561         * lib/obj-dg.exp: Likewise.
2563 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2565         Merge from gcc-3_2-rhl8-branch:
2566         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
2568         * gcc.dg/tls/opt-6.c: New test.
2570         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
2572         * gcc.dg/20030405-1.c: New test.
2574         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
2576         * gcc.dg/20030309-1.c: New test.
2578         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2580         * gcc.c-torture/execute/20030307-1.c: New test.
2582         2003-02-20  Randolph Chung  <tausq@debian.org>
2584         * gcc.c-torture/compile/20030220-1.c: New test.
2586         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
2588         * gcc.dg/20030217-1.c: New test.
2590         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
2592         * gcc.c-torture/compile/20020129-1.c: New test.
2594         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2596         * gcc.dg/unroll-1.c: New test.
2598         2002-11-16  Jan Hubicka  <jh@suse.cz>
2600         * gcc.c-torture/execute/20020920-1.c: New test.
2602         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2604         PR target/7434
2605         * gcc.c-torture/compile/20021008-1.c: New test.
2607         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
2609         PR target/7559
2610         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2612         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2614         * gcc.c-torture/compile/20020807-1.c: New test.
2616         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2618         * gcc.dg/tls/opt-1.c: New test.
2620         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2622         * gcc.dg/20020729-1.c: New test.
2624         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2626         * g++.dg/opt/life1.C: New test.
2628         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2630         * gcc.dg/20020525-1.c: New test.
2632         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2634         PR c++/6794
2635         * g++.dg/ext/pretty1.C: New test.
2636         * g++.dg/ext/pretty2.C: New test.
2638 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2640         PR c++/8385
2641         * g++.dg/ext/typeof5.C: New test.
2643 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2645         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2646         __USER_LABEL_PREFIX__ into account.
2647         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2649 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2651         * gcc.dg/builtins-15.c: New test case.
2653 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2655         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2657 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2659         * lib/g++.exp: Tweak handling of additional source files.
2660         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2661         * g++.dg/special/conpr-2a.C: Rename to ...
2662         * g++.dg/special/conpr-2a.cc: ... this.
2663         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2664         * g++.dg/special/conpr-3a.C: Rename to ...
2665         * g++.dg/special/conpr-3a.cc: This.
2666         * g++.dg/special/conpr-3b.C: Rename to ...
2667         * g++.dg/special/conpr-3b.cc: This.
2668         * g++.dg/special/conpr-4.C: New test.
2669         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2671 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2673         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2675 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2677         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2678         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2679         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2680         * g++.old-deja/g++.other/warn3.C: Likewise.
2682 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2684         * gcc.dg/i386-387-1.c: Update to also test log.
2685         * gcc.dg/i386-387-2.c: Likewise.
2687 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2689         * g77.f-torture/execute/int8421.f: New test.
2691 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2693         PR c++/10230, c++/10481
2694         * g++.dg/lookup/scoped5.C: New test.
2696 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2698         PR c++/10552
2699         * g++.dg/template/ttp6.C: New test.
2701 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
2703         * gcc.c-torture/execute/builtins: New directory.
2704         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2705         gcc.c-torture/execute/builtins.
2706         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2707         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2708         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
2709         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2711 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2713         PR c++/9252
2714         * g++.dg/template/access8.C: New test.
2715         * g++.dg/template/access9.C: New test.
2717 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2719         PR c++/9554
2720         * g++.dg/parse/access1.C: New test.
2722 2003-05-09  DJ Delorie  <dj@redhat.com>
2724         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2725         long, and not an int.
2727 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2729         PR c++/10555, c++/10576
2730         * g++.dg/template/memclass1.C: New test.
2732 2003-05-08  DJ Delorie  <dj@redhat.com>
2734         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2735         targets.
2736         * gcc.c-torture/execute/20021024-1.x: Likewise.
2737         * gcc.c-torture/execute/shiftdi.x: Likewise.
2738         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2739         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2740         * gcc.dg/20021018-1.c: Likewise.
2742 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2744         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2746         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2747         (bcopy): Call memmove.
2749 2003-05-08  Roger Sayle  <roger@eyesopen.com>
2751         * g77.f-torture/compile/8485.f: New test case.
2753 2003-05-07  Richard Henderson  <rth@redhat.com>
2755         PR c++/10570
2756         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2757         Verify exception_cleanup not called for rethrows.
2758         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2759         when exiting catch block without rethrowing.
2760         * g++.dg/eh/forced3.C: New.
2761         * g++.dg/eh/forced4.C: New.
2763 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2765         * gcc.dg/20030505.c: Fix triplet.
2767 2003-05-06  DJ Delorie  <dj@redhat.com>
2769         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2770         * gcc.dg/nest.c: Likewise.
2772 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2774         * gcc.dg/builtins-14.c: New test case.
2776 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2778         * lib/compat.exp (compat-execute): New argument.
2779         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2780         * gcc.dg/compat: New test directory.
2781         * gcc.dg/compat/compat.exp: New expect script.
2782         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2783         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2784         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2785         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2786         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2787         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2789         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2790         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2791         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2792         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2793         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2794         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2795         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2796         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2797         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2798         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2799         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2800         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2801         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2802         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2803         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2805 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2807         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2809 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2811         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2813 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2815         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2816         * gcc.dg/ppc-fsel-2.c: New test.
2818         * gcc.dg/unused-5.c: New test.
2820 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2822         PR c++/10496
2823         * g++.dg/warn/pmf1.C: New test.
2825 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2827         PR c++/4494
2828         * g++.dg/warn/main.C: New test.
2830 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2832         * gcc.dg/nonnull-3.c: New test.
2834 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2836         * gcc.dg/cpp/Wtrigraphs.c: Update.
2837         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2839 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2841         * gcc.dg/ppc-fsel-1.c: New test.
2843 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2845         PR c/10604
2846         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2848 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2850         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2852 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2854         PR c++/9364, c++/10553, c++/10586
2855         * g++.dg/parse/typename4.C: New test.
2856         * g++.dg/parse/typename5.C: Likewise.
2858 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
2860         * gcc.c-torture/compile/20030503-1.c: New test.
2862 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2864         * g++.dg/lookup/using5.C: Fix testcase error.
2866 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
2868         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2869         since MEABI is no longer supported.  Remove all vestiges
2870         of MEABI from the test.
2872 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2874         PR c++/10554
2875         * g++.dg/lookup/using5.C: New test.
2877 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2879         PR c++/8772
2880         * g++.dg/template/ttp5.C: New test.
2882 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
2884         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2885         (dg-gpp-additional-sources): New function.
2886         (dg-gpp-additional-files): Likewise.
2887         * lib/g++.exp (additional_sources): New variable.
2888         (additional_files): Likewise.
2889         (g++_target_compile): Deal with them.
2890         * lib/old-dejagnu.exp: Remove.
2891         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2892         * g++.old-deja: Revise all tests to use dg commands.
2894 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2896         PR c++/9432, c++/9528
2897         * g++.dg/lookup/using4.C: New test.
2899 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
2901         * gcc.dg/noreturn-5.c: New file.
2902         * gcc.dg/noreturn-6.c: New file.
2904         * gcc.c-torture/compile/inline-1.c: New file.
2906 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2908         PR c++/10551
2909         * g++.dg/template/explicit1.C: New test.
2911 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2913         PR c++/10549
2914         * g++.dg/other/bitfield1.C: New test.
2916         PR c++/10527
2917         * g++.dg/init/new7.C: New test.
2919 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2921         * g++.dg/ext/desig1.C: New test.
2922         * g++.dg/ext/init1.C: Update.
2924         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2926 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
2928         PR c++/10180
2929         * g++.dg/warn/Winline-1.C: New test.
2931 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
2933         * gcc.c-torture/execute/string-opt-19.c: New test.
2935         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2936         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2938 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
2940         PR c++/10506
2941         * g++.dg/init/new6.C: New test.
2943         PR c++/10503
2944         * g++.dg/init/ref6.C: New test.
2946 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
2948         * g++.dg/warn/weak1.C: XFAIL on AIX4.
2950 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2952         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2953         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2955 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
2957         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2958         initialized static data members.
2960 2003-04-25  H.J. Lu <hjl@gnu.org>
2962         * gcc.dg/ia64-sync-4.c: New test.
2964 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2966         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
2967         date.
2969 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
2971         PR c++/10337
2972         * g++.dg/warn/conv1.C: New test.
2973         * g++.old-deja/g++.other/conv7.C: Adjust.
2974         * g++.old-deja/g++.other/overload14.C: Adjust.
2976 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2978         PR c++/10471
2979         * g++.dg/template/defarg2.C: New test.
2981 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
2983         * gcc.dg/cpp/include2.c: Update.
2984         * gcc.dg/cpp/multiline-2.c: New.
2985         * gcc.dg/cpp/multiline.c: Update.
2986         * gcc.dg/cpp/strify2.c: Update.
2987         * gcc.dg/cpp/trad/literals-2.c: Update.
2989 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2991         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
2993 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2995         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
2997 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2999         PR c++/10451
3000         * g++.dg/parse/crash4.C: New test.
3002         PR c++/9847
3003         * g++.dg/parse/crash5.C: New test.
3005 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3007         PR c++/10446
3008         * g++.dg/parse/crash3.C: New test.
3010         PR c++/10428
3011         * g++.dg/parse/elab1.C: New test.
3013 2003-04-22  Devang Patel  <dpatel@apple.com>
3015         * gcc.dg/cpp/trad/funlike-5.c: New test.
3017 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
3019         * g++.dg/other/packed1.C: Fix dg options.
3021 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
3023         * g++.dg/other/offsetof2.C: New test.
3025 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
3027         * g++.dg/template/recurse.C: Adjust location of error messages.
3029 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3031         PR c++/9881
3032         * g++.dg/init/addr-const1.C: New test.
3033         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
3035 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3037         PR c++/10405
3038         * g++.dg/lookup/struct-hack1.C: New test.
3040 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
3042         * ucs.c: Update diagnostic messages.
3044 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3046         * gcc.dg/cpp/truefalse.cpp: New test.
3047         * gcc.dg/cpp/cpp.exp: Update.
3048         * g++.dg/other/stdbool-if.C: Remove.
3050 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3052         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
3053         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
3055 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3057         * gcc.c-torture/compile/20030418-1.c: New test.
3059 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
3061         * README.compat: Remove; content moved to doc/sourcebuild.texi.
3063 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3065         PR c++/10347
3066         g++.dg/template/dependent-name1.C: New test.
3068 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
3070         * gcc.dg/warn-1.c (tourist_guide): New array,
3071         contains a pointer to bar.
3073 2003-04-16  Roger Sayle  <roger@eyesopen.com>
3075         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
3076         * gcc.c-torture/execute/medce-1.c: New test case.
3077         * gcc.c-torture/execute/medce-2.c: New test case.
3079 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
3081         * lib/prune.exp: Ignore more messages.
3083         PR c++/10381
3084         * g++.dg/parse/lookup3.C: New test.
3086 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
3088         * gcc.c-torture/compile/20030415-1.c : New test.
3090 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
3092         * gcc.c-torture/execute/scope-2.c: Move to ...
3093         * gcc.dg/noncompile/scope.c: .... here.
3095 2003-04-14  Roger Sayle  <roger@eyesopen.com>
3097         * gcc.dg/20030414-2.c: New test case.
3099 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
3101         PR target/10377
3102         * gcc.dg/20030414-1.c: New test.
3104 2003-04-13  Roger Sayle  <roger@eyesopen.com>
3106         * gcc.dg/builtins-12.c: New test case.
3107         * gcc.dg/builtins-13.c: New test case.
3109 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3111         * gcc.c-torture/execute/string-opt-18.c: New test.
3113 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
3115         PR c++/10300
3116         * g++.dg/init/new5.C: New test.
3118 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
3120         PR c++/7910
3121         * g++.dg/ext/dllimport1.C: New test.
3123 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3125         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
3127 2003-04-11  Bud Davis <bdavis9659@comcast.net>
3129         PR Fortran/9263
3130         * g77.f-torture/noncompile/9263.f: New test
3131         PR Fortran/1832
3132         * g77.f-torture/execute/1832.f: New test
3134 2003-04-11  David Chad  <davidc@freebsd.org>
3135             Loren J. Rittle  <ljrittle@acm.org>
3137         libobjc/8562
3138         * objc.dg/headers.m: New test.
3140 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
3142         * gcc.c-torture/execute/builtin-noret-2.c: New.
3143         * gcc.c-torture/execute/builtin-noret-2.x: New.
3144         XFAIL builtin-noret-2.c at -O1 and above.
3145         * gcc.dg/redecl.c: New.
3146         * gcc.dg/Wshadow-1.c: Update error regexps.
3148 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
3150         * g++.dg/abi/bitfield10.C: New test.
3152 2003-04-09  Mike Stump  <mrs@apple.com>
3154         * gcc.dg/pch/pch.exp: Make testcase names longer.
3155         * g++.dg/pch/pch.exp: Make testcase names longer.
3157 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3159         * gcc.dg/builtins-11.c: New test case.
3161 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3163         * gcc.dg/builtins-9.c: New test case.
3164         * gcc.dg/builtins-10.c: New test case.
3166 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3168         * gcc.dg/noncompile/init-4.c.c: New test.
3170 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
3172         * gcc.misc-test/gcov-9.c: New test.
3173         * gcc.misc-test/gcov-10.c: New test
3174         * gcc.misc-test/gcov-11.c: New test.
3176 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
3178         PR optimization/10024
3179         * gcc.c-torture/compile/20030405-1.c: New test.
3181 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
3183         * gcc.dg/pch/static-3.c: New.
3184         * gcc.dg/pch/static-3.hs: New.
3185         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
3187 2003-04-04  Richard Henderson  <rth@redhat.com>
3189         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
3190         * g++.dg/eh/forced2.C: Likewise.
3192 2003-04-03  Mike Stump  <mrs@apple.com>
3194         * lib/scanasm.exp (scan-assembler): Add xfail processing for
3195         target arg.
3196         (scan-assembler-times, scan-assembler-not): Likewise.
3197         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
3199 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3201         * gcc.dg/sparc-loop-1.c: New test.
3203 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
3205         PR other/9274
3206         * g++.dg/pch/system-2.C: New.
3207         * g++.dg/pch/system-2.Hs: New.
3209 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
3211         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
3213         * g++.dg/eh/simd-1.C (vecfunc): Same.
3215 2003-04-01  Roger Sayle  <roger@eyesopen.com>
3217         * gcc.c-torture/execute/20030401-1.c: New test case.
3219 2003-04-01  Ziemowit Laski <zlaski@apple.com>
3221         * objc.dg/defs.m: New.
3223 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
3225         * g++.dg/eh/simd-1.C: New.
3226         * g++.dg/eh/simd-2.C: New.
3228 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
3230         * gcc.c-torture/execute/simd-3.c: New.
3232 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3234         PR c/9936
3235         * gcc.dg/20030331-2.c: New test.
3237 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3239         PR c++/10278
3240         * g++.dg/parse/crash2.C: New test.
3242 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3244         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
3245         * gcc.c-torture/execute/20030331-1.c: ...here.
3247 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3249         * gcc.c-torture/execute/20030331-1.c: New test.
3251 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
3253         * lib/gcov.exp: Adjust call return testing strings.
3254         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
3256 2003-03-31  Roger Sayle  <roger@eyesopen.com>
3258         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
3259         * gcc.dg/builtins-7.c: New test case.
3260         * gcc.dg/builtins-8.c: New test case.
3262 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3264         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
3266 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
3268         PR c++/7647
3269         * g++.dg/lookup-class-member-2.C: New test.
3271 2003-03-30  Glen Nakamura  <glen@imodulo.com>
3273         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
3275 2003-03-28  Roger Sayle  <roger@eyesopen.com>
3277         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
3279 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
3281         * g++.dg/init/attrib1.C: New test.
3283 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3285         * gcc.dg/ultrasp8.c: New test.
3287 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3289         * gcc.dg/ultrasp7.c: New test.
3291 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
3293         PR c++/10047
3294         * g++.dg/template/inline1.C: New test.
3296 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3298         * gcc.dg/sparc-dwarf2.c: New test.
3300 2003-03-27  Roger Sayle  <roger@eyesopen.com>
3302         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
3303         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
3305 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
3307         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
3308         than reading .x files.
3309         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
3310         * g77.dg/gcov/gcov-1.f: Likewise.
3311         * gcc.misc-tests/gcov-4b.c: Likewise.
3312         * gcc.misc-tests/gcov-5b.c: Likewise.
3313         * gcc.misc-tests/gcov-6.c: Likewise.
3314         * gcc.misc-tests/gcov-7.c: Likewise.
3315         * gcc.misc-tests/gcov-8.c: Likewise.
3316         * g++.dg/gcov/gcov-1.x: Remove.
3317         * g77.dg/gcov/gcov-1.x: Likewise.
3318         * gcc.misc-tests/gcov-4b.x: Likewise.
3319         * gcc.misc-tests/gcov-5b.x: Likewise.
3320         * gcc.misc-tests/gcov-6.x: Likewise.
3321         * gcc.misc-tests/gcov-7.x: Likewise.
3322         * gcc.misc-tests/gcov-8.x: Likewise.
3324 2003-03-27  Glen Nakamura  <glen@imodulo.com>
3326         PR opt/10087
3327         * gcc.dg/20030324-1.c: New test.
3329 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
3331         PR c++/10224
3332         * g++.dg/template/arg3.C: New test.
3334         PR c++/10158
3335         * g++.dg/template/friend18.C: New test.
3337 2003-03-26  Roger Sayle  <roger@eyesopen.com>
3339         * g77.f-torture/compile/20030326-1.f: New test case.
3341 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
3343         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
3345         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
3347 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3349         * gcc.dg/ia64-sync-3.c: New test.
3351 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
3353         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3355 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3357         * gcc.dg/ultrasp6.c: New test.
3359 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3361         * gcc.dg/i386-signbit-1.c: New test.
3362         * gcc.dg/i386-signbit-2.c: New test.
3363         * gcc.dg/i386-signbit-3.c: New test.
3365 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3367         * gcc.dg/ultrasp5.c: Fix options.
3369 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3371         * gcc.dg/ultrasp5.c: Fix comment.
3373 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
3375         PR fortran/10197
3376         * g77.f-torture/execute/10197.f: New test.
3378 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
3380         PR c++/9898, c++/383
3381         * g++.dg/template/conv6.C: New test.
3383         PR c++/10119
3384         * g++.dg/template/ptrmem5.C: New test.
3386         PR c++/10026
3387         * g++.dg/lookup/koenig1.C: New test.
3389         PR C++/10199
3390         * g++.dg/lookup/template2.C: New test.
3392 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
3394         * g++.dg/opt/rtti1.C: New test.
3396 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3398         * gcc.dg/ultrasp5.c: New test.
3400 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
3402         PR middle-end/9967
3403         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3404         builtin fputs.
3406 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3408         PR c/8224
3409         * gcc.dg/20030323-1.c: New test.
3411 2003-03-23  Roger Sayle  <roger@eyesopen.com>
3413         * gcc.c-torture/compile/20030323-1.c: New test case.
3415 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
3417         * gcc.dg/20030321-1.c: New test.
3419 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
3421         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3423 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
3425         PR c++/9978, c++/9708
3426         * g++.dg/ext/vlm1.C: Adjust expected error.
3427         * g++.dg/ext/vla2.C: New test.
3428         * g++.dg/template/arg1.C: New test.
3429         * g++.dg/template/arg2.C: New test.
3431 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
3433         * g77.f-torture/execute/select.f: New test.
3434         * g77.f-torture/noncompile/select_no_compile.f: New test.
3436 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
3438         PR c++/9898
3439         * g++.dg/other/error4.C: New test.
3441 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
3443         * g++.dg/template/friend17.C: New test.
3445 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
3447         * gcc.c-torture/compile/20030320-1.c: New.
3449 2003-03-20  Roger Sayle  <roger@eyesopen.com>
3451         * gcc.dg/builtins-6.c: New test case.
3453 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
3455         PR target/10073
3456         * gcc.c-torture/compile/20030319-1.c: New.
3458 2003-03-18  Jan Hubicka  <jh@suse.cz>
3460         * gcc.dg/i386-cvt-1.c: New test.
3462 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
3464         * objc.dg/naming-1.m: Use "(parse|syntax) error".
3465         * objc.dg/naming-2.m: Likewise.
3467 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
3469         PR c++/9639
3470         * g++.dg/parse/crash1.C: New test.
3472 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
3474         PR c++/8805
3475         * g++.dg/eh/cleanup1.C: New test.
3477 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3479         * gcc.c-torture/execute/20030316-1.c: New test case.
3481 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3483         PR c++/9629
3484         * g++.dg/init/ctor2.C: New test.
3486 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3488         * g77.f-torture/compile/xformat.f: New test case.
3490 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3492         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3493         * g++.old-deja/g++.mike/eh50.C: Likewise.
3495 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3497         PR c++/6440
3498         * g++.dg/template/spec7.C: New test.
3499         * g++.dg/template/spec8.C: Likewise.
3501 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3503         * gcc.c-torture/execute/20030313-1.c: New test.
3505 2003-03-14  Richard Henderson  <rth@redhat.com>
3507         * gcc.dg/inline-2.c: Adjust alpha test for external call.
3509 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3511         * gcc.c-torture/compile/20030314-1.c: New test.
3513 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
3515         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
3516         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
3517         thumb target,
3518         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3519         to accept newer _imp__  prefix and additional
3520         newline in .drectve section.
3521         * gcc.dg/dll-4.c: Likewise.
3522         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3523         switch.
3525 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
3527         * g++.dg/parse/namespace9.C: New test.
3529         * g++.dg/init/ref5.C: New test.
3530         * g++.dg/parse/ptrmem1.C: Likewise.
3532 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3534         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3535         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3536         regular expression.
3537         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3538         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3540 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3542         * gcc.c-torture/execute/20030224-2.c: New test.
3544 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3546         * gcc.dg/decl-3.c: New test.
3548 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3550         * gcc.dg/i386-loop-2.c: New test.
3552 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
3554         PR c++/9474
3555         * g++.dg/parse/namespace8.C: New test.
3557         PR c++/9924
3558         * g++.dg/overload/builtin2.C: New test.
3560 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3562         * gcc.dg/return-type-3.c: New test.
3564 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
3566         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3567         profiling options are not supported.
3569 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
3571         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3572         * g++.old-deja/g++.warn/impint2.C: Likewise.
3574 2003-03-10  Devang Patel  <dpatel@apple.com>
3576         * g++.dg/cpp/c++_cmd_1.C: New test.
3577         * g++.dg/cpp/c++_cmd_1.h: New file.
3579 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3581         * gcc.dg/altivec-9.c: New file.
3583 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3585         * gcc.dg/ppc-sdata-1.c: New test.
3586         * gcc.dg/ppc-sdata-2.c: New test.
3588 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
3590         PR c++/9373
3591         * g++.dg/opt/ptrmem2.C: New test.
3593         PR c++/8534
3594         * g++.dg/opt/ptrmem1.C: New test.
3596 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3598         * gcc.dg/i386-loop-1.c: New test.
3600 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3602         PR c++/9970
3603         * g++.dg/lookup/friend1.C: New test.
3605 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3607         PR c++/9823
3608         * g++.dg/parser/constructor1.C: New test.
3610 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3612         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3614         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3616 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3618         * gcc.dg/cpp/Wunused.c: Update test.
3620 2003-03-08  Jan Hubicka  <jh@suse.cz>
3622         * gcc.dg/inline-3.c: New test.
3624 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3626         PR c++/9809
3627         * g++.dg/parse/builtin1.C: New test.
3629         PR c++/9982
3630         * g++.dg/abi/cookie1.C: New test.
3631         * g++.dg/abi/cookie2.C: Likewise.
3633         PR c++/9524
3634         * g++.dg/template/field1.C: New test.
3636         PR c++/9912
3637         * g++.dg/parse/class1.C: New test.
3638         * g++.dg/parse/namespace7.C: Likewise.
3639         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3641 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3643         * g++.dg/init/ref4.C: New test.
3645 2003-03-07  Jan Hubicka  <jh@suse.cz>
3647         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3648         * gcc.dg/inline-3.c:  New test.
3650 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3652         * g++.dg/init/ref3.C: New test.
3654         PR c++/9965
3655         * g++.dg/init/ref2.C: New test.
3657         PR c++/9400
3658         * g++.dg/warn/Wshadow-2.C: New test.
3660         PR c++/9791
3661         * g++.dg/warn/Woverloaded-1.C: New test.
3663 2003-03-05  Jan Hubicka  <jh@suse.cz>
3665         * gcc.dg/i386-local2.c: New.
3666         * gcc.dg/i386-local.c: Fix typo.
3668 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3670         * g++.dg/abi/layout3.C: New test.
3672 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3674         * gcc.c-torture/compile/20030305-1.c
3676 2003-03-05  Jan Hubicka  <jh@suse.cz>
3678         * gcc.dg/i386-local.c: New.
3680 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3682         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3684 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3686         * gcc.dg/switch-2.c: New test.
3687         * gcc.dg/switch-3.c: New test.
3688         * gcc.dg/Wswitch.c: Adjust line numbers.
3689         * gcc.dg/Wswitch-default.c: Likewise.
3690         * gcc.dg/Wswitch-enum.c: Likewise.
3692 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
3694         * gcc.c-torture/execute/20030222-1.c: New test.
3696 2003-03-03  James E Wilson  <wilson@tuliptree.org>
3698         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3700 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
3702         PR c++/9878
3703         * g++.dg/init/ref1.C: New test.
3705 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3707         * gcc.dg/sh-relax.c: New SH-only test.
3709 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
3711         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
3712         comment explaining purpose of testcase.
3714 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3716         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3717         for HC11/HC12 (asm needs two int registers).
3718         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3719         HC11/HC12 because the test uses an asm which needs two 32-bit
3720         registers.
3722 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3724         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3725         for HC11/HC12 (array is too large otherwise).
3726         * gcc.c-torture/compile/920501-4.x: New file, likewise.
3727         * gcc.c-torture/compile/20010518-2.x: Likewise.
3728         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3729         HC11/HC12 (array is too large).
3731 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
3733         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3734         * lib/g++-dg.exp (g++-dg-test): Likewise.
3736 2003-03-01  Roger Sayle  <roger@eyesopen.com>
3738         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3739         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3741 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3743         * g++.dg/warn/implicit-typename1.C: Remove warning.
3745 2003-02-28  Richard Henderson  <rth@redhat.com>
3747         * gcc.dg/noreturn-1.c: Move noreturn warning line.
3748         * gcc.dg/return-type-1.c: Move control reaches end warning line.
3750 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
3752         * gcc.dg/pch/pch.exp: Change .pch to .gch.
3753         * g++.dg/pch/pch.exp: Likewise.
3755 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
3757         PR c++/9879
3758         * testsuite/g++.dg/init/new4.C: New test.
3760 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
3762         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3764 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
3766         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3767         unsigned long.
3769         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3770         wider than float.
3772 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3774         * lib/scanasm.exp: Add support for counting numbers of
3775         occurences.
3776         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3777         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3779 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
3781         PR c++/9683
3782         * g++.dg/template/static3.C: New test.
3784         PR c++/9829
3785         * g++.dg/parse/namespace6.C: New test.
3787 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3789         PR target/9732
3790         * gcc.dg/20030225-1.c: New test.
3792 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
3794         * README: Remove out-of-date information.
3796         PR c++/9836
3797         * g++.dg/template/spec6.C: New test.
3799 2003-02-24  Jeff Law  <law@redhat.com>
3801         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3803 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3805         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3806         * gcc.dg/pragma-ep-1.c: Likewise.
3808 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3810         PR c++/9602
3811         * g++.dg/template/friend16.C: New test.
3813 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
3815         PR c++/5333
3816         * g++.dg/parse/fused-params1.C: Adjust error messages.
3817         * g++.dg/template/nested3.C: New test.
3819 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3821         * g++.dg/abi/param1.C: New test.
3823 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3825         PR c++/7982
3826         * g++.dg/warn/implicit-typename1.C: New test.
3828 2003-02-22  Kelley Cook <kelleycook@comcast.net>
3830         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3831         with "mtune".
3832         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3833         * gcc.c-torture/execute/20010129-1.x: Likewise.
3834         * gcc.dg/20011107-1.c: Likewise.
3835         * gcc.dg/20020108-1.c: Likewise.
3836         * gcc.dg/20020122-3.c: Likewise.
3837         * gcc.dg/20020206-1.c: Likewise.
3838         * gcc.dg/20020310-1.c: Likewise.
3839         * gcc.dg/20020426-2.c: Likewise.
3840         * gcc.dg/20020517-1.c: Likewise.
3841         * gcc.dg/991230-1.c: Likewise.
3842         * gcc.dg/i386-unroll-1.c: Likewise.
3843         * gcc.misc-tests/i386-prefetch.exp: Likewise.
3845 2003-02-22  Jan Hubicka  <jh@suse.cz>
3847         * gcc.dg/i386-mul.c: New test.
3849 2003-02-21  Roger Sayle  <roger@eyesopen.com>
3851         * gcc.dg/builtins-5.c: New test case.
3853 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
3855         * gcc.dg/asmreg-1.c: New test.
3857 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3859         PR c++/9749
3860         * g++.dg/parse/varmod1.C: New test.
3862 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3864         PR c++/9727
3865         * g++.dg/template/op1.C: New test.
3867 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3869         PR c++/8906
3870         * g++.dg/template/nested2.C: New test.
3872 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3874         PR c++/8724
3875         * g++.dg/expr/dtor1.C: New test.
3877 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3879         * gcc.dg/cpp/include3.c: New test.
3880         * gcc.dg/cpp/inc/foo.h: New file.
3882 2003-02-21  Glen Nakamura  <glen@imodulo.com>
3884         * gcc.c-torture/execute/20030221-1.c: New test.
3886 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
3888         PR c++/9729
3889         * g++.dg/abi/conv1.C: New test.
3891 2003-02-20  Jan Hubicka  <jh@suse.cz>
3893         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3895 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
3897         * gcc.c-torture/compile/20030219-1.c: New test.
3899 2003-02-18  Jan Hubicka  <jh@suse.cz>
3901         * gcc.dg/funcorder.c: New test.
3903 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3905         * gcc.c-torture/execute/20030218-1.c: New.
3907 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
3909         * gcc.dg/20030218-1.c: New.
3911 2003-02-18  Richard Henderson  <rth@redhat.com>
3913         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3914         * gcc.dg/attr-used-2.c: New.
3916 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
3918         PR c++/9704
3919         * g++.dg/init/copy5.C: New test.
3921 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
3923         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3924         * g++.dg/pch/pch.exp: Likewise.
3926 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3928         * gcc.c-torture/execute/20030209-1.c: Enable the test if
3929         STACK_SIZE is not defined.
3931 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3933         PR c++/9457
3934         * g++.dg/template/init1.C: New test.
3936 2003-02-16  Jan HUbicka  <jh@suse.cz>
3938         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3939         (foo): Add few extra tests
3940         * gcc.dg/c99-const-expr-3.c: Likewise.
3941         * gcc.c-torture/execute/20030216-1.c: New.
3943 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3945         PR c++/9459
3946         * g++.dg/ext/typeof4.C: New test.
3948 2003-02-15  Roger Sayle  <roger@eyesopen.com>
3950         * gcc.dg/i386-387-3.c: New test case.
3952 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
3954         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3955         cris-*-elf* cris-*-aout* and mmix-*-*.
3957 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
3959         * gcc.dg/20030213-1.c: New test.
3961 2003-02-12  Roger Sayle  <roger@eyesopen.com>
3963         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
3964         * gcc.dg/i386-387-2.c: Likewise.
3966 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
3968         * gcc.dg/ppc-spe.c: Fix formatting.
3969         Enable tests that were previously unsupported by gas.
3970         Delete tests for instructions that no longer exist.
3971         Switch arguments on evsubifw builtin.
3973 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3975         * gcc.c-torture/execute/20030209-1.c: Disable the test if
3976         STACK_SIZE is too small.
3978 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3979             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3981         * gcc.dg/decl-2.c: New test.
3983 2003-02-10  Jan Hubicka  <jh@suse.cz>
3985         * gcc.dg/i386-fpcvt-1.c:  New test.
3987 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
3989         * gcc.c-torture/execute/20030209-1.c: New test.
3991 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
3993         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
3994         int-wide bitops, use the constants of the same width.
3995         Likewise, if long long is 32-bit wide, test bitops using
3996         32-bit constants.
3998 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
4000         * gcc.dg/20021014-1.c: Annotate with expected notice text.
4002 2003-02-07  Roger Sayle  <roger@eyesopen.com>
4004         * testsuite/gcc.dg/builtins-4.c: New test case.
4006 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4008         * gcc.dg/20020430-1.c: Fix dg command typos.
4009         * gcc.dg/20020503-1.c: Likewise.
4011 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4013         PR c++/8785
4014         * g++.dg/parse/fused-params1.C: New test.
4016         PR c++/8857
4017         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
4019         PR c++/8921
4020         * g++.dg/parse/non-dependent1.C: New test.
4022         PR c++/8928
4023         * g++.dg/parse/dupl-tmpl-args1.C: New test.
4025         PR c++/9228
4026         * g++.dg/parse/undefined7.C: New test.
4027         * g++.dg/parse/non-templ1.C: New test.
4029         PR c++/9229
4030         * g++.dg/parse/too-many-tmpl-args1.C: New test.
4032 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
4034         * gcc.c-torture/compile/20030206-1.c: New test.
4036 2003-02-05  Roger Sayle  <roger@eyesopen.com>
4038         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
4039         "pow" to "foo" to avoid potential confusion with a math built-in.
4041 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4043         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
4044         conditions for SPARC targets.
4046 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
4048         * gcc.dg/20030204-1.c: New test.
4050 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4052         PR c++/38
4053         * g++.dg/parse/array-size1.C: New test.
4055         PR c++/5657
4056         * g++.dg/parse/undefined3.C: New test.
4058         PR c++/5665
4059         * g++.dg/parse/undefined4.C: New test.
4061         PR c++/5975
4062         * g++.dg/parse/undefined5.C: New test.
4064         PR c++/7259
4065         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
4067         PR c++/8578
4068         * g++.dg/parse/casting-operator1.C: New test.
4070         PR c++/8596
4071         * g++.dg/parse/undefined6.C: New test.
4073         PR c++/8736
4074         * g++.dg/parse/missing-template1.C: New test.
4076 2003-02-04  Jan Hubicka  <jh@suse.cz>
4078         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
4079         * gcc.dg/i386-cmov?.c:  Likewise.
4080         * gcc.dg/i386-fpcvt-?.c:  Likewise.
4081         * gcc.dg/i386-ssefp-1.c:  Likewise.
4082         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
4083         conventions.
4085 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
4087         PR c++/7129
4088         * testsuite/g++.dg/ext/max.C: New test.
4090 2003-02-03  Jan Hubicka  <jh@suse.cz>
4092         * gcc.c-torture/execute/20030203-1.c: New test.
4094 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
4096         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
4097         'natural-endian'.
4099 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
4101         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
4102         * g++.dg/init/new2.C: Likewise.
4103         * g++.dg/other/new1.C: Likewise.
4105 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
4107         * gcc.dg/struct-ret-libc.c: New test.
4109 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4111         * gcc.dg/20030129-1.c: New test.
4113 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4115         PR c++/8849
4116         * g++.dg/template/ptrmem4.C: New test.
4118 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
4120         * g++.dg/parser/constant1.C: New test.
4122 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4124         PR c++/8591
4125         * g++.dg/parse/friend2.C: New test.
4127 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4129         PR c++/9437
4130         * g++.dg/template/unify4.C: New test.
4132 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
4134         * gcc.c-torture/execute/20030128-1.c: New test.
4136 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
4138         * g++.dg/lookup/nested1.C: Test moved from ...
4139         * g++.old-deja/g++.other/lookup24.C: ... here.
4141 2003-01-28  Jan Hubicka  <jh@suse.cz>
4143         * gcc.dg/i386-cmov5.c:  New test.
4145 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
4147         * gcc.c-torture/execute/20010925-1.c: Changed the
4148         memcpy declaration.
4150 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4152         PR c++/3902
4153         * g++.dg/parse/template5.C: New test.
4155 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
4157         PR fortran/9258
4158         * g77.dg/pr9258: New test.
4160 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4162         * README: Move relevant parts from README.g++.
4164         * README.g++: Remove this file.
4166 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4168         * g++.dg/abi/dcast1.C: New test.
4170 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4172         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
4174 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
4176         PR c++/47
4177         * g++.old-deja/g++.other/lookup24.C: New test.
4179 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4181         PR middle-end/7227
4182         * gcc.dg/uninit-C.c: New test.
4184 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
4186         * g++.dg/abi/covariant1.C: New test.
4188 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
4190         * gcc.dg/20030123-1.c: New test.
4192 2003-01-25  Jan Hubicka  <jh@suse.cz>
4194         PR opt/8492
4195         * gcc.c-torture/compile/20030125-1.c
4197 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
4199         PR c++/9403
4200         * g++.dg/parse/template3.C: New test.
4201         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
4203         PR c++/795
4204         * g++.dg/parse/template4.C: New test.
4206         PR c++/9415
4207         * g++.dg/template/qual2.C: New test.
4209         PR c++/8545
4210         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
4212         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
4214 2003-01-25  Roger Sayle  <roger@eyesopen.com>
4216         * gcc.c-torture/execute/switch-1.c: New test case.
4218 2003-01-25  Jan Hubicka  <jh@suse.cz>
4220         * gcc.c-torture/execute/20030125-1.[cx]: New test.
4222 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
4224         Tweaks for Bison-1.875. From the NEWS file:
4225         "- `parse error' -> `syntax error'
4226         Bison now uniformly uses the term `syntax error'"
4227         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
4228         * gcc.dg/cpp/digraph2.c: Likewise.
4229         * gcc.dg/cpp/direct2.c: Likewise.
4230         * gcc.dg/cpp/paste4.c: Likewise.
4231         * gcc.dg/c90-restrict-1.c: Likewise.
4232         * gcc.dg/c99-func-2.c: Likewise.
4233         * gcc.dg/noncompile/920721-2.c: Likewise.
4234         * gcc.dg/noncompile/930622-2.c: Likewise.
4235         * gcc.dg/noncompile/940112-1.c: Likewise.
4236         * gcc.dg/noncompile/950921-1.c: Likewise.
4237         * gcc.dg/noncompile/951123-1.c: Likewise.
4238         * gcc.dg/noncompile/971104-1.c: Likewise.
4239         * gcc.dg/noncompile/990416-1.c: Likewise.
4241 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
4243         * g++.dg/parse/undefined1.C: Add error message.
4245 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4247         PR c++/9354
4248         * g++.dg/parse/new1.C: New test.
4250         PR c++/9216
4251         * g++.dg/parse/template2.C: New test.
4253         PR c++/9354
4254         * g++.dg/parse/typedef2.C: New test.
4256         PR c++/9328
4257         * g++.dg/ext/typeof3.C: New test.
4259 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4261         PR c++/2738
4262         * g++.dg/parse/ret-type1.C: New test.
4264         PR c++/3792
4265         * g++.dg/parse/tmpl-outside1.C: New test.
4267         PR c++/4207
4268         * g++.dg/parse/int-as-enum1.C: New test.
4270         PR c++/4903
4271         * g++.dg/parse/no-typename1.C: New test.
4273         PR c++/5533
4274         * g++.dg/parse/no-value1.C: New test.
4276         PR c++/5921
4277         * g++.dg/parse/wrong-inline1.C: New test.
4279         PR c++/6402
4280         * g++.dg/parse/ref1.C: New test.
4282         PR c++/6992
4283         * g++.dg/parse/attr-ctor1.C: New test.
4285         PR c++/7229
4286         * g++.dg/parse/namespace5.C: New test.
4288         PR c++/7917
4289         * g++.dg/parse/func-def1.C: New test.
4291         PR c++/8143
4292         * g++.dg/parse/undefined1.C: New test.
4294         PR c++/5723, PR c++/8522
4295         * g++.dg/parse/specialization1.C: New test.
4297         PR c++/163, PR c++/8595
4298         * g++.dg/parse/struct-as-enum1.C: New test.
4300         PR c++/9173
4301         * g++.dg/parse/undefined2.C: New test.
4303 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4305         PR c++/9298
4306         * g++.dg/parse/template1.C: New test.
4308         PR c++/9384
4309         * g++.dg/parse/using1.C: New test.
4311         PR c++/9285
4312         PR c++/9294
4313         * g++.dg/parse/expr2.C: New test.
4315         PR c++/9388
4316         * g++.dg/parse/lookup2.C: Likewise.
4318 2003-01-21  Jan Hubicka  <jh@suse.cz>
4320         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
4321         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
4322         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
4323         * gcc.c-torture/execute/string-opt-*.c: Likewise.
4325 2003-01-20  Nick Clifton  <nickc@redhat.com>
4327         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
4328         problem with ARM sibcall code generation.
4330 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
4332         * gcc.c-torture/execute/20030120-1.c: New.
4334 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
4336         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
4338 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
4340         PR c++/9272
4341         * g++.dg/parse/ctor1.C: New test.
4343         PR c++/9294:
4344         * g++.dg/parse/qualified1.C: New test.
4346         * g++.dg/parse/typename3.C: New test.
4348 2003-01-16  Richard Henderson  <rth@redhat.com>
4350         * g++.dg/tls/init-2.C: Fix error matches for real this time.
4352 2003-01-16  Richard Henderson  <rth@redhat.com>
4354         * g++.dg/pch/pch.exp: Copy test header to the working directory
4355         before using it either for precompilation or direct use.
4356         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4357         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4359 2003-01-16  Richard Henderson  <rth@redhat.com>
4361         * gcc.dg/pch/pch.exp: Copy test header to the working directory
4362         before using it either for precompilation or direct use.
4363         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4364         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4366 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
4368         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4369         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4370         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4371         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4372         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4373         typename warning into error.
4374         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4375         error messages.
4376         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4377         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4378         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4379         messages.
4380         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4381         make declaration visible in template.
4382         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4383         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4384         messages.
4385         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4386         message.
4387         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4388         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4389         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4390         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4391         typename warning with error message.
4392         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4393         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4394         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
4396 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4398         * g++.dg/parse/ambig2.C: New test.
4400 2003-01-15  Richard Henderson  <rth@redhat.com>
4402         * g++.dg/tls/init-2.C: Update error message string.
4404 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4406         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4408 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
4410         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4411         all for HC11/HC12.
4412         * gcc.c-torture/compile/20001205-1.x: Likewise.
4413         * gcc.c-torture/compile/20001226-1.x: Likewise.
4414         * gcc.c-torture/compile/920520-1.x: Likewise.
4415         * gcc.c-torture/compile/961203-1.x: Likewise.
4416         * gcc.c-torture/compile/20020604-1.x: Likewise.
4418 2003-01-15  Jan Hubicka  <jh@suse.cz>
4420         * gcc.c-torture/compile/20030115-1.c: New test.
4422         * gcc.dg/i386-fpcvt-1.c: New test.
4423         * gcc.dg/i386-fpcvt-2.c: New test.
4425 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
4427         Further conform g++'s __vmi_class_type_info to the C++ ABI
4428         specification.
4429         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4430         the specification.
4432 2003-01-14  Jan Hubicka  <jh@suse.cz>
4434         * gcc.dg/i386-fpcvt-1.c: New test.
4435         * gcc.dg/i386-fpcvt-2.c: New test.
4437 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4439         * gcc.dg/i386-mmx-3.c: New test.
4441 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
4443         PR c++/9264
4444         * g++.dg/parse/octal1.C: New file.
4446         PR c++/9172
4447         * g++.dg/parse/typename1.C: New file.
4449 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
4451         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4452         * gcc.dg/bf-no-ms-layout.c: Likewise.
4453         * gcc.dg/bf-ms-attrib.c: Likewise.
4455 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
4457         PR c++/9099
4458         * g++.dg/parse/dtor1.C: New file.
4460         PR c++/9128
4461         * g++.dg/rtti/typeid1.C: New file.
4463         PR c++/9153
4464         * g++.dg/parse/lookup1.C: New file.
4466         PR c++/9171
4467         * g++.dg/templ/spec5.C: New file.
4469 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4471         * gcc.c-torture/compile/20030110-1.c: New test.
4473 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4475         Merge from pch-branch:
4477         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
4479         * gcc.dg/pch/cpp-1.h: New.
4480         * gcc.dg/pch/cpp-1.c: New.
4481         * gcc.dg/pch/cpp-2.h: New.
4482         * gcc.dg/pch/cpp-2.c: New.
4484         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4486         * gcc.dg/pch/except-1.h: New.
4487         * gcc.dg/pch/except-1.c: New.
4489         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4491         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4492         running test.
4493         * gcc.dg/pch: Include *.hp not *.h.
4494         * gcc.dg/pch/system-1.h: New.
4495         * gcc.dg/pch/system-1.c: New.
4497         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4499         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4500         rather than trying to build and run a program using PCH.
4501         * gcc.dg/pch: Remove dg-do commands from test files.
4503         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4505         * gcc.dg/pch/macro-3.c: New.
4506         * gcc.dg/pch/macro-3.h: New.
4508         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4510         * gcc.dg/pch/common-1.c: New.
4511         * gcc.dg/pch/common-1.h: New.
4512         * gcc.dg/pch/decl-1.c: New.
4513         * gcc.dg/pch/decl-1.h: New.
4514         * gcc.dg/pch/decl-2.c: New.
4515         * gcc.dg/pch/decl-2.h: New.
4516         * gcc.dg/pch/decl-3.c: New.
4517         * gcc.dg/pch/decl-3.h: New.
4518         * gcc.dg/pch/decl-4.c: New.
4519         * gcc.dg/pch/decl-4.h: New.
4520         * gcc.dg/pch/decl-5.c: New.
4521         * gcc.dg/pch/decl-5.h: New.
4522         * gcc.dg/pch/global-1.c: New.
4523         * gcc.dg/pch/global-1.h: New.
4524         * gcc.dg/pch/inline-1.c: New.
4525         * gcc.dg/pch/inline-1.h: New.
4526         * gcc.dg/pch/inline-2.c: New.
4527         * gcc.dg/pch/inline-2.h: New.
4528         * gcc.dg/pch/static-1.c: New.
4529         * gcc.dg/pch/static-1.h: New.
4530         * gcc.dg/pch/static-2.c: New.
4531         * gcc.dg/pch/static-2.h: New.
4533         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4535         * g++.dg/pch/pch.exp: Better handle failing testcases.
4536         * gcc.dg/pch/pch.exp: Likewise.
4537         * gcc.dg/pch/macro-1.c: New.
4538         * gcc.dg/pch/macro-1.h: New.
4539         * gcc.dg/pch/macro-2.c: New.
4540         * gcc.dg/pch/macro-2.h: New.
4542         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4544         * g++.dg/dg.exp: Treat files in pch/ specially.
4545         * g++.dg/pch/pch.exp: New file.
4546         * g++.dg/pch/empty.H: New file.
4547         * g++.dg/pch/empty.C: New file.
4548         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4549         "precompile".
4551         * gcc.dg/pch/pch.exp: New file.
4552         * gcc.dg/pch/empty.h: New file.
4553         * gcc.dg/pch/empty.c: New file.
4554         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4555         "precompile".
4557 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4559         * g++.dg/template/friend14.C: New test.
4561 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4563         * gcc.dg/old-style-asm-1.c: New test.
4565 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4567         * gcc.c-torture/compile/20030109-1.c: New test.
4569 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4571         * gcc.c-torture/execute/20030109-1.c: New test.
4573 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
4575         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4576         * g++.old-deja/g++.mike/dyncast2.C: Likewise
4577         * g++.old-deja/g++.mike/dyncast3.C: Likewise
4578         * g++.old-deja/g++.mike/eh2.C: Likewise
4579         * g++.old-deja/g++.mike/eh3.C: Likewise
4580         * g++.old-deja/g++.mike/eh5.C: Likewise
4581         * g++.old-deja/g++.mike/eh6.C: Likewise
4582         * g++.old-deja/g++.mike/eh7.C: Likewise
4583         * g++.old-deja/g++.mike/eh8.C: Likewise
4584         * g++.old-deja/g++.mike/eh9.C: Likewise
4585         * g++.old-deja/g++.mike/eh10.C: Likewise
4586         * g++.old-deja/g++.mike/eh12.C: Likewise
4587         * g++.old-deja/g++.mike/eh13.C: Likewise
4588         * g++.old-deja/g++.mike/eh14.C: Likewise
4589         * g++.old-deja/g++.mike/eh16.C: Likewise
4590         * g++.old-deja/g++.mike/eh17.C: Likewise
4591         * g++.old-deja/g++.mike/eh18.C: Likewise
4592         * g++.old-deja/g++.mike/eh21.C: Likewise
4593         * g++.old-deja/g++.mike/eh23.C: Likewise
4594         * g++.old-deja/g++.mike/eh24.C: Likewise
4595         * g++.old-deja/g++.mike/eh25.C: Likewise
4596         * g++.old-deja/g++.mike/eh26.C: Likewise
4597         * g++.old-deja/g++.mike/eh27.C: Likewise
4598         * g++.old-deja/g++.mike/eh28.C: Likewise
4599         * g++.old-deja/g++.mike/eh29.C: Likewise
4600         * g++.old-deja/g++.mike/eh31.C: Likewise
4601         * g++.old-deja/g++.mike/eh33.C: Likewise
4602         * g++.old-deja/g++.mike/eh34.C: Likewise
4603         * g++.old-deja/g++.mike/eh35.C: Likewise
4604         * g++.old-deja/g++.mike/eh36.C: Likewise
4605         * g++.old-deja/g++.mike/eh37.C: Likewise
4606         * g++.old-deja/g++.mike/eh38.C: Likewise
4607         * g++.old-deja/g++.mike/eh39.C: Likewise
4608         * g++.old-deja/g++.mike/eh40.C: Likewise
4609         * g++.old-deja/g++.mike/eh41.C: Likewise
4610         * g++.old-deja/g++.mike/eh42.C: Likewise
4611         * g++.old-deja/g++.mike/eh44.C: Likewise
4612         * g++.old-deja/g++.mike/eh46.C: Likewise
4613         * g++.old-deja/g++.mike/eh47.C: Likewise
4614         * g++.old-deja/g++.mike/eh48.C: Likewise
4615         * g++.old-deja/g++.mike/eh49.C: Likewise
4616         * g++.old-deja/g++.mike/eh50.C: Likewise
4617         * g++.old-deja/g++.mike/eh51.C: Likewise
4618         * g++.old-deja/g++.mike/eh53.C: Likewise
4619         * g++.old-deja/g++.mike/eh55.C: Likewise
4620         * g++.old-deja/g++.mike/p7912.C: Likewise
4621         * g++.old-deja/g++.mike/p9706.C: Likewise
4622         * g++.old-deja/g++.mike/p10416.C: Likewise
4623         * g++.old-deja/g++.mike/p11667.C: Likewise
4624         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4625         Remove redundant reference to Iris.
4626         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4627         Elxsi, i860, Pico Java, and WE32K.
4629 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4631         * g++.dg/ext/asm4.C: New test.
4633 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4635         PR c++/9030
4636         * g++.dg/template/friend12.C: New test.
4637         * g++.dg/template/friend13.C: Likewise.
4638         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4640 2003-01-08  Jan Hubicka  <jh@suse.cz>
4642         * gcc.dg/i386-cadd.c: New test.
4643         * gcc.dg/i386-cmov4.c: Likewise.
4645 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4647         PR c++/9165
4648         * g++.dg/warn/Wunused-3.C: New test.
4650         * g++.dg/abi/bitfield9.C: New test.
4652         PR c++/9189
4653         * g++.dg/parse/defarg3.C: New test.
4655 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4657         * g++.dg/parse/ambig1.C: New test.
4658         * g++.dg/parse/defarg2.C: New test.
4660 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4662         * g++.dg/template/defarg-1.C: New test.
4663         * g++.dg/template/local2.C: Likewise.
4665 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4667         * gcc.c-torture/execute/20030105-1.c: New test.
4669 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4671         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4672         * g++.dg/parse/namespace4.C: Likewise.
4674 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4676         * g++.dg/template/ntp2.C: New test.
4678 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4680         * g++.dg/parse/extern-C-1.C: New test.
4682         * g++.dg/parse/namespace4.C: New test.
4684         * g++.dg/template/nested1.C: New test.
4686         * g++.dg/parse/namespace3.C: New test.
4688 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4690         * g++.dg/lookup/two-stage1.C: New test.
4692 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4694         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4695         * g++.old-deja/g++.jason/access8.C: Likewise.
4696         * g++.old-deja/g++.other/decl5.C: Likewise.
4698 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4700         * g++.dg/parse/parse7.C: New test.
4702 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
4704         PR c++/2843
4705         * g++.dg/ext/attrib7.C: New test.
4707 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4709         * g++.dg/parse/parse6.C: New test.
4711 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
4713         * gcc.dg/h8300-stack-1.c: New.
4715 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4717         g++.dg/lookup/exception1.C: New test.
4719         g++.dg/lookup/template1.C: New test.
4721         g++.dg/parse/namespace2.C: New test.
4723         g++.dg/parse/parens2.C: New test.
4725 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4727         * g++.dg/parse/parse5.C: New test.
4728         * g++.dg/lookup/scoped4.C: New test.
4730 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4732         * g++.dg/parse/parens1.C: New test.
4734         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4735         angle-bracket1.C.
4736         * g++.dg/parse/parens2.C: New test.
4738         * g++.dg/lookup/scope-operator1.C: New test.
4740         * g++.dg/parse/operator1.C: New test.
4742 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4744         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4745         * g++.old-deja/g++.other/access6.C: Likewise.
4746         * g++.old-deja/g++.other/decl1.C: Likewise.
4747         * g++.old-deja/g++.pt/typename12.C: Likewise.
4749 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4751         * g++.dg/parse/namespace1.C: New test.
4753 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4755         * g++.dg/parse/parse4.C: New test.
4757 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4759         * g++.dg/parse/parse3.C: New test.
4761 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4763         * g++.dg/parse/parse2.C: New test.
4765 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4767         * g++.dg/template/friend11.C: New test.
4769 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4771         * g++.dg/parse/parse1.C: New test.
4773 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
4775         * lib/profopt.exp: Change the name of a global variable to avoid
4776         possible clashes with other test suites.
4778 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
4780         * g++.dg/inherit/covariant8.C: New test.
4782 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4784         * g++.dg/init/array9.C: New test.
4786         PR c++/9112
4787         * g++.dg/parse/expr1.C: New test.
4789 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4791         * gcc.c-torture/compile/20021230-1.c: New test.
4793 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4795         * g++.dg/inherit/covariant5.C: New test.
4796         * g++.dg/inherit/covariant6.C: New test.
4797         * g++.dg/inherit/covariant7.C: New test.
4799 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4801         PR c++/2739
4802         * g++.dg/other/access2.C: New test.
4804 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4806         * g++.dg/other/anon-struct.C: No longer fails
4807         * g++.old-deja/g++.brendan/parse4.C: Likewise.
4808         * g++.old-deja/g++.brendan/parse5.C: Likewise.
4809         * g++.old-deja/g++.brendan/parse6.C: Likewise.
4811 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4813         * g++.dg/parse/angle-bracket.C (main): No longer fails.
4815 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
4817         * g++.dg/eh/spec4.C: Remove stray semicolon.
4818         * g++.dg/expr/pmf-1.C: Change error message.
4819         * g++.dg/ext/asm1.C: Remove stray semicolon.
4820         * g++.dg/ext/typename1.C: Add missing typenames.
4821         * g++.dg/inherit/template-as-base.C: Change error message.
4822         * g++.dg/lookup/scoped1.C: Likewise.
4823         * g++.dg/lookup/scoped2.C: Likewise.
4824         * g++.dg/lookup/using2.C: Likewise.
4825         * g++.dg/other/component1.C: Remove stray semicolon.
4826         * g++.dg/other/do1.C: Change error message.
4827         * g++.dg/other/error2.C: Likewise.
4828         * g++.dg/other/init1.C: Likewise.
4829         * g++.dg/other/packed1.C: Remove stray semicolon.
4830         * g++.dg/other/ptrmem2.C: Change error message.
4831         * g++.dg/parse/parameter-declaration-1.C: Remove line number
4832         marker.
4833         * g++.dg/special/initp1.C: Remove invalid attribute usage.
4834         * g++.dg/template/access3.C: Add typename keyword.
4835         * g++.dg/template/access5.C: Remove stray semicolon.
4836         * g++.dg/template/access6.C: Likewise.
4837         * g++.dg/template/complit1.C: Likewise.
4838         * g++.dg/template/crash1.C: Change error message.
4839         * g++.dg/template/inherit2.C: Remove stray semicolon.
4840         * g++.dg/template/instantiate2.C: Likewise.
4841         * g++.dg/template/instantiate3.C: Change error message.
4842         * g++.dg/template/qual1.C: Remove stray semicolon.
4843         * g++.dg/template/qualttp18.C: Change error message.
4844         * g++.dg/template/ref1.C: Remove stray semicolon.
4845         * g++.dg/template/sizeof1.C (A::value): Declare it.
4846         * g++.dg/template/spec4.C: Change error message.
4847         * g++.dg/template/static1.C: Likewise.
4848         * g++.dg/template/type1.C: Likewise.
4849         * g++.dg/template/typename3.C: Likewise.
4850         * g++.old-deja/g++.benjamin/13478.C: Change error message.
4851         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4852         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4853         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4854         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4855         named return value extension.
4856         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4857         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4858         * g++.old-deja/g++.bob/extern_C.C: Likewise.
4859         * g++.old-deja/g++.bob/inherit2.C: Likewise.
4860         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4861         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4862         * g++.old-deja/g++.brendan/crash13.C: Likewise.
4863         * g++.old-deja/g++.brendan/crash15.C: Likewise.
4864         * g++.old-deja/g++.brendan/crash18.C: Change error message.
4865         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4866         * g++.old-deja/g++.brendan/crash38.C: Likewise.
4867         * g++.old-deja/g++.brendan/crash50.C: Likewise.
4868         * g++.old-deja/g++.brendan/crash56.C: Likewise.
4869         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4870         syntax.
4871         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4872         * g++.old-deja/g++.brendan/crash8.C: Change error message.
4873         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4874         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4875         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4876         * g++.old-deja/g++.brendan/template11.C: Likewise.
4877         * g++.old-deja/g++.brendan/template26.C: Likewise.
4878         * g++.old-deja/g++.brendan/template27.C: Use explicit
4879         specialization syntax.
4880         * g++.old-deja/g++.brendan/template30.C: Likewise.
4881         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4882         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4883         non-dependent names.
4884         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4885         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4886         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4887         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4888         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4889         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4890         named return value extension.
4891         * g++.old-deja/g++.ext/namedret2.C: Likewise.
4892         * g++.old-deja/g++.ext/namedret3.C: Likewise.
4893         * g++.old-deja/g++.ext/return1.C: Likewise.
4894         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4895         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4896         * g++.old-deja/g++.jason/access8.C: Likewise.
4897         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4898         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4899         pseudo-destructor names.
4900         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4901         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4902         pseudo-destructor names.
4903         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4904         * g++.old-deja/g++.jason/overload19.C: Likewise.
4905         * g++.old-deja/g++.jason/overload32.C: Likewise.
4906         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4907         stray semicolons.
4908         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4909         * g++.old-deja/g++.jason/return.C: Likewise.
4910         * g++.old-deja/g++.jason/return2.C: Likewise.
4911         * g++.old-deja/g++.jason/shadow1.C: Likewise.
4912         * g++.old-deja/g++.jason/special.C: Use explicit specialization
4913         syntax.
4914         * g++.old-deja/g++.jason/template10.C: Account for use of
4915         non-dependent names.
4916         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4917         syntax.
4918         * g++.old-deja/g++.jason/template37.C: Likewise.
4919         * g++.old-deja/g++.law/access4.C: Change error messages.
4920         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
4921         pseudo-destructor names.
4922         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4923         * g++.old-deja/g++.law/ctors9.C: Likewise.
4924         * g++.old-deja/g++.law/cvt22.C: Likewise.
4925         * g++.old-deja/g++.law/dtors5.C: Likewise.
4926         * g++.old-deja/g++.law/global-init1.C: Likewise.
4927         * g++.old-deja/g++.law/missed-error3.C: Likewise.
4928         * g++.old-deja/g++.law/operators28.C: Likewise.
4929         * g++.old-deja/g++.law/visibility28.C: Likewise.
4930         * g++.old-deja/g++.martin/eval1.C: Likewise.
4931         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4932         name.
4933         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4934         * g++.old-deja/g++.mike/net34.C: Likewise.
4935         * g++.old-deja/g++.mike/net36.C: Likewise.
4936         * g++.old-deja/g++.mike/ns2.C: Likewise.
4937         * g++.old-deja/g++.mike/p12306.C: Likewise.
4938         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4939         value extension.
4940         * g++.old-deja/g++.mike/p700.C: Likewise.
4941         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4942         * g++.old-deja/g++.mike/p710.C: Likewise.
4943         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4944         value extension.
4945         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4946         * g++.old-deja/g++.mike/pmf9.C: Likewise.
4947         * g++.old-deja/g++.ns/crash2.C: Likewise.
4948         * g++.old-deja/g++.ns/crash3.C: Likewise.
4949         * g++.old-deja/g++.ns/invalid1.C: Likewise.
4950         * g++.old-deja/g++.ns/ns17.C: Likewise.
4951         * g++.old-deja/g++.ns/template16.C: Likewise.
4952         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4953         keyword.
4954         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4955         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4956         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4957         named return value extension.
4958         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
4959         * g++.old-deja/g++.other/access4.C: Issue additional error
4960         messages.
4961         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
4962         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
4963         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
4964         * g++.old-deja/g++.other/crash25.C: Change error message.
4965         * g++.old-deja/g++.other/crash4.C: Change error message.
4966         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
4967         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
4968         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
4969         checks.
4970         * g++.old-deja/g++.other/defarg8.C: Likewise.
4971         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
4972         * g++.old-deja/g++.other/dtor10.C: Likewise.
4973         * g++.old-deja/g++.other/incomplete.C: Likewise.
4974         * g++.old-deja/g++.other/linkage7.C: Likewise.
4975         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
4976         lookup algorithm.
4977         * g++.old-deja/g++.other/mangle2.C: Likewise.
4978         * g++.old-deja/g++.other/refinit2.C: Likewise.
4979         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
4980         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
4981         * g++.old-deja/g++.pt/crash28.C: Likewise.
4982         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
4983         syntax.
4984         * g++.old-deja/g++.pt/crash32.C: Change error message.
4985         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
4986         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
4987         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
4988         error message position.
4989         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
4990         * g++.old-deja/g++.pt/defarg8.C: Change error message.
4991         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
4992         syntax.
4993         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
4994         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
4995         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
4996         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
4997         keyword.
4998         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4999         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
5000         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
5001         keyword.
5002         * g++.old-deja/g++.pt/explicit71.C: Change error message.
5003         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
5004         syntax.
5005         * g++.old-deja/g++.pt/friend28.C: Account for use of
5006         non-dependent names.
5007         * g++.old-deja/g++.pt/friend29.C: Likewise.
5008         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
5009         rules.
5010         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
5011         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
5012         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
5013         lookup rules.
5014         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
5015         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
5016         keyword.
5017         * g++.old-deja/g++.pt/memclass20.C: Likewise.
5018         * g++.old-deja/g++.pt/memclass5.C: Likewise.
5019         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
5020         keyword.
5021         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
5022         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
5023         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
5024         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
5025         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
5026         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
5027         keyword.
5028         * g++.old-deja/g++.pt/spec10.C: Likewise.
5029         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
5030         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
5031         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
5032         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
5033         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
5034         * g++.old-deja/g++.pt/ttp62.C: Likewise.
5035         * g++.old-deja/g++.pt/ttp64.C: Likewise.
5036         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
5037         * g++.old-deja/g++.pt/typename15.C: Likewise.
5038         * g++.old-deja/g++.pt/typename22.C: Likewise.
5039         * g++.old-deja/g++.pt/typename6.C: Change error messages.
5040         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
5041         * g++.old-deja/g++.pt/virtual2.C: Likewise.
5042         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
5043         syntax.
5044         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
5045         return value extension.
5046         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
5047         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
5048         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
5049         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
5051 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
5053         * g++.dg/warn/inline1.C: New test.
5054         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
5055         * g++.old-deja/g++.jason/synth10.C: Likewise.
5056         * g++.old-deja/g++.mike/net31.C: Likewise.
5057         * g++.old-deja/g++.mike/p8786.C: Likewise.
5059         * g++.dg/template/friend10.C: New test.
5060         * g++.dg/template/conv5.C: New test.
5062 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
5064         * g++.dg/lookup/scoped3.C: New test.
5066         * g++.dg/lookup/decl1.C: New test.
5067         * g++.dg/lookup/decl2.C: New test.
5069 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5071         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
5072         gcc.c-torture/compile/20021015-1.c,
5073         gcc.c-torture/compile/20021015-2.c,
5074         gcc.c-torture/compile/20021123-1.c,
5075         gcc.c-torture/compile/20021123-2.c,
5076         gcc.c-torture/compile/20021123-3.c,
5077         gcc.c-torture/compile/20021123-4.c,
5078         gcc.c-torture/execute/20021024-1.c: Add tests previously added
5079         only to 3.1 or 3.2 branch.
5081 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
5083         * gcc.dg/i386-bitfield3.c: New test.
5085         * gcc.dg/i386-bitfield2.c: New test.
5087 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
5089         * g++.dg/parse/conv_op1.C: New test.
5091 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
5093         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
5094         approved.
5096 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
5098         * gcc.c-torture/compile/20021220-1.c: New test.
5100 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
5102         * gcc.dg/i386-fastcall-1.c: New.
5104 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5106         * gcc.c-torture/execute/20021219-1.c: New test.
5108 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5110         * gcc.dg/i386-pic-1.c: New test.
5112 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5114         PR c++/8099
5115         * g++.dg/template/friend9.C: New test.
5117 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5119         PR c++/3663
5120         * g++.dg/template/access7.C: New test.
5122 2002-12-18  Nick Clifton  <nickc@redhat.com>
5124         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
5125         the libstdc++-v3 directory has been found.
5127 2002-12-12  Devang Patel <dpatel@apple.com>
5128         * gcc.dg/darwin-ld-1.c: New test.
5129         * gcc.dg/darwin-ld-2.c: New test.
5130         * gcc.dg/darwin-ld-3.c: New test.
5131         * gcc.dg/darwin-ld-4.c: New test.
5132         * gcc.dg/darwin-ld-5.c: New test.
5134 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5136         * gcc.c-torture/compile/20021212-1.c: New test.
5138 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
5140         * gcc.dg/fshort-wchar: New test.
5142 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
5144         PR c++/8372
5145         * g++.dg/template/dtor1.C: New test.
5147         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
5148         markers.
5150 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5152         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
5154 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
5156         * g++.dg/template/static1.C: New test.
5157         * g++.dg/template/static2.C: New test.
5158         * g++.old-deja/g++.ext/memconst.C: New test.
5160 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5162         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
5163         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
5164         * g++.dg/special/initp1.C: Likewise.
5166 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5168         * gcc.c-torture/execute/20021204-1.c: New test.
5170 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
5172         * gcc.dg/ppc-fmadd-1.c: New file.
5173         * gcc.dg/ppc-fmadd-2.c: New file.
5174         * gcc.dg/ppc-fmadd-3.c: New file.
5176 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5178         * gcc.c-torture/compile/20021204-1.c: New test.
5180 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5182         * g++.dg/inherit/covariant2.C: New test.
5183         * g++.dg/inherit/covariant3.C: New test.
5184         * g++.dg/inherit/covariant4.C: New test.
5185         * g++.dg/inherit/covariant1.C: Remove XFAIL.
5186         * g++.old-deja/g++.robertl/eb17.C: Likewise.
5188 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
5190         PR c++/8688
5191         * g++.dg/init/brace3.C: New test.
5193 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
5195         * gcc.dg/20020210-1.c: Fix a comment typo.
5197 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
5199         PR c++/8720
5200         * g++.dg/parse/defarg1.C: New test.
5202         PR c++/8615
5203         * g++.dg/template/char1.C: New test.
5205         * g++.dg/template/varmod1.C: Fix typo.
5207 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5209         DR 180
5210         * g++.old-deja/g++.pt/crash32.C: Expect error.
5212 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
5214         PR c++/5919
5215         * g++.dg/template/varmod1.C: New test.
5217         PR c++/8727
5218         * g++.dg/inherit/typeinfo1.C: New test.
5220         PR c++/8663
5221         * g++.dg/inherit/typedef1.C: New test.
5223 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
5225         PR c++/8332
5226         PR c++/8493
5227         * g++.dg/template/strlen1.C: New test.
5229         PR c++/8227
5230         * g++.dg/template/ctor2.C: New test.
5232         PR c++/8214
5233         * g++.dg/init/string1.C: New test.
5235         PR c++/8511
5236         * g++.dg/template/friend8.C: New test.
5238 2002-11-29  Joe Buck <jbuck@synopsys.com>
5240         * g++.dg/lookup/anon2.C: New test.
5242 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
5244         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
5245         h8300 port.
5247 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
5249         * gcc.dg/bitfld-6.c: New test.
5251 2002-11-27  Jan Hubicka  <jh@suse.cz>
5253         * gcc.c-torture/execute/20021127.[cx]: New test.
5255 2002-11-26  Jan Hubicka  <jh@suse.cz>
5257         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
5258         quality.
5260 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
5262         * g++.dg/init/brace2.C: New test.
5263         * g++.old-deja/g++.mike/p9129.C: Correct.
5265 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
5267         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
5269 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
5271         * gcc.dg/sibcall-6: New test for indirect sibcalls.
5273 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
5275         * testsuite/g++.dg/abi/empty11.C: New test.
5276         * testsuite/g++.dg/rtti/cv1.C: New test.
5278 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
5280         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
5282 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
5284         * g++.dg/abi/empty10.C: New test.
5286 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5288         * gcc.c-torture/compile/20021124-1.c: New test.
5290 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
5292         * g++.dg/abi/rtti2.C: New test.
5294 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5296         * gcc.dg/i386-unroll-1.c: New test.
5298 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5300         * gcc.c-torture/compile/20021120-1.c: New test.
5301         * gcc.c-torture/compile/20021120-2.c: New test.
5303 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5305         * gcc.dg/bitfld-5.c: New test.
5307 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5309         * gcc.c-torture/execute/20021120-3.c: New test.
5311 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5313         * gcc.c-torture/execute/20021120-2.c: New test.
5315 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5317         * gcc.c-torture/execute/20021120-1.c: New test.
5319 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
5321         * gcc.c-torture/execute/20021118-3.c: New test.
5323 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5325         * gcc.c-torture/compile/20021119-1.c: New test.
5327 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
5329         * gcc.dg/duff-1.c: New test.
5330         * gcc.dg/duff-2.c: New test.
5331         * gcc.dg/duff-3.c: New test.
5333 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
5335         * gcc.dg/cpp/_Pragma5.c: New test.
5337 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5339         * gcc.c-torture/execute/20021118-2.c: New test.
5341 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5343         * gcc.c-torture/execute/20021118-1.c: New test.
5345 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
5347         * gcc.dg/20021116-1.c: New test.
5349 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
5351         * g++.dg/abi/vcall1.C: New test.
5353 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5355         * gcc.dg/20021029-1.c: New test.
5356         * gcc.dg/20021029-2.c: New test.
5358 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5360         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5362 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5364         PR c/8439
5365         * gcc.dg/20021110.c: Move to ...
5366         * gcc.c-torture/compile/20021110.c: .... here.
5368 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5370         PR c/8467
5371         * gcc.c-torture/execute/20021111-1.c
5373 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5375         PR c/8439
5376         * gcc.dg/20021110.c: New test.
5378 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
5380         * g++.dg/abi/vthunk3.C: Run only on x86.
5382 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5384         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5386 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
5388         * lib/compat.exp (compat-execute): Fix logic error in last
5389         change.
5391 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
5393         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5395 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5397         PR c++/8389
5398         * g++.dg/template/access6.C: New test.
5400 2002-11-08  Jan Hubicka  <jh@suse.cz>
5402         * gcc.dg/i386-ssefp-1.c: New test.
5403         * gcc.dg/i386-ssefp-1.c: New test.
5405 2002-11-08  Jan Hubicka  <jh@suse.cz>
5407         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5409 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5411         * g++.dg/abi/vthunk3.C: New test.
5413         PR c++/8338
5414         * g++.dg/template/crash2.C: New test.
5416 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5418         * testsuite/g++.dg/abi/dtor1.C: New test.
5419         * testsuite/g++.dg/abi/dtor2.C: Likewise.
5421 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
5423         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5424         Darwin.
5426 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5428         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5429         -mthumb.  Only xfail with -O0.
5431 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
5433         * g++.dg/abi/thunk1.C: New test.
5434         * g++.dg/abi/thunk2.C: Likewise.
5435         * g++.dg/abi/vtt1.C: Likewise.
5437 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
5439         PR optimization/8423
5440         * gcc.c-torture/execute/builtin-constant.c: New test.
5442 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
5444         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5445         Add some more cases.
5447 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
5449         PR c++/8391
5450         * g++.dg/opt/local1.C: New test.
5452 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
5454         PR c++/8160
5455         * g++.dg/template/complit1.C: New test.
5457         PR c++/8149
5458         * g++.dg/template/typename4.C: Likewise.
5460 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5462         Core issue 287, PR c++/7639
5463         * g++.dg/template/instantiate1.C: Adjust error location.
5464         * g++.dg/template/instantiate3.C: New test.
5465         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5466         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5467         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5469 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
5471         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5473 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
5475         PR c++/8287
5476         * g++.dg/init/dtor2.C: New test.
5478 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5480         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5481         * gcc.dg/nest.c: Bypass errors on irix6.
5483 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
5485         * gcc.dg/nest.c: Expect error for mmix-*-*.
5486         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5488 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
5490         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5491         markers.
5493         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
5495 2002-10-25  Mike Stump  <mrs@apple.com>
5497         * gcc.dg/warn-1.c: New test.
5499 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5501         * g++.dg/template/typename3.C: New test.
5503 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
5505         * g++.dg/lookup/ptrmem1.C: New test.
5507         * g++.dg/abi/vthunk2.C: New test.
5509 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5511         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5513 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
5515         * g++.dg/abi/empty9.C: New test.
5517 2002-10-24  Richard Henderson  <rth@redhat.com>
5519         * g++.dg/inherit/thunk1.C: Enable for ia64.
5521 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5523         PR c++/8067
5524         * g++.dg/lookup/pretty1.C: New test.
5526 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5528         * gcc.dg/20021023-1.c: New test.
5530 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5532         PR c++/7679
5533         * g++.dg/parse/inline1.C: New test.
5535 2002-10-23  Richard Henderson  <rth@redhat.com>
5537         * g++.dg/inherit/thunk1.C: Enable for x86_64.
5539         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5541 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
5543         PR c++/6579
5544         * g++.dg/parse/stmtexpr3.C: New test.
5546 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
5548         * g++.dg/expr/cond1.C: New test.
5550 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5552         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5554 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5556         * g++.dg/abi/vbase13.C: New test.
5557         * g++.dg/abi/vbase14.C: Likewise.
5559 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
5561         * gcc.dg/tls/pic-1.c: New test.
5562         * gcc.dg/tls/nonpic-1.c: New test.
5563         * gcc.dg/20021018-1.c: New test.
5565 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5567         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5568         Remove only files with the same base name as the test case.
5569         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5570         (profopt-execute): Likewise.  Also, remove old profiling
5571         and performance data files before running the tests.
5573         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5574         * g++.dg/bprob/bprob.exp: Likewise.
5575         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
5576         to allow more general test case names.
5578         * g++.dg/bprob/bprob-1.C: Rename to ...
5579         * g++.dg/bprob/g++-bprob-1.C: ... this.
5581         * g77.dg/bprob/bprob-1.f: Rename to ...
5582         * g77.dg/bprob/g77-bprob-1.f: ... this.
5584 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5586         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5587         bison 1.50 or later.
5589 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
5591         * g++.dg/README: Describe more test directories.
5593 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5595         * g++.dg/init/array6.C: Add additional tests.
5597 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5599         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5600         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5602 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
5604         * gcc.c-torture/compile/20020604-1.x: New.
5605         * gcc.c-torture/compile/simd-5.x: Likewise.
5606         * gcc.c-torture/execute/920710-1.x: Likewise.
5607         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5609 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5611         * g++.dg/inherit/override1.C: Add dg-options clause.
5613 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5615         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5616         _mm_slli_si128.
5618 2002-10-19  Andreas Schwab  <schwab@suse.de>
5620         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5621         directory component.
5623 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5625         * g++.dg/inherit/thunk1.C: New test.
5627         * g++.dg/inherit/override1.C: New test.
5629         * g++.dg/abi/mangle11.C: New test.
5630         * g++.dg/abi/mangle14.C: New test.
5631         * g++.dg/abi/mangle17.C: New test.
5633 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5635         * g++.dg/overload/member2.C: New test.
5637 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5639         * g++.dg/README: Describe new compat directory.
5640         * g++.dg/dg.exp: Skip tests in compat directory.
5641         * README.compat: New file.
5642         * lib/compat.exp: New expect script.
5643         * g++.dg/compat: New test directory.
5644         * g++.dg/compat/compat.exp: New expect script.
5645         * g++.dg/compat/abi: New test directory.
5646         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5647         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5648         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5649         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5650         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5651         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5652         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5653         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5654         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5655         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5656         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5657         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5658         * g++.dg/compat/break: New test directory.
5659         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5660         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5661         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5662         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5663         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5664         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5665         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5666         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5667         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5668         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5669         g++.dg/compat/break/README: New files.
5670         * g++.dg/compat/eh: New test directory.
5671         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5672         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5673         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5674         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5675         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5676         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5677         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5678         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5679         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5680         g++.dg/compat/eh/filter2_y.C,
5681         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5682         g++.dg/compat/eh/new1_y.C,
5683         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5684         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5685         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5686         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5687         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5688         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5689         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5690         g++.dg/compat/eh/unexpected1_y.C: New files.
5691         * g++.dg/compat/init: New test directory.
5692         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5693         g++.dg/compat/init/array5_y.C,
5694         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5695         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5696         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5697         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5698         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5699         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5700         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5701         g++.dg/compat/init/init-ref2_y.C: New files.
5703 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5705         PR c++/7584
5706         * g++.dg/inherit/using3.C: New test.
5708 2002-10-17  Jan Hubicka  <jh@suse.cz>
5710         * gcc.dg/20021017-2.c: New test.
5712 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5714         * g++.dg/abi/mangle16.C: Adjust.
5716         * g++.dg/init/array8.C: New test.
5718 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
5720         * gcc.dg/special/mips-abi.exp: New test.
5721         * gcc.dg/special/mips-abi.s: Empty file used by the above.
5723 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5725         * g++.dg/abi/mangle16.C: New test.
5726         * g++.dg/abi/mangle17.C: Likewise.
5728         PR c++/7478
5729         * g++.dg/template/ref1.C: New test.
5731 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5733         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5735 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
5737         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5739 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5741         PR c++/7524
5742         * g++.dg/init/array7.C: New test.
5744 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
5746         * g++.dg/init/array6.C: New test.
5748         * g++.dg/abi/mangle13.C: Likewise.
5749         * g++.dg/abi/mangle14.C: Likewise.
5750         * g++.dg/abi/mangle15.C: Likewise.
5752 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5754         * g++.dg/abi/empty8.C: New test.
5756 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
5758         * g++.dg/init/ctor1.C: New test.
5760 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
5762         * gcc.c-torture/execute/20021015-1.c: New test.
5764 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
5766         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5768 2002-10-14  Jan Hubicka  <jh@suse.cz>
5770         * gcc.dg/i386-ssetype-[1-5].c: New tests.
5772 2002-10-14  Richard Henderson  <rth@redhat.com>
5774         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5776 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5778         PR optimization/6631
5779         * g++.dg/opt/const2.C: New test.
5781 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5783         PR c++/7176
5784         * g++.dg/parse/friend1.C: New test.
5785         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5787 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5789         * gcc.dg/20021014-1.c: New test.
5791 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
5793         PR c++/5661
5794         * g++.dg/ext/vlm1.C: New test.
5795         * g++.dg/ext/vlm2.C: Likewise.
5797         * g++.dg/init/array1.C: Remove invalid braces.
5798         * g++.dg/init/brace1.C: New test.
5799         * g++.dg/init/copy2.C: Likewise.
5800         * g++.dg/init/copy3.C: Likewise.
5801         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5802         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5803         braces.
5805 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
5807         * gcc.dg/cpp/assembler.S: Don't use -ansi.
5809 2002-10-11  Richard Shann  <richard.shann@superh.com>
5811         * gcc.c-torture/compile/simd-5.c: New test.
5813 2002-10-10  Roger Sayle  <roger@eyesopen.com>
5815         * gcc.c-torture/execute/shiftopt-1.c: New test case.
5817 2002-10-10  Jim Wilson  <wilson@redhat.com>
5819         * gcc.c-torture/execute/20021010-1.c: New test.
5821 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
5823         PR c/7353
5824         * g++.dg/ext/typedef-init.C: New test.
5825         * gcc.dg/typedef-init.c: New test.
5827 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
5829         * gcc.dg/cpp/paste13.c: New test.
5831 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5833         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
5834         remaining platforms, XFAIL during compile, not execute.  Don't
5835         XFAIL at -O0.
5837 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
5839         * gcc.dg/alias-1.c: Tweak expected warning.
5841 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5843         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5845 2002-10-06  Andreas Jaeger  <aj@suse.de>
5847         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5848         * gcc.dg/cpp/c++98.C: Likewise.
5850         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5851         * g++.dg/cpp/c++98.C: Likewise.
5853         * g++.dg/README (Subdirectories): Mention cpp directory.
5855         PR target/7559
5856         * gcc.dg/20021006-1.c: New test.
5858 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5860         PR c++/7804
5861         * g++.dg/other/warning1.C: New test.
5863 2002-10-04  Roger Sayle  <roger@eyesopen.com>
5865         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
5866         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
5867         and sparc-*-* with -m64 as expected failures.  See PR 8087.
5869 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5871         PR c++/7931
5872         * g++.dg/template/ptrmem3.C: New test.
5874         PR c++/7754
5875         * g++.dg/template/union1.C: New test.
5877 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5879         PR c++/8006
5880         * g++.dg/abi/mangle9.C: New test.
5881         * g++.dg/abi/mangle10.C: New test.
5882         * g++.dg/abi/mangle11.C: New test.
5883         * g++.dg/abi/mangle12.C: New test.
5885 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
5887         PR c++/7188.
5888         * g++.dg/template/meminit1.C: New test.
5889         * g++.dg/warn/Wreorder-1.C: Likewise.
5890         * g++.old-deja/g++.mike/warn3.C: Tweak.
5891         * lib/prune.exp: Ingore "in copy constructor".
5893 2002-10-02  Andreas Jaeger  <aj@suse.de>
5895         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5896         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5897         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5898         on x86-64.
5900 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5902         * gcc.dg/empty1.C: Fix typo.
5904 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
5906         * gcc.dg/alias-1.c: New test.
5908 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5910         * gcc.dg/empty1.C: New test.
5912         * g++.dg/tls/init-2.C: Tweak error messages.
5914 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5916         * gcc.c-torture/compile/20020923-1.c: New test.
5918 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
5920         * gcc.c-torture/execute/ffs-1.c: New test.
5921         * gcc.c-torture/execute/ffs-2.c: Ditto.
5923 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
5925         * g++.dg/overload/member1.C: New test.
5927 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
5929         * g++.dg/abi/empty7.C: New test.
5930         * g++.dg/init/pm2.C: Likewise.
5932 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5934         * g++.dg/rtti/crash1.C: New test.
5936 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5938         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5939         gcc.dg/sibcall-4.c: New tests.
5941 2002-09-28  Roger Sayle  <roger@eyesopen.com>
5943         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5944         powerpc and MMIX targets.
5946 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
5948         * gcc.dg/cpp/20020927-1.c: New.
5950 2002-09-26  David S. Miller  <davem@redhat.com>
5952         * gcc.c-torture/compile/trunctfdf.c: New.
5954 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5956         * lib/target-supports.exp (check_weak_available): Handle solaris2.
5958 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
5960         * gcc.c-torture/execute/loop-15.c: New.
5962 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
5964         * README.QMTEST: Fix typo.
5966 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5968         * gcc.dg/20020926-1.c: New test.
5970 2002-09-25  David S. Miller  <davem@redhat.com>
5972         PR target/7842
5973         * gcc.c-torture/execute/shiftdi.c: New test.
5975 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
5977         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
5978         unique to the tool.
5979         * lib/g77.exp (g77_init): Likewise.
5980         * lib/g++.exp (g++_init): Likewise.
5981         * lib/objc.exp (objc_init): Likewise.
5983 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
5985         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
5986         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
5987         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
5989 2002-09-25  Richard Henderson  <rth@redhat.com>
5991         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
5992         too-small long double.
5994 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
5996         * gcc.dg/20020919-1.c: New test.
5998 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
6000         * g++.dg/abi/bitfield6.C: New test.
6001         * g++.dg/abi/bitfield7.C: New test.
6002         * g++.dg/abi/bitfield8.C: New test.
6003         * g++.dg/abi/vbase11.C: New test.
6005 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6007         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
6008         hppa*-*-hpux*.  Update test comment.
6010 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
6012         * gcc.dg/tls/struct-1.c: New test.
6014 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
6016         * gcc.dg/cpp/tr-warn2.c: Update.
6018 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6020         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
6022 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6024         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
6025         systems.
6027 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
6029         * gcc.c-torture/execute/ieee/mzero3.c: New test.
6031         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
6032         Adjust for c++filt moved to binutils.  Remove spurious duplicate
6033         setting of cxxfilt.
6035 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
6037         * gcc.dg/20020312-2.c: Update for darwin.
6039 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
6041         * g++.old-deja/g++.other/crash32.C: Mark ICE.
6043 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
6045         * objc.dg/comp-types-1.m: New test.
6046         * objc.dg/comp-types-2.m: New test.
6047         * objc.dg/comp-types-3.m: New test.
6048         * objc.dg/comp-types-4.m: New test.
6049         * objc.dg/comp-types-5.m: New test.
6050         * objc.dg/comp-types-6.m: New test.
6052 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6054         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
6056 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6058         * g++.dg/other/do1.C: New test.
6060         * g++.dg/template/subst1.C: New test.
6062 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
6064         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
6066 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6068         * g++.dg/template/qualttp20.C: Adjust expected errors.
6069         * g++.old-deja/g++.jason/report.C: Likewise.
6070         * g++.old-deja/g++.other/qual1.C: Likewise.
6072         * g++.dg/lookup/scoped2.C: New test.
6074         * g++.dg/ext/asm3.C: New test.
6076 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
6078         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
6080 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
6082         * ChangeLog: follow spelling conventions.
6083         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
6084         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
6085         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
6086         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
6087         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
6088         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
6089         * g++.old-deja/g++.law/global-init1.C: Likewise.
6090         * g++.old-deja/g++.other/delete4.C: Likewise.
6091         * g++.old-deja/g++.other/inline21.C: Likewise.
6092         * g++.old-deja/g++.other/singleton.C: Likewise.
6093         * g77.dg/strlen0.f: Likewise.
6094         * g77.f-torture/compile/20010519-1.f: Likewise.
6095         * g77.f-torture/compile/980310-4.f: Likewise.
6096         * gcc.c-torture/compile/20000605-1.c: Likewise.
6097         * gcc.c-torture/execute/20020225-1.c: Likewise.
6098         * gcc.dg/c90-hexfloat-2.c: Likewise.
6099         * gcc.dg/c99-bool-1.c: Likewise.
6100         * gcc.dg/c99-hexfloat-2.c: Likewise.
6101         * gcc.dg/dll-2.c: Likewise.
6102         * gcc.dg/wtr-union-init-1.c: Likewise.
6103         * gcc.dg/wtr-union-init-2.c: Likewise.
6104         * gcc.dg/wtr-union-init-3.c: Likewise.
6105         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6106         * gcc.dg/cpp/defined.c: Likewise.
6107         * gcc.dg/cpp/macsyntx.c: Likewise.
6108         * gcc.dg/cpp/paste2.c: Likewise.
6109         * gcc.dg/cpp/trad/defined.c: Likewise.
6110         * gcc.dg/format/c90-printf-1.c: Likewise.
6111         * gcc.dg/format/c90-scanf-1.c: Likewise.
6112         * gcc.dg/format/c99-printf-1.c: Likewise.
6113         * gcc.dg/format/c99-scanf-1.c: Likewise.
6114         * gcc.misc-tests/gcov-8.c: Likewise.
6115         * lib/profopt.exp: Likewise.
6117 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
6119         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
6121 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6123         * g++.dg/inherit/using2.C: New test.
6125 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
6127         * ChangeLog: Follow spelling conventions.
6128         * g++.dg/template/friend4.C: Likewise.
6129         * g++.old-deja/g++.pt/crash67.C: Likewise.
6130         * gcc.c-torture/execute/20000801-4.c: Likewise.
6131         * gcc.dg/c90-digraph-1.c: Likewise.
6132         * gcc.dg/c94-digraph-1.c: Likewise.
6133         * gcc.dg/c99-digraph-1.c: Likewise.
6134         * gcc.dg/cpp/line5.c: Likewise.
6135         * gcc.dg/cpp/multiline.c: Likewise.
6136         * gcc.dg/cpp/trad/literals-1.c: Likewise.
6137         * gcc.dg/format/attr-3.c: Likewise.
6138         * gcc.dg/format/c90-scanf-3.c: Likewise.
6139         * gcc.dg/format/ext-4.c: Likewise.
6141 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6143         * g++.dg/template/pretty1.C: New test.
6145 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
6147         * gcc.c-torture/execute/struct-cpy-1.c: New test.
6149 2002-09-13  Matt Austern  <austern@apple.com>
6151         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
6152         passing a cast expression to a function by const reference.
6154 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
6156         * g++.dg/template/deduce1.C: New test.
6158 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
6160         * gcc.c-torture/execute/simd-1.c: Force all use of int to
6161         32-bit int.
6163 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6165         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
6166         usage.
6168 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
6170         * gcc.c-torture/compile/20020910-1.c: New test.
6172 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
6174         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
6176 2002-09-10  Andreas Jaeger  <aj@suse.de>
6178         * gcc.dg/20020312-2.c: Adjust for x86-64.
6180 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
6182         * g77.dg/7388.f: New test case for PR 7388.
6184 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6186         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
6188 2002-09-05  Ziemowit Laski <zlaski@apple.com>
6190         * objc.dg/proto-lossage-1.m: New test.
6192 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
6194         * gcc.dg/cpp/_Pragma4.c: Fix typo.
6196 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
6198         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
6199         expected to pass.
6201 2002-09-06  Stan Shebs  <shebs@apple.com>
6202             David Edelsohn  <edelsohn@gnu.org>
6204         * gcc.dg/weak: New directory.
6205         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
6206         target-specific xfail bits.
6207         * gcc.dg/typeof-2.c: Move to new directory.
6208         * gcc.dg/weak.exp: New expect script.
6210 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
6212         * gcc.c-torture/execute/extzvsi.c: New test.
6214 2002-09-05  Stan Shebs  <shebs@apple.com>
6216         * gcc.dg/weak-1.c: xfail on Darwin.
6217         * gcc.dg/weak-2.c: Ditto.
6218         * gcc.dg/weak-3.c: Ditto.
6219         * gcc.dg/weak-4.c: Ditto.
6220         * gcc.dg/weak-5.c: Ditto.
6221         * gcc.dg/weak-6.c: Ditto.
6222         * gcc.dg/weak-7.c: Ditto.
6223         * gcc.dg/weak-8.c: Ditto.
6224         * gcc.dg/weak-9.c: Ditto.
6226 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
6228         * gcc.c-torture/execute/loop-14.c: New test.
6230 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
6232         * g++.dg/other/cxa-atexit1.C: New test.
6234         * gcc.dg/typeof-2.c: New test.
6236 2002-09-03  Roger Sayle  <roger@eyesopen.com>
6238         * gcc.dg/builtins-2.c: New testcase.
6239         * gcc.dg/builtins-3.c: New testcase.
6241 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
6243         * gcc.dg/cpp/_Pragma4.c: New test.
6245 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
6247         * objc/execute/nil_method-1.m: New testcase.
6249 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
6251         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
6252         [Object class], not [Object initialize].
6254 2002-08-31  Roger Sayle  <roger@eyesopen.com>
6255             Hans-Peter Nilsson  <hp@bitrange.com>
6257         * gcc.c-torture/execute/20020720-1.x: Skip test on
6258         mmix-knuth-mmixware.  Correct comment.
6260 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
6262         * testsuite/g++.dg/abi/bitfield5.C: New test.
6263         * testsuite/g++.dg/abi/vbase10.C: Likewise.
6265 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
6267         * objc.dg/undeclared-selector.m: New test.
6269 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
6271         * g++.dg/other/offsetof1.C: Avoid cast warning.
6273 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
6275         * objc.dg/super-class-2.m: New test.
6277 2002-08-24  Matt Austern  <austern@apple.com>
6279         * g++.dg/ext/lvaddr.C: New test.
6280         * g++.dg/ext/lvcast.C: New test.
6282 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
6284         * testsuite/g++.dg/inherit/cond1.C: New test.
6286 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
6288         * gcc.dg/noncompile/incomplete-1.c: New test.
6290 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6292         * gcc.dg/typespec-1.c: New test.
6294 2002-08-20  Devang Patel  <dpatel@apple.com>
6295         * objc.dg/proto-hier-2.m: New test.
6297 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6299         * objc.dg/bitfield-1.m: New test.
6300         * objc.dg/bitfield-2.m: New test.
6302 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
6304         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
6305         gcc.dg/c99-flex-array-4.c: New tests.
6307 2002-08-16  Stan Shebs  <shebs@apple.com>
6309         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
6311 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
6313         * gcc.dg/typeof-1.c: New test.
6314         * g++.dg/ext/typeof2.C: New test.
6316 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
6318         * g++.dg/other/offsetof1.C: New test.
6320 2002-08-14  Richard Henderson  <rth@redhat.com>
6322         * gcc.dg/tls/diag-3.c: Fix expected message strings.
6324 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6326         * gcc.dg/cpp/_Pragma3.c: New test.
6328 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
6330         * g++.dg/template/inherit3: New test.
6332 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6334         * gcc.dg/bitfld-4.c: Add blank options.
6336 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
6338         * g++.dg/template/crash1.C: New test.
6340 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6342         * gcc.dg/tls/opt-2.c: New test.
6344 2002-08-08  Devang Patel  <dpatel@apple.com>
6346         * objc.dg/selector-1.m : New test
6348 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6350         * g++.dg/abi/bitfield4.C: New test.
6351         * gcc.dg/bitfld-4.c: New test.
6353 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6355         * g++.dg/other/packed1.C: New test.
6357 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
6359         * g++.dg/abi/offsetof.C: Tweak error messages.
6360         * g++.old-deja/g++.mike/p10769a.C: Likewise.
6362 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6364         * gcc.dg/bitfld-3.c: New test.
6366 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6367             Richard Henderson  <rth@redhat.com>
6369         * gcc.dg/i386-bitfield1.c: New test.
6370         * g++.dg/abi/bitfield3.C: Update.
6372 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6374         * objc.dg/const-str-2.m: Update.
6375         * gcc.dg/cpp/c++98.c: Change to C extension.
6376         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6377         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6379 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6381         * testsuite/gcc.dg/tls/diag-3.c: New.
6383 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
6385         * g++.dg/README (Subdirectories): Document new subdir expr.
6386         * g++.dg/expr/pmf-1.C: New test.
6388 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6390         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6392 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6394         * g++.dg/abi/bitfield3.C: New test.
6396 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6398         * lib/gcov.exp: Tweak expected line formats.
6399         * gcc.misc-tests/gcov8.c: New test.
6400         * gcc.misc-tests/gcov8.x: New flags.
6402 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6404         * consistency.vlad/layout/endian.c: Include string.h.
6406         * gcc.c-torture/execute/20020805-1.c: New test.
6408 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
6410         * g++.dg/other/conversion1.C: New test.
6412 2002-08-03  Roger Sayle  <roger@eyesopen.com>
6414         * gcc.dg/builtins-1.c: New testcase.
6416 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
6418         * g++.dg/inherit/access3.C: New test.
6420 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
6422         * gcc.dg/ia64-visibility-2.c: New test.
6424 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
6426         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
6427         __qualifier_flags to __flags.
6429 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
6431         * g++.dg/inherit/operator1.C: New test.
6432         * g++.dg/lookup/disamb1.C: Fix typo in comment.
6433         * g++.dg/other/error1.C: Change expected error message.
6434         * g++.dg/template/conv4.C: Likewise.
6436 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
6438         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
6439         for documented behavior.
6441 2002-07-25  Roger Sayle  <roger@eyesopen.com>
6443         * gcc.c-torture/execute/20020720-1.x: Skip this test on
6444         several targets known to fail.
6446 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
6448         * gcc.dg/mips-args-[123].c: New tests.
6450 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
6452         * gcc.dg/ppc-spe.c: New.
6454 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
6456         * g++.dg/other/ptrmem4.C: New testcase.
6458 2002-07-24  Richard Henderson  <rth@redhat.com>
6460         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
6462 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
6464         * g++.dg/ext/alignof1.C (main): Return 0 for success.
6466 2002-07-24  Roger Sayle  <roger@eyesopen.com>
6468         * gcc.c-torture/execute/memset-3.c: New testcase.
6470 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
6472         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6473         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6475 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6477         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6478         Delete.
6480 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
6482         * gcc.c-torture/compile/simd-4.c: New test.
6484 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6486         PR c++/7347, c++/7348
6487         * g++.dg/template/access4.C: New test.
6488         * g++.dg/template/access5.C: New test.
6489         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6490         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6491         * g++.old-deja/g++.pt/ttp58.C: Likewise.
6492         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6494 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
6496         * gcc.dg/gnu89-init-2.c: New test.
6498 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
6500         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6502 2002-07-20  Roger Sayle  <roger@eyesopen.com>
6504         * gcc.c-torture/execute/20020720-1.c: New testcase.
6506 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
6508         * gcc.dg/cpp/Wsignprom.c: New tests.
6510 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
6512         * gcc.c-torture/execute/loop-13.c: New test.
6514 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
6516         * gcc.dg/cpp/expr.c: New tests.
6518 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
6520         * g++.dg/opt/pr6713.C: Add template instantiation.
6522 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
6524         * gcc.dg/nest.c: New test.
6526 2002-07-17  Richard Henderson  <rth@redhat.com>
6528         * g++.dg/opt/pr6713.C: New test.
6530 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
6532         * gcc.c-torture/execute/loop-2e.x: Let the testcase
6533         XFAIL for all x86 processors.
6535 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6537         * gcc.c-torture/execute/20010122-1.x: Do not test with
6538         -fomit-frame-pointer.
6540 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6542         * g++.dg/template/instantiate2.C: New test.
6543         * g++.dg/template/spec4.C: New test.
6545 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6547         * g++.dg/template/access2.C: New test.
6548         * g++.dg/template/access3.C: New test.
6550 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
6552         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6553         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6554         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6555         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6556         Convert to use <stdarg.h>.
6557         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6558         Delete.
6559         * gcc.dg/va-arg-2.c: New.
6560         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6562 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
6564         * gcc.c-torture/compile/20020710-1.c: New test.
6566 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
6567                           Andrew Pinski  <pinskia@physics.uc.edu>
6569         gcc.c-torture/compile/simd-2.c: New testcase.
6570         gcc.c-torture/compile/simd-3.c: Likewise.
6572 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
6574         PR c++/7224
6575         * g++.dg/overload/error1.C: New test.
6577 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6579         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6580         configuration and IRIX 6 O32 ABI.
6582 2002-07-11  Roger Sayle  <roger@eyesopen.com>
6584         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6586 2002-07-10  Roger Sayle  <roger@eyesopen.com>
6588         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6590 2002-07-10  Jeffrey A Law  <law@redhat.com>
6592         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6594         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
6596 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
6598         * gcc.dg/20020312-2.c: Check for __PPC__.
6600 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
6602         * gcc.c-torture/compile/20020709-1.c: New test.
6604 2002-07-07  Roger Sayle  <roger@eyesopen.com>
6606         * g++.dg/template/qualttp21.C: New test case.
6608 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
6610         * gcc.c-torture/compile/20020706-1.c: New test.
6611         * gcc.c-torture/compile/20020706-2.c: New test.
6613 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
6614             Alexandre Oliva  <aoliva@redhat.com>
6616         * g++.dg/warn/incomplete1.C: New test.
6618 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6620         PR c++/7099
6621         * g++.dg/warn/noreturn1.C: New test.
6623 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6625         PR c++/6706
6626         * g++.dg/debug/debug6.C: New test.
6627         * g++.dg/debug/debug7.C: New test.
6629 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6631         * gcc.c-torture/compile/simd-3.c: New test.
6633 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6635         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6636         * gcc.dg/20020620-1.c: Likewise.
6638 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6640         PR c++/6944
6641         * g++.dg/init/array4.C: New test.
6642         * g++.dg/init/array5.C: New test.
6644 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6646         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6647         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6649 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6651         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6652         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6653         * gcc.dg/wtr-conversion-1.c: Likewise.
6654         * gcc.dg/wtr-escape-1.c: Likewise.
6655         * gcc.dg/wtr-int-type-1.c: Likewise.
6656         * gcc.dg/wtr-label-1.c: Likewise.
6657         * gcc.dg/wtr-static-1.c: Likewise.
6658         * gcc.dg/wtr-strcat-1.c: Likewise.
6659         * gcc.dg/wtr-suffix-1.c: Likewise.
6660         * gcc.dg/wtr-switch-1.c: Likewise.
6661         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6662         * gcc.dg/wtr-union-init-1.c: Likewise.
6663         * gcc.dg/wtr-union-init-2.c: Likewise.
6664         * gcc.dg/wtr-union-init-3.c: Likewise.
6666         * gcc.dg/wtr-func-def-1.c: New test.
6668 2002-07-02 Devang Patel <dpatel@apple.com>
6670         * objc.dg/param-1.m: New test.
6672 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6674         * gcc.dg/cpp/trad/directive.c: Add test.
6675         * gcc.dg/cpp/trad/macroargs.c: Add test.
6676         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6678 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6680         * gcc.dg/cpp/cmdlne-M.c: New test.
6682 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6684         * objc.dg/desig-init-1.m: New test.
6686 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6688         PR c++/6716
6689         * g++.dg/template/instantiate1.C: New test.
6691 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
6693         PR c++/7112
6694         * g++.dg/template/sizeof2.C: New test.
6696 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6698         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6699         gcc.dg/cpp/trad/include.c: New tests.
6701 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
6703         PR target/7177
6704         * gcc.c-torture/compile/20020701-1.c: New test.
6706 2002-07-01  Stan Shebs  <shebs@apple.com>
6708         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6709         header here...
6710         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6711         (objc-torture-execute): or here.
6713 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
6715         * gcc.c-torture/execute/arith-rand-ll.c: New test.
6717 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6719         * gcc.dg/cpp/trad/escaped-nl.c: New test.
6721 2002-06-30  Devang Patel  <dpatel@apple.com>
6723         * objc.dg/fsyntax-only.m: New test.
6725 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
6727         PR c++/6695
6728         * g++.dg/template/friend7.C: New file.
6730 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
6732         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6733         return type.
6735 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
6737         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6738         avoid division by zero.
6740 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
6742         * gcc.dg/Wunknownprag.c: New tests.
6744 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
6746         * gcc.c-torture/execute/simd-2.c: New test.
6748 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
6750         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6751         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6752         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6753         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6754         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6755         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6756         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6757         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6758         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6759         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6760         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6761         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6762         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6763         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6764         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6765         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6766         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6768 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
6770         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6771         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6772         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6773         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6774         New tests.
6775         * gcc.dg/cpp/trad/directive.c: Update.
6777 2002-06-23  Andreas Jaeger  <aj@suse.de>
6779         * gcc.c-torture/execute/complex-6.c: New.
6781 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
6783         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6784         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6785         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6786         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6788 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
6790         * gcc.dg/cpp/trad: New directory with traditional tests copied
6791         from parent directory.
6792         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6793         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6794         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6795         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6796         Move to trad/ and rename.
6797         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6798         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6799         gcc.dg/cpp/trad/redef2.c: New tests.
6800         * gcc.dg/cpp/trad/trad.exp: New driver.
6802 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
6804         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6805         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6806         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6807         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6808         Remove.
6810 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
6812         * gcc.dg/20020620-1.c: New test.
6814 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6816         * g++.dg/template/ttp4.C: New test.
6818 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
6820         * g++.dg/opt/vt1.C: Fix regexp.
6822 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6824         * gcc.c-torture/execute/pure-1.c: Make functions static again.
6825         Don't use attribute `noinline'.
6827 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6829         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
6831 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
6833         * gcc.c-torture/execute/simd-1.c: New.
6835         * gcc.dg/simd-1.c: New.
6837 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6839         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6841 2002-06-16  Richard Henderson  <rth@redhat.com>
6843         * g++.dg/ext/anon-struct1.C: New.
6844         * g++.dg/ext/anon-struct2.C: New.
6845         * g++.dg/ext/anon-struct3.C: New.
6846         * gcc.dg/anon-struct-1.c: New.
6847         * gcc.dg/anon-struct-2.c: New.
6848         * gcc.dg/anon-struct-3.c: New.
6849         * gcc.dg/20011008-1.c: Adjust warning text.
6850         * gcc.dg/20020527-1.c: Add -fms-extensions.
6852 2002-06-16  Richard Henderson  <rth@redhat.com>
6854         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6856 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
6858         * gcc.c-torture/execute/20020615-1.c: New test.
6860 2002-06-15  Roger Sayle  <roger@eyesopen.com>
6862         * gcc.c-tortuture/execute/compare-1.c: New test case.
6863         * gcc.c-tortuture/execute/compare-2.c: New test case.
6864         * gcc.c-tortuture/execute/compare-3.c: New test case.
6866 2002-06-13  Richard Henderson  <rth@redhat.com>
6868         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
6869         ia64 ilp32.
6871 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6873         * g++.dg/template/typename2.C: Update error message.
6875 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
6877         * gcc.c-torture/execute/20020611-1.c: New test.
6879 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
6881         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6882         list of targets to skip.
6884 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
6886         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6887         targets if not optimizing.
6889 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
6891         * gcc.c-torture/compile/20020605-1.c: New test.
6893         * g++.dg/opt/vt1.C: New test.
6895         * gcc.dg/20020531-1.c: New test.
6897         * gcc.dg/20020530-1.c: New test.
6899         * gcc.dg/20020527-1.c: New test.
6901         * g++.dg/opt/cse1.C: New test.
6903 2002-06-07  Roger Sayle  <roger@eyesopen.com>
6905         * gcc.dg/20020607-2.c: New test case.
6907 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6909         * gcc.c-torture/compile/20020604-1.c: New test.
6911 2002-06-04  Richard Henderson  <rth@redhat.com>
6913         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6914         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6915         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6917 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
6919         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
6921 2002-06-03  Richard Henderson  <rth@redhat.com>
6923         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6924         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6926 2002-06-02  Richard Henderson  <rth@redhat.com>
6928         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
6929         test functions static.
6931 2002-06-02  Andreas Jaeger  <aj@suse.de>
6933         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6934         now.
6936 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6938         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6939         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6940         Update for mofified diagnostics.
6941         * gcc.dg/c99-intconst-1.c: No longer fail.
6943 2002-06-02  Richard Henderson  <rth@redhat.com>
6945         * gcc.dg/uninit-A.c: Remove xfail markers.
6947 2002-06-01  Roger Sayle  <roger@eyesopen.com>
6949         * gcc.dg/fnegate-1.c: New test case.
6951 2002-05-30  Osku Salerma  <osku@iki.fi>
6953         * gcc.c-torture/execute/mayalias-1.c: New file.
6955 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6957         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
6958         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
6959         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
6961 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
6963         * gcc.c-torture/execute/20020529-1.c: New test.
6965 2002-05-27  Richard Henderson  <rth@redhat.com>
6967         * g++.dg/ext/attrib6.C: New test case.
6969 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6971         * gcc.c-torture/execute/pure-1.c: New test.
6973 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6975         * gcc.dg/cpp/arith-2.c: Remove.
6977 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6979         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
6980         * gcc.dg/cpp/if-3.c: Remove.
6982 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
6984         * g++.dg/opt/cse2.C: New test.
6986 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6988         * gcc.dg/cpp/arith-1.c: New semantic tests.
6989         * gcc.dg/cpp/if-1.c: Update.
6991 2002-05-24  Ben Elliston  <bje@redhat.com>
6993         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
6995 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6997         * gcc.dg/verbose-asm.c: New test.
6999 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7001         * gcc.dg/cpp/paste12.c: New test.
7003 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7005         * g++.dg/parse/named_ops.C: New test.
7007 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
7009         * gcc/testsuite/gcc.dg/weak-8.c: New test.
7011 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7013         * gcc.dg/weak-2.c: Allow optional leading underscore
7014         in scan-assembler symbol name.
7015         * gcc.dg/weak-3.c: Likewise.
7016         * gcc.dg/weak-4.c: Likewise.
7017         * gcc.dg/weak-5.c: Likewise.
7019 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
7021         * gcc.dg/20020523-1.c: New test.
7023 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7025         * objc.dg/const-str-2.m: Update now that we stop after
7026         a command line error.
7028 2002-05-22  Richard Henderson  <rth@redhat.com>
7030         * g++.dg/dg.exp: Fix typo in test pruneing.
7032 2002-05-22  Richard Henderson  <rth@redhat.com>
7034         * g++.dg/dg.exp: Prune the tls subdirectory.
7035         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
7036         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
7037         * g++.dg/tls/init-1.C: New.
7039 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
7041         * gcc.dg/20020517-1.c: New test.
7043 2002-05-21  Richard Henderson  <rth@redhat.com>
7045         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
7046         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
7048 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
7050         * g++.dg/other/copy2.C: New test.
7052 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7054         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
7055         (MAX_COPY): Bump up to 10 times sizeof (long long).
7056         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
7058         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
7059         sizeof (long long).
7061         * gcc.c-torture/execute/strcpy-1.c: New test.
7063 2002-05-19  Jason Merrill  <jason2redhat.com>
7065         * g++.dg/ext/oper1.C: New test.
7067 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
7068 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
7070         * README.QMTEST: New file.
7072         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
7074 2002-05-19  Andreas Jaeger  <aj@suse.de>
7076         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
7077         now.
7078         * gcc.c-torture/execute/loop-2d.x: Likewise.
7080 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
7082         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
7083         support weak symbols.
7084         * gcc.dg/weak-4.c: Likewise
7085         * gcc.dg/weak-6.c: Likewise
7087 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
7089         * gcc.dg/weak-3.c: Add dg-excess-error comment for
7090         cygwin, coff and h8300-*-hms targets
7091         * gcc.dg/weak-5.c: Likewise
7092         * gcc.dg/weak-7.c: Likewise
7094 2002-05-16  Jason Merrill  <jason@redhat.com>
7096         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
7097         (scan-assembler-not, scan-assembler-dem): Likewise.
7098         (scan-assembler-dem-not): Likewise.
7100 2002-05-15  Richard Henderson  <rth@redhat.com>
7102         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
7104 2002-05-15  Richard Henderson  <rth@redhat.com>
7106         * gcc.dg/weak-5.c (vfoo1c): No warning here.
7107         (vfoo1f): Warning here.
7108         (vfoo1l): Don't redefine the alias.
7110 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
7112         * g++.dg/init/pm1.C: New test.
7114 2002-05-12  David S. Miller  <davem@redhat.com>
7116         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
7117         types.
7119 2002-05-10  Roger Sayle  <roger@eyesopen.com>
7121         * gcc.c-torture/execute/20020510-1.c: New test case.
7123 2002-05-10  David S. Miller  <davem@redhat.com>
7125         * gcc.c-torture/execute/conversion.c: Test long double too.
7127 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
7129         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
7130         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
7131         * lib/g++.exp (g++_link_flags): Likewise.
7132         * lib/objc.exp (objc_target_compile): Likewise.
7134 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7136         * gcc.dg/cpp/poison.c: Update.
7137         * gcc.dg/cpp/20000625-2.c: Remove.
7138         * gcc.dg/cpp/direct2s.c: Remove final test.
7140 2002-05-08  Tom Rix  <trix@redhat.com>
7142         * gcc.c-torture/execute/20020508-1.c: New test.
7143         * gcc.c-torture/execute/20020508-2.c: New test.
7144         * gcc.c-torture/execute/20020508-3.c: New test.
7146 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
7148         * gcc.dg/cpp/charconst-4.c: More tests.
7150 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7152         PR c/6569
7153         * gcc.dg/weak-3.c: Update location of warning messages.
7154         * gcc.dg/weak-5.c: Likewise.
7156 2002-05-06  Roger Sayle  <roger@eyesopen.com>
7158         * gcc.c-torture/execute/20020506-1.c: New test case.
7160 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
7162         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
7164 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7166         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
7168 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7170         * gcc.dg/cpp/charconst-3.c: New test.
7172 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7174         * gcc.dg/cpp/charconst.c: Update tests.
7176 2002-05-05  Tim Josling  <tej@melbpc.org.au>
7178         * treelang: Added directory for new sample language treelang. Also
7179         lib/treelang.exp: New file to signal treelang should be tested.
7181 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7183         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
7184         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
7185         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
7186         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
7187         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
7188         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
7189         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
7191 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7193         * gcc.dg/format/xopen-2.c: New test.
7195 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7197         * gcc.dg/20020503-1.c: New test.
7199 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
7201         * g++.dg/init/dtor1.C: Make it tougher.
7203 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
7205         * g++.dg/init/dtor1.C: New test.
7207 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
7209         * gcc.dg/altivec-8.c: New.
7211 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
7213         * gcc.dg/altivec-7.c: New.
7215 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
7217         * g++.dg/parse/typedef1.C: New test.
7219 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
7221         PR c++/6486
7222         * g++.dg/template/friend6.C: New test.
7224         PR c++/6492
7225         * g++.dg/init/copy1.C: New test.
7227 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
7229         * g++.dg/warn/effc1.C: New test.
7231 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7233         * gcc.dg/cpp/if-cexp.c: Add a test.
7235 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7237         * gcc.dg/20020426-2.c: New test.
7239 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7241         * gcc.dg/cpp/if-mop.c: Update.
7242         * gcc.dg/cpp/if-mpar.c: Add test.
7243         * gcc.dg/cpp/if-oppr.c: Update.
7245 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7247         PR c/6343
7248         * gcc.dg/weak-[2-7].c: New tests.
7250 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7252         * gcc.dg/enum1.c: New test.
7254 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7256         PR c++/6497
7257         * g++.dg/inherit/access2.C: New test.
7259 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7261         PR bootstrap/6445
7262         * gcc.dg/20020426-1.c: New test.
7264 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7266         * g++.dg/abi/enum1.C: New test.
7268 2002-04-26  Richard Henderson  <rth@redhat.com>
7270         * gcc.dg/c99-bool-1.c: Expect always true warning.
7272 2002-04-25  Roger Sayle  <roger@eyesopen.com>
7274         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
7276 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7278         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
7279         targets.
7281 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
7283         * g++.dg/abi/mange7.C: New test.
7285         PR c++/6438.
7286         * g++.dg/parse/stmtexpr2.C: New test.
7288 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
7290         * gcc.dg/20020312-2.c: Add SH target.
7292 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7294         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
7295         compiler output on mips*-*-irix*.
7297 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
7299         * g++.dg/parse/attr1.C: New test.
7301 2002-04-23  Roger Sayle  <roger@eyesopen.com>
7303         * gcc.c-torture/execute/string-opt-17.c: New test case.
7304         * gcc.c-torture/execute/memset-2.c: New test case.
7306 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
7308         PR c++/6256:
7309         * g++.dg/template/friend5.C: New test.
7311         PR c++/6331:
7312         * g++.dg/template/qual1.C: Likewise.
7314 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
7316         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
7317         Include stdlib.h, not stdio.h or ctype.h.
7319 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
7321         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
7322         cris-*-elf* and mmix-*-*.
7323         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
7324         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
7325         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
7326         Ditto.
7327         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
7328         * gcc.dg/wchar_t-1.c: Ditto.
7330 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
7332         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
7333         Clarify comment.
7335 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7337         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
7339 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7341         * gcc.c-torture/execute/20000906-1.x: Delete.
7343 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
7345         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
7347 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
7349         * PR6367
7350         * g77.f-torture/execute/6367.f: New test.
7351         * g77.f-torture/execute/6367.x: Disable for MMIX.
7353 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7355         * PR6352
7356         * g++.dg/opt/inline2.C: New test.
7358 2002-04-18  Richard Henderson  <rth@redhat.com>
7360         * gcc.dg/20000906-1.c: Enable for all targets.
7361         * gcc.c-torture/compile/iftrap-2.c: New.
7363 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7365         * gcc.dg/20020418-1.c: New test.
7366         * gcc.dg/20020418-2.c: New test.
7368 2002-04-18  Richard Henderson  <rth@redhat.com>
7370         * gcc.c-torture/compile/iftrap-1.c: New.
7371         * gcc.dg/iftrap-1.c: Adjust for ia64.
7372         * gcc.dg/iftrap-2.c: New.
7374 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7376         * gcc.c-torture/compile/20020418-1.c: New test.
7378 2002-04-18  Roger Sayle  <roger@eyesopen.com>
7380         * gcc.c-torture/compile/20020415-1.c: New.
7382 2002-04-18  David S. Miller  <davem@redhat.com>
7384         * gcc.c-torture/execute/20020418-1.c: New test.
7386 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7388         * gcc.dg/20020416-1.c: New test.
7390         * g++.dg/opt/inline1.C: New test.
7392 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
7394         * gcc.dg/altivec-5.c: New test.
7396         * gcc.dg/20020415-1.c: New test.
7398 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7400         * testsuite/lib/chill.exp: Remove.
7402 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7404         * g++.dg/other/big-struct.C: New test.
7406 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
7408         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7409         of scratch file.
7411 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
7413         PR c/6277
7414         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
7415         in scan-assembler function name
7417 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
7419         * g77.f-torture/execute/980628-4.x,
7420         g77.f-torture/execute/980628-5.x,
7421         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7422         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7423         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7424         i[34567]86-*-*.
7426 2002-04-13  David S. Miller  <davem@redhat.com>
7428         * gcc.c-torture/execute/20020413-1.c: New test.
7430 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
7432         * gcc.dg/asm-6.c,
7433         * g++.dg/ext/asm1.C: New tests.
7435 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7437         PR c++ 5373.
7438         * g++.dg/parse/stmtexpr1.C: New test.
7440         PR c++/5189.
7441         * g++.dg/template/copy1.C: New test.
7443 2002-04-12  Richard Henderson  <rth@redhat.com>
7445         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7447 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
7449         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7450         gcc.c-torture/execute/20020307-2.c.
7452 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
7454         * g++.dg/ext/attrib5.C,
7455         * g++.dg/lookup/struct1.C: New tests.
7457 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7459         * gcc.dg/20020411-1.c: New test.
7461         * gcc.c-torture/execute/20020411-1.c: New test.
7463 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
7465         * g77.f-torture/execute/6177.f: New test.
7467 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
7469         PR middle-end/6247
7470         * g++.dg/opt/cleanup1.C: New test.
7472         * g++.dg/opt/const1.C: New test.
7474 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
7476         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7478 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7480         PR c++/5507
7481         * g++.dg/template/typename2.C: New test.
7483 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
7485         * gcc.c-torture/execute/loop-12.c: New.
7487 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
7489         * g77.f-torture/execute/980628-4.x,
7490         g77.f-torture/execute/980628-5.x,
7491         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7492         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7493         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7495 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7497         PR optimization/6086
7498         * g++.dg/opt/preinc1.C: New test.
7500 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7502         PR c++/5571
7503         * g++.dg/opt/static2.C: New test.
7505 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7507         PR c/5120
7508         * gcc.dg/20020406-1.c: New test.
7510 2002-04-04  David S. Miller  <davem@redhat.com>
7512         * gcc.c-torture/execute/20020404-1.c: New test.
7514 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
7516         PR c/6123
7517         * gcc.dg/20020312-2.c: Do not declare global register variable
7518         if __PIC__ or __pic__ is defined.
7520 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
7522         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
7523         __asm__ so that it works correctly even if -ansi -pedantic-errors.
7525 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7527         * gcc.misc-tests/linkage.exp: Update last change to handle
7528         sparc*-, not just sparc-.
7530 2002-04-03  Richard Henderson  <rth@redhat.com>
7532         * gcc.dg/cpp/ucs.c: Improved long UCS test.
7534 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7536         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7538 2002-04-02  David S. Miller  <davem@redhat.com>
7540         * gcc.c-torture/execute/20020402-3.c: New test.
7542 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7544         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7545         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7547         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7548         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7549         g77.f-torture/execute/20001201.x,
7550         g77.f-torture/execute/u77-test.x: New files.
7552         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7553         * gcc.dg/wchar_t-1.c: Ditto.
7555 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7557         * gcc.c-torture/execute/20020402-1.c: New test.
7559 2002-04-01  Richard Henderson  <rth@redhat.com>
7561         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7563         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7565 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7567         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7569 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7571         * g++.dg/inherit/template-as-base.C: Expect error.
7572         * g++.dg/inherit/namespace-as-base.C: Likewise.
7574 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
7576         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7577         g++.dg/ext/instantiate3.C: Tweak match patterns.
7579         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7580         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7581         -da test.
7583 2002-03-31  Richard Henderson  <rth@redhat.com>
7585         * gcc.dg/special/alias-2.c: New.
7586         * gcc.dg/special/ecos.exp: Run it.
7588 2002-03-31  Richard Henderson  <rth@redhat.com>
7590         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7592 2002-03-31  Kazu Hirata  <kazu@hxi.com>
7594         * gcc.dg/weak-1.c: Disable on h8300 port.
7596 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
7598         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7599         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7600         ordering tests.
7601         * g++.dg/bprob/bprob-1.C: New test.
7602         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7603         * g++.dg/gcov/gcov-1.C: New test.
7604         * g++.dg/gcov/gcov-1.x: New file.
7605         * g++.dg/gcov/gcov-2.C: New test.
7606         * g++.dg/gcov/gcov-3.C: New test.
7607         * g++.dg/gcov/gcov-3.h: New file.
7609 2002-03-28  Roger Sayle  <roger@eyesopen.com>
7611         * g++.old-deja/g++.other/builtins5.C: New test.
7612         * g++.old-deja/g++.other/builtins6.C: New test.
7613         * g++.old-deja/g++.other/builtins7.C: New test.
7614         * g++.old-deja/g++.other/builtins8.C: New test.
7615         * g++.old-deja/g++.other/builtins9.C: New test.
7617 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7619         * g++.dg/opt/static1.C: New test.
7621         * g++.dg/opt/longbranch1.C: New test.
7623 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7625         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7627         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7629 2002-03-28  Jeffrey A Law  (law@redhat.com)
7631         * gcc.c-torture/execute/20020328-1.c: New test.
7633 2002-03-27  Richard Henderson  <rth@redhat.com>
7635         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7636         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7637         move from g++.old-deja/g++.ext/.
7639 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7641         * g++.dg/init/new2.C: New test.
7643 2002-03-26  Richard Henderson  <rth@redhat.com>
7645         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7647         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7648         on sparc.
7650         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7651         sparcv9 systems.
7652         * gcc.dg/20001102-1.c: Likewise.
7654 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7656         * gcc.dg/cpp/endif-pedantic1.c,
7657         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7659 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7661         * g++.dg/init/new1.C: New test.
7663 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7665         * g++.dg/abi/vbase9.C: New test.
7667 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7669         * gcc.dg/arm-asm.c: New test.
7671 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7673         * gcc.dg/Wswitch-enum.c: New test.
7674         Fix PR c/5044.
7676 2002-03-26  Richard Henderson  <rth@redhat.com>
7678         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7679         structure.
7681 2002-03-25  Richard Henderson  <rth@redhat.com>
7683         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7684         sparcv9 systems.
7686         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7687         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7689 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7691         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7693 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
7695         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7696         targets using generic thunk support.
7698 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
7700         * gcc.c-torture/compile/20020323-1.c: New test.
7702         * g++.dg/opt/conj2.C: New test.
7704 2002-03-24  Richard Henderson  <rth@redhat.com>
7706         * gcc.dg/weak-1.c: Use -fno-common.
7708 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7710         * g77.dg/f77-edit-apostrophe-out.f: New test
7711         * g77.dg/f77-edit-h-out.f: New test
7712         * g77.dg/f77-edit-t-in.f: New test
7713         * g77.dg/f77-edit-t-out.f: New test
7714         * g77.dg/f77-edit-x-out.f: New test
7715         * g77.dg/f77-edit-slash-out.f: New test
7716         * g77.dg/f77-edit-colon-out.f: New test
7717         * g77.dg/f77-edit-s-out.f: New test
7719 2002-03-24  Richard Henderson  <rth@redhat.com>
7721         * objc/execute/formal_protocol-6.x: New XFAIL.
7723 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7725         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
7726         that do not support weak symbols
7728 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7730         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
7731         * lib/g77.exp:  Likewise
7732         * lib/objc.exp: Likewise
7734 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7736         * gcc.dg/Wswitch-default.c: New test.
7738 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7740         * g++.dg/other/enum1.C: New test.
7742 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
7744         * gcc.dg/pragma-ep-3.c: Fix typo.
7746 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7748         * g++.dg/inherit/template-as-base.C: New test.
7750 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
7752         * g++.old-deja/g++.other/dwarf2-1.C: Move...
7753         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
7755 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7757         * gcc.dg/cpp/multiline.c: Update to match.
7759 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
7761         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7763 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
7765         * gcc.dg/cpp/extratokens2.c:  New file.
7767 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
7769         * gcc.dg/20020312-2.c: Add rs6000 target.
7771         * gcc.c-torture/compile/20020319-1.c: New test.
7773 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7775         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
7776         (A, E): Handle this.
7778 2002-03-20  Jason Merrill  <jason@redhat.com>
7780         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7781         ignoring -fpic.
7782         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7783         through prune_gcc_output.
7785 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
7787         * gcc.c-torture/compile/20020320-1.c: New test.
7789 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
7791         * gcc.c-torture/compile/20020318-1.c: New test.
7793         * gcc.dg/struct-by-value-1.c: New test.
7795         * gcc.dg/20020319-1.c: New test.
7797 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
7799         * g++.dg/opt/conj1.C: New test.
7801 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
7803         * g++.dg/template/qualttp20.C: Revert previous change.
7804         * g++.dg/template/qualttp3.C: Likewise.
7805         * g++.dg/template/qualttp4.C: Likewise
7806         * g++.dg/template/qualttp5.C: Likewise
7807         * g++.dg/template/qualttp6.C: Likewise
7808         * g++.dg/template/qualttp7.C: Likewise
7809         * g++.dg/template/qualttp8.C: Likewise
7810         * g++.dg/template/recurse.C: Likewise.
7812 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7814         * gcc.dg/cpp/wchar-1.c: Update.
7816 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7818         * g++.dg/template/conv1.C: New test.
7819         * g++.dg/template/conv2.C: New test.
7820         * g++.dg/template/conv3.C: New test.
7821         * g++.dg/template/conv4.C: New test.
7823 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7825         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7826         * g++.dg/template/qualttp3.C: Likewise.
7827         * g++.dg/template/qualttp4.C: Likewise
7828         * g++.dg/template/qualttp5.C: Likewise
7829         * g++.dg/template/qualttp6.C: Likewise
7830         * g++.dg/template/qualttp7.C: Likewise
7831         * g++.dg/template/qualttp8.C: Likewise
7832         * g++.dg/template/recurse.C: Likewise.
7834 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7836         * g++.dg/opt/dtor1.C: New test.
7838 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
7840         * gcc.c-torture/compile/20020315-1.c: New test.
7842 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
7844         * gcc.dg/weak-1.c: Fix scan tests.
7846 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
7848         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7849         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7850         cris-*-aout* mmix-*-*.
7851         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7852         cris-*-aout* mmix-*-*.
7853         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7854         cris-*-elf* cris-*-aout* and mmix-*-*.
7855         * gcc.dg/20001009-1.c: Ditto.
7856         * gcc.dg/20010912-1.c: Ditto.
7857         * gcc.dg/20020122-4.c: Ditto.
7858         * gcc.dg/inline-2.c: Ditto.
7860 2002-03-14  Jeffrey A Law  (law@cygnus.com)
7862         * gcc.c-torture/compile/20020314-1.c: New test.
7864 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
7866         * gcc.c-torture/execute/20020314-1.c: New test.
7868 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7870         * g++.dg/warn/Wunused-1.C: New test.
7872 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
7874         * g++.dg/abi/mangle6.C: New test.
7876 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7878         * gcc.c-torture/compile/20020309-2.c: New test.
7880         * gcc.c-torture/compile/20020312-1.c: New test.
7882 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7884         * g++.dg/other/access1.C: New test.
7886 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
7888         * gcc.c-torture/execute/wchar_t-1.c: New test.
7890 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
7892         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
7894 2002-03-12  Roger Sayle  <roger@eyesopen.com>
7896         * gcc.dg/20020312-1.c: New test case.
7898 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
7900         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
7902 2002-03-11  Richard Henderson  <rth@redhat.com>
7904         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7905         * g++.old-deja/g++.jason/report.C: Likewise.
7907 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7909         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7910         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7912 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7914         * testsuite/g++.dg/overload/pmf1.C: New test.
7916 2002-03-11  Kazu Hirata  <kazu@hxi.com>
7918         * gcc.c-torture/execute/20020307-1.c: Use long.
7920 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7922         PR optimization/5844
7923         * gcc.dg/20020310-1.c: New test.
7925 2002-03-09  Michael Meissner  <meissner@redhat.com>
7927         * gcc.c-torture/execute/memcpy-2.c: New test.
7928         * gcc.c-torture/execute/memset-1.c: New test.
7929         * gcc.c-torture/execute/strlen-1.c: New test.
7930         * gcc.c-torture/execute/strcmp-1.c: New test.
7931         * gcc.c-torture/execute/strncmp-1.c: New test.
7933 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
7935         * gcc.dg/ppc-ldstruct.c: New test.
7937 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7939         * gcc.c-torture/execute/va-arg-22.c: New test.
7941 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7943         * gcc.c-torture/compile/20020309-1.c: New test.
7945 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
7947         * gcc.c-torture/execute/20020307-2.c: New test.
7949 2002-03-07  Jeffrey A Law  (law@redhat.com)
7951         * g77.f-torture/compile/20020307-1.f: New test.
7953 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
7955         * gcc.dg/unordered-1.c: New test.
7957 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7959         * gcc.c-torture/execute/20020307-1.c: New test.
7961 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
7963         * gcc.dg/20020304-1.c: New test.
7965         * gcc.c-torture/compile/20020304-2.c: New test.
7967 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
7969         * gcc.c-torture/compile/20020304-1.c: New test case
7970         (from PR c/5830).
7972 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
7974         * gcc.dg/20020103-1.c: Add other -D ppc variants.
7976 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7978         * g++.dg/other/classkey1.C: New test.
7980 2002-03-01  Richard Henderson  <rth@redhat.com>
7982         * gcc.c-torture/compile/981223-1.x: New.
7983         * gcc.c-torture/compile/920625-1.x: New.
7985 2002-02-28  Richard Henderson  <rth@redhat.com>
7987         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
7989 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
7991         * gcc.c-torture/execute/20020227-1.c: New test.
7993 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
7995         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
7996         here" ERROR lines.
7997         * g++.old-deja/g++.oliva/partord1.C: Likewise.
7998         * g++.old-deja.g++.other/defarg1.C: Likewise.
7999         * g++.old-deja/g++.pt/calls2.C: Likewise.
8000         * g++.old-deja/g++.pt/crash20.C: Likewise.
8001         * g++.old-deja/g++.pt/crash30.C: Likewise.
8002         * g++.old-deja/g++.pt/crash36.C: Likewise.
8003         * g++.old-deja/g++.pt/crash6.C: Likewise.
8004         * g++.old-deja/g++.pt/defarg13.C: Likewise.
8005         * g++.old-deja/g++.pt/derived3.C: Likewise.
8006         * g++.old-deja/g++.pt/error1.C: Likewise.
8007         * g++.old-deja/g++.pt/friend21.C: Likewise.
8008         * g++.old-deja/g++.pt/friend23.C: Likewise.
8009         * g++.old-deja/g++.pt/infinite1.C: Likewise.
8010         * g++.old-deja/g++.robertl/eb128.C: Likewise.
8012 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
8014         * gcc.c-torture/execute/20020225-2.c: New test.
8016 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
8018         * gcc.c-torture/execute/920730-1t.c,
8019         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
8020         Delete test cases, only relevant to -traditional.
8022 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8024         * gcc.dg/cpp/undef1.c: Remove.
8025         * gcc.dg/cpp/directiv.c: Update.
8026         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
8028 2002-02-27  Michael Meissner  <meissner@redhat.com>
8030         * gcc.c-torture/execute/20020226-1.c: New test.
8032 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
8034         * g++.dg/debug/debug4.C: New test.
8036         * gcc.dg/ia64-visibility-1.c: New test.
8038 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
8040         * gcc.dg/debug/20020224-1.c: New.
8042 2002-02-25  Kazu Hirata  <kazu@hxi.com>
8044         * gcc.c-torture/execute/960416-1.x: New.
8045         * gcc.c-torture/execute/divconst-3.x: Likewise.
8047 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8049         * gcc.dg/20020224-1.c: New test.
8051 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
8053         * gcc.c-torture/execute/20020225-1.c: New.
8055 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8057         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
8059 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
8061         * gcc.dg/20020222-1.c: New test.
8063 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
8065         * g++.dg/opt/anonunion1.C: New test.
8067 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
8069         * g++.dg/template/qualttp19.C: New test.
8070         * g++.dg/template/qualttp20.C: New test.
8071         * g++.old-deja/g++.jason/report.C: Adjust expected errors
8072         * g++.old-deja/g++.other/qual1.C: Likewise.
8074 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
8076         * gcc.dg/attr-alwaysinline.c: New.
8078 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8080         * gcc.dg/20020220-1.c: New test.
8082         * gcc.dg/20020220-2.c: New test.
8084         * g++.dg/opt/mmx1.C: New test.
8086 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
8088         * gcc.c-torture/compile/20020110.c: New test.
8090 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
8092         * gcc.c-torture/execute/20020219-1.c: New test.
8094         * gcc.dg/20020219-1.c: New test.
8096         * gcc.dg/noncompile/20020220-1.c: New test.
8098         * g++.dg/opt/ptrintsum1.C: New test.
8100         * gcc.dg/debug/20020220-1.c: New test.
8102 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
8104         * gcc.c-torture/execute/20020216-1.c: New test.
8106 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8108         * gcc.dg/decl-1.c: Update, new test.
8110 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
8112         * g++.dg/abi/bitfield1.C: New test.
8113         * g++.dg/abi/bitfield2.C: New test.
8115 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8117         * gcc.dg/attr-nest.c: New test.
8119 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8121         * gcc.c-torture/execute/20020215-1.c: New test.
8123 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
8125         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
8126         * g++.dg/debug/debug.exp: New.
8127         * g++.dg/debug/trivial.C: New.
8128         * g++.dg/debug/debug1.C: Moved...
8129         * g++.dg/other/debug1.C: ...from here.
8130         * g++.dg/debug/debug2.C: Moved...
8131         * g++.dg/other/debug2.C: ...from here.
8132         * g++.dg/debug/debug3.C: Moved...
8133         * g++.dg/other/debug3.C: ...from here.
8135         * gcc.dg/noncompile/20020213-1.c: New test.
8137 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8139         * g++.dg/other/debug3.C: New test.
8141         * gcc.c-torture/execute/20020213-1.c: New test.
8143 2002-02-13  Richard Smith <richard@ex-parrot.com>
8145         * g++.old-deja/g++.other/thunk1.C: New test.
8147 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8149         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
8151 2002-02-13  Stan Shebs  <shebs@apple.com>
8153         * gcc.dg/altivec-3.c: New.
8155 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
8157         * gcc.dg/Wunreachable-1.c: New test.
8158         * gcc.dg/Wunreachable-2.c: New test.
8160 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8162         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
8164 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
8166         * gcc.dg/decl-1.c: New test.
8168 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8170         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
8172 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8174         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
8175         * gcc.c-torture/compile/980506-1.x: Likewise.
8177 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8179         * gcc.dg/20020210-1.c: New.
8181 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
8183         * g77.f-torture/execute/947.f: New regression test
8184         for PR fortran/947.
8186 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8188         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
8189         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
8191 2002-02-08  Richard Henderson  <rth@redhat.com>
8193         * gcc.c-torture/compile/labels-3.c: New.
8195 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
8197         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
8198         expression statements work instead.
8199         * gcc.dg/noncompile/20020207-1.c: New test.
8201 2002-02-07  Richard Henderson  <rth@redhat.com>
8203         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
8205 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8207         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
8208         message from g77
8209         * lib/g77-dg.exp: Trim g77 error messages so that they are
8210         recognized by dg.exp.
8212 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8214         PR fortran/5473
8215         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
8217 2002-02-07  Richard Henderson  <rth@redhat.com>
8219         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
8220         to be sufficiently aligned for integers.
8222 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
8224         * g++.dg/template/friend4.C: New test.
8226 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8228         PR fortran/5743
8229         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
8230         unsupported cases.
8232 2002-02-07  Richard Henderson  <rth@redhat.com>
8234         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
8235         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
8236         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
8237         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
8239 2002-02-06  Richard Henderson  <rth@redhat.com>
8241         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
8243 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
8245         * gcc.dg/20020206-1.c: New test.
8247 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8249         * gcc.c-torture/execute/20020206-1.c: New test.
8251         * gcc.c-torture/execute/20020206-2.c: New test.
8253         PR optimization/5429:
8254         * gcc.c-torture/compile/20020206-1.c: New test.
8256 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8258         * g++.dg/ext/align1.C: Do not use an explicit alignment value
8259         as certain file formats cannot support particularly large
8260         alignments.
8262         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
8263         and do not expect to be able to link the executable.
8265         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
8266         fail because the COFF format does not support the weak attribute.
8268 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
8270         * g77.dg/pr5473.f:  New test
8272 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
8274         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
8275         Fix testcase accordingly.
8277 2002-02-04  Richard Henderson  <rth@redhat.com>
8279         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
8280         (buf): Change to be an array of pointers, not ints.
8282 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8284         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
8285         before all tests.  Move warning one line above to match where it
8286         C frontend emits.
8287         * gcc.dg/Wswitch-2.c: New test.
8288         * g++.dg/warn/Wswitch-1.C: New test.
8289         * g++.dg/warn/Wswitch-2.C: New test.
8291 2002-02-04  Richard Henderson  <rth@redhat.com>
8293         * g++.dg/abi/offsetof.C: Fix size comparison.
8295 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
8297         * gcc.dg/cast-qual-2.c: New test.
8299 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8301         * gcc.dg/20020201-4.c: New test.
8303 2002-02-04  Ben Elliston  <bje@redhat.com>
8305         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
8306         target_info attribute != 0, in addition to the empty string.
8307         (gcc_target_compile): Likewise.
8309 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
8311         * gcc.dg/Wswitch.c: New test.
8312         PR gcc/4475. PR gcc/3780.
8314 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
8316         * g77.f-torture/execute/5122.f: New test for regressions
8317         against PR fortran/5122.
8319 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
8321         * g77.f-torture/compile/pr3743.f: Delete
8322         * g77.dg/pr3743-1.f: New test.
8323         * g77.dg/pr3743-2.f: New test.
8324         * g77.dg/pr3743-3.f: New test.
8325         * g77.dg/pr3743-4.f: New test.
8327 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8329         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
8331 2002-02-02  Richard Henderson  <rth@redhat.com>
8333         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
8334         * gcc.c-torture/execute/bf64-1.c: Likewise.
8336 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8338         * gcc.dg/20020201-2.c: New test.
8340         * gcc.dg/20020201-3.c: New test.
8342         * gcc.c-torture/execute/bitfld-2.c: New test.
8344 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8346         * gcc.dg/bitfld-1.c: Update.
8347         * gcc.dg/bitfld-2.c: Update.
8348         * gcc.c-torture/execute/bitfld-1.x: New.
8350 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8352         * gcc.c-torture/execute/20020201-1.c: New test.
8354 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
8356         PR target/5469
8357         * gcc.dg/20020201-1.c: New test.
8359 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
8361         PR fortran/3743
8362         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8363         * g77.f-torture/compile/pr3743.x: Remove
8365 2002-01-31  Tom Rix  <trix@redhat.com>
8367         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8369 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8371         * gcc.dg/noncompile/20020130-1.c: New test.
8373 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
8375         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
8377 2002-01-29  Richard Henderson  <rth@redhat.com>
8379         * gcc.c-torture/execute/991118-1.c: Cast various constants back
8380         to long long.
8381         * gcc.c-torture/execute/bf64-1.c: Likewise.
8383 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
8385         * gcc.c-torture/execute/20020129-1.c: New test.
8387 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8389         * gcc.c-torture/compile/20000224-1.c: Update.
8390         * gcc.c-torture/execute/bitfld-1.c: New tests.
8391         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8392         * gcc.dg/uninit-A.c: Update.
8394 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
8396         * g++.dg/template/ctor1.C: Add instantiation.
8398 2002-01-28  Paul Koning  <pkoning@equallogic.com>
8400         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8401         argument to __builtin_prefetch to be const ptr.
8403 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
8405         * gcc.c-torture/compile/20020120-1.c: New test.
8407 2002-01-27  Kazu Hirata  <kazu@hxi.com>
8409         * gcc.c-torture/execute/20020127-1.c: New test.
8411 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
8413         * g77.dg/f77-edit-i-in.f: New test
8414         * g77.dg/f77-edit-i-out.f: New test
8416 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
8418         * gcc.dg/debug/debug.exp: New file.
8419         * gcc.dg/debug/trivial.c: New file.
8420         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8421         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8422         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8423         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8424         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8425         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8426         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8427         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8428         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8429         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8430         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8431         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8432         * gcc.dg/20000503-1.c: Removed.
8433         * gcc.dg/20010207-1.c: Removed.
8434         * gcc.dg/20011223-1.c: Removed.
8435         * gcc.dg/20020104-2.c: Removed.
8436         * gcc.dg/debug-1.c: Removed.
8437         * gcc.dg/debug-2.c: Removed.
8438         * gcc.dg/debug-3.c: Removed.
8439         * gcc.dg/debug-4.c: Removed.
8440         * gcc.dg/debug-5.c: Removed.
8441         * gcc.dg/debug-6.c: Removed.
8442         * gcc.dg/dwarf2-1.c: Removed.
8443         * gcc.dg/dwarf2-2.c: Removed.
8445 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
8447         * g++.old-deja/g++.other/eh5.C: New test.
8448         * g++.old-deja/g++.other/sibcall2.C: New test.
8449         * g++.old-deja/g++.other/array9.C: New test.
8450         * g++.old-deja/g++.other/typename2.C: New test.
8451         * g++.old-deja/g++.other/crash60.C: New test.
8452         * g++.old-deja/g++.other/conv9.C: New test.
8453         * g++.old-deja/g++.other/mangle10.C: New test.
8454         * g++.old-deja/g++.other/unchanging1.C: New test.
8455         * g++.old-deja/g++.other/exprstmt1.C: New test.
8456         * g++.old-deja/g++.other/inline23.C: New test.
8457         * g++.old-deja/g++.eh/ia64-1.C: New test.
8458         * g++.old-deja/g++.other/dwarf2-1.C: New test.
8459         * g++.old-deja/g++.other/reload1.C: New test.
8460         * g++.old-deja/g++.other/static20.C: New test.
8461         * g++.old-deja/g++.other/local-alloc1.C: New test.
8462         * g++.old-deja/g++.other/conv8.C: New test.
8463         * g++.old-deja/g++.other/stmtexpr2.C: New test.
8464         * g++.old-deja/g++.other/storeexpr1.C: New test.
8465         * g++.old-deja/g++.other/storeexpr2.C: New test.
8466         * g++.dg/eh/template2.C: New test.
8467         * g++.dg/warn/weak1.C: New test.
8469 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
8471         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8472         Remove first, non-varying, argument.
8474 2002-01-23  Richard Henderson  <rth@redhat.com>
8476         * gcc.dg/inline-2.c: New.
8478         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8479         Add optional target arg.  Check number of arguments.
8480         (scan-assembler-not, scan-assembler-dem): Likewise.
8481         (scan-assembler-dem-not): Likewise.
8483 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8485         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8486         line 12.
8487         * g++.old-deja/g++.brendan/parse3.C,
8488         g++.old-deja/g++.other/crash26.C,
8489         g++.old-deja/g++.other/crash28.C,
8490         g++.old-deja/g++.other/crash29.C,
8491         g++.old-deja/g++.other/crash30.C,
8492         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8494 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
8496         * gcc.dg/20020115-1.c: New.
8498 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
8500         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8502 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
8504         * gcc.dg/20020122-3.c: New.
8506 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8508         * g++.dg/other/gc1.C: New test.
8510 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8512         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8514 2002-01-22  Richard Henderson  <rth@redhat.com>
8516         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8518 2002-01-22  Richard Henderson  <rth@redhat.com>
8520         * gcc.dg/20020122-4.c: New.
8522 2002-01-22  H.J. Lu <hjl@gnu.org>
8524         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8525         link output.
8526         * gcc.dg/special/ecos.exp: Likewise.
8527         * lib/g++-dg.exp: Likewise.
8528         * lib/g77-dg.exp: Likewise.
8529         * lib/gcc-dg.exp : Likewise.
8530         * lib/mike-g++.exp: Likewise.
8531         * lib/mike-g77.exp: Likewise.
8532         * lib/mike-gcc.exp: Likewise.
8533         * lib/objc-dg.exp: Likewise.
8535 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
8537         PR target/5379
8538         * gcc.dg/20020122-2.c: New test.
8540 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
8542         * gcc.dg/20020122-1.c: New test.
8544 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
8546         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8548 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
8550         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8552 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8554         * gcc.c-torture/compile/20020121-1.c: New test.
8556 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8558         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8559         ld_library_path.
8561 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
8563         * gcc.dg/20020218-1.c: New test.
8565 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
8567         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8568         messages
8569         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8570         "At global scope" warning
8571         * g++.dg/ext/align1.C: Change cygwin test for alignment
8572         from db-bogus to dg-warning
8574 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
8576         * g77.f-torture/compile/cpp2.F: New test.
8578 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8580         * g++.dg/template/access1.C: New test.
8582 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
8584         * gcc.dg/20020118-1.c: New.
8586 2002-01-18  Kazu Hirata  <kazu@hxi.com>
8588         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8590 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8592         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
8593         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8594         alignment warnings.
8596 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8598         * gcc.misc-tests/i386-prefetch.exp: Save and restore
8599         torture_with_loops and torture_without_loops
8601 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
8603         * gcc.c-torture/compile/20020116-1.c: New test.
8605 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
8607         * gcc.dg/20020116-2.c: New test.
8609         * gcc.dg/ultrasp4.c: New test.
8611         * gcc.dg/20020116-1.c: New test.
8613 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
8615         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8616         by EABI.
8618 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8620         * gcc.misc-tests/i386-prefetch.exp: New.
8621         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8622         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8623         * gcc.misc-tests/i386-pf-none-1.c: New test.
8624         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8626 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8628         * gcc.dg/gnu89-init-1.c: Add new tests.
8630 2002-01-15  Andreas Jaeger  <aj@suse.de>
8632         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8633         * gcc.dg/i386-mmx-2.c: Likewise.
8634         * gcc.dg/i386-sse-1.c: Likewise.
8635         * gcc.dg/i386-sse-2.c: Likewise.
8636         * gcc.dg/i386-sse-3.c: Likewise.
8638 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8640         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8641         Uncomment additional cases that now pass.
8643 2002-01-11  Richard Henderson  <rth@redhat.com>
8645         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8646         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8648 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8650         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8652 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8654         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8655         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8657 2002-01-10  Dale Johannesen  <dalej@apple.com>
8659         * gcc.c-torture/execute/loop-11.c: New.
8661 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8663         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8664         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8666 2002-01-09  Richard Henderson  <rth@redhat.com>
8668         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8669         type in which to perform the operation for each size.
8671 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8673         * gcc.c-torture/compile/20020109-2.c: New test.
8675 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8677         * gcc.c-torture/execute/loop-10.c: New test.
8679 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8681         * gcc.c-torture/compile/20010226-1.c: New test.
8682         * gcc.c-torture/compile/20010227-1.c: New test.
8683         * gcc.c-torture/compile/20010426-1.c: New test.
8684         * gcc.c-torture/compile/20010510-1.c: New test.
8685         * gcc.c-torture/compile/20010605-3.c: New test.
8686         * gcc.c-torture/compile/20010824-1.c: New test.
8687         * gcc.c-torture/execute/20010409-1.c: New test.
8688         * gcc.dg/noncompile/20000901-1.c: New test.
8689         * gcc.dg/20001023-1.c: New test.
8690         * gcc.dg/20001101-1.c: New test.
8691         * gcc.dg/20001102-1.c: New test.
8692         * gcc.dg/20010207-1.c: New test.
8693         * gcc.dg/20010405-1.c: New test.
8694         * gcc.dg/20010822-1.c: New test.
8695         * gcc.dg/20011107-1.c: New test.
8697 2002-01-09  Jeffrey A Law  (law@redhat.com)
8699         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8701         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
8702         execution failure on PA targets.
8704 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8706         * gcc.c-torture/compile/20020109-1.c: New test.
8708 2002-01-08  Kazu Hirata  <kazu@hxi.com>
8710         * gcc.c-torture/execute/20020108-1.c: New test.
8712 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
8714         * gcc.dg/20020108-1.c: New test.
8716 2002-01-08  H.J. Lu <hjl@gnu.org>
8718         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8719         for header files.
8721 2002-01-08  Geoff Keating  <geoffk@redhat.com>
8723         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8724         consistency.
8726 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
8728         * gcc.dg/altivec-4.c: Test altivec predicates.
8730 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
8732         * gcc.c-torture/execute/20020107-1.c: New test.
8734 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8736         PR c/5279
8737         * gcc.c-torture/compile/20020106-1.c: New test.
8739 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
8741         * gcc.c-torture/execute/nestfunc-4.c: New test.
8743 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8745         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
8746         extra triple that slipped in.
8747         * g++.old-deja/g++.abi/align.C: Likewise.
8748         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8750 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8752         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8753         * g++.old-deja/g++.abi/align.C: Likewise.
8754         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8756         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8757         on FreeBSD/i386.
8758         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8759         FreeBSD.
8761 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
8763         * gcc.dg/20020104-1.c: New test.
8765         * gcc.dg/20020104-2.c: New test.
8767 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
8769         * gcc.dg/20020103-1.c: Fix typo in target selector.
8771 2002-01-03  Richard Henderson  <rth@redhat.com>
8773         * gcc.dg/20020103-1.c: New.
8775 2002-01-03  Kazu Hirata  <kazu@hxi.com>
8777         * gcc.c-torture/execute/20020103-1.c: New test.
8779 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8781         * g++.dg/other/debug2.C: New test.
8783         * gcc.c-torture/compile/20020103-1.c: New test.
8785 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
8787         * gcc.dg/gnu89-init-1.c: Added new tests.
8789 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8791         * g++.dg/template/friend2.C: Remove as patch is reverted.
8793         * g++.dg/warn/oldcast1.C: New test.
8795         * g++.dg/template/ptrmem1.C: New test.
8796         * g++.dg/template/ptrmem2.C: New test.
8798         * g++.dg/template/ntp.C: New test.
8800         * g++.dg/other/component1.C: New test.
8802         * g++.dg/template/ttp3.C: New test.
8804         * g++.dg/template/friend2.C: New test.
8805         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8807 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8809         * g++.dg/other/ptrmem1.C: New test.
8810         * g++.dg/other/ptrmem2.C: New test.
8812 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8814         * g++.dg/template/ctor1.C: New test.
8816 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8818         * g++.dg/template/friend2.C: New test.
8820 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
8822         * gcc.dg/mmix-1.c: New test.
8824 2001-12-31  Richard Henderson  <rth@redhat.com>
8826         * gcc.dg/asm-5.c: New.
8828 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
8830         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8831         in namespace __gnu_cxx
8833 2001-12-30  Richard Henderson  <rth@redhat.com>
8835         * gcc.dg/debug-6.c: New.
8837 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
8839         * gcc.c-torture/compile/20011229-2.c: New test.
8841 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
8843         * gcc.dg/debug-3.c: New test.
8844         * gcc.dg/debug-4.c: New test.
8845         * gcc.dg/debug-5.c: New test.
8847 2001-12-29  Richard Henderson  <rth@redhat.com>
8849         * g++.dg/eh/loop1.C: New.
8851 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8853         * g++.dg/template/crash1.C: New test.
8855 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8857         * g++.dg/other/const1.C: New test.
8859 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8861         * gcc.c-torture/compile/20011229-1.c: New test.
8863 2001-12-28  Stan Shebs  <shebs@apple.com>
8865         * lib/objc-torture.exp: Resync with c-torture.exp.
8866         * lib/objc.exp: Load standard libraries.
8868 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
8870         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
8871         additional tests.
8873 2001-12-27  Roger Sayle <roger@eyesopen.com>
8875         * gcc.c-torture/execute/string-opt-16.c: New testcase.
8877 2001-12-27  Richard Henderson  <rth@redhat.com>
8879         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8881 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8883         * g++.dg/eh/ctor1.C: New test.
8884         * g++.dg/other/error2.C: New test.
8886 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8888         * g++.dg/other/init2.C: New test.
8890 2001-12-24  Richard Henderson  <rth@redhat.com>
8892         * gcc.dg/20011223-1.c: New.
8893         * gcc.dg/inline-1.c: New.
8895 2001-12-23  Richard Henderson  <rth@redhat.com>
8897         * gcc.dg/asm-4.c: Test operand modifiers.
8899 2001-12-23  Richard Henderson  <rth@redhat.com>
8901         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8903 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8905         * gcc.c-torture/execute/20011223-1.c: New test.
8907 2001-12-21  Richard Henderson  <rth@redhat.com>
8909         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8910         re-enables the warning.
8912 2001-12-21  Richard Henderson  <rth@redhat.com>
8914         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8916 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8918         * gcc.c-torture/compile/20011218-1.c: New test.
8920 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
8922         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
8923         arm-isr.c test.
8924         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
8925         epilogue generation for ARM ISR routines.
8927 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8929         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8930         * gcc.dg/format/c90-printf-3.c: Likewise.
8931         * gcc.dg/format/c99-printf-3.c: Likewise.
8932         * gcc.dg/format/ext-1.c: Likewise.
8933         * gcc.dg/format/ext-6.c: Likewise.
8934         * gcc.dg/format/format.h: Prototype unlocked stdio.
8936 2001-12-20  Richard Henderson  <rth@redhat.com>
8938         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8939         (arena): Use it.
8940         (malloc): Correct allocation logic.  Abort if we fill up the
8941         arena before initialization complete.
8942         (realloc): Correct allocation logic.
8944 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8946         * gcc.c-torture/compile/20011219-2.c: New test.
8948         * gcc.c-torture/execute/20011219-1.c: New test.
8950 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
8952         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
8953         target does not support weak symbols.
8955 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8957         * gcc.c-torture/compile/20011219-1.c: New test.
8959 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
8961         * g++.dg/other/error1.C: New test.
8963 2001-12-17  Jeffrey A Law  (law@redhat.com)
8965         * gcc.c-torture/execute/20011217-1.c: New test.
8967 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
8969         * objc.dg/special/: New directory.
8970         * objc.dg/special/special.exp: New file.
8971         * objc.dg/special/unclaimed-category-1.h: New file.
8972         * objc.dg/special/unclaimed-category-1a.m: New file.
8973         * objc.dg/special/unclaimed-category-1.m: New file.
8975 2001-12-17  Andreas Jaeger  <aj@suse.de>
8977         * gcc.c-torture/compile/20011217-2.c: New test.
8979 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8981         * gcc.c-torture/compile/20011217-1.c: New test.
8983 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
8985         * testsuite/gcc.dg/20011214-1.c: New.
8987 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
8989         * gcc.dg/altivec-4.c: New.
8991 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
8993         * gcc.dg/20011113-1.c: New test.
8995 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8997         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
8998         std::__malloc_alloc_template<0> and
8999         std::__default_alloc_template<false, 0>.
9001 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
9003         * objc/execute/bf-21.m: New test.
9004         * objc/execute/enumeration-1.m: New test.
9005         * objc/execute/enumeration-2.m: New test.
9007 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
9009         * gcc.dg/gnu89-init-1.c: New test.
9011 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9013         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
9014         * g++.old-deja/g++.jason/2371.C: Likewise.
9015         * g++.old-deja/g++.jason/template33.C: Likewise.
9016         * g++.old-deja/g++.jason/template34.C: Likewise.
9017         * g++.old-deja/g++.jason/template36.C: Likewise.
9018         * g++.old-deja/g++.oliva/typename1.C: Likewise.
9019         * g++.old-deja/g++.oliva/typename2.C: Likewise.
9020         * g++.old-deja/g++.other/typename1.C: Likewise.
9021         * g++.old-deja/g++.pt/inherit2.C: Likewise.
9022         * g++.old-deja/g++.pt/nontype5.C: Likewise.
9023         * g++.old-deja/g++.pt/typename11.C: Likewise.
9024         * g++.old-deja/g++.pt/typename14.C: Likewise.
9025         * g++.old-deja/g++.pt/typename16.C: Likewise.
9026         * g++.old-deja/g++.pt/typename3.C: Likewise.
9027         * g++.old-deja/g++.pt/typename4.C: Likewise.
9028         * g++.old-deja/g++.pt/typename5.C: Likewise.
9029         * g++.old-deja/g++.pt/typename7.C: Likewise.
9030         * g++.old-deja/g++.robertl/eb9.C: Likewise.
9032 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
9034         * g++.dg/other/linkage1.C: New test.
9035         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
9036         specifiers.
9038 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9040         * gcc.dg/concat.c: New test.
9042 2001-12-11  Stan Shebs  <shebs@apple.com>
9044         * objc/compile: New test directory.
9045         * objc/compile/compile.exp: New expect script.
9046         * objc/compile/20011211-1.m: New compile test.
9048 2001-12-11  Jason Merrill  <jason@redhat.com>
9050         * lib/prune.exp (prune_gcc_output): Also handle "In member
9051         function".  So many permutations...
9053 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
9055         * g++.dg/template/typedef1.C: New test.
9057 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
9059         * g++.dg/other/copy1.C: New test.
9061 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
9063         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
9065         * gcc.dg/builtin-choose-expr.c: New.
9067 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
9069         * gcc.dg/altivec-2.c: New.
9071 2001-12-07  Richard Henderson  <rth@redhat.com>
9073         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
9075 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
9077         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
9078         ultrasparc.
9080 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9082         * g++-old.deja/g++.robertl/eb101.C: Deleted.
9084 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
9086         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
9087         variable argument list.
9089 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
9091         * gcc.c-torture/execute/memcheck: Delete entire directory.
9092         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
9093         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
9095 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9097         * gcc.dg/Wshadow-1.c: New test.
9099 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
9101         * gcc.c-torture/compile/20011130-1.c: New test.
9103         * gcc.dg/noncompile/20011025-1.c: New test.
9105         * g++.dg/other/anon-union.C: New test.
9107         * gcc.c-torture/execute/20011024-1.c: New test.
9109 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9111         * gcc.c-torture/execute/20000722-1.x,
9112         gcc.c-torture/execute/20010123-1.x: Remove.
9113         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
9114         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
9115         gcc.dg/c99-complit-2.c: New tests.
9117 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
9119         * g++.dg/inherit/base1.C: New test.
9121 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
9123         * g++.dg/other/stdarg1.C: New test.
9125         * gcc.c-torture/compile/20011130-2.c: New test.
9127 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
9129         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
9130         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
9131         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
9132         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
9133         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
9134         * gcc.dg/builtin-prefetch-1.c: New test.
9136 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
9138         * gcc.dg/20011130-1.c: New test.
9140 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
9142         * g++.dg/other/scope1.C: New test.
9143         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
9145 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9147         * gcc.dg/vla-init-1.c: New test.
9149 2001-12-01  Geoff Keating  <geoffk@redhat.com>
9151         * gcc.c-torture/compile/structs.c: New testcase from GDB.
9153 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9155         * objc.dg/alias.m: Update.
9156         * objc.dg/class-1.m: Update.
9157         * objc.dg/const-str-1.m: Update.
9158         * objc.dg/fwd-proto-1.m: Update.
9159         * objc.dg/id-1.m: Update.
9160         * objc.dg/super-class-1.m: Update.
9162 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
9164         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
9165         constructs.
9167 2001-11-28  Jeffrey A Law  (law@cygnus.com)
9169         * gcc.c-torture/execute/20011128-1.c: New test.
9171 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
9173         * gcc.dg/20011127-1.c: New test.
9175 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9177         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
9178         from Austin Group draft 7.
9179         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
9180         scanf format arguments.
9181         * gcc.dg/format/no-exargs-2.c: New test.
9183 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
9185         * g++.dg/abi/vbase8-4.C: New test.
9187 2001-11-24  Ian Lance Taylor  <ian@airs.com>
9189         * gcc.c-torture/execute/20011121-1.c: New test.
9191 2001-11-23  Jeffrey A Law  (law@cygnus.com)
9193         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
9195 2001-11-23  Andreas Jaeger  <aj@suse.de>
9197         * gcc.dg/cpp/charconst-2.c: New test.
9199 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
9201         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
9202         to the host if it is remote.  Let tests specify extra headers
9203         they use.
9204         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
9205         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
9206         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
9207         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
9208         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
9209         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
9210         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
9211         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
9212         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
9213         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
9215 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
9217         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
9218         for little endian ARMs.
9220 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
9222         * gcc.c-torture/compile/20011119-1.c: New test.
9223         * gcc.c-torture/compile/20011119-2.c: New test.
9225 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
9227         * gcc.dg/altivec-1.c: Fix typo.
9229 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9231         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
9233 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9235         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
9237 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
9239         * lib/g77.exp: Don't specify --rpath-link.
9241         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
9242         across all the headers.
9243         * gcc.dg/format/format.exp: For testing on a remote host,
9244         copy format.h.
9246         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
9247         * gcc.c-torture/execute/930406-1.c: Likewise.
9248         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9250 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
9252         * gcc.dg/altivec-1.c: New.
9254 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
9256         * gcc.dg/cpp/fpreprocessed.c: New test case.
9258 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9260         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
9261         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
9262         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
9264 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9266         * gcc.dg/no-builtin-1.c: New test.
9268 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
9270         * gcc.c-torture/execute/20011115-1.c: New test.
9272 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
9274         * gcc.c-torture/compile/20011114-2.c: New test.
9275         * gcc.c-torture/compile/20011114-3.c: New test.
9276         * gcc.c-torture/compile/20011114-4.c: New test.
9278 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9280         * g++.dg/other/init1.C: New test.
9282 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
9284         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
9285         message.
9287         * gcc.c-torture/execute/20011114-1.c: New testcase.
9289         * gcc.c-torture/compile/20010327-1.c: Revert last change.
9290         * gcc.c-torture/compile/20011114-1.c: New test, exactly
9291         like the (before this change) version of 20010327-1.c.
9293 2001-11-14  Roger Sayle <roger@eyesopen.com>
9295         * gcc.c-torture/execute/string-opt-13.c: New testcase.
9297 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
9299         * g++.dg/init/array2.C: New test.
9301 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
9303         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
9305 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
9307         * g++.dg/other/forscope1.C: New test.
9308         * g++.dg/ext/forscope1.C: New test.
9309         * g++.dg/ext/forscope2.C: New test.
9311 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
9313         * gcc.c-torture/execute/20011113-1.c: New test.
9315 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
9317         * gcc.c-torture/execute/20011109-2.c: New test.
9319         * gcc.c-torture/execute/20011109-1.c: New test.
9321 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
9323         * gcc.c-torture/compile/20011109-1.c: New test.
9325 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9327         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
9328         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
9329         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
9330         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
9331         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
9332         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
9333         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
9335 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9337         * g++.dg/warn/Wshadow-1.C: New tests.
9338         * g++.old-deja/g++.mike/for3.C: Update.
9340 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9342         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
9343         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
9344         XFAILs.  Adjust expected error texts.
9345         * gcc.c-torture/compile/20011106-1.c,
9346         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
9347         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
9348         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
9349         gcc.dg/c99-array-lval-5.c: New tests.
9351 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9353         * gcc.dg/cpp/defined.c: Update.
9355 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9357         * gcc.c-torture/execute/anon-1.c: New test.
9359 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
9361         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9362         same size, so no warning should be produced on stormy16.
9364         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9365         due to oversized array.
9366         * g++.old-deja/g++.mike/ns15.C: Likewise.
9367         * g++.old-deja/g++.pt/crash16.C: Likewise.
9369 2001-11-02  Graham Stott  <grahams@redhat.com>
9371         * g++.dgother/debug1.C: Fix typos.
9373 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
9375         * g++.dg/other/debug1.C: New test.
9377 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9379         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
9380         of unsigned long.
9382 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
9384         * gcc.dg/20011029-2.c: New test.
9386         * gcc.c-torture/compile/20011029-1.c: New test.
9388 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
9390         * objc/execute/class_self-1.m: New test.
9391         * objc/execute/class_self-2.m: New test.
9393 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
9395         * gcc.misc-tests/msgs.exp: Delete.
9396         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9397         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
9398         error set to match recent changes.
9400 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
9402         * gcc.dg/20011021-1.c: New test.
9404 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
9406         * gcc.c-torture/compile/20011023-1.c: New test.
9408 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
9410         * lib/g77.exp: Rewrite based on lib/g++.exp.
9412 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9414         * gcc.c-torture/execute/20011019-1.c: New test.
9416         * gcc.dg/20011018-1.c: New test.
9418 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
9420         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9422 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
9424         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9425         * gcc.dg/attr-invalid.c: Likewise.
9427 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
9429         * testsuite/gcc.dg/20011015-1.c: New test.
9431 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9433         * g++.dg/template/unify2.C: New test.
9435 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9437         * g++.dg/other/exception-specification.C: New test
9439 2001-10-13  Tom Rix  <trix@redhat.com>
9441         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9442         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9444 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
9446         * testsuite/gcc.dg/20011009-1.c: New test.
9448 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
9450         PR g++/4476
9451         * g++.dg/other/friend1.C: New test.
9453 2001-10-11  Richard Henderson  <rth@redhat.com>
9455         * g++.old-deja/g++.other/crash18.C: Add -S to options.
9457 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9459         * gcc.c-torture/compile/20011010-1.c: New.
9461 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9463         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9464         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9465         g77.f-torture/execute/execute.exp,
9466         g77.f-torture/noncompile/noncompile.exp,
9467         gcc.c-torture/compile/compile.exp,
9468         gcc.c-torture/execute/execute.exp,
9469         gcc.c-torture/execute/ieee/ieee.exp,
9470         gcc.c-torture/execute/memcheck/memcheck.exp,
9471         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9472         objc/execute/execute.exp: Update FSF address.
9474 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9476         * gcc.dg/cpp/cmdlne-C.c: Update.
9477         * gcc.dg/cpp/cmdlne-C2.c: New.
9479 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9481         * gcc.c-torture/execute/20011008-3.c: New.
9483 2001-10-08  DJ Delorie  <dj@redhat.com>
9485         * gcc.dg/20011008-1.c: New.
9486         * gcc.dg/20011008-2.c: New.
9488 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9490         * gcc.dg/cpp/spacing1.c: Update test.
9492 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9494         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9495         spelling errors of "separate" as "seperate".
9497 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9499         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9500         enough to avoid inlining.
9502 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9504         * lib/g77.exp: set libg2c_dir correctly.
9506 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9508         * gcc.dg/cpp/macro11.c: New test.
9510 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9512         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9513         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9514         gcc.dg/format/multattr-3.c: New tests.
9515         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
9516         tests for format attributes on function pointers being rejected.
9518 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9520         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9522 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9524         * g++.dg/warn/format1.C: New test.
9526 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9528         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9530 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9532         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9534 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9536         * gcc.dg/cpp/redef2.c: Add test.
9538 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
9540         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
9541         long-standing bug on i686, apparently.
9542         * gcc.c-torture/execute/loop-2c.x: New file.
9543         * gcc.c-torture/execute/loop-2d.x: New file.
9544         * gcc.c-torture/execute/loop-3c.x: New file.
9546 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
9548         * gcc.dg/cpp/20000625-2.c: Correct line number.
9550 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9552         * gcc.dg/cpp/macro10.c: New test.
9553         * gcc.dg/cpp/strify3.c: New test.
9554         * gcc.dg/cpp/spacing1.c: Add tests.
9555         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9556         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9558 2001-09-24  DJ Delorie  <dj@redhat.com>
9560         * gcc.c-torture/execute/20010924-1.c: New test.
9562 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9564         * testsuite/objc/execute/paste.m: Remove.
9566 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9568         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9570 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
9572         * g77.dg/strlen0.f: New test.
9574 2001-09-21  Richard Henderson  <rth@redhat.com>
9576         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9577         * g++.old-deja/g++.abi/vtable2.C: Likewise.
9579 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9581         Table-driven attributes.
9582         * g++.dg/ext/attrib1.C: New test.
9584 2001-09-20  DJ Delorie  <dj@redhat.com>
9586         * gcc.dg/20000926-1.c: Update expected warning messages.
9587         * gcc.dg/array-2.c: Likewise, and test for warnings too.
9588         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9589         array.
9591 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
9593         * g++.dg/eh/registers1.C: New test case.
9595 2001-09-17  Richard Henderson  <rth@redhat.com>
9597         * gcc.dg/array-5.c: Fix VLA decomposition test.
9599 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9601         * gcc.dg/cpp/line5.c: New testcase.
9603 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9605         * gcc.dg/cpp/macro9.c: New test.
9607 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
9609         * gcc.c-torture/execute/980223.c: Change type of addr from long
9610         to char *.
9612 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
9614         * gcc.c-torture/execute/20010915-1.c: New test.
9616 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9618         * g77.dg/bprob: New directory.
9619         * g77.dg/bprob/bprob.exp: New file.
9620         * g77.dg/bprob/bprob-1.f: New test.
9621         * g77.dg/gcov: New directory.
9622         * g77.dg/gcov/gcov.exp: New file.
9623         * g77.dg/gcov/gcov-1.f: New test.
9624         * g77.dg/gcov/gcov-1.x: New file.
9626 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9628         * gcc.dg/cpp/directiv.c: Update.
9629         * gcc.dg/cpp/undef1.c: Update.
9631 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9633         * gcc.dg/20010912-1.c: New test.
9635 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9637         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9638         language-independent file in lib.
9639         * lib/gcov.exp: New file.
9641 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9643         * gcc.c-torture/compile/20010911-1.c: New test.
9645 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9647         * lib/profopt.exp: New, to support profile-directed optimizations.
9648         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9649         * gcc.misc-tests/bprob-1.c: New test.
9650         * gcc.misc-tests/bprob-2.c: New test.
9652 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9654         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9655         XFAIL and which kinds of gcov output to verify.
9656         * gcc.misc-tests/gcov-4b.x: New file.
9657         * gcc.misc-tests/gcov-5b.x: New file.
9658         * gcc.misc-tests/gcov-6.x: New file.
9659         * gcc.misc-tests/gcov-7.c: New test.
9660         * gcc.misc-tests/gcov-7.x: New file.
9662 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9664         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9665         * gcc.misc-tests/gcov-6.c: New test.
9667 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9669         PR c++/3986
9670         * g++.dg/abi/vbase1.C: New test.
9672 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9674         * objc.dg/method-2.m: New.
9676 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9678         PR c++/4203
9679         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9680         * g++.dg/init/empty1.C: New test.
9682 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9684         * gcc.c-torture/compile/20010903-1.c: New test.
9686 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9688         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9689         for m68k.
9691 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
9693         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9695         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9697         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9699 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
9701         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9702         for 16-bit 'unsigned int'.
9704 2001-08-29  Kazu Hirata  <kazu@hxi.com>
9706         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9708 2001-08-27  Richard Henderson  <rth@redhat.com>
9710         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9711         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9713 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
9715         * gcc.dg/asm-names.c (ymain): New.
9717 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
9719         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9720         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9721         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9723 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9725         * gcc.dg/compare5.c: New testcase.
9727 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
9729         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9730         and "In instantiation".
9732 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
9734         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
9736 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
9738         * gcc.misc-tests/gcov.exp: Add support for branch information.
9739         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9740         * gcc.misc-tests/gcov-4.c: New test.
9741         * gcc.misc-tests/gcov-4b.c: New test.
9742         * gcc.misc-tests/gcov-5b.c: New test.
9744 2001-08-20  Zack Weinberg  <zackw@panix.com>
9746         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9747         expected to fail.
9749 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9751         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9753 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
9755         * g++.dg/eh/template1.C: New test.
9757 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
9759         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9760         Fix thinko.
9761         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9762         for xfail.
9764 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
9766         * lib/g77-dg.exp:  Use prune.exp for common procedures
9767         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9768         * lib/g77.exp: (g77-dg-prune) Remove
9770 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
9772         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9774 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9776         * g++.dg/template/unify1.C: New test.
9778 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
9780         * g++.dg/abi/empty4.C: New test.
9782 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
9784         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9785         solaris2.*
9786         * g77.f-torture/compile/pr3743.x: Likewise
9788 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9790         * g++.dg/other/using-declaration.C: New test.
9792 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9794         * gcc.dg/cpp/tr-sign.c: New testcase.
9796 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9798         * gcc.dg/cpp/19951025-1.c: Revert.
9799         * gcc.dg/cpp/directiv.c: We no longer process directives that
9800         interrupt macro arguments.
9802 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
9804         * gcc.dg/bconstp-1.c: New test.
9806 2001-08-03  Richard Henderson  <rth@redhat.com>
9808         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9810 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9812         * gcc.dg/cpp/19951025-1.c: Update.
9814 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
9816         * g77.dg/ff90-1.f (s): Fix reference of variable z,
9817         should be x.
9819 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9821         Kill -fhonor-std.
9822         * g++.old-deja/g++.ns/ns14.C: Remove special options.
9823         * g++.old-deja/g++.other/std1.C: Likewise.
9824         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9826 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
9828         * lib/g77.exp:  Load gcc-defs.exp for common procedures
9829         (g77_pass, g77_fail, g77_finish, g77_exit,
9830         ${tool}_check_unsupported_p} Now redundant.  Deleted.
9832 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9834         * g77.dg/fbackslash.f
9835         * g77.dg/fcase-preserve.f
9836         * g77.dg/ff90-1.f
9837         * g77.dg/ffixed-line-length-0.f
9838         * g77.dg/ffixed-line-length-132.f
9839         * g77.dg/ffixed-line-length-7.f
9840         * g77.dg/ffixed-line-length-72.f
9841         * g77.dg/ffixed-line-length-none.f
9842         * g77.dg/ffree-form-1.f
9843         * g77.dg/fno-backslash.f
9844         * g77.dg/fno-f90-1.f
9845         * g77.dg/fno-fixed-form-1.f
9846         * g77.dg/fno-onetrip.f
9847         * g77.dg/fno-typeless-boz.f
9848         * g77.dg/fno-underscoring.f
9849         * g77.dg/fno-vxt-1.f
9850         * g77.dg/fonetrip.f
9851         * g77.dg/ftypeless-boz.f
9852         * g77.dg/fugly-assumed.f
9853         * g77.dg/funderscoring.f
9854         * g77.dg/fvxt-1.f
9856 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
9858         * objc.dg/fwd-proto-1.m: New.
9859         * objc.dg/local-decl-1.m: New.
9860         * objc.dg/naming-1.m: New.
9861         * objc.dg/naming-2.m: New.
9862         * objc.dg/proto-hier-1.m: New.
9864 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
9866         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9867         largest-type elements to a struct makes its size grow.
9869 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9871         * g++.dg/abi/vthunk1.C: New test.
9873 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9875         * g++.dg/abi/vbase8-22.C: New test.
9877 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9879         * gcc.dg/cpp/macro8.c: New test.
9881 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9883         * g++.dg/abi/vbase8-21.C: New test.
9885 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9887         * g++.dg/abi/vbase8-10.C: New test.
9889 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9891         * lib/g++.exp (g++_set_ld_library_path): Renamed to
9892         ${tool}_set_ld_library_path.
9893         Changed caller.
9894         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9895         g++.exp.
9897 2001-07-26  Stan Cox <scox@redhat.com>
9899         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9900         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9901         gcc_exit, gcc_check_unsupported_p):
9902         Moved to gcc-deps.exp
9903         * gcc-deps.exp: New file.
9905 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9907         * g++.old-deja/g++.pt/defarg14.C: New test.
9909 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9911         * g++.old-deja/g++.other/lineno5.C: New test.
9913 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9915         * g++.old-deja/g++.pt/crash68.C: New test.
9917 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9919         * g++.old-deja/g++.other/crash42.C: New test.
9921 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9923         * gcc.dg/cpp/extratokens.c: Fix.
9924         * gcc.dg/cpp/skipping2.c: New tests.
9926 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9928         * gcc.c-torture/execute/20010724-1.c: New file.
9929         * gcc.c-torture/execute/20010724-1.x: New file.
9931 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9933         * g++.old-deja/g++.other/cond7.C: New test.
9935 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9937         * g++.old-deja/g++.other/optimize4.C: New test.
9939 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9941         * g++.old-deja/g++.abi/vbase8-5.C: New test.
9943 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
9945         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9946         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9947         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9948         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9950         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9951         bug report" message.
9953         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9954         * g++.dg/ext/instantiate1.C: Move from old-deja.
9956 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
9958         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
9959         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
9960         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
9961         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
9963 2001-07-23  Jeffrey A Law  (law@cygnus.com)
9965         * gcc.c-torture/execute/20010723-1.c: New test.
9967 2001-07-23  Ben Elliston  <bje@redhat.com>
9969         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
9971 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9973         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
9974         i[34567]86-*-*.
9975         Delete handling of ieee_multilib_flags.
9976         Pass -mieee for alpha*-*-* and sh-*-*.
9977         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
9979 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
9981         Remove old-abi tests.
9982         * g++.old-deja/g++.mike/p11116.C: Remove.
9983         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
9985 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
9987         * g77.f-torture/compile/pr3743.f:  New test
9989 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
9991         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
9993 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9995         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
9996         g++.old-deja/g++.pt/static6.C: Likewise.
9997         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
9998         supports weak symbols.
10000 2001-07-18  Andreas Jaeger  <aj@suse.de>
10002         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
10003         supported again.
10005 2001-07-18  Andreas Jaeger  <aj@suse.de>
10007         * gcc.dg/iftrap-1.c: Fix target line.
10009 2001-07-17  Richard Henderson  <rth@redhat.com>
10011         * gcc.c-torture/execute/20010717-1.c: New.
10013 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10015         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
10016         tests.
10018 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10020         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
10022 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10024         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
10025         UAC_SIGBUS, UAC_NOPRINT definitions.
10027 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
10029         * objc/execute/object_is_class.m: New test.
10030         * objc/execute/object_is_meta_class.m: New test.
10032 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10034         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
10035         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
10037 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
10039         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
10040         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
10042 2001-07-14  Richard Henderson  <rth@redhat.com>
10044         * gcc.dg/iftrap-1.c: New.
10046 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
10048         * g77.f-torture/execute/intrinsic77.f: New test.
10050 2001-07-11  Janis Johnson <janis@us.ibm.com>
10052         * gcc.misc-tests/gcov-3.c: New test.
10054 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10056         * gcc.c-torture/compile/20010711-1.c,
10057         * gcc.c-torture/compile/20010711-2.c: New tests.
10059 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10061         * gcc.c-torture/execute/20010711-1.c: New test.
10063 2001-07-11  Ben Elliston  <bje@redhat.com>
10065         * g++.old-deja/g++.other/enum5.C: New test.
10067 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
10069         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
10070         (g++-dg-prune): Call prune_gcc_output.
10071         * prune.exp: New file for prune_gcc_output.
10072         * lib/g++.exp, lib/gcc.exp: Load it.
10074 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10076         * gcc.c-torture/compile/20010701-1.c,
10077         g++.old-deja/g++.ext/attrib6.C: New tests.
10079 2001-07-06  Jeffrey A Law  (law@cygnus.com)
10081         * gcc.c-torture/compile/20010706-1.c: New test.
10083 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
10085         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
10087 2001-06-28  Stan Shebs  <shebs@apple.com>
10089         * gcc.dg/pragma-darwin.c: New test.
10091 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10093         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
10094         Solaris 2.[678] system.
10096 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10098         * gcc.dg/20010622-1.c: New test.
10100 2001-06-18  Stan Shebs  <shebs@apple.com>
10102         * objc.dg: New directory.
10103         * objc.dg/dg.exp: New file.
10104         * objc.dg/alias.m: New.
10105         * objc.dg/class-1.m: New.
10106         * objc.dg/class-2.m: New.
10107         * objc.dg/const-str-1.m: New.
10108         * objc.dg/const-str-2.m: New.
10109         * objc.dg/id-1.m: New.
10110         * objc.dg/method-1.m: New.
10111         * objc.dg/super-class-1.m: New.
10112         * lib/objc-dg.exp: New file.
10114 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10116         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
10117         of label name.
10119 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
10121         * g++.old-deja/g++.abi/vbase8-9.C: New test.
10123 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10125         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
10126         variable.
10128 2001-06-12  Richard Henderson  <rth@redhat.com>
10130         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
10132 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10134         * g++.old-deja/g++.abi/vbase5.C: New test.
10135         * g++.old-deja/g++.abi/vbase6.C: New test.
10136         * g++.old-deja/g++.abi/vbase7.C: New test.
10138 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10140         * gcc.c-torture/compile/20010610-1.c: New test.
10142 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10144         * g++.old-deja/g++.abi/vbase4.C: New test.
10146 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10148         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
10149         support %f for HC11/HC12 targets.
10150         * gcc.c-torture/execute/930513-1.x: New file, likewise.
10151         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
10152         on HC11/HC12 targets.
10153         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
10155 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10157         * gcc.dg/wchar_t-1.c: New file.
10158         * gcc.dg/wint_t-1.c: Likewise.
10160 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
10162         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
10164 2001-06-11  Richard Henderson  <rth@redhat.com>
10166         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
10168 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10170         * gcc.c-torture/compile/20010611-1.c: New test.
10172 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10174         * gcc.dg/c99-tag-1.c: Add more tests.
10176 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
10178         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
10179         representation on MN10300 and ARM/Thumb.
10181 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
10183         * g77.f-torture/execute/20010610.f: New.
10185 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
10187         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
10188         names.
10190 2001-06-09  Richard Henderson  <rth@redhat.com>
10192         * gcc.c-torture/execute/ashrdi-1.c: New.
10193         * gcc.c-torture/execute/ashldi-1.c: New.
10194         * gcc.c-torture/execute/lshrdi-1.c: New.
10196 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
10198         * objc/execute/load-3.m: Added. Check sending +load to categories,
10199         in addition to classes.
10201 2001-06-08  Stan Shebs  <shebs@apple.com>
10203         * objc/execute/load-2.m: New test.  From Nicola Pero
10204         <n.pero@mi.flashnet.it>.
10206 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
10208         * gcc.c-torture/execute/20010605-2.c: New test.
10210 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10212         * g++.old-deja/g++.abi/vbase2.C: New test.
10213         * g++.old-deja/g++.abi/vbase3.C: New test.
10215 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10217         * g++.old-deja/g++.pt/friend49.C: New test.
10219 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
10221         * g++.old-deja/g++.ext/anon3.C: New test.
10223 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
10225         * g++.old-deja/g++.other/conv7.C: New test.
10227 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10229         * gcc.c-torture/compile/20010605-2.c: New test.
10231 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10233         * gcc.c-torture/execute/20010604-1.c: New test.
10235 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
10237         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
10239 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
10241         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
10242         (g++_link_flags): Likewise.
10243         (g++_init): Pass gccpath's value to two previous functions.
10245 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10247         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
10248         Ensure logfile entry matches exec command line.
10250 2001-05-31  Richard Henderson  <rth@redhat.com>
10252         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
10253         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
10255 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
10257         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
10258         compiler for irix6.2
10260 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
10262         * g++.old-deja/g++.other/optimize3.C: New file.
10264 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
10266         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
10267         assemble.
10269 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
10271         * g++.old-deja/g++.other/optimize2.C: New file.
10273 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
10275         * gcc.c-torture/compile/20010518-2.c: New file.
10276         * gcc.c-torture/execute/20010518-1.c: New file.
10277         * gcc.c-torture/execute/20010518-2.c: New file.
10279 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10281         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
10283 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
10285         G++ no longer defines builtins that do not begin with __builtin.
10286         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
10287         * g++.old-deja/g++.brendand/misc13.C: Likewise.
10288         * g++.old-deja/g++.law/builtin1.C: Likewise.
10289         * g++.old-deja/g++.law/cvt2.C: Likewise.
10290         * g++.old-deja/g++.mike/net5.C: Likewise.
10291         * g++.old-deja/g++.other/builtins1.C: Likewise.
10292         * g++.old-deja/g++.other/builtins2.C: Likewise.
10293         * g++.old-deja/g++.other/builtins3.C: Likewise.
10294         * g++.old-deja/g++.other/builtins4.C: Likewise.
10295         * g++.old-deja/g++.other/inline8.C: Likewise.
10296         * g++.old-deja/g++.robertl/eb39.C: Likewise.
10298 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
10300         * g++.old-deja/g++.pt/using1.C: Adjust.
10301         * g++.old-deja/g++.pt/using2.C: New test.
10303 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10305         * gcc.dg/cpp/charconst.c: New tests.
10306         * gcc.dg/cpp/escape.c: New tests.
10307         * gcc.dg/cpp/escape-1.c: New tests.
10308         * gcc.dg/cpp/escape-2.c: New tests.
10309         * gcc.dg/cpp/ucs.c: New tests.
10311 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
10313         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
10314         native compiler for irix6.5.
10316 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
10318         * lib/g++.exp (g++_include_flags): Use args to compute
10319         get_multilibs.
10320         (g++_link_flags): Likewise.
10321         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
10323 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10325         * gcc.dg/c90-hexfloat-1.c: Add more tests.
10327 2001-05-21  Geoff Keating  <geoffk@redhat.com>
10329         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
10330         this file.
10332 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10334         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
10335         STACK_SIZE;
10336         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
10337         to STACK_SIZE; Use it to define size of add_histo array.
10338         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
10339         to STACK_SIZE.
10340         (f): Use GITT_SIZE to define size of gitt local table.
10341         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
10342         to STACK_SIZE; Use it to define size of bytemem array.
10344 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10346         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
10347         on 68HC11/HC12 due to the asm instruction.
10348         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
10349         * gcc.c-torture/compile/920520-1.x: Likewise.
10350         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10351         on 68HC11/HC12 because the function is larger than 64K.
10352         * gcc.c-torture/compile/961203-1.x: New file, this test fails
10353         on 68HC11/HC12 because the structure is too large.
10355 2001-05-20  Richard Henderson  <rth@redhat.com>
10357         * gcc.c-torture/execute/20010520-1.c: New.
10359 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10361         * g++.old-deja/g++.warn/compare1.C: New test.
10362         * gcc.dg/compare4.c: New test.
10364 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
10366         * g++.old-deja/g++.other/optimize1.C: New test.
10368 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10370         * g++.old-deja/g++.pt/spec41.C: New test.
10372 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10374         * gcc.c-torture/compile/20010114-1.x: Remove.
10376 2001-05-18  Stan Shebs  <shebs@apple.com>
10378         * gcc.c-torture/compile/20010518-1.c: New test.
10380 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
10382         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10383         * g++.old-deja/g++.pt/crash67.C: New test.
10385 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
10387         * g++.old-deja/g++.other/debug9.C: New test.
10389 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
10391         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10393 2001-05-16  Jan Hubicka  <jh@suse.cz>
10395         * gcc.c-torture/compile/20010516-1.c: New test.
10397 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10399         * g++.old-deja/g++.other/crash41.C: New test.
10401 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10403         * g++.old-deja/g++.pt/crash66.C: New test.
10405 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
10407         * g++.old-deja/g++.robertl/eb27.C: Convert.
10409 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
10411         * g++.dg/friend-warn.C: New test.  Do not warn about friend
10412         declaration being redundant.
10414 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
10416         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10418 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
10420         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10422 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
10424         * lib/g++.exp: Use testsuite_flags.
10426 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
10428         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10430 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10432         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10434 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
10436         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10438 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10440         * gcc.c-torture/compile/20010313-1.c: New test.
10442 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
10444         * gcc.dg/cpp/direct2.c: New test.
10445         * gccq.dg/cpp/direct2s.c: New test.
10447         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10449 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
10451         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10452         * g++.old-deja/g++.other/op3.C: Likewise.
10454 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10456         * gcc.dg/cpp/syshdr.h: New file.
10457         * gcc.dg/cpp/sysmac1.c: Update.
10458         * gcc.dg/cpp/sysmac2.c: Update.
10460 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10462         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10464 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
10466         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10467         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10469 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10471         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10473 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
10475         * lib/g++.exp (g++_include_flags): Don't use any special flags
10476         if TESTING_IN_BUILD_TREE is not defined.
10477         (g++_init): Use a plain 'c++' as the compiler if
10478         TESTING_IN_BUILD_TREEE is not defined.
10480 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10482         * g++.old-deja/g++.eh/catch13.C: New test.
10483         * g++.old-deja/g++.eh/catch14.C: New test.
10485 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10487         * gcc.dg/cpp/tr-define.c: New test.
10489 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
10491         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10492         <stdlib.h>, not <malloc.h>.
10494 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10496         * g++.old-deja/g++.ns/template17.C: New test.
10498 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10500         * g++.old-deja/g++.pt/ref4.C: New test.
10502 2001-04-30  Richard Henderson  <rth@redhat.com>
10504         * gcc.dg/20000724-1.c: Revert last change.
10506 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
10508         * g77.f-torture/execute/20010430.f: New test.
10510 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
10512         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10514 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
10516         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10518 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10520         * g++.old-deja/g++.eh/crash6.C: New test.
10522 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10524         * g++.old-deja/g++.other/warn7.C: New test.
10526 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10528         * g++.old-deja/g++.other/defarg9.C: New test.
10530 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10532         * g77.f-torture/compile/20010426.f: New test.
10533         * g77.f-torture/execute/20010426.f: New test.
10535 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10537         * g77.f-torture/compile/20000629-1.x: Remove - error
10538         has been fixed.
10540 2001-04-26  Jeffrey A Law  (law@cygnus.com)
10542         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10543         Tweak slightly to work with g++.dg framework.
10544         * g++.dg/special/ecos.exp: Run initp1.C test.
10545         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10547         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10548         its linker doesn't give line numbers either.
10549         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10551 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10553         * g++.old-deja/g++.other/lex1.C: New test.
10555 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
10557         * gcc.dg/noncompile/20010425-1.c: New test.
10559 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10561         * g++.old-deja/g++.pt/mangle2.C: New test.
10563 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10565         * gcc.dg/format/plus-1.c: New test.
10567 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10569         * gcc.dg/20010423-1.c: New test.
10571 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10573         * gcc.c-torture/execute/20010422-1.c: New test.
10575 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
10577         * g++.old-deja/g++.ns/type2.C: New test.
10579 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
10581         * g++.old-deja/g++.other/perf1.C: New test.
10583 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
10585         * gcc.dg/c99-func-2.c: Remove xfail.
10586         * gcc.dg/c99-func-3.c: Remove xfail.
10587         * gcc.dg/c99-func-4.c: Remove xfail.
10589 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
10591         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10593 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10595         * gcc.c-torture/compile/20010423-1.c: New test.
10597 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10599         * g++.old-deja/g++.pt/typename28.C: New test.
10601 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10603         * g++.old-deja/g++.abi/empty2.C: New test.
10604         * g++.old-deja/g++.abi/empty3.C: New test.
10606 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10608         * g++.old-deja/g++.other/comdat2.C: New test.
10609         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10611 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10613         * g++.old-deja/g++.other/overload14.C: New test.
10615 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10617         * g++.old-deja/g++.other/lookup23.C: New test.
10619 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10621         * gcc.c-torture/execute/20010403-1.c: New test.
10623 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10624             Mark Mitchell  <mark@codesourcery.com>
10626         * lib/old-dejagnu.exp: Don't delete output of executable.
10627         Add .exe suffix to executables.
10629 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10631         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10633 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10635         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10637 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10639         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10640         * g++.old-deja/g++.abi/crash1.C: New test.
10642 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10644         * g++.old-deja/g++.other/crash40.C: New test.
10646 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10648         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10650 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10652         * g++.old-deja/g++.other/warn6.C: New test.
10654 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10656         * g++.old-deja/g++.robertl/eb42.C: Same.
10658 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10660         * gcc.dg/wtr-conversion-1.c: New testcase.
10662 2001-04-10  Richard Henderson  <rth@redhat.com>
10664         * g++.old-deja/g++.other/array5.C: New.
10666 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10668         * gcc.c-torture/execute/20010408-1.c: New test.
10670 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10672         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10673         headers and constructs.
10674         * g++.old-deja/g++.robertl/eb79.C: Same.
10675         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10676         * g++.old-deja/g++.robertl/eb73.C: Same.
10677         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10678         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10679         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10680         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10681         * g++.old-deja/g++.robertl/eb44.C: Same.
10682         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10683         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10684         * g++.old-deja/g++.robertl/eb39.C: Same.
10685         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10686         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10687         * g++.old-deja/g++.robertl/eb30.C: Same.
10688         * g++.old-deja/g++.robertl/eb3.C: Same.
10689         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10690         * g++.old-deja/g++.robertl/eb21.C: Same.
10691         * g++.old-deja/g++.robertl/eb15.C: Same.
10692         * g++.old-deja/g++.robertl/eb118.C: Same.
10693         * g++.old-deja/g++.robertl/eb115.C (main): Same.
10694         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10695         * g++.old-deja/g++.robertl/eb109.C: Same.
10696         * g++.old-deja/g++.other/sibcall1.C (main): Same.
10697         * g++.old-deja/g++.mike/rtti1.C: Same.
10698         * g++.old-deja/g++.mike/p658.C: Same.
10699         * g++.old-deja/g++.mike/net46.C: Same.
10700         * g++.old-deja/g++.mike/net34.C: Same.
10701         * g++.old-deja/g++.mike/memoize1.C: Same.
10702         * g++.old-deja/g++.mike/eh2.C: Same.
10703         * g++.old-deja/g++.law/weak.C: Same.
10704         * g++.old-deja/g++.law/visibility7.C: Same.
10705         * g++.old-deja/g++.law/visibility25.C: Same.
10706         * g++.old-deja/g++.law/visibility22.C: Same.
10707         * g++.old-deja/g++.law/visibility2.C: Same.
10708         * g++.old-deja/g++.law/visibility17.C: Same.
10709         * g++.old-deja/g++.law/visibility13.C: Same.
10710         * g++.old-deja/g++.law/visibility10.C: Same.
10711         * g++.old-deja/g++.law/visibility1.C: Same.
10712         * g++.old-deja/g++.law/virtual3.C (eval): Same.
10713         * g++.old-deja/g++.law/vbase1.C: Same.
10714         * g++.old-deja/g++.law/operators32.C: Same.
10715         * g++.old-deja/g++.law/nest3.C: Same.
10716         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10717         * g++.old-deja/g++.law/except5.C (main): Same.
10718         * g++.old-deja/g++.law/cvt7.C (run): Same.
10719         * g++.old-deja/g++.law/cvt2.C: Same.
10720         * g++.old-deja/g++.law/cvt16.C: Same.
10721         * g++.old-deja/g++.law/ctors6.C (bar): Same.
10722         * g++.old-deja/g++.law/ctors17.C (main): Same.
10723         * g++.old-deja/g++.law/ctors13.C: Same.
10724         * g++.old-deja/g++.law/ctors12.C (main): Same.
10725         * g++.old-deja/g++.law/ctors10.C: Same.
10726         * g++.old-deja/g++.law/code-gen5.C: Same.
10727         * g++.old-deja/g++.law/bad-error7.C: Same.
10728         * g++.old-deja/g++.law/arm9.C: Same.
10729         * g++.old-deja/g++.law/arm12.C: Same.
10730         * g++.old-deja/g++.law/arg8.C: Same.
10731         * g++.old-deja/g++.law/arg1.C: Same.
10732         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10733         * g++.old-deja/g++.jason/template31.C: Same.
10734         * g++.old-deja/g++.jason/template24.C (main): Same.
10735         * g++.old-deja/g++.jason/2371.C: Same.
10736         * g++.old-deja/g++.eh/new2.C: Same.
10737         * g++.old-deja/g++.eh/new1.C: Same.
10738         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10739         * g++.old-deja/g++.brendan/nest21.C (main): Same.
10740         * g++.old-deja/g++.brendan/err-msg3.C: Same.
10741         * g++.old-deja/g++.brendan/crash62.C: Same.
10742         * g++.old-deja/g++.brendan/crash52.C: Same.
10743         * g++.old-deja/g++.brendan/crash49.C (main): Same.
10744         * g++.old-deja/g++.brendan/crash38.C: Same.
10745         * g++.old-deja/g++.brendan/crash15.C (main): Same.
10746         * g++.old-deja/g++.brendan/copy9.C: Same.
10748 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
10750         * gcc.c-torture/execute/20001203-2.c (memset):
10751         Count argument is of type __SIZE_TYPE__.
10753 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
10755         * gcc.c-torture/compile/20010404-1.c: New test.
10757 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
10759         * gcc.c-torture/compile/20010326-1.c: New test.
10761 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
10763         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10764         peculiarities of the SH.
10765         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10767 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10769         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10770         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10771         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10773 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10775         * g77.f-torture/compile/20010321-1.f: New test.
10777 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10779         * gcc.c-torture/compile/20010329-1.c: New test.
10781 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10783         * gcc.c-torture/execute/20010329-1.c: New test.
10785 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10787         * g++.old-deja/g++.other/eh4.C: Fix typo.
10789 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10791         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10793 2001-03-28  Philip Blundell  <philb@gnu.org>
10795         * gcc.c-torture/compile/20010328-1.c: New test.
10797 2001-03-27  Richard Henderson  <rth@redhat.com>
10799         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10800         * g++.old-deja/g++.eh/vbase3.C: Likewise.
10802 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
10804         * gcc.c-torture/compile/20010327-1.c: New test.
10806 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10808         * g++.old-deja/g++.other/friend12.C: New test.
10809         * g++.old-deja/g++.other/friend9.C: Expect no errors.
10810         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10812 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10814         * gcc.c-torture/execute/20010325-1.c: New test.
10816 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
10818         * g++.old-deja/g++.other/mangle3.C: New test.
10820 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
10822         * g++.old-deja/g++.other/anon8.C: New test.
10824 2001-03-20  Philip Blundell  <philb@gnu.org>
10826         * gcc.c-torture/compile/20010320-1.c: New test.
10828 2001-03-17  Richard Henderson  <rth@redhat.com>
10830         * g++.old-deja/g++.other/eh4.C: Add expected error text.
10832 2001-03-15  Geoff Keating  <geoff@redhat.com>
10834         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10835         tests on AIX.
10837 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10839         * g++.old-deja/g++.other/eh4.C: New test.
10841 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10843         * gcc.dg/cpp/mi1.c: Update.
10845 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
10847         * g++.old-deja/g++.other/regstack.C: New test.
10849 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10851         * g++.old-deja/g++.other/ref4.C: New test.
10853 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
10855         * objc/execute/va_method.m: Added.
10856         * objc/execute/IMP.m: Added.
10857         * objc/execute/_cmd.m: Added.
10858         * objc/execute/accessing_ivars.m: Added.
10859         * objc/execute/class-1.m: Added.
10860         * objc/execute/class-10.m: Added.
10861         * objc/execute/class-11.m: Added.
10862         * objc/execute/class-12.m: Added.
10863         * objc/execute/class-13.m: Added.
10864         * objc/execute/class-14.m: Added.
10865         * objc/execute/class-2.m: Added.
10866         * objc/execute/class-3.m: Added.
10867         * objc/execute/class-4.m: Added.
10868         * objc/execute/class-5.m: Added.
10869         * objc/execute/class-6.m: Added.
10870         * objc/execute/class-7.m: Added.
10871         * objc/execute/class-8.m: Added.
10872         * objc/execute/class-9.m: Added.
10873         * objc/execute/class-tests-1.h
10874         * objc/execute/class-tests-2.h
10875         * objc/execute/compatibility_alias.m: Added.
10876         * objc/execute/encode-1.m: Added.
10877         * objc/execute/formal_protocol-1.m: Added.
10878         * objc/execute/formal_protocol-2.m: Added.
10879         * objc/execute/formal_protocol-3.m: Added.
10880         * objc/execute/formal_protocol-4.m: Added.
10881         * objc/execute/formal_protocol-5.m: Added.
10882         * objc/execute/formal_protocol-6.m: Added.
10883         * objc/execute/formal_protocol-7.m: Added.
10884         * objc/execute/informal_protocol.m: Added.
10885         * objc/execute/initialize.m: Added.
10886         * objc/execute/load.m: Added.
10887         * objc/execute/many_args_method.m: Added.
10888         * objc/execute/nested-3.m: Added.
10889         * objc/execute/no_clash.m: Added.
10890         * objc/execute/private.m: Added.
10891         * objc/execute/redefining_self.m: Added.
10892         * objc/execute/root_methods.m: Added.
10893         * objc/execute/selector-1.m: Added.
10894         * objc/execute/static-1.m: Added.
10895         * objc/execute/static-2.m: Added.
10896         * objc/execute/va_method.m: Added.
10898 2001-03-10  Richard Henderson  <rth@redhat.com>
10900         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10902 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10904         * g++.old-deja/g++.other/crash31.C: XFAIL.
10905         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10906         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10907         * gcc.c-torture/execute/20010123-1.x: XFAIL.
10908         * gcc.c-torture/execute/20010124-1.x: XFAIL.
10909         * gcc.dg/sequence-pt-1.c: XFAIL one test.
10911 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10913         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10915 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10917         * gcc.dg/20000724-1.c: Don't use multiline strings.
10919 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10921         * objc/execute/string1.m, objc/execute/string2.m: Compare the
10922         result of -cString against what we expect it to be; don't just
10923         print it out for no one to read.
10925         * objc/execute/string3.m, objc/execute/string4.m: New tests.
10926         Based on testcases provided by Nicola Pero.
10928 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10930         * gcc.dg/cpp/macro7.c: New test.
10932 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10934         * gcc.dg/cpp/multiline.c: Update.
10936 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10938         * g++.old-deja/g++.other/enum3.C: New test.
10940 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10942         * g++.old-deja/g++.other/pod1.C: New test.
10944 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10946         * g++.old-deja/g++.ext/overload1.C: New test.
10948 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10950         * g++.old-deja/g++.pt/using1.C: New test.
10952 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10954         * g++.old-deja/g++.other/using9.C: New test.
10956 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
10958         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
10960         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
10962 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
10964         * g++.old-deja/g++.ext/realpt1.C: Remove.
10966 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
10968         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
10970 2001-02-26  Will Cohen  <wcohen@redhat.com>
10972         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
10974 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
10976         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
10977         templatized constructors.
10979 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10981         * gcc.c-torture/execute/20010224-1.c: New test.
10983 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
10985         * gcc.c-torture/execute/20010222-1.c: New test.
10987 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
10989         * g++.old-deja/g++.other/inline20.C: New test.
10991 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
10993         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
10995 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10997         * g++.old-deja/g++.other/lookup22.C: New test.
10999 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
11001         * g77.dg: New directory.
11002         * g77.dg/20010216-1.f: New test case.
11003         * g77.dg/dg.exp: New driver.
11004         * lib/g77-dg.exp: New driver library.
11006 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11008         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
11010 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
11012         * g++.old-deja/g++.other/decl9.C: New test.
11014 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
11016         * g++.old-deja/g++.other/init16.C: Update the test so that it does
11017         not need <string> and also tests the initialization at runtime.
11019 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11021         * gcc.c-torture/execute/longlong.c: New test.
11023 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11025         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
11027 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11029         * gcc.c-torture/execute/920302-1.c (execute):
11030         Change argument type to short.
11032 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11034         * g++.old-deja/g++.pt/deduct6.C: New test.
11036 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11038         * g++.old-deja/g++.pt/deduct5.C: New test.
11040 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
11042         * gcc.c-torture/execute/20010209-1.c: New test.
11044 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11046         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
11048 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
11050         * g++.dg/vtgc1.C: Update for new ABI.
11052         * consistency.vlad: New directory, 1665 files.
11054 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11056         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
11057         return type.
11058         * gcc.dg/cpp/digraphs.c: Declare puts.
11060 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11062         * g++.old-deja/g++.other/warn5.C: New test.
11064 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11066         * g++.old-deja/g++.pt/spec40.C: New test.
11068 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11070         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
11071         case.
11072         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
11074 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
11076         * gcc.c-torture/compile/20010209-1.c: New test.
11078 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
11080         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
11081         excess errors message but not if it crashes.
11082         * g++.old-deja/g++.other/crash27.C: Likewise.
11083         * g++.old-deja/g++.other/crash28.C: Likewise.
11084         * g++.old-deja/g++.other/crash30.C: Likewise.
11085         * g++.old-deja/g++.other/crash32.C: Likewise.
11086         * g++.old-deja/g++.other/crash35.C: Likewise.
11087         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11089 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11091         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
11092         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
11093         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
11094         g77.f-torture/execute/execute.exp,
11095         g77.f-torture/noncompile/noncompile.exp,
11096         gcc.c-torture/execute/execute.exp,
11097         gcc.c-torture/execute/memcheck/memcheck.exp,
11098         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
11099         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
11100         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
11101         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
11102         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
11103         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
11104         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11105         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
11106         Remove bug reporting instructions with ancient email addresses.
11108 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11110         * gcc.dg/20010202-1.c: New test.
11111         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
11113 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
11115         * g++.dg/stdbool-if.C: New test.
11117 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
11119         * objc/execute/fdecl.m: Added main().
11121 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11123         * gcc.c-torture/execute/20010206-1.c: New test.
11125 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11127         * gcc.dg/cpp/avoidpaste1.c: Update.
11129 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
11131         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
11132         Pero <nicola@brainstorm.co.uk>.
11133         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
11135 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
11137         * g++.old-deja/g++.pt/spec39.C: New test.
11139 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
11141         * gcc.c-torture/compile/20010202-1.c: New test.
11143 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
11145         * g++.old-deja/g++.abi/primary2.C: New test.
11146         * g++.old-deja/g++.abi/primary3.C: New test.
11147         * g++.old-deja/g++.abi/primary4.C: New test.
11148         * g++.old-deja/g++.abi/primary5.C: New test.
11149         * g++.old-deja/g++.abi/vtable3.h: New test.
11150         * g++.old-deja/g++.abi/vtable3a.C: New test.
11151         * g++.old-deja/g++.abi/vtable3b.C: New test.
11152         * g++.old-deja/g++.abi/vtable3c.C: New test.
11153         * g++.old-deja/g++.abi/vtable3d.C: New test.
11154         * g++.old-deja/g++.abi/vtable3e.C: New test.
11155         * g++.old-deja/g++.abi/vtable3f.C: New test.
11156         * g++.old-deja/g++.abi/vtable3g.C: New test.
11157         * g++.old-deja/g++.abi/vtable3h.C: New test.
11158         * g++.old-deja/g++.abi/vtable3i.C: New test.
11159         * g++.old-deja/g++.abi/vtable3j.C: New test.
11160         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
11162 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
11164         * g++.old-deja/g++.other/anon6.C: New test.
11165         * g++.old-deja/g++.other/anon7.C: New test.
11167 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11169         * gcc.dg/cpp/avoidpaste2.c: New tests.
11171 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
11173         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
11175 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
11177         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
11178         DECIMAL_DIG cases for Irix."
11180 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
11182         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
11184 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11186         * gcc.dg/c99-tag-1.c: New test.
11188 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11190         * gcc.dg/cpp/tr-warn1.c: Add tests.
11192 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11194         * gcc.dg/cpp/avoidpaste1.c: Update.
11195         * gcc.dg/cpp/paste4.c: Update.
11197 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
11199         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
11200         cases for Irix.
11202 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11204         * g++.old-deja/g++.other/inline19.C: New test.
11206 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11208         * gcc.dg/Wlarger-than.c: New test.
11210 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11212         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
11214 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
11216         * gcc.c-torture/execute/20010129-1.c: New test.
11217         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
11219 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
11221         * gcc.dg/cpp/avoidpaste1.c: Test case.
11223 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
11225         * g++.old-deja/g++.other/inline18.C: New test.
11227 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11229         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
11230         and __builtin_putchar.
11232 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
11234         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
11235         tests.
11237 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
11239         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
11240         floating point number rounding mode to round to the nearest
11241         representable mode.
11243 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
11245         * g++.old-deja/g++.other/mangle2.C: New test.
11247 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11249         * gcc.c-torture/compile/20010124-1.c: New test.
11251 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
11253         * g++.old-deja/g++.pt/spec38.C: New test.
11255 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11257         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
11258         "Build don't run".
11260 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11262         * gcc.c-torture/execute/20010123-1.c: New test.
11264 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11266         * g++.old-deja/g++.pt/spec37.C: New test.
11268 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11270         * g++.old-deja/g++.pt/overload14.C: New test.
11272 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11274         * gcc.c-torture/execute/20010122-1.c: New test, exercise
11275         __builtin_return_address.
11277 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
11279         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
11280         * g++.old-deja/g++.pt/spec35.C: New test.
11281         * g++.old-deja/g++.pt/spec36.C: New test.
11283 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
11285         * gcc.c-torture/compile/20010118-1.c: New test.
11287 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11289         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
11291 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11293         * gcc.c-torture/execute/20010119-1.c: New test.
11295 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11297         * g++.old-deja/g++.other/vbase5.C: New test.
11299 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11301         * gcc.c-torture/execute/20010118-1.c: New test.
11303 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11305         * g++.old-deja/g++.pt/deduct3.C: New test.
11307 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11309         * g++.old-deja/g++.pt/spec34.C: New test.
11311 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
11313         * g77.f-torture/compile/20000601-2.f: New test.
11315 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11317         * g++.old-deja/g++.other/init17.C: New test.
11319 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
11321         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
11323 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11325         * g++.old-deja/g++.pt/unify8.C: New test.
11327 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11329         * g++.old-deja/g++.abi/vbase1.C: New test.
11331 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11333         * g++.old-deja/g++.pt/crash65.C: New test.
11335 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11337         * gcc.dg/cpp/assembl2.S: New test case.
11339 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
11341         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
11342         are supported.
11344 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11346         * g++.old-deja/g++.other/builtins1.C: New test.
11347         * g++.old-deja/g++.other/builtins2.C: Likewise.
11348         * g++.old-deja/g++.other/builtins3.C: Likewise.
11349         * g++.old-deja/g++.other/builtins4.C: Likewise.
11351 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
11353         * gcc.c-torture/compile/20010117-1.c: New test.
11354         * gcc.c-torture/compile/20010117-2.c: New test.
11356 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11358         * g77.f-torture/execute/20010116.[fx]: New test,
11359         XFAIL on i?86-*-*.
11360         * g77.f-torture/compile/20010115.f: Indicate it's
11361         a test for PR fortran/1636.
11363 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11365         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11367 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11369         * g77.f-torture/compile/20010115.f: New test.
11371 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
11373         * g++.old-deja/g++.pt/nontype5.C: New test.
11375 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11377         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11378         have an equivalent working one below it.
11380 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11382         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11383         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11385 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11387         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11388         message containing "init_priority".
11389         (conpr-2.C): Likewise.
11390         (conpr-3.C): Likewise.
11391         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11393 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11395         * gcc.c-torture/execute/20010114-2.c: New test.
11397 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11399         * gcc.c-torture/compile/20010114-1.c: New test.
11400         * gcc.c-torture/compile/20010114-1.x: Xfail.
11401         * gcc.c-torture/compile/20010114-2.c: New test.
11402         * gcc.c-torture/execute/20010114-1.c: New test.
11403         * gcc.dg/trunc-1.c: New test.
11404         * gcc.dg/uninit-B.c: New test.
11406 2001-01-13  Nick Clifton  <nickc@redhat.com>
11408         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11409         target.
11411 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11413         * gcc.c-torture/compile/20010113-1.c: New test.
11415 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
11417         * gcc.c-torture/compile/20001212-1.c: New test.
11419 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11421         * gcc.dg/cpp/widestr1.c: Update.
11422         * gcc.dg/cpp/prag-imp.c: Remove.
11424 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
11426         * gcc.c-torture/execute/20000801-3.x: Remove.
11427         * gcc.dg/c90-init-1.c: New test.
11428         * gcc.dg/c99-init-1.c: New test.
11429         * gcc.dg/c99-init-2.c: New test.
11430         * gcc.dg/gnu99-init-1.c: New test.
11432 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
11434         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11435         testing that no relevant ones were found.
11437 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11439         * g++.old-deja/g++.pt/cast2.C: New test.
11441 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11443         * g++.old-deja/g++.pt/friend47.C: New test.
11445 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11447         * g++.old-deja/g++.pt/instantiate13.C: New test.
11449 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11451         * g++.old-deja/g++.other/defarg7.C: New test.
11452         * g++.old-deja/g++.other/defarg8.C: New test.
11454 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11456         * g++.old-deja/g++.pt/crash64.C: New test.
11458 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11460         * g++.old-deja/g++.pt/crash63.C: New test.
11462 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11464         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11466 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
11468         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
11470 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11472         * g++.old-deja/g++.pt/error3.C: New test.
11474 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11476         * g++.old-deja/g++.other/crash39.C: New test.
11478 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11480         * g++.old-deja/g++.other/vbase4.C: New test.
11482 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
11484         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
11485         * gcc.dg/special/20000419-2.c: New file. Identical to above.
11486         * gcc.dg/special/special.exp: New test driver which will check
11487         for alias support for the above test.
11489 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
11491         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11492         problems on small machines.
11493         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
11494         parameterize.
11496 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
11498         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11499         mips.
11500         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11502 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
11504         * g++.old_deja/g++.pt/using8.C: New test.
11506 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11508         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11510 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
11512         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11513         where a failure is expected.
11514         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11516 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11518         * g++.old_deja/g++.pt/instantiate12.C: New test.
11520 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11522         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11523         start of structs.
11524         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11525         * g++.old-deja/g++.brendan/crash17.C: Likewise.
11526         * g++.old-deja/g++.brendan/crash29.C: Likewise.
11527         * g++.old-deja/g++.brendan/crash48.C: Likewise.
11528         * g++.old-deja/g++.brendan/ns1.C: Likewise.
11529         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11530         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11531         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11532         * g++.old-deja/g++.eh/spec6.C: Likewise.
11533         * g++.old-deja/g++.jason/crash3.C: Likewise.
11534         * g++.old-deja/g++.law/ctors11.C: Likewise.
11535         * g++.old-deja/g++.law/ctors17.C: Likewise.
11536         * g++.old-deja/g++.law/ctors5.C: Likewise.
11537         * g++.old-deja/g++.law/ctors9.C: Likewise.
11538         * g++.old-deja/g++.mike/ambig1.C: Likewise.
11539         * g++.old-deja/g++.mike/net22.C: Likewise.
11540         * g++.old-deja/g++.mike/p3538a.C: Likewise.
11541         * g++.old-deja/g++.mike/p3538b.C: Likewise.
11542         * g++.old-deja/g++.mike/virt3.C: Likewise.
11543         * g++.old-deja/g++.niklas/t128.C: Likewise.
11544         * g++.old-deja/g++.other/anon4.C: Likewise.
11545         * g++.old-deja/g++.other/using1.C: Likewise.
11546         * g++.old-deja/g++.other/warn3.C: Likewise.
11547         * g++.old-deja/g++.pt/t37.C: Likewise.
11548         * g++.old-deja/g++.robertl/eb69.C: Likewise.
11549         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11551 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11553         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11555 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11557         * gcc.c-torture/execute/stdio-opt-3.c: New test.
11559 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
11561         * gcc.c-torture/compile/20010107-1.c: New test.
11563 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11565         * gcc.c-torture/execute/builtin-noret-1.c: New test.
11567 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11569         * gcc.dg/format/format.h: New file.
11570         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11571         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11572         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11573         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11574         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11575         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11576         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11577         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11578         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11579         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11580         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11581         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11582         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11583         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11584         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11585         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11586         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11587         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11588         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11589         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11590         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11591         instead of declaring standard types, macros and functions in each
11592         test.
11594 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
11596         * gcc.c-torture/execute/20010106-1.c: New test.
11598 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11600         * gcc.dg/format/format.exp: New file.
11601         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11602         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11603         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11604         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11605         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11606         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11607         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11608         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11609         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11610         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11611         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11612         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11613         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11614         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11615         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11616         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11617         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11618         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11619         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11620         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11621         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11622         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11623         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11624         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11625         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11626         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11627         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11628         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11629         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11630         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11631         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11632         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11633         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11634         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11635         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11636         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11637         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11638         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11639         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11640         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11641         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11642         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11644 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11646         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11647         account.
11649 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11651         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11653 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11655         * g++.old-deja/g++.pt/crash62.C: New test.
11657 2001-01-04  Richard Henderson  <rth@redhat.com>
11659         * gcc.dg/20000926-1.c: Update expected warnings.
11660         * gcc.dg/array-2.c: Likewise.
11661         * gcc.dg/array-4.c: Also validate flexible array members.
11662         * gcc.dg/c99-flex-array-1.c: New.
11664 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11666         * gcc.c-torture/compile/20001222-1.x: Remove.
11668 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11670         * gcc.c-torture/execute/built-in-setjmp.c: New.
11672 2001-01-03  Richard Henderson  <rth@redhat.com>
11674         * gcc.dg/940510-1.c: Update expected error wording.
11675         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11677 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11679         * lib/target-supports.exp (check_alias_available): Modified to
11680         indicate aliases not supported if only weak aliases are supported.
11682 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11684         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11685         Turn on cmpstrsi checks for __pj__ and __i370__.
11687 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11689         * g++.old-deja/g++.other/virtual11.C: New test.
11691 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11693         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11695 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11697         * gcc.c-torture/compile/20010102-1.c: New test.
11699 2001-01-02  Andreas Jaeger  <aj@suse.de>
11701         * gcc.dg/noreturn-3.c: New test.
11703         * gcc.dg/noreturn-4.c: New test.
11705 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11707         * gcc.c-torture/execute/stdio-opt-1.c: Also test
11708         __builtin_fputc and __builtin_fwrite.
11710 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11712         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11713         signed char, not default char.
11715 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11717         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11719 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
11721         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
11723 2000-12-29  Richard Henderson  <rth@redhat.com>
11725         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11726         (__cyg_profile_func_exit): Define.
11728 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11730         * g++.dg/vtgc1.C: New test.
11732 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
11734         * gcc.dg/noncompile/20001228-1.c: New test.
11736         * gcc.dg/20001228-1.c: New test.
11738         * gcc.c-torture/execute/20001228-1.c: New test.
11740 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11742         * gcc.dg/format-strfmon-1.c: New test.
11744 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11746         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11747         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11748         * gcc.c-torture/execute/string-opt-1.c: Likewise.
11749         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11750         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11751         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11752         * gcc.c-torture/execute/string-opt-6.c: Likewise.
11753         * gcc.c-torture/execute/string-opt-7.c: Likewise.
11754         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11755         * gcc.c-torture/execute/string-opt-9.c: Likewise.
11756         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11757         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11758         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11760         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11761         * gcc.c-torture/execute/string-opt-4.c: Test index.
11763 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
11765         * gcc.c-torture/compile/20001226-1.c: New test.
11767 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11769         * gcc.c-torture/compile/20001222-1.c: New test.
11770         * gcc.c-torture/compile/20001222-1.x: Xfail.
11772 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
11774         * gcc.c-torture/execute/comp-goto-2.c: New test.
11776 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
11778         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11779         Use long types if __INT_MAX__ is 32767.
11780         (main): Use cast to (sint32 *) when poking 88 into a_page.
11782         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11784 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
11786         * gcc.c-torture/compile/20001221-1.c: New test.
11787         * gcc.c-torture/execute/20001221-1.c: New test.
11789 2000-12-20  Richard Henderson  <rth@redhat.com>
11791         * g++.old-deja/g++.pt/crash36.C: Update error lines.
11792         * g++.old-deja/g++.robertl/eb109.C: Likewise.
11794 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11796         * gcc.dg/compare3.c: New test.
11798 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11800         * gcc.dg/format-warnll-1.c: New test.
11802 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11804         * gcc.dg/cpp/cmdlne-P.c: New test.
11806 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11808         * gcc.c-torture/execute/builtin-abs-1.c,
11809         gcc.c-torture/execute/builtin-abs-2.c: New tests.
11811 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11813         * gcc.dg/cpp/multiline.c: New test.
11815 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11817         * g++.old-deja/g++.other/syshdr1.C: Update.
11818         * gcc.dg/cpp/lineflags.c: Remove temporarily.
11820 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11822         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11824 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11826         * g++.old-deja/g++.pt/ttp65.C: New test.
11828 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11830         * g++.old-deja/g++.pt/ttp64.C: New test.
11832 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11834         * g++.old-deja/g++.pt/spec33.C: New test.
11836 2000-12-14  Catherine Moore  <clm@redhat.com>
11838         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11839         * gcc.c-torture/execute/920612-2.c: Likewise.
11840         * gcc.c-torture/execute/920428-2.c: Likewise.
11841         * gcc-c-torture/execute/va-arg-11.c: Call exit.
11842         * gcc.c-torture/execute/va-arg-21.c: Likewise.
11844 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11846         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11847         * gcc.dg/pack-test-2.c: Likewise.
11849 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11851         Tests by Zack Weinberg <zackw@stanford.edu>.
11853         * gcc.dg/cpp/defined.c: Update.
11854         * gcc.dg/cpp/defined_trad.c: New tests.
11856 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11858         * gcc.dg/cpp/trad-direct.c: Update.
11860 2000-12-11  Neil Booth  <neilb@earthling.net>
11862         * gcc.dg/cpp/defined_trad.c
11864 2000-12-11  Neil Booth  <neilb@earthling.net>
11866         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
11868 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11870         * gcc.dg/format-miss-2.c: New test.
11872 2000-12-09  Neil Booth  <neilb@earthling.net>
11874         * gcc.dg/cpp/lineflags.c: New tests.
11875         * gcc.dg/cpp/poison.c: Update.
11876         * gcc.dg/cpp/redef2.c: Update.
11877         * gcc.dg/cpp/skipping.c: New test.
11879 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
11881         * g++.old-deja/g++.other/eh3.C: New testcase.
11883 2000-12-07  Neil Booth  <neilb@earthling.net>
11885         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11886         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11887         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11888         wtr-union-init-2.c, wtr-union-init-3.c: Update.
11889         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11890         Update.
11892 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11894         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11895         __SIZE_TYPE__ instead of int for type of integers cast to
11896         pointers.
11898 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
11900         * g++.old-deja/g++.other/cleanup4.C: New test.
11902 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11904         * format-sec-1.c: New test.
11906 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11908         * gcc.dg/format-nonlit-3.c: New test.
11910 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11912         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11913         through a null pointer.
11915 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11917         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11918         * g++.old-deja/g++.pt/partial4.C: New test.
11920 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11922         * gcc.c-torture/execute/ieee/hugeval.x: New.
11924 2000-12-06  Neil Booth  <neilb@earthling.net>
11926         * gcc.dg/cpp/backslash2.c: New tests.
11928 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11930         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11931         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11933 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
11935         * gcc.c-torture/execute/20001203-2.c: New testcase.
11937 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11939         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11940         * g++.old-deja/g++.other/virtual10.C: New test.
11942 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11944         * g++.old-deja/g++.mike/pmf5.C: Remove test.
11946 2000-12-05  Richard Henderson  <rth@redhat.com>
11948         * gcc.c-torture/compile/20001205-1.c: New.
11950 2000-12-04  Neil Booth  <neilb@earthling.net>
11952         * g++.old-deja/g++.other/virtual9.C: New test.
11953         * g++.old-deja/g++.pt/crash61.C: New test.
11954         * gcc.c-torture/execute/loop-9.c: New test.
11956 2000-12-04  Neil Booth  <neilb@earthling.net>
11958         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
11959         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
11960         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
11961         * gcc.dg/cpp/extratokens.c: ...here.
11963 2000-12-04  Neil Booth  <neilb@earthling.net>
11965         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
11966         New tests.
11968 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11970         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
11971         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
11973 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11975         * gcc.c-torture/execute/20001203-1.c: New test.
11977 2000-12-03  Neil Booth  <neilb@earthling.net>
11979         * gcc.dg/cpp/macro6.c: New test cases.
11981 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11983         * gcc.c-torture/execute/string-opt-9.c: New test.
11984         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11985         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11986         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11988         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
11989         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
11991 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
11993         * gcc.dg/cpp/if-6.c: New testcase.
11995         * gcc.dg/20001201-1.c: New testcase.
11997 2000-12-02  Neil Booth  <neilb@earthling.net>
11999         * g++.old-deja/g++.other/externC4.C,
12000         g++.old-deja/g++.other/friend10.C: New tests.
12002 2000-12-02  Neil Booth  <neilb@earthling.net>
12004         * g++.old-deja/g++.other/instan2.C
12005         * g++.old-deja/g++.other/instan3.C: New test.
12007 2000-12-02  Neil Booth  <neilb@earthling.net>
12009         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
12010         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
12011         gnuc99.c,gnuc99-pedantic.c: New tests.
12013 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12015         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
12016         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
12018 2000-12-01  Neil Booth  <neilb@earthling.net>
12020         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
12021         * gcc.dg/cpp/poison.c: Update.
12022         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
12024 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
12026         * g77.f-torture/execute/20001201.f: New test.
12028 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12030         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
12032 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
12034         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
12036 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
12038         * g++.old-deja/g++.other/cast6.C: New test.
12040 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
12042         * gcc.c-torture/execute/20001130-2.c: New testcase.
12044 2000-11-30  Richard Henderson  <rth@redhat.com>
12046         * gcc.c-torture/execute/20001130-1.c: New test.
12048 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12050         * g++.old-deja/g++.other/op3.C: New test.
12052 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12054         * g++.old-deja/g++.other/op2.C: New test.
12056 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12058         * g++.old-deja/g++.other/crash38.C: New test.
12060 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
12062         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
12064 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
12066         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
12067         tests.
12068         * gcc.c-torture/execute/string-opt-6.c: New test.
12070         * gcc.dg/20001117-1.c: Add main.
12072 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
12074         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
12075         Move from here ...
12076         * gcc.dg/940510-1.c: ... to here.
12078         * gcc.dg/20000926-1.c: GNU C now allows initializations of
12079         zero-size arrays in toplevel structures.
12081 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12083         * gcc.c-torture/execute/loop-8.c: New test.
12085 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12087         * g++.old-deja/g++.other/base1.C: New test.
12089 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12091         * g++.old-deja/g++.other/parse2.C: New test.
12093 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12095         * g++.old-deja/g++.pt/incomplete1.C: New test.
12097 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12099         * g++.old-deja/g++.other/friend9.C: New test.
12101 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12103         * gcc.dg/20001127-1.c: New test.
12105 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12107         * g++.old-deja/g++.pt/friend46.C: New test.
12109 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12111         * g++.old-deja/g++.other/ptrmem8.C: New test.
12113 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12115         * gcc.c-torture/execute/string-opt-7.c: New test.
12116         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12118 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12120         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
12121         instead of 'mkcheck 2'.
12123 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12125         * gcc.c-torture/execute/memcheck/driver.c,
12126         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
12127         C9X references to refer to C99.
12129 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
12131         * gcc.dg/ultrasp3.c: New test.
12133 2000-11-25  Neil Booth  <neilb@earthling.net>
12135         * gcc.dg/cpp/include2.c: Update test to be locale independent.
12137 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
12139         * gcc.c-torture/compile/20001123-2.c: New.
12141 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12143         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
12145 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
12147         * gcc.dg/sequence-point-1.c: Add some new tests.
12148         * gcc.c-torture/execute/20001124-1.c: New test.
12150 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12152         * g++.old-deja/g++.other/vaarg4.C: New test.
12153         * gcc.c-torture/compile/20001123-1.c: New test.
12155 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12157         * g++.other/crash24.C: Adjust and remove XFAIL.
12158         * g++.other/crash37.C: New test.
12160 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
12162         * g++.old-deja/g++.pt/instantiate9.C: New test.
12164 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
12166         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
12167         new ABI, too.
12169         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
12170         * g++.old-deja/g++.robertl/eb55.C: Likewise.
12172 2000-11-22  Neil Booth  <neilb@earthling.net>
12174         * gcc.dg/cpp/Wtrigraphs.c: New test.
12176 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12178         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
12180 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
12182         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
12184 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
12186         * lib/gcc-dg.exp: load_lib scanasm.exp.
12187         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
12188         * lib/g++-dg.exp: load_lib scanasm.exp.
12189         * lib/scanasm.exp: New.
12190         (scan-assembler, scan-assembler-not): Add optional arguments to
12191         test name, or if not present, the pattern name.
12192         (scan-assembler-dem, scan-assembler-dem-not): New.
12194         * g++.dg/dg.exp: New.
12196 2000-11-21  Neil Booth  <neilb@earthling.net>
12198         * gcc.dg/cpp/integrated1.c: Remove.
12200 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12202         * gcc.c-torture/execute/20001121-1.c: New test.
12204 2000-11-21  Richard Henderson  <rth@redhat.com>
12206         * gcc.c-torture/compile/20001121-1.c: New test.
12208 2000-11-20  Neil Booth  <neilb@earthling.net>
12210         * gcc.dg/cpp/integrated1.c: New test.
12212 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12214         * g++.old-deja/g++.other/inline17.C: New test.
12216 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
12218         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
12219         local variable to be zero: I made the variable global. Now
12220         uses abort() and exit() instead of relying on main's return value.
12222 2000-11-20  Neil Booth  <neilb@earthling.net>
12224         * gcc.dg/cpp/paste2.c: Update test.
12225         * objc/execute/paste.m: New test.
12227 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12229         * gcc.dg/c99-condexpr-1.c: New test.
12231 2000-11-20  Neil Booth  <neilb@earthling.net>
12233         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
12235 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
12237         * g++.old-deja/g++.pt/export1.C: New test.
12239 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
12241         * gcc.dg/20001117-1.c: New test.
12243 2000-11-18  Richard Henderson  <rth@redhat.com>
12245         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
12247 2000-11-18  Richard Henderson  <rth@redhat.com>
12249         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
12250         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
12251         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
12253 2000-11-18  Richard Henderson  <rth@redhat.com>
12255         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
12256         (main): New.  Exit cleanly.
12258 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12260         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
12261         gcc.dg/c99-fordecl-2.c: New tests.
12263 2000-11-18  Richard Henderson  <rth@redhat.com>
12265         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
12266         * gcc.c-torture/execute/zerolen-2.c: New.
12268 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12270         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
12271         memory.
12273 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12275         * g++.old-deja/g++.pt/instantiate8.C: New test.
12277 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12279         * g++.old-deja/g++.other/incomplete.C: Add more tests.
12280         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
12282 2000-11-16  Nick Clifton  <nickc@redhat.com>
12284         * gcc.c-torture/execute/nestfunc-2.c: New test.
12285         * gcc.c-torture/execute/nestfunc-3.c: New test.
12287 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12289         * gcc.c-torture/compile/20001116-1.c: New test.
12291 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12293         * gcc.c-torture/execute/20001115-1.c: New test.
12295 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
12297         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
12298         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
12299         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
12300         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12302 2000-11-15  Neil Booth  <neilb@earthling.net>
12304         gcc.dg/cpp/_Pragma1.c: Update.
12305         gcc.dg/cpp/_Pragma2.c: New test.
12307 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12309         * g++.old-deja/g++.other/anon5.C: New test.
12311 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
12313         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
12314         tests.
12316 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
12318         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
12319         output.
12321 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12323         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
12324         labels at end of compound statements.
12326 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
12328         * gcc.c-torture/execute/loop-7.c: New test.
12330 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12332         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
12334 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12336         * gcc.dg/c99-bool-1.c: New test.
12338 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12340         * gcc.dg/c99-scope-1.c: Remove xfail.
12341         * gcc.dg/c99-scope-2.c: New test.
12343 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12345         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
12346         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
12348 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
12350         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12351         error messages.
12353         * g++.mike/p700.C: Don't typedef wchar_t.
12354         * g++.mike/p784.C: Likewise.
12355         * g++.mike/eb101.C: Don't use __wchar_t.
12357 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12359         * g77.f-torture/execute/20001111.[fx]: Test premature exit
12360         from DO loop.
12362 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12364         * gcc.c-torture/execute/20001111-1.c: New test.
12366 2000-11-10  Nick Clifton  <nickc@redhat.com>
12368         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12369         long multuiple and accumulate.
12371 2000-11-09  Richard Henderson  <rth@redhat.com>
12373         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12374         via size_t instead of int.
12376         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12377         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12378         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12379         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12381 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
12383         * gcc.c-torture/compile/20001109-1.c: New test.
12384         * gcc.c-torture/compile/20001109-2.c: New test.
12386 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
12388         * g++.old-deja/g++.pt/operator1.C: New test.
12389         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
12391 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12393         * gcc.dg/20001108-1.c: New test.
12395 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12397         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12398         with both arguments constant strings.
12399         * gcc.c-torture/execute/string-opt-3.c: New test.
12400         * gcc.c-torture/execute/string-opt-4.c: New test.
12401         * gcc.c-torture/execute/string-opt-5.c: New test.
12403 2000-11-08  Nick Clifton  <nickc@redhat.com>
12405         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
12406         mulsidi3adddi patterns.
12408 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
12410         * g++.old-deja/g++.other/crash36.C: New test.
12412 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
12414         * g++.old-deja/g++.other/init16.C: New test.
12416 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
12418         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12420 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12422         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12423         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12424         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12426 2000-11-07  DJ Delorie  <dj@redhat.com>
12428         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12430 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12432         * gcc.c-torture/execute/string-opt-1.c: New test.
12434 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12436         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
12437         mips-sgi-irix6.* because the MIPS ABI passes floating-point
12438         parameters in registers, and there is no way for a varargs
12439         function to know in which order the integer and floating-point
12440         parameters should be interleaved when they are placed on the
12441         stack.
12442         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12443         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12445 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12447         * gcc.c-torture/execute/string-opt-2.c: New test.
12449 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
12451         * g++.old-deja/g++.pt/crash60.C: New test.
12453 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12455         * g++.old-deja/g++.other/crash24.C: New test.
12456         * g++.old-deja/g++.other/crash25.C: New test.
12457         * g++.old-deja/g++.other/crash26.C: New test.
12458         * g++.old-deja/g++.other/crash27.C: New test.
12459         * g++.old-deja/g++.other/crash28.C: New test.
12460         * g++.old-deja/g++.other/crash29.C: New test.
12461         * g++.old-deja/g++.other/crash30.C: New test.
12462         * g++.old-deja/g++.other/crash31.C: New test.
12463         * g++.old-deja/g++.other/crash32.C: New test.
12464         * g++.old-deja/g++.other/crash33.C: New test.
12465         * g++.old-deja/g++.other/crash34.C: New test.
12466         * g++.old-deja/g++.other/crash35.C: New test.
12468 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12470         * gcc.c-torture/execute/20001031-1.c: New test.
12472 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
12474         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12475         namespace.
12477         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12478         standards-conformant.
12480         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12482         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12483         * g++.old-deja/g++.mike/p755a.C: Likewise.
12484         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12485         library makes no calls to `operator new' during initialization.
12487 2000-11-04  Neil Booth  <neilb@earthling.net>
12489         * gcc.dg/cpp/include2.c: New tests.
12491 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12493         * lib/g++.exp (g++_set_ld_library_path): New function.
12494         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12496 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12498         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12499         warnings.
12501 2000-11-01  Richard Henderson  <rth@redhat.com>
12503         * g++.old-deja/g++.ext/namedret1.C: New.
12504         * g++.old-deja/g++.ext/namedret2.C: New.
12505         * g++.old-deja/g++.ext/namedret3.C: New.
12507 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12509         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12510         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12512 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12514         * gcc.c-torture/execute/va-arg-21.c: New test.
12516 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12518         * gcc.dg/c99-complex-2.c: New test.
12520 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12522         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12524 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12526         * g++.old-deja/g++.other/inline16.C: New test.
12528 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12530         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12531         __PRETTY_FUNCTION__
12533 2000-10-29  Neil Booth  <neilb@earthling.net>
12535         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12536         New tests.
12537         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12538         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12539         optimisation.
12541 2000-10-29  Neil Booth  <neilb@earthling.net>
12543         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12544         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12545         * mi5.c: Test multiple includes work with -C.
12546         * trigraphs.c: Test ^= version.
12548 2000-10-28  Neil Booth  <neilb@earthling.net>
12550         New tests and test updates for new macro expander.
12552         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12553         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12554         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12555         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12556         new diagnostic messages.
12558         * gcc.dg/cpp/macro3.c: New tests.
12560 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12562         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12563         on the same line.
12565 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12567         * g++.old-deja/g++.other/eh2.C: New test.
12569 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12571         * gcc.c-torture/execute/20001027-1.c: New test.
12573 2000-10-26  Richard Henderson  <rth@redhat.com>
12575         * gcc.c-torture/execute/20001026-1.c: New.
12577 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12579         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12580         * g++.old-deja/g++.law/builtin1.C: Likewise.
12581         * g++.old-deja/g++.law/ctors10.C: Likewise.
12582         * g++.old-deja/g++.law/virtual3.C: Likewise.
12583         * g++.old-deja/g++.mike/p658.C: Likewise.
12584         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12585         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12586         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12587         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12588         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12590 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12592         * gcc.c-torture/compile/20001024-1.c: New test.
12594 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12596         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12597         to tell us whether or not we are using V3.
12599 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12601         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12602         operands.
12604 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12606         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12608 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12610         * gcc.c-torture/execute/20001024-1.c: New test.
12612 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12614         * g++.old-deja/g++.other/sibcall1.C: New test.
12616 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12618         * gcc.dg/noncompile/init-3.c: New test.
12620 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12622         * gcc.dg/format-array-1.c: New test.
12624 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12626         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12627         writing through null pointers; remove comment about testing
12628         unterminated strings.
12630 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12632         * gcc.c-torture/execute/20001017-2.c: New test.
12634 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12636         * gcc.c-torture/compile/20001018-1.c: New test.
12637         * gcc.c-torture/compile/20001018-1.x: Xfail.
12639 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12641         * gcc.c-torture/execute/20001017-1.c: New test.
12643 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12645         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12646         for multiple use of arguments with scanf formats; add tests for
12647         multiple use of arguments.
12649 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12651         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12653 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12655         * gcc.dg/format-miss-1.c: New test.
12657 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12659         * gcc.c-torture/execute/20001013-1.c: New test.
12661 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12663         * gcc.dg/format-branch-1.c: New test.
12665 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12667         * README, lib/file-format.exp: Remove EGCS references.
12669 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12671         * gcc.dg/20001013-1.c: New test.
12673 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12675         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12676         for intmax_t in the compiler using __typeof__ and the type rules
12677         for conditional expressions.
12679 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12681         * gcc.dg/20001012-1.c: New test.
12682         * gcc.dg/20001012-2.c: New test.
12684 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12686         * gcc.dg/format-attr-1.c: New test.
12688 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12690         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12691         __LONG_LONG_MAX__ instead of LLONG_MAX.
12693 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12695         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12696         scanf flags.
12697         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12698         flags.
12700 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12702         * gcc.dg/sequence-pt-1.c: New test.
12704 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12706         * gcc.c-torture/execute/20001011-1.c: New testcase.
12707         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12709 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12711         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12712         does not error on it.
12714 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12716         * gcc.dg/20001009-1.c: New test.
12718 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12720         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12721         * gcc.c-torture/execute/20001009-2.c: ... to here.
12723 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12725         * gcc.c-torture/compile/20001009-1.c: New testcase.
12726         * gcc.c-torture/execute/20001009-1.c: New testcase.
12727         Testcases provided by Jan Hubicka <jh@suse.cz>.
12729 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12731         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12732         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12733         uintmax_t using <limits.h> to emulate the compiler's internal
12734         logic.  No longer XFAIL %j tests.
12736 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12738         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12739         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12740         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12741         regexps and details of expected handling of some bad formats.
12742         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12743         suppression.
12745 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12747         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12748         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12749         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12750         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12751         in list archives.
12753 2000-10-06  Richard Henderson  <rth@cygnus.com>
12755         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12756         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12757         * g++.old-deja/g++.jason/report.C: Likewise.
12758         * g++.old-deja/g++.law/friend5.C: Likewise.
12759         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12760         of the expected warnings.
12762 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12764         * g++.old-deja/g++.pt/enum14.C: New test.
12766 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12768         * g++.old-deja/g++.pt/crash59.C: New test.
12770 2000-10-04  Will Cohen  <wcohen@redhat.com>
12772         * gcc.dg/20000926-1.c: New test.
12774 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12776         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12777         function name for current C++ compiler.
12778         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12780 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12782         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12783         __PRETTY_FUNCTION__.
12784         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12786 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12788         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12790 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12792         * gcc.c-torture/compile/20000923-1.c: New test.
12794 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12796         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12797         * g++.old-deja/g++.pt/ttp62.C: Same.
12798         * g++.old-deja/g++.other/inline14.C: Same.
12800 2000-09-24  Richard Henderson  <rth@cygnus.com>
12802         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12804 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12806         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12808 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12810         * gcc.c-torture/compile/20000922-1.c: New file.
12812 2000-09-21  Nick Clifton  <nickc@redhat.com>
12814         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12815         a signed long modulo operation.
12816         (mod6): New function - perform an unsigned long modulo operation.
12817         (main): Add tests for modulos of very large numbers by very small
12818         dividends.
12820 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12822         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12824 2000-09-19  Richard Henderson  <rth@cygnus.com>
12826         * gcc.dg/compare2.c (case 10): XFAIL.
12828 2000-09-18  Richard Henderson  <rth@cygnus.com>
12830         * gcc.c-torture/execute/20000906-1.c: Move ...
12831         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12832         that support __builtin_trap.
12834 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12836         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12838 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12840         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12841         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12842         more $ format tests.
12844 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12846         * gcc.dg/format-errmk-1.c: New test.
12848 2000-09-17  Greg McGary  <greg@mcgary.org>
12850         * gcc.c-torture/execute/20000917-1.x: Remove.
12852 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12854         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12856 2000-09-17  Greg McGary  <greg@mcgary.org>
12858         * gcc.c-torture/execute/20000917-1.c: New test.
12859         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12861 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
12863         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12864         in nested macro bug.
12866 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
12868         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12870 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12872         * gcc.c-torture/execute/20000914-1.c: New test.
12874 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12876         * g++.other/inline13.C: New test.
12878 2000-09-12  Andreas Jaeger  <aj@suse.de>
12880         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12881         constant by Ulrich Drepper <drepper@redhat.com>.
12883 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12885         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12887 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12889         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12891 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12893         * gcc.dg/cpp/backslash.c: New test.
12895 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12897         * gcc.c-torture/execute/20000910-1.c: New test.
12898         * gcc.c-torture/execute/20000910-2.c: Likewise.
12900 2000-09-11  Robert Lipe  <robertl@sco.com>
12902         * gcc.dg/pragma-align.c: New test.
12904 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12906         * g++.old-deja/g++.pt/explicit82.C: New test.
12907         * g++.old-deja/g++.pt/explicit83.C: New test.
12909 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12911         * gcc.dg/asm-names.c: New test.
12913 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12915         * gcc.dg/cpp/tr-warn6.c: New test
12917 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12919         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12920         be accepted.
12922 2000-09-07  Catherine Moore  <clm@redhat.com>
12924         * gcc.c-torture/execute/unroll-1.c: New test.
12926 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12928         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12929         ERROR markers.
12930         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12931         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12932         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12933         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12934         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12935         Preprocess only.
12936         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12937         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12939 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12941         * g++.old-deja/g++.pt/deduct2.C: New test.
12943 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12945         * g++.old-deja/g++.pt/parms2.C: New test.
12947 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12949         * g++.old-deja/g++.pt/crash58.C: New test.
12951 2000-09-06  Greg McGary  <greg@mcgary.org>
12953         * gcc.c-torture/execute/20000906-1.c: New test.
12954         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12956 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12958         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12960 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12962         * g++.old-deja/g++.pt/crash57.C: New test.
12964 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12966         * g++.old-deja/g++.pt/crash56.C: New test.
12968 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12970         * g++.old-deja/g++.pt/koenig1.C: New test.
12972 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12974         * gcc.dg/20000904-1.c: New test.
12976 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12978         * gcc.dg/cpp/paste8.c: New test.
12980 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12982         * gcc.c-torture/compile/20000827-1.c: New test.
12984 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12986         * gcc.dg/format-diag-1.c: New test.
12988 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12990         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12991         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12992         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12993         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12994         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12996 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12998         * g++.old-deja/g++.other/nested4.C: New test.
13000 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
13002         * g++.old-deja/g++.ns/scoped1.C: New test.
13004 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
13006         * lib/g++.exp: Support testing already-installed GCC.
13008 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13010         * wtr-label-1.c, wtr-suffix-1.c: New tests.
13012 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13014         * gcc.dg/return-type-2.c: New test.
13016 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
13018         * gcc.c-torture/compile/20000825-1.c: New test.
13020 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
13022         * gcc.dg/dwarf2-2.c: New test.
13024 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
13026         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
13027         dg-warning regexps.
13029 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13031         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
13032         gcc.dg/format-ext-5.c: New tests.
13034 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
13036         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
13038 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
13040         * gcc.dg/noncompile/930622-2.c: Adjust error message.
13042 2000-08-24  Richard Henderson  <rth@cygnus.com>
13044         * gcc.dg/ia64-sync-1.c: New test.
13045         * gcc.dg/ia64-sync-2.c: New test.
13046         * gcc.dg/ia64-asm-1.c: New test.
13048 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13050         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13051         * gcc.dg/format-ext-2.c: New test.
13053 2000-08-23  Jason Merrill  <jason@redhat.com>
13055         * lib/old-dejagnu.exp: Also ignore "In member function" and
13056         "At global scope".
13058 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13060         * gcc.dg/noncompile/label-lineno-1.c: New test.
13062 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13064         * gcc.dg/c99-array-nonobj-1.c: New test.
13066 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13068         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13069         tests.
13070         * gcc.dg/format-ext-1.c: New test.
13072 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13074         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13075         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13076         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13077         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13078         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13080 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13082         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13083         gcc.dg/c99-strftime-2.c: New tests.
13085 2000-08-22  Richard Henderson  <rth@cygnus.com>
13087         * gcc.c-torture/execute/20000822-1.c: New test.
13089 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13091         * gcc.c-torture/execute/20000819-1.x: Remove.
13093 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13095         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13096         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13097         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13098         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13099         gcc.dg/format-xopen-1.c: New tests.
13101 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13103         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13105 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13107         * g++.old-deja/g++.other/loop2.C: New test.
13109         * gcc.c-torture/compile/20000606-1.c: New test.
13110         * gcc.c-torture/compile/20000728-1.c: New test.
13111         * gcc.c-torture/execute/20000801-1.c: New test.
13112         * gcc.c-torture/execute/20000801-2.c: New test.
13113         * gcc.c-torture/execute/20000819-1.c: New test.
13114         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13115         * gcc.dg/20000629-1.c: New test.
13116         * gcc.dg/20000724-1.c: New test.
13117         * gcc.dg/20000807-1.c: New test.
13119 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13121         * gcc.dg/cpp/pragma-1.c: New test.
13122         * gcc.dg/cpp/pragma-2.c: New test.
13124 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13126         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13127         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13129 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13131         * gcc.c-torture/compile/20000818-1.c: New test.
13133 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13135         * gcc.c-torture/execute/20000818-1.c: New test.
13137 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13139         * gcc.dg/format-va-1.c: New test.
13141 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13143         * g++.old-deja/g++.other/typedef8.C: New test.
13145 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13147         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13148         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13149         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13150         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13151         * g++.old-deja/g++.other/ptrmem7.C: New test.
13152         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13154 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13156         * g++.old-deja/g++.pt/typename27.C: New test.
13158 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13160         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13161         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13162         * g++.old-deja/g++.pt/friend45.C: New test.
13163         * g++.old-deja/g++.other/friend8.C: New test.
13165 2000-08-15  Richard Henderson  <rth@cygnus.com>
13167         * gcc.c-torture/execute/20000815-1.c: New test.
13169 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13171         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13172         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13173         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13175 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13177         * g++.old-deja/g++.other/refinit2.C: New test.
13179 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13181         * lib/c-torture.exp (c-torture): Make
13182         compiler_conditional_xfail_data global.
13183         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13184         compiler_conditional_xfail_data machinery.
13185         (f-torture-execute): Likewise.
13186         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13187         and only when unrolling loops.
13189         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13191 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13193         * g++.old-deja/g++.pt/explicit81.C: New test.
13195 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13197         * g++.old-deja/g++.pt/typename26.C: New test.
13199 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13201         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13202         warning.
13204 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13206         * g++.old-deja/g++.other/array3.C: New test.
13208 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13210         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13211         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13212         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13213         New tests.
13215 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13217         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13218         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13220 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13222         * gcc.c-torture/execute/20000808-1.c: New test.
13224 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13226         * gcc.dg/c90-const-expr-1.c: New test.
13228 2000-08-08  Richard Henderson  <rth@cygnus.com>
13230         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13232 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13234         * gcc.dg/noncompile/const-ll-1.c: New test.
13236 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13238         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13240 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13242         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13243         that running programs linked against the shared version of libobjc
13244         run correctly.
13246 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13248         * gcc.dg/c99-printf-1.c: New test.
13250 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13252         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13254 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13256         * gcc.c-torture/execute/20000731-1.x: Delete.
13258 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13260         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13261         and torture_without_loops as is done by c-torture.exp.
13262         (search_for): Copy from c-torture.exp.
13263         (gcc-dg-runtest): New function, drives a directory of tests
13264         iterating over the TORTURE_OPTIONS.
13265         (scan-assembler, scan-assembler-not): Move here from
13266         individual directory drivers.
13268         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13269         defined by lib/gcc-dg.exp.
13270         * gcc.dg/cpp/cpp.exp: Likewise.
13271         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13272         gcc-dg-runtest, so we cycle over optimization options.
13274         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13275         * gcc.dg/compare2.c: No longer expected to fail.
13277 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13279         * gcc.c-torture/execute/20000804-1.c: New test.
13281 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13283         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13285 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13287         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13289 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13291         * gcc.c-torture/compile/20000803-1.c: New test.
13293 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13295         * gcc.c-torture/execute/20000801-3.c,
13296         gcc.c-torture/execute/20000801-4.c: New tests.
13297         * gcc.c-torture/execute/20000801-3.x,
13298         gcc.c-torture/execute/20000801-4.x: Xfail.
13300 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13302         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13303         libobjc/.libs to allow for libtool.
13305 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13307         * gcc.c-torture/compile/20000802-1.c: New test.
13309 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13311         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13313 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13315         * gcc-c-torture/execute/20000731-2.c: New test.
13317         * gcc.c-torture/execute/20000731-1.c: New test.
13318         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13320 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13322         * testsuite/gcc.dg/cpp/paste7.c: New test.
13323         * gcc.dg/cpp/20000725-1.c: New test.
13325 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13327         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13328         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13329         declaration warning for __builtin_dwarf_reg_size.
13331         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13333 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13335         * gcc.dg/noncompile/voidparam-1.c: New test.
13337 2000-07-30  Richard Henderson  <rth@cygnus.com>
13339         * gcc.dg/c90-digraph-1.c: Don't xfail.
13340         * gcc.dg/compare2.c (case 10): Xfail.
13341         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13343 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13345         * gcc.dg/c99-main-1.c: New test.
13347 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13349         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13351 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13353         * gcc.c-tortuer/execute/20000726-1.c: New test.
13355 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13357         * gcc.c-torture/execute/enum-2.c: New test.
13359 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13361         * gcc.dg/cpp/tr-warn3.c: New test.
13363 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13365         * g++.old-deja/g++.ext/implicit1.C: Remove.
13366         * g++.old-deja/g++.jason/c2.C: Remove
13367         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13368         * g++.old-deja/g++.pt/crash16.C: Likewise.
13369         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13371 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13373         * g++.old-deja/g++.other/for2.C: New test.
13375 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13377         * gcc.dg/20000720-1.c: New test.
13379 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13381         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13383 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13385         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13386         * gcc.c-torture/execute/20000722-1.c: New.
13387         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13389 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13391         * gcc.dg/cpp/20000720-1.S: New test.
13393 2000-07-21  Michael Meissner  <meissner@redhat.com>
13395         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13397 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13399         * g++.old-deja/g++.brendan/crash16.C,
13400         g++.old-deja/g++.brendan/parse3.C,
13401         g++.old-deja/g++.brendan/redecl1.C,
13402         g++.old-deja/g++.ns/template13.C,
13403         g++.old-deja/g++.other/decl4.C,
13404         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13406 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13408         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13409         and "Internal error".
13411         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13412         regexps.
13413         * gcc.dg/cpp/paste6.c: New test.
13415 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13417         * gcc.dg/cpp/tr-direct.c: New test.
13419         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13420         gcc.dg/cpp/undef1.c: Tweak error regexps.
13422 2000-07-18  Eric Christopher <echristo@redhat.com>
13424         * gcc.c-torture/compile/20000718-1.c: New test.
13426 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13428         * cpplex.c (_cpp_push_token): If the token being pushed back
13429         is the previous token in this context, just subtract one from
13430         context->posn.
13431         * cppmacro.c (save_expansion): Clear aux field when storing a
13432         placemarker.
13434 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13436         * gcc.dg/noncompile/redecl-1.c: New test.
13438 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13440         * gcc.c-torture/execute/20000717-5.c: New test.
13441         * gcc.c-torture/execute/20000717-1.x: Removed.
13443 2000-07-17  Richard Henderson  <rth@cygnus.com>
13445         * gcc.c-torture/execute/20000717-4.c: New test.
13447 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13449         * gcc.dg/cpp/syshdr.c: New test.
13450         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13452 2000-07-17  Neil Booth  <neilb@earthling.net>
13454         * gcc.dg/cpp/cmdlne-dM.c: New test.
13455         * gcc.dg/cpp/cmdlne-dD.c: New test.
13457 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13459         * gcc.c-torture/execute/20000717-3.c: New test.
13461         * gcc.c-torture/compile/20000717-1.c: New test.
13463 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13465         * gcc.c-torture/execute/20000717-2.c: New test.
13467 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13469         * gcc.dg/formatz-1.c: New test.
13471         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13472         * gcc.dg/c99-digraph-1.c: New tests.
13474         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13475         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13477         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13478         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13479         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13480         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13481         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13482         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13483         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13485 2000-07-17   Greg McGary <greg@mcgary.org>
13487         * gcc.c-torture/execute/20000717-1.c: New test.
13488         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13490 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13492         * gcc.c-torture/execute/20000715-2.c: New test.
13493         * gcc.dg/20000715-1.c: New test.
13495 2000-07-15  Michael Meissner  <meissner@redhat.com>
13497         * gcc.c-torture/execute/20000715-1.c: New test.
13499 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13501         * gcc.c-torture/execute/20000707-1.c: New test.
13503 2000-07-13  Neil Booth  <NeilB@earthling.net>
13505         * testsuite/gcc.dg/cpp/digraph1.c,
13506         testsuite/gcc.dg/cpp/digraph2.c,
13507         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13509 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13511         * g77.f-torture/compile/20000630-2.f:  New test.
13512         * g77.f-torture/compile/20000630-2.x
13514 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13516         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13518 2000-07-11  Neil Booth  <NeilB@earthling.net>
13520         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13522 2000-07-11  Neil Booth  <NeilB@earthling.net>
13524         * gcc.dg/cpp/cmdlne-C.c: New.
13526 2000-07-09  Neil Booth  <NeilB@earthling.net>
13528         * gcc.dg/cpp/directiv.c: New tests.
13529         * gcc.dg/cpp/undef1.c: Update.
13531 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13533         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13535 2000-07-09  Neil Booth  <NeilB@earthling.net>
13537         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13539 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13541         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13542         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13544 2000-07-08  Neil Booth  <NeilB@earthling.net>
13546         * gcc.dg/cpp/macsyntx.c: New tests.
13548 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13550         * gcc.dg/20000707-1.c: New test.
13552 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13554         * gcc.c-torture/execute/20000706-1.c: New test.
13555         * gcc.c-torture/execute/20000706-2.c: New test.
13556         * gcc.c-torture/execute/20000706-3.c: New test.
13557         * gcc.c-torture/execute/20000706-4.c: New test.
13558         * gcc.c-torture/execute/20000706-5.c: New test.
13560 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13562         * g++.old-deja/g++.pt/instantiate7.C: New test.
13564 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13566         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13567         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13568         * g++.old-deja/g++.other/rtti3.C: Likewise.
13569         * g++.old-deja/g++.other/rttid3.C: Likewise.
13571 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13573         *  g77.f-torture/compile/20000630-1.x: Fix typo
13575 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13577         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13578         assembly output.
13580 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13582         * gcc.dg/cpp/ident.c: New test.
13584 2000-07-05  Neil Booth  <NeilB@earthling.net>
13586         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13587           gcc.dg/cpp/lexstrng.c: New tests.
13589 2000-07-04  Neil Booth  <NeilB@earthling.net>
13591         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13592         * gcc.dg/cpp/strify2.c: Same.
13594 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13596         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13597         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13598         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13599         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13601         * testsuite/gcc.dg/cpp/macro1.c,
13602         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13603         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13604         testsuite/gcc.dg/cpp/strify1.c,
13605         testsuite/gcc.dg/cpp/strify2.c: New tests.
13607 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13609         * gcc.c-torture/execute/20000703-1.c: New test.
13611 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13613         * g++.old-deja/g++.pt (lookup10.C): New test.
13615 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13617         * g++.old-deja/g++.pt (typename25.C): New test.
13619 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13621         * gcc.c-torture/compile/20000701-1.c: New test.
13623 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13625         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13626         to test case.
13628 2000-06-30  Catherine Moore  <clm@cygnus.com>
13630         * gcc.c-torture/execute/align-1.c: New test.
13632 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13634         * g++.old-deja/g++.pt/expr8.C: New test.
13635         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13637 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13639         * gcc.c-torture/compile/20000629-1.c: New test.
13641 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13644         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13645         gcc.dg/noncompile directory, depending on whether they're
13646         preprocessor tests or not.  Annotate all the tests for the dg
13647         framework.
13649         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13650         * gcc.dg/noncompile/noncompile.exp: New.
13652         * Moved files:
13653         Old name                                New name
13654         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13655         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13656         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13657         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13658         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13659         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13660         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13661         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13662         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13663         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13664         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13665         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13666         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13667         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13668         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13669         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13670         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13671         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13672         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13673         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13674         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13675         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13676         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13677         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13679         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13680         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13681         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13682         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13683         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13684         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13686 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13688         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13689         declare one variable.  On the fourth, error.
13690         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13691         declared by 20000628-1a.h.
13693 2000-06-29  Richard Henderson  <rth@redhat.com>
13695         * gcc.c-torture/execute/930529-1.x: New file.
13696         * gcc.dg/920413-1.c: Adjust expected warning text.
13697         * gcc.dg/980217-1.c: Declare abort.
13698         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13700 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13702         * g77.f-torture/compile/20000629-1.f: New test.
13703         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13705 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13707         Rearrange lots of files, removing entirely the
13708         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13709         directories.
13711         * Deleted files:
13712         gcc.c-torture/code_quality/code_quality.exp
13713         gcc.c-torture/special/special.exp
13714         gcc.failure/failure.exp
13715         gcc.failure/940409-1.x
13716         gcc.c-torture/compile/961203-1.x
13718         * New files:
13719         gcc.misc-tests/linkage.exp
13720         gcc.c-torture/execute/920730-1t.c
13721         gcc.c-torture/execute/920730-1t.x
13722         gcc.c-torture/compile/920520-1.x
13723         gcc.c-torture/compile/920521-1.x
13724         gcc.c-torture/compile/981006-1.x
13725         gcc.c-torture/execute/eeprof-1.x
13727         * Moved files (possibly with modifications to fit a new harness):
13728         Old name                                New name
13729         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13730         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13731         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13732         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13733         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13734         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13735         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13736         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13737         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13738         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13739         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13740         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13741         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13742         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13744 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13746         * c-torture/compile/961203-1.x: Delete.
13748         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13749         not exit. Include stdio.h.
13750         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13751         * gcc.misc-tests/dg-12.c: Likewise.
13752         * gcc.misc-tests/dg-5.c: Likewise.
13753         * gcc.misc-tests/dg-6.c: Likewise.
13754         * gcc.misc-tests/dg-7.c: Prototype abort.
13755         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13756         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13757         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13758         not exit.
13759         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13760         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13762 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13764         * gcc.dg/cpp/20000628-1.c: New test.
13765         * gcc.dg/cpp/20000628-1.h: New header for above test.
13766         * gcc.dg/cpp/20000628-1a.h: Likewise.
13768 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13770         * gcc.dg/cpp: New directory.
13771         * gcc.dg/cpp/cpp.exp: New driver.
13772         * gcc.dg/cpp/20000627-1.c: New test.
13773         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13774         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13775         and rewrite as a compilation test.
13777         * gcc.dg: Move many files into the cpp subdirectory, possibly
13778         renaming or editing them as well.
13779         Old name                New name
13780         990119-1.c              cpp/19990119-1.c
13781         990228-1.c              cpp/19990228-1.c
13782         990407-1.c              cpp/19990407-1.c
13783         990409-1.c              cpp/19990409-1.c
13784         990413-1.c              cpp/19990413-1.c
13785         990703-1.c              cpp/19990703-1.c
13786         20000127-1.c            cpp/20000127-1.c
13787         20000129-1.c            cpp/20000129-1.c
13788         20000207-1.c            cpp/20000207-1.c
13789         20000207-2.c            cpp/20000207-2.c
13790         20000209-1.c            cpp/20000209-1.c
13791         20000209-2.c            cpp/20000209-2.c
13792         20000301-1.c            cpp/20000301-1.c
13793         20000419-1.c            cpp/20000419-1.c
13794         20000510-1.S            cpp/20000510-1.S
13795         20000519-1.c            cpp/20000519-1.c
13796         20000529-1.c            cpp/20000529-1.c
13797         20000625-1.c            cpp/20000625-1.c
13798         20000625-2.c            cpp/20000625-2.c
13799         cpp-as1.c               cpp/assert1.c
13800         cpp-as2.c               cpp/assert2.c
13801         cxx-comments-1.c        cpp/cxxcom1.c
13802         cxx-comments-2.c        cpp/cxxcom2.c
13803         endif-label.c           cpp/endif.c
13804         cpp-hash1.c             cpp/hash1.c
13805         cpp-hash2.c             cpp/hash2.c
13806         cpp-if1.c               cpp/if-1.c
13807         cpp-if2.c               cpp/if-2.c
13808         cpp-if3.c               cpp/if-3.c
13809         cpp-if4.c               cpp/if-4.c
13810         cpp-if5.c               cpp/if-5.c
13811         cpp-cond.c              cpp/if-cexp.c
13812         cpp-missingop.c         cpp/if-mop.c
13813         cpp-missingparen.c      cpp/if-mpar.c
13814         cpp-opprec.c            cpp/if-oppr.c
13815         cpp-ifparen.c           cpp/if-paren.c
13816         cpp-shortcircuit.c      cpp/if-sc.c
13817         cpp-shift.c             cpp/if-shift.c
13818         cpp-unary.c             cpp/if-unary.c
13819         cpp-li1.c               cpp/line1.c
13820         cpp-li2.c               cpp/line2.c
13821         lineno.c                cpp/line3.c
13822         lineno-2.c              cpp/line4.c
13823         cpp-mi.c                cpp/mi1.c
13824         cpp-mic.h               cpp/mi1c.h
13825         cpp-micc.h              cpp/mi1cc.h
13826         cpp-mind.h              cpp/mi1nd.h
13827         cpp-mindp.h             cpp/mi1ndp.h
13828         cpp-mix.h               cpp/mi1x.h
13829         cpp-mi2.c               cpp/mi2.c
13830         cpp-mi2a.h              cpp/mi2a.h
13831         cpp-mi2b.h              cpp/mi2b.h
13832         cpp-mi2c.h              cpp/mi2c.h
13833         cpp-mi3.c               cpp/mi3.c
13834         cpp-mi3.def             cpp/mi3.def
13835         poison-1.c              cpp/poison.c
13836         pr-impl.c               cpp/prag-imp.c
13837         cpp-redef-2.c           cpp/redef1.c
13838         cpp-redef.c             cpp/redef2.c
13839         strpaste.c              cpp/strp1.c
13840         strpaste-2.c            cpp/strp2.c
13841         cpp-tradpaste.c         cpp/tr-paste.c
13842         cpp-tradstringify.c     cpp/tr-str.c
13843         cpp-tradwarn1.c         cpp/tr-warn1.c
13844         cpp-tradwarn2.c         cpp/tr-warn2.c
13845         trigraphs.c             cpp/trigraphs.c
13846         cpp-unc1.c              cpp/unc1.c
13847         cpp-unc2.c              cpp/unc2.c
13848         cpp-unc3.c              cpp/unc3.c
13849         cpp-unc.c               cpp/unc4.c
13850         undef.c                 cpp/undef1.c
13851         undef-2.c               cpp/undef2.c
13852         cpp-wi1.c               cpp/widestr1.c
13854 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13856         * lib/g++.exp (g++_include_flags): Tweak.
13858 2000-06-27  H.J. Lu  <hjl@gnu.org>
13859             Loren J. Rittle  <ljrittle@acm.org>
13861         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13862         version with one that knows about the new gcc tree structure.
13863         (g++_link_flags): Same.
13865 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13867         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13868         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13869         case we are cross-compiling.
13871         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13872         g++.old-deja/g++.niklas/Makefile.in,
13873         g++.old-deja/g++.niklas/configure.in,
13874         g++.old-deja/g++.other/Makefile.in,
13875         g++.old-deja/g++.other/configure.in,
13876         gcc.c-torture/code_quality/Makefile.in,
13877         gcc.c-torture/code_quality/configure.in,
13878         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13879         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13880         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13881         gcc.c-torture/execute/ieee/Makefile.in,
13882         gcc.c-torture/execute/ieee/configure.in,
13883         gcc.c-torture/noncompile/Makefile.in,
13884         gcc.c-torture/noncompile/configure.in,
13885         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13886         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13887         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13889 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13891         * g++.old-deja/g++.other/ambig3.C: New test.
13893 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13895         * g++.old-deja/g++.pt/syntax1.C: New test.
13896         * g++.old-deja/g++.pt/syntax2.C: New test.
13897         * g++.old-deja/g++.other/syntax3.C: New test.
13898         * g++.old-deja/g++.other/syntax4.C: New test.
13900 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13902         * gcc.dg/20000623-1.c: Prototype exit and abort.
13904 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13906         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13907         New tests.
13908         * gcc.dg/cpp-mi3.def: New file.
13910         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13911         inside assertions.
13912         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13913         lexer's error messages.
13914         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13915         divine anything from the linemarkers.
13916         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13917         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13919 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13921         * gcc.dg/20000623-1.c: New test.
13923 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13925         * gcc.c-torture/execute/20000622-1.c: New test.
13927 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13929         * g++.old-deja/g++.other/init15.C: New test.
13931 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13933         * g++.old-deja/g++.pt/vaarg2.C: New test.
13934         * g++.old-deja/g++.pt/vaarg3.C: New test.
13936 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13938         * g++.old-deja/g++.other/dyncast6.C: New test.
13940 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13942         * gcc.c-torture/execute/loop-6.c: New test.
13944 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13946         * gcc.dg/20000614-1.c: New test.
13947         * gcc.dg/20000614-2.c: New test.
13949 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13951         * g++.old-deja/g++.other/inline12.C: New test.
13953 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13955         * g++.old-deja/g++.other/eh1.C: New test.
13957 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13959         * g++.old-deja/g++.other/type.C: New test.
13961 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13963         * g++.old-deja/g++.other/initstring.C: New test.
13965 2000-06-12  Jason Merrill  <jason@redhat.com>
13967         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13969 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13971         * gcc.c-torture/compile/20000609-1.c: New test.
13973 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13975         * gcc.dg/20000609-1.c: New test.
13977 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13979         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13980         * gcc.c-torture/noncompile/poison-1.c: Move...
13981         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13982         * gcc.dg/cpp-li1.c: Add a token after the #line.
13984 2000-06-05  Richard Henderson  <rth@cygnus.com>
13986         * gcc.c-torture/execute/20000605-2.c: New test.
13987         * gcc.c-torture/execute/20000605-3.c: New test.
13989 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13991         * g77.f-torture/execute/20000503-1.x: New file.
13993 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13995         * g++.old-deja/g++.eh/badalloc1.C: New test.
13997 2000-06-05  Richard Henderson  <rth@cygnus.com>
13999         * gcc.c-torture/execute/20000605-1.c: New test.
14001 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
14002             Nathan Sidwell <nathan@codesourcery.com>
14004         * gcc.c-torture/compile/20000605-1.c: New test.
14006 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
14008         * g77.f-torture/compile/20000601-1.f:  New test.
14010 2000-06-03  Richard Henderson  <rth@cygnus.com>
14012         * gcc.c-torture/execute/20000603-1.c: New.
14014 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
14016         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
14017         * gcc.dg/noreturn-2.c (noreturn): Likewise.
14019 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
14021         * gcc.dg/compare2.c (case 12): XFAIL.
14022         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
14023         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
14025         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
14027 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
14029         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
14030         guard macro is already defined when the header is first
14031         included.
14032         * gcc.dg/cpp-mix.h: New file.
14033         * gcc.dg/endif-label.c: Update patterns to match compiler.
14035         * g++.brendan/complex1.C: Declare abort.
14036         * g++.law/refs4.C: Remove XFAIL.
14037         * g++.oliva/expr2.C: Declare abort and exit.
14039 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
14041         * gcc.c-torture/execute/20000528-1.c: New test.
14043         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
14044         * g++.old-deja/g++.law/temps4.C: Likewise.
14046         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
14047         stdlib.h.  Call abort() on failure.
14048         * g++.old-deja/g++.law/refs4.C: Likewise.
14049         * g++.old-deja/g++.law/temps4.C: Likewise.
14050         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
14051         * gcc.c-torture/execute/20000112-1.c: Include string.h.
14053 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14055         Relative to g++.dg/special:
14056         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14058         Relative to g++.old-deja:
14059         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14060         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14061         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14062         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14063         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14064         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14065         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14067         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14068         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14069         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14070         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14071         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14072         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14073         and/or string.h.
14075         * g++.other/goto1.C: Update expectations for error messages.
14077 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14079         * gcc.c-torture/compile/20000523-1.c: New test.
14081 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14083         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14085 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14087         * g++.old-deja/g++.eh/catch11.C: New test.
14088         * g++.old-deja/g++.eh/catch12.C: New test.
14090 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14092         * gcc.c-torture/execute/20000523-1.c: New test.
14094 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14096         * c-torture/execute/bcp-1.c: Replace abort in arg of
14097         __builtin_constant_p with a generic external function.
14099         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14100         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14101         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14102         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14103         Prototype abort and/or exit.
14105         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14106         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14107         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14108         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14110 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14112         * gcc.dg/dwarf2-1.c: New test.
14114 2000-05-20  Richard Henderson  <rth@cygnus.com>
14116         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14118 2000-05-20  Andreas Jaeger  <aj@suse.de>
14120         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14121         testcase.
14123 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14125         * gcc.c-torture/execute/20000519-2.c: New test.
14127 2000-05-19  Andreas Jaeger  <aj@suse.de>
14129         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14130         which fails with SSA.
14132         * lib/c-torture.exp: Also test with -O3 -fssa.
14134 2000-05-18  Michael Meissner  <meissner@redhat.com>
14136         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14137         * gcc.c-torture/execute/920415-1.c: Ditto.
14138         * gcc.c-torture/execute/920501-1.c: Ditto.
14139         * gcc.c-torture/execute/conversion.c: Ditto.
14140         * gcc.c-torture/execute/cvt-1.c: Ditto.
14142 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14144         * gcc.c-torture/compile/20000518-1.c: New test.
14146 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14148         * g77.f-torture/compile/200005018.f:  New test.
14150 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14152         * gcc.c-torture/compile/20000517-1.c: New test.
14154 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14156         * gcc.c-torture/execute/20000516-1.c: New test.
14158 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14160         * g++.old-deja/g++.other/eh.C: New test.
14162 2000-05-12  Richard Henderson  <rth@cygnus.com>
14164         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14165         constants through to doit's conditional.
14167 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14169         * gcc.c-torture/compile/20000511-1.c: New test.
14170         * g77.f-torture/compile/20000511-1.f: New test.
14171         * g77.f-torture/compile/20000511-2.f: New test.
14173 2000-05-11  Michael Meissner  <meissner@redhat.com>
14175         * gcc.c-torture/execute/20000511-1.c: New test.
14177 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14179         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14180         * gcc.dg/20000510-1.S: New.
14182 2000-05-08  Catherine Moore  <clm@cygnus.com>
14184         * gcc.dg/unused-3.c: New.
14186 2000-05-06  Richard Henderson  <rth@cygnus.com>
14188           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14189           * g++.old-deja/g++.mike/warn1.C: Likewise.
14190           * g++.old-deja/g++.pt/local1.C: Likewise.
14191           * g++.old-deja/g++.pt/local7.C: Likewise.
14192           * g++.old-deja/g++.pt/spec16.C: Likewise.
14194 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14196         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14198 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14200           * g77.f-torture/execute/20000503-1.f:  New test.
14202 2000-05-04  Andreas Jaeger  <aj@suse.de>
14204         * gcc.dg/noreturn-2.c: New test.
14206 2000-05-04  Neil Booth  <NeilB@earthling.net>
14208         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14209         preprocessor.
14211 2000-05-04  Richard Henderson  <rth@cygnus.com>
14213         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14215 2000-05-04  Richard Henderson  <rth@cygnus.com>
14217         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14218         OpenSSL by Jason R Thorpe.
14220 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14222         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14224 2000-05-03  Robert Lipe <robertlipe@usa.net>
14226         * gcc.dg/20000503-1.c: New test.
14228 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14230         * gcc.c-torture/compile/20000502-1.c: New test.
14231         * g++.old-deja/g++.other/align.C: New test.
14232         * gcc.dg/cpp-tradstringify.c: New test.
14234 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14236         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14237         and hard registers.
14239 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14241         * gcc.c-torture/execute/loop-5.c: New test.
14243 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14245         * gcc.c-torture/execute/va-arg-20.c: New test.
14247 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14249         * gcc.c-torture/execute/20000422-1.c: New test.
14251 2000-04-20  Greg McGary  <gkm@gnu.org>
14253         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14254         when optimizing, but without sibling-call optimizations (-O1).
14256 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14258           * gcc.c-torture/compile/20000420-1.c: New test.
14260 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14262         * g++.abi/ptrflags.C: New test.
14263         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14265 2000-04-19  Catherine Moore  <clm@cygnus.com>
14267         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14269 2000-04-19  Greg McGary  <gkm@gnu.org>
14271         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14272         sibling-call optimizations.
14274 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14276         * gcc.dg/20000419-1.c: New test.
14278 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14280         * gcc.c-torture/execute/20000412-6.c: New test.
14282 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14284         * gcc.c-torture/execute/20000412-5.c: New test.
14285         * g77.f-torture/compile/20000412-1.f: New test.
14286         * gcc.c-torture/execute/20000412-4.c: New test.
14287         * gcc.c-torture/compile/20000412-2.c: New test.
14288         * gcc.c-torture/execute/20000412-3.c: New test.
14289         * gcc.c-torture/compile/20000412-1.c: New test.
14290         * gcc.c-torture/execute/20000412-2.c: New test.
14292 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14294         * objc/execute/bf-20.m: New test.
14296 2000-04-10  Richard Henderson  <rth@cygnus.com>
14298         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14300         * gcc.c-torture/execute/20000412-1.c: New test.
14302 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14304         * g++.old-deja/g++.eh/catchptr1.C: New test.
14306 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14308         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14310 2000-04-08  Neil Booth  <NeilB@earthling.net>
14312         * gcc.dg/cpp-nullchar.c: Remove test as
14313         embedded nulls cause problems.
14315 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14317         * gcc.dg/compare2.c: New test.
14319 2000-04-08  Neil Booth  <NeilB@earthling.net>
14321         * gcc.dg/cpp-nullchar.c: New test.
14323 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14325         * gcc.dg/cpp-mi2.c: New test.
14326         * gcc.dg/cpp-mi2[abc].h: New files.
14328 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14330         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14331         member name.
14333 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14335         * g++.old-deja/g++.abi/vmihint.C: New test.
14337 2000-04-06  Neil Booth  <NeilB@earthling.net>
14339         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14340         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14341         copyright.
14343 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14345         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14346         avoid stack-frame overwrite.
14348 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14350         * gcc.c-torture/compile/20000405-2.c: New test.
14351         * gcc.c-torture/compile/20000405-3.c: New test.
14353 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14355         * gcc.c-torture/compile/20000405-1.c: New test.
14357 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14359         * gcc.dg/cast-qual-1.c: Revert last change.
14361 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14363         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14365 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14367         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14368         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14370 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14372         * gcc.c-torture/compile/20000403-2.c: New test.
14373         * gcc.c-torture/compile/20000403-1.c: New test.
14375 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14377         * gcc.c-torture/execute/20000403-1.c: New test.
14379 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14381         * gcc.c-torture/execute/20000402-1.c: New test.
14383 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14385         * gcc.c-torture/execute/va-arg-15.c: New test.
14386         * gcc.c-torture/execute/va-arg-16.c: New test.
14387         * gcc.c-torture/execute/va-arg-17.c: New test.
14388         * gcc.c-torture/execute/va-arg-18.c: New test.
14389         * gcc.c-torture/execute/va-arg-19.c: New test.
14391 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14393         * gcc.c-torture/compile/981211-1.c: Move to...
14394         * gcc.dg/cpp-as1.c: ...here.
14395         * gcc.dg/cpp-as2.c: New file.
14397         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14398         compiler.
14400 2000-04-02  Neil Booth  <NeilB@earthling.net>
14402         * gcc.dg/cpp-cond.c  New tests.
14403         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14404         accidental success less likely.
14405         * gcc.dg/cpp-missingop.c  New tests.
14406         * gcc.dg/cpp-missingparen.c  New tests.
14407         * gcc.dg/cpp-shift.c  New tests.
14408         * gcc.dg/cpp-shortcircuit.c  New tests.
14409         * gcc.dg/cpp-unary.c  New tests.
14411 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14413         * gcc.c-torture/compile/20000329-1.c: New test.
14415 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14417         * gcc.c-torture/compile/20000326-1.c: New test.
14418         * gcc.c-torture/compile/20000326-2.c: New test.
14420 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14422         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14423         the first parameter is a function argument.
14425 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14427         * g++.old-deja/g++.ext/array4.C: New test.
14429 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14431         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14433 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14435         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14437 2000-03-19  Richard Henderson  <rth@cygnus.com>
14439         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14441 2000-03-19  Richard Henderson  <rth@cygnus.com>
14443         * gcc.c-torture/compile/20000319-1.c: New test.
14445 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14447         * gcc.c-torture/execute/20000314-3.c: New test.
14448         * gcc.c-torture/execute/20000314-2.c: New test.
14449         * gcc.c-torture/execute/20000314-1.c: New test.
14450         * gcc.c-torture/compile/20000314-2.c: New test.
14451         * gcc.c-torture/compile/20000314-1.c: New test.
14453 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14455         * g++.old-deja/g++.warn/inline.C: New test.
14457 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14459         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14460         standards-compliant result rather than specific constants.
14461         Put test-values in array.
14463 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14465         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14466         (g++_target_compile): Put test-specific options last.
14468 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14470         * g++.old-deja/g++.eh/vbase4.C: New test.
14472 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14474         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14476 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14478         * g++.old-deja/g++.brendan/misc12.C: Removed.
14479         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14480         * g++.old-deja/g++.ext/pretty4.C: New test.
14482 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14484         * g++.old-deja/g++.other/string2.C: New test.
14486 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14488         * g++.old-deja/g++.warn/impint2.C: New test.
14490 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14492         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14493         is 1, not zero.
14495 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14497         * g++.old-deja/g++.warn/impint.C: New test.
14498         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14499         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14500         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14501         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14502         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14503         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14504         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14505         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14506         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14507         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14508         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14509         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14511 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14513         * gcc.dg/cpp-redef.c: New test.
14515 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14517         * g++.old-deja/g++.pt/unify7.C: New test.
14519 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14521         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14522         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14524 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14526         * gcc.c-torture/compile/20000224-1.c: New test.
14528 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14530         * gcc.c-torture/compile/cpp-2.c: New test.
14531         * gcc.c-torture/compile/cpp-1.c: New test.
14533 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14535         * gcc.c-torture/execute/20000225-1.c: New test.
14537 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14539         * gcc.dg/cpp-li2.c: New test.
14541         * gcc.dg/cpp-wi1.c: New test.
14543         * gcc.dg/cpp-li1.c: New test.
14545 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14547         * g++.old-deja/g++.other/sizeof5.C: New test.
14549 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14551         * gcc.c-torture/execute/va-arg-13.c: New test.
14553 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14555         * gcc.c-torture/execute/va-arg-12.c: New test.
14557 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14559         * gcc.c-torture/execute/20000223-1.c: New test.
14561 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14563         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14565 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14567         * g++.old-deja/g++.abi/ptrmem.C: New test.
14569 2000-02-19  Richard Henderson  <rth@cygnus.com>
14571         * gcc.c-torture/compile/init-3.c: New.
14573 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14575         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14576         ALWAYS_CXXFLAGS.
14578 2000-02-11  Robert Lipe <robertl@sco.com>
14580         * gcc.c-torture/compile/20000211-3.c: New test.
14582 2000-02-11  Martin Buchholz <martin@xemacs.org>
14584         * gcc.c-torture/compile/20000211-2.c: New test.
14586 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14588         * gcc.c-torture/compile/20000211-1.c: New test.
14590 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14592         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14593           on native targets
14595 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14597         * g++.old-deja/g++.other/cast5.C: New test.
14599 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14601         * gcc.c-torture/execute/20000205-1.c: New.
14603 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14605         * g++.old-deja/g++.jason/cast3.C: Return void.
14606         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14608 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14610         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14612         * gcc.dg/loop-1.c: New test.
14614 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14616         * gcc.c-torture/compile/20000127-1.c: New test.
14617         * gcc.c-torture/execute/991228-1.c: New test.
14619 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14621         * gcc.dg/unused-2.c: New test.
14623         * gcc.dg/conv-1.c: New test.
14625 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14627         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14628         compiler.
14629         (tool_option_proc): Fix typo.
14631 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14633         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14634         of the ld on the host, not on the build machine.
14635         Also, don't crash if '--help' is not a supported option.
14637 2000-01-24  Richard Henderson  <rth@cygnus.com>
14639         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14641 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14643         * gcc.c-torture/execute/20000120-2.c: New test.
14644         * gcc.c-torture/execute/20000120-1.c: New test.
14646 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14648         * gcc.c-torture/execute/20000113-1.c: New test.
14650 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14652         * gcc.c-torture/execute/20000112-1.c: New test.
14654 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14656         * gcc.dg/20000111-1.c: New test.
14658 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14660         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14661         with 16 bit integers.
14663 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14665         * gcc.dg/20000108-1.c: New test.
14667 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14669         * g++.old-deja/g++.ns/koenig8.C: New test.
14671 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14673         * g++.old-deja/g++.other/cast4.C: New test.
14675 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14677         * gcc.c-torture/compile/20000105-2.c: New test.
14678         * gcc.c-torture/compile/20000105-1.c: New test.
14680 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14682         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14683         references to printf & atoi to conform to ANSI standard.
14684         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14685         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14686         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14687         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14688         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14689         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14690         * g++.old-deja/g++.brendan/copy1.C: Likewise.
14691         * g++.old-deja/g++.brendan/copy2.C: Likewise.
14692         * g++.old-deja/g++.brendan/copy3.C: Likewise.
14693         * g++.old-deja/g++.brendan/copy4.C: Likewise.
14694         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14695         * g++.old-deja/g++.brendan/copy6.C: Likewise.
14696         * g++.old-deja/g++.brendan/copy7.C: Likewise.
14697         * g++.old-deja/g++.brendan/copy8.C: Likewise.
14698         * g++.old-deja/g++.brendan/crash11.C: Likewise.
14699         * g++.old-deja/g++.brendan/crash14.C: Likewise.
14700         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14701         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14702         * g++.old-deja/g++.brendan/delete2.C: Likewise.
14703         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14704         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14705         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14706         * g++.old-deja/g++.brendan/eh1.C: Likewise.
14707         * g++.old-deja/g++.brendan/groff1.C: Likewise.
14708         * g++.old-deja/g++.brendan/init3.C: Likewise.
14709         * g++.old-deja/g++.brendan/misc12.C: Likewise.
14710         * g++.old-deja/g++.brendan/misc7.C: Likewise.
14711         * g++.old-deja/g++.brendan/new2.C: Likewise.
14712         * g++.old-deja/g++.brendan/operators4.C: Likewise.
14713         * g++.old-deja/g++.brendan/operators5.C: Likewise.
14714         * g++.old-deja/g++.brendan/overload2.C: Likewise.
14715         * g++.old-deja/g++.brendan/overload7.C: Likewise.
14716         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14717         * g++.old-deja/g++.brendan/reference1.C: Likewise.
14718         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14719         * g++.old-deja/g++.brendan/template24.C: Likewise.
14720         * g++.old-deja/g++.brendan/template3.C: Likewise.
14721         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14722         * g++.old-deja/g++.jason/inline3.C: Likewise.
14723         * g++.old-deja/g++.jason/opeq.C: Likewise.
14724         * g++.old-deja/g++.law/arg5.C: Likewise.
14725         * g++.old-deja/g++.law/arm7.C: Likewise.
14726         * g++.old-deja/g++.law/ctors11.C: Likewise.
14727         * g++.old-deja/g++.law/cvt8.C: Likewise.
14728         * g++.old-deja/g++.law/init9.C: Likewise.
14729         * g++.old-deja/g++.law/refs4.C: Likewise.
14730         * g++.old-deja/g++.law/template2.C: Likewise.
14731         * g++.old-deja/g++.law/visibility24.C: Likewise.
14732         * g++.old-deja/g++.law/vtable3.C: Likewise.
14733         * g++.old-deja/g++.mike/asm2.C: Likewise.
14734         * g++.old-deja/g++.mike/eh1.C: Likewise.
14735         * g++.old-deja/g++.mike/misc1.C: Likewise.
14736         * g++.old-deja/g++.mike/misc13.C: Likewise.
14737         * g++.old-deja/g++.mike/misc14.C: Likewise.
14738         * g++.old-deja/g++.mike/ns12.C: Likewise.
14739         * g++.old-deja/g++.mike/p1248.C: Likewise.
14740         * g++.old-deja/g++.mike/p3708.C: Likewise.
14741         * g++.old-deja/g++.mike/p3708a.C: Likewise.
14742         * g++.old-deja/g++.mike/p3708b.C: Likewise.
14743         * g++.old-deja/g++.mike/p646.C: Likewise.
14744         * g++.old-deja/g++.mike/p700.C: Likewise.
14745         * g++.old-deja/g++.mike/p783.C: Likewise.
14746         * g++.old-deja/g++.mike/p783a.C: Likewise.
14747         * g++.old-deja/g++.mike/p783b.C: Likewise.
14748         * g++.old-deja/g++.mike/p786.C: Likewise.
14749         * g++.old-deja/g++.mike/p789.C: Likewise.
14750         * g++.old-deja/g++.mike/p789a.C: Likewise.
14751         * g++.old-deja/g++.mike/p807a.C: Likewise.
14752         * g++.old-deja/g++.other/delete3.C: Likewise.
14753         * g++.old-deja/g++.other/dyncast1.C: Likewise.
14754         * g++.old-deja/g++.other/dyncast2.C: Likewise.
14755         * g++.old-deja/g++.other/dyncast3.C: Likewise.
14756         * g++.old-deja/g++.other/empty1.C: Likewise.
14757         * g++.old-deja/g++.other/temporary1.C: Likewise.
14758         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14759         * g++.old-deja/g++.pt/t16.C: Likewise.
14760         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14762 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
14764         * gcc.dg/991230-1.c: New test.
14766 1999-12-29  Jeffrey A Law  (law@cygnus.com)
14768         * gcc.c-torture/compile/991229-3.c: New test.
14769         * gcc.c-torture/compile/991229-2.c: New test.
14770         * gcc.c-torture/compile/991229-1.c: New test.
14772 1999-12-29  Greg McGary <gkm@eng.ascend.com>
14774         * gcc.c-torture/compile/labels-2.c: New test.
14776 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14778         * gcc.c-torture/execute/991227-1.c: New test.
14780 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14782         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
14784 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14786         * gcc.c-torture/execute/991221-1.c: New test.
14788 1999-12-20  Nathan Sidwell  <nathan@acm.org>
14790         * g++.old-deja/g++.other/cast3.C: New test.
14792 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
14794         * gcc.c-torture/execute/991216-4.c: New test.
14796 1999-12-16  Michael Meissner  <meissner@cygnus.com>
14798         * gcc.c-torture/execute/991216-1.c: New test.
14799         * gcc.c-torture/execute/991216-2.c: New test.
14800         * gcc.c-torture/execute/991216-3.c: New test.
14802 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14804         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
14805         Actually make the test fail by using "-O2" for compilation.
14807 1999-12-15  Nathan Sidwell  <nathan@acm.org>
14809         * g++.old-deja/g++.warn/cast-align1.C: New test.
14811 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14813         * gcc.c-torture/compile/991214-1.c: New test.
14814         * gcc.c-torture/compile/991214-2.c: New test.
14816 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14818         * gcc.dg/991214-1.c: New test.
14820 1999-12-13  Jeffrey A Law  (law@cygnus.com)
14822         * gcc.c-torture/compile/991213-3.c: New test.
14823         * gcc.c-torture/compile/991213-2.c: New test.
14824         * gcc.c-torture/compile/991213-1.c: New test.
14826 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
14828         * gcc.dg/991209-1.c: New test.
14830 1999-12-08  Nathan Sidwell <nathan@acm.org>
14832         * gcc.c-torture/compile/991208-1.c: New test.
14834 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14836         * gcc.dg/ultrasp2.c: New test.
14838 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
14840         * g++.old-deja/g++.abi/align.C (main): Fix typo.
14842 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
14844         * gcc.c-torture/compile/991202-1.c: New test.
14845         * gcc.c-torture/execute/991202-1.c: New test.
14846         * gcc.c-torture/execute/991202-2.c: New test.
14847         * gcc.c-torture/execute/991202-3.c: New test.
14849 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
14851         * g++.old-deja/g++.abi/align.C: New test.
14852         * g++.old-deja/g++.abi/aggregates.C: Likewise.
14853         * g++.old-deja/g++.abi/bitfields.C: Likewise.
14855 1999-12-01  Richard Henderson  <rth@cygnus.com>
14857         * gcc.c-torture/execute/991201-1.c: New.
14859 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
14861         * gcc.dg/991129-1.c: New test.
14863 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14865         * gcc.c-torture/compile/991127-1.c: New test.
14867 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14869         * g++.old-deja/g++.other/warn4.C: New test.
14871 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14873         * g++.old-deja/g++.eh/cleanup2.C: New test.
14874         * g++.old-deja/g++.ext/pretty2.C: New test.
14875         * g++.old-deja/g++.ext/pretty3.C: New test.
14876         * g++.old-deja/g++.other/debug6.C: New test.
14878 1999-10-20  Jim Wilson  <wilson@cygnus.com>
14880         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
14881         compiler_output to look for one error message instead of two.
14883 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
14885         * gcc.c-torture/execute/991118-1.c: Also test case
14886         where the word boundary does not split a byte evenly.
14888 1999-11-19  Nathan Sidwell  <nathan@acm.org>
14890         * g++.old-deja/g++.ext/restrict1.C: New test.
14892 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14894         * gcc.c-torture/execute/991118-1.c: New test.
14896 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
14898         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
14899         working directory pathnames.
14901 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
14903         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
14904         host is equipped with driver.h and driver.o so it can actually
14905         compile and run the tests.
14907 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
14909         * gcc.c-torture/compile/991008-1.c: New test.
14911 1999-11-08  Nick Clifton  <nickc@cygnus.com>
14913         * lib/gcc-dg.exp: Include target-supports.exp
14915 1999-11-05  Nick Clifton  <nickc@cygnus.com>
14917         * lib/target-supports.exp: New file: Provide procs to test for
14918         features supported by the target.
14919         (check_weak_available): Moved here from ecos.exp.
14920         (check_alias_available): New proc: Determine of the target
14921         toolchain supports the alias attribute.
14923         * gcc.dg/special/ecos.exp: Move check_weak_available to
14924         target-supports.exp.
14925         (alias-1.c): Only perform the test if the target supports
14926         aliases.
14927         (wkali-1.c): Only perform the test if the target supports
14928         aliases.
14930         * gcc.dg/990506-0.c: Expect error messages from cross
14931         targets as well as native targets.
14933 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14935         * gcc.dg/ultrasp1.c: Removed xfail.
14936         * gcc.dg/struct-ret-2.c: Likewise.
14937         * gcc.dg/array-1.c: Likewise.
14939 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14941         * gcc.dg/struct-ret-2.c: New test.
14943         * gcc.dg/array-1.c: New test.
14945 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
14947         * gcc.c-torture/execute/991030-1.c: New test.
14949 1999-10-26  Richard Henderson  <rth@cygnus.com>
14951         * gcc.c-torture/compile/991026-2.c: New test.
14953 1999-10-26  Jeffrey A Law  (law@cygnus.com)
14955         * gcc.c-torture/compile/991026-1.c: New test.
14957 1999-10-23  Jeffrey A Law  (law@cygnus.com)
14959         * gcc.c-torture/execute/991023-1.c: New test.
14961 1999-10-19  Jeffrey A Law  (law@cygnus.com)
14963         * gcc.c-torture/execute/991019-1.c: New test.
14965 1999-10-16  Richard Henderson  <rth@cygnus.com>
14967         * gcc.c-torture/execute/991016-1.c: New test.
14969 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
14971         * gcc.c-torture/execute/991014-1.c: New test.
14973 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
14975         * g++.old-deja/g++.other/union2.C: New test.
14977 1999-10-13  Nathan Sidwell  <nathan@acm.org>
14979         * g++.old-deja/g++.other/vaarg2.C: New test.
14980         * g++.old-deja/g++.other/vaarg3.C: New test.
14982 1999-10-12  Craig Burley  <craig@jcb-sc.com>
14984         * g77.f-torture/noncompile/19990905-1.f: Moved from being
14985         in compile/.
14987 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
14989         * gcc.c-torture/execute/va-arg-11.c: New test.
14991 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
14993         * lib/file-format.exp (gcc_target_object_format): Don't
14994         crash if objdump is unavailable.
14996 1999-09-29  Donn Terry <donn@interix.com>
14998         * gcc.misc-tests/mg.exp: delete extraneous redirection.
15000 1999-09-28  Nick Clifton  <nickc@cygnus.com>
15002         * gcc.c-torture/compile/990928-1.c: New test.
15004 1999-09-28  Nathan Sidwell  <nathan@acm.org>
15006         * g++.old-deja/g++.other/decl6.C: New test.
15008 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15010         * gcc.c-torture/execute/va-arg-10.c: New test.
15012 1999-09-27  Nathan Sidwell  <nathan@acm.org>
15014         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
15015         __PRETTY_FUNCTION__.
15017 1999-09-23  Nick Clifton  <nickc@cygnus.com>
15019         * gcc.c-torture/execute/990923-1.c: New test.
15021 1999-09-21  Nick Clifton  <nickc@cygnus.com>
15023         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
15024         for which -fpic is inappropriate.
15026 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
15028         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
15030 1999-09-21  Nathan Sidwell  <nathan@acm.org>
15032         * g++.old-deja/g++.other/dyncast1.C: New test.
15033         * g++.old-deja/g++.other/dyncast2.C: New test.
15034         * g++.old-deja/g++.other/dyncast3.C: New test.
15035         * g++.old-deja/g++.other/dyncast4.C: New test.
15036         * g++.old-deja/g++.other/dyncast5.C: New test.
15037         * g++.old-deja/g++.eh/catch3.C: New test.
15038         * g++.old-deja/g++.eh/catch3p.C: New test.
15039         * g++.old-deja/g++.eh/catch4.C: New test.
15040         * g++.old-deja/g++.eh/catch4p.C: New test.
15041         * g++.old-deja/g++.eh/catch5.C: New test.
15042         * g++.old-deja/g++.eh/catch5p.C: New test.
15043         * g++.old-deja/g++.eh/catch6.C: New test.
15044         * g++.old-deja/g++.eh/catch6p.C: New test.
15045         * g++.old-deja/g++.eh/catch7.C: New test.
15046         * g++.old-deja/g++.eh/catch7p.C: New test.
15047         * g++.old-deja/g++.eh/catch8.C: New test.
15048         * g++.old-deja/g++.eh/catch8p.C: New test.
15049         * g++.old-deja/g++.eh/catch9.C: New test.
15050         * g++.old-deja/g++.eh/catch9p.C: New test.
15052 1999-09-13  Nathan Sidwell  <nathan@acm.org>
15054         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
15055         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
15057 1999-09-13  Jeffrey A Law  (law@cygnus.com)
15059         * gcc.c-torture/compile/990913-1.c: New test.
15061 1999-09-10  Nathan Sidwell  <nathan@acm.org>
15063         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
15064         * g++.old-deja/g++.jason/rfg5.C: Likewise.
15066 1999-09-09  Richard Henderson  <rth@cygnus.com>
15068         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
15070 1999-09-09  Nathan Sidwell  <nathan@acm.org>
15072         * g++.old-deja/g++.other/lookup11.C: New test.
15073         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
15074         what is permitted and what we want.
15075         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
15076         overload use.
15077         * g++.old-deja/g++.jason/rfg5.C: Likewise
15079 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
15081         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
15082         * gcc.c-torture/noncompile/poison-1.c: New file.
15084 1999-09-08  Nathan Sidwell  <nathan@acm.org>
15086         * g++.old-deja/g++.other/sizeof3.C: New test.
15087         * g++.old-deja/g++.other/sizeof4.C: New test.
15088         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
15089         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
15091 1999-09-07  Richard Henderson  <rth@cygnus.com>
15093         * gcc.dg/va-arg-1.c: New.
15095 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15097         * gcc.c-torture/execute/va-arg-9.c: New test.
15099 1999-09-05  Craig Burley  <craig@jcb-sc.com>
15101         * g77.f-torture/compile/980519-2.f: New test.
15102         * g77.f-torture/compile/19990905-0.f: New test.
15103         * g77.f-torture/compile/19990905-1.f: New test.
15104         * g77.f-torture/compile/19990905-2.f: New test.
15106         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
15108 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
15110         * gcc.c-torture/execute/990827-1.c: Fix typo.
15112 1999-09-03  Nathan Sidwell  <nathan@acm.org>
15114         * g++.old-deja/g++.other/deref1.C: New test.
15116 1999-09-02  Nathan Sidwell  <nathan@acm.org>
15118         * g++.old-deja/g++.other/ambig2.C: New test.
15119         * g++.old-deja/g++.other/cond5.C: New test.
15120         * g++.old-deja/g++.other/lookup16.C: New test.
15122 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
15124         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
15125         assemblers too.
15127 1999-08-31  Jeffrey A Law  (law@cygnus.com)
15129         * lib/c-torture.exp: Avoid the "compare executables" optimization
15130         when testing native.
15132 1999-08-29  Jeffrey A Law  (law@cygnus.com)
15134         * gcc.c-torture/execute/990829-1.c: New test.
15135         * gcc.c-torture/compile/990829-1.c: New test.
15137 1999-08-27  Paul Burchard  <burchard@pobox.com>
15139         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
15140         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
15141         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
15142         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
15143         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
15144         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
15145         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
15146         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
15147         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
15148         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
15149         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
15151 1999-08-27  Jeffrey A Law  (law@cygnus.com)
15153         * gcc.c-torture/execute/990827-1.c: New test.
15155 1999-08-26  Craig Burley  <craig@jcb-sc.com>
15157         * g77.f-torture/noncompile/19990826-4.f: New test.
15159         * g77.f-torture/compile/19990826-3.f: New test.
15161         * g77.f-torture/execute/19990826-2.f: New test.
15163         * g77.f-torture/compile/19990826-1.f: New test.
15165         * gcc.c-torture/execute/990826-0.c: New test.
15166         * g77.c-torture/execute/19990826-0.f: New test.
15168         * g77.f-torture/noncompile/970626-2.f: New test.
15170 1999-08-25  Paul Burchard  <burchard@pobox.com>
15172         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
15173         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
15174         lss-011.C: New tests.
15176 1999-08-25  Nathan Sidwell  <nathan@acm.org>
15178         * g++.old-deja/g++.other/decl5.C: New test.
15180 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15182         * noncompile/noncompile.exp: Load_lib c-torture.exp.
15183         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
15184         call `postbase' for each one.  All callers of `postbase' changed
15185         to call this instead.
15187 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
15189         * gcc.c-torture/execute/990811-1.c: New test.
15191 1999-08-09  Nick Clifton  <nickc@cygnus.com>
15193         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
15194         just native ones.
15196         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
15197         just native ones.
15199 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15201         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
15203 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15205         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
15207 1999-08-04  Nathan Sidwell  <nathan@acm.org>
15209         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
15211 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15213         * gcc.c-torture/execute/990804-1.c: New test.
15215 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15217         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
15218         * g++.old-deja/g++.brendan/crash64.C: Likewise
15219         * g++.old-deja/g++.brendan/overload8.C: Likewise
15221 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15223         * g++.old-deja/g++.other/struct1.C: New test.
15225 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15227         * g++.old-deja/g++.other/enum2.C: New test.
15229 1999-08-02  Richard Henderson  <rth@cygnus.com>
15231         Adapted from tests from Franz Sirl:
15232         * gcc.c-torture/execute/va-arg-7.c: New test.
15233         * gcc.c-torture/execute/va-arg-8.c: New test.
15235 1999-08-01  Jeffrey A Law  (law@cygnus.com)
15237         * gcc.c-torture/compile/990801-2.c: New test.
15239         * gcc.c-torture/compile/990801-1.c: New test.
15241 1999-07-27  Michael Meissner  <meissner@cygnus.com>
15243         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
15244         fp-cmp-1.c, converting double to float.
15246         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
15247         fp-cmp-1.c, converting double to long double.
15249         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
15250         from fr1 to unknown_register, since fr1 is a legitimate register
15251         on some machines.
15253 1999-07-25  Jeffrey A Law  (law@cygnus.com)
15255         * README: More listname related changes.
15257 1999-07-08  Catherine Moore  <clm@cygnus.com>
15259         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
15261 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
15263         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
15265 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15267         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
15269 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
15271         * gcc.dg/990703-1.c: New test.
15273 1999-06-29  Nick Clifton  <nickc@cygnus.com>
15275         * lib/file-format.exp: New file: Move definition of proc
15276         gcc_target_object_format to here from
15277         gcc.dg/special/ecos.exp.
15279         * lib/c-torture.exp: Include lib file-format.exp.
15280         * lib/gcc-dg.exp: Include lib file-format.exp.
15282         * gcc.dg/special/ecos.exp: Remove definition of proc
15283         gcc_target_object_format.
15285 1999-06-28  Jeffrey A Law  (law@cygnus.com)
15287         * gcc.c-torture/execute/990628-1.c: New test.
15289 1999-06-25  Jeffrey A Law  (law@cygnus.com)
15291         * gcc.c-torture/compile/990625-2.c: New test.
15293         * gcc.c-torture/compile/990625-1.c: New test.
15295 1999-06-23  Nick Clifton  <nickc@cygnus.com>
15297         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
15298         attributes compile.
15299         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
15300         ports that use the COFF/PE file format.
15302 1999-06-17  Jeffrey A Law  (law@cygnus.com)
15304         * gcc.c-torture/compile/990617-1.c: New test.
15306 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
15308         * g++.old-deja/g++.other/decl4.C: New test.
15310 1999-06-14  Nathan Sidwell  <nathan@acm.org>
15312         * g++.old-deja/g++.other/bitfld3.C: New test.
15314 1999-06-08  Nathan Sidwell  <nathan@acm.org>
15316         * g++.old-deja/g++.eh/catch1.C: New test.
15318 1999-06-07  Jeffrey A Law  (law@cygnus.com)
15320         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
15322         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
15323         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
15325 1999-06-05  Craig Burley  <craig@jcb-sc.com>
15327         * g77.f-torture/compile/19990502-0.f: Replace with new,
15328         shorter, test that still fails after recent changes.
15330 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15332         * gcc.c-torture/execute/990604-1.c: New test.
15334 1999-05-31  Jeffrey A Law  (law@cygnus.com)
15336         * gcc.c-torture/execute/990531-1.c: New test.
15338 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15340         * gcc.c-torture/compile/990527-1.c: New test.
15342 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
15344         * gcc.c-torture/execute/990527-1.c: New test.
15346 1999-05-25  Nick Clifton  <nickc@cygnus.com>
15348         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
15349         bitfields as signed.
15351 1999-05-25  Craig Burley  <craig@jcb-sc.com>
15353         * g77.f-torture/compile/19990525-0.f: New test.
15355 1999-05-25  Jeffrey A Law  (law@cygnus.com)
15357         * gcc.c-torture/execute/990525-2.c: New test.
15359         * gcc.c-torture/execute/990525-1.c: New test.
15361 1999-05-24  Nathan Sidwell  <nathan@acm.org>
15363         * g++.old-deja/g++.other/anon3.C: New test.
15364         * g++.old-deja/g++.other/anon4.C: New test.
15365         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
15366         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
15367         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
15368         Merrill).
15370 1999-05-24  Jeffrey A Law  (law@cygnus.com)
15372         * gcc.c-torture/execute/990524-1.c: New test.
15374         * gcc.dg/990524-1.c: New test.
15376 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15378         * gcc.c-torture/compile/990523-1.c: New test.
15380 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
15382         * gcc.c-torture/compile/990519-1.c: New test.
15384 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15386         * gcc.c-torture/compile/990517-1.c: New test.
15388         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
15389         (e4, f4): New tests.
15390         (main): Call them.
15392 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15394         * gcc.dg/noreturn-1.c: New test.
15396 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
15398         * gcc.c-torture/execute/990513-1.c: New test.
15400 1999-05-10  Richard Henderson  <rth@cygnus.com>
15402         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
15404 1999-05-10  Craig Burley  <craig@jcb-sc.com>
15406         * g77.f-torture/execute/erfc.f: Use small single-precision
15407         values, to avoid problems on Alphas when not -mieee.
15409 1999-05-08  Craig Burley  <craig@jcb-sc.com>
15411         * gcc.dg/990506-0.c: New test.
15413 1999-05-08  Richard Henderson  <rth@cygnus.com>
15415         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
15416         the constant to test.  Don't XFAIL 64-bit targets.
15418         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
15419         * g++.old-deja/g++.law/profile1.C: Likewise.
15421         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
15422         operator new instances.
15423         * g++.old-deja/g++.other/delete5.C: Likewise.
15425 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15427         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
15428         intrinsic.
15430 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15432         * g77.f-torture/execute/u77-test.f: Reverse order of two
15433         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
15435 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15437         * gcc.dg/compare1.c: New test.
15439 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
15441         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
15442         New tests.
15444 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15446         * g77.f-torture/compile/19990502-1.f: New test.
15448 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15450         * g77.f-torture/compile/19990502-0.f: New test.
15452 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15454         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
15455         intrinsic.
15457 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15459         * g77.f-torture/execute/u77-test.f (main): List libU77
15460         intrinsics not currently tested.
15461         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
15462         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
15463         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
15464         Trim blanks off the ends of some printed strings.
15466 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15468         * g77.f-torture/execute/u77-test.f (main): Just warn about
15469         FSTAT gid disagreement, as it's expected on some systems.
15471 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15473         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
15474         use a new function, which allows for some slop.
15475         Clean up some commentary.
15476         (issum): The new function.
15477         (sgladd): Deleted subroutine.
15479 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15481         * g77.f-torture/execute/u77-test.f: Modify to be more like
15482         libf2c/libU77 version, bringing patches to that version here.
15483         Add suitable commentary.
15485 1999-04-25  Richard Henderson  <rth@cygnus.com>
15487         * gcc.dg/990424-1.c: New test.
15489 1999-04-24  Craig Burley  <craig@jcb-sc.com>
15491         * g77.f-torture/execute/u77-test.f (main): Bug involving
15492         LSTAT has been fixed, so turn back on full checking.
15494 1999-04-20  Craig Burley  <craig@jcb-sc.com>
15496         * g77.f-torture/compile/19990419-0.f: New test.
15497         * g77.f-torture/execute/19990419-1.f: New test.
15499 1999-04-17  Richard Henderson  <rth@cygnus.com>
15501         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
15502         to avoid the need for a prototype to supress a warning.
15504 1999-04-07  Jim Wilson  <wilson@cygnus.com>
15506         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
15508 1999-04-04  Jeffrey A Law  (law@cygnus.com)
15510         * gcc.c-torture/execute/990404-1.c: New test.
15512 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15514         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
15515         * gcc.dg/cpp-if3.c: Don't use -pedantic.
15516         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
15517         missing initializer warnings.
15519 1999-03-28  Jeffrey A Law  (law@cygnus.com)
15521         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
15522         matching strings.
15524 1999-03-26  Jeffrey A Law  (law@cygnus.com)
15526         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
15528 1999-03-26  Craig Burley  <craig@jcb-sc.com>
15530         * g77.f-torture/execute/19990325-0.f: New test.
15531         * g77.f-torture/execute/19990325-1.f: New test.
15533 1999-03-24  Jeffrey A Law  (law@cygnus.com)
15535         * gcc.c-torture/execute/990324-1.c: New test.
15537 1999-03-22  Jim Wilson  <wilson@cygnus.com>
15539         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
15540         test with 4.
15542 1999-03-17  Richard Henderson  <rth@cygnus.com>
15544         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
15546 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15548         * g77.f-torture/execute/19990313-2.f: New test.
15549         * g77.f-torture/execute/19990313-3.f: New test.
15551 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15553         * g77.f-torture/execute/19990313-0.f: New test.
15554         * g77.f-torture/execute/19990313-1.f: New test.
15556 1999-03-12  Jim Wilson  <wilson@cygnus.com>
15558         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
15559         printf to sprintf.
15560         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
15561         (main): Add check for u15.  Conditionalize u31 check depending on
15562         whether ints are <32 bits or >=32 bits.
15564 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15566         * g77.f-torture/execute/19981119-0.f: Improve testiness.
15568 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15570         * g77.f-torture/compile/19990305-0.f: New test.
15571         * g77.f-torture/execute/19981119-0.f: New test.
15573 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15575         * g77.f-torture/execute/970625-2.f: call ABORT if final
15576         result is not correct, instead of just printing it.
15577         Add this checking via newly introduced obfuscation, to
15578         trip up buggy front ends.
15580 1999-03-07  Craig Burley  <craig@jcb-sc.com>
15582         * g77.f-torture/compile/960317-1.f: Moved from being
15583         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
15585 1999-03-06  Craig Burley  <craig@jcb-sc.com>
15587         * g77.f-torture/execute/960317-1.f: New (old) test.
15588         * g77.f-torture/execute/970625-2.f: Ditto.
15590 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
15592         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
15593         message on line 1 or line 2; cccp and cpplib do this differently.
15595 1999-03-01  Jeffrey A Law  (law@cygnus.com)
15597         * g++.old-deja/g++.law/weak1.C: New test.
15599 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15601         * gcc.c-torture/execute/990119-1.c: Renamed to...
15602         * gcc.dg/990119-1.c: this, so it will only be tested once
15603         (it's a preprocessor test, it doesn't need to be run at
15604         multiple optimization levels).
15606 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15608         * lib/g++.exp: Don't add incdir=$base_dir/../include to
15609           ALWAYS_CXXFLAGS.
15611 1999-02-24  Craig Burley  <craig@jcb-sc.com>
15613         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
15614         * g77.f-torture/compile/19981216-0.f: ...as it is expected
15615         to not be compilable by current g77.
15617 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15619         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15621 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15623         * gcc.c-torture/execute/990222-1.c: New test.
15625 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15627         * g77.f-torture/compile/19990218-0.f: New test.
15628         * g77.f-torture/noncompile/19990218-1.f: New test.
15630 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15632         * g77.f-torture/compile/19981216-0.f: New test.
15634 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15636         * gcc.dg/990214-1.c: New test.
15638 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15640         * gcc.dg/990213-2.c: New test.
15642         * gcc.dg/990213-1.c: New test.
15644 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15646         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15647         ints.
15649 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15651         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15652         specified by target.
15654         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15656 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15658         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15660 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15662         * gcc.dg/special/ecos.exp: New test driver for new tests with
15663         special requirements.
15665         * gcc.dg/special/alias-1.c: New test.
15666         * gcc.dg/special/gcsec-1.c: New test.
15667         * gcc.dg/special/weak-1.c: New test.
15668         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15669         * gcc.dg/special/weak-2.c: New test.
15670         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15671         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15672         * gcc.dg/special/wkali-1.c: New test.
15673         * gcc.dg/special/wkali-2.c: New test.
15674         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15675         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15677 1999-02-10  Felix Lee  <flee@cygnus.com>
15679           * lib/c-torture.exp (c-torture-compile): Pull out code for
15680           analyzing gcc error messages.
15681           (c-torture-execute): Likewise.  Fix some (harmless) false
15682           positives.
15683           * lib/gcc.exp (gcc_check_compile): New function.
15685 1999-02-08  Richard Henderson  <rth@cygnus.com>
15687         * gcc.c-torture/execute/990208-1.c: New test.
15689 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15691         * g++.dg/special/ecos.exp: New driver for new tests with special
15692         requirements
15694         * g++.dg/special/conpr-1.C: New test
15695         * g++.dg/special/conpr-2.C: New test
15696         * g++.dg/special/conpr-2a.C: New test
15697         * g++.dg/special/conpr-3.C: New test
15698         * g++.dg/special/conpr-3a.C: New test
15699         * g++.dg/special/conpr-3b.C: New test
15701         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
15702         allow g++ to use the dg driver
15704         * README: Add comment about g++.dg directory
15706 1999-02-06  Jeffrey A Law  (law@cygnus.com)
15708         * README: Update email addresses.
15710 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15712         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15713         arguments in order to force structure S onto the stack even on
15714         the alpha.
15715         (test): Pass 10 leading arguments to function foo as well as the
15716         structure S.
15718         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15719         failure for all targets.
15721         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15722         abort to terminate program execution.
15724 1999-01-30  Richard Henderson  <rth@cygnus.com>
15726         * gcc.c-torture/execute/990130-1.c: New test.
15728 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15730         * gcc.dg/990130-1.c: New test.
15732 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15734         * gcc.c-torture/execute/990128-1.c: New test.
15736 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15738         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15740 1999-01-27  Felix Lee  <flee@cygnus.com>
15742         * lib/c-torture.exp (c-torture-compile): pull out code for
15743         analyzing gcc error messages.
15744         (c-torture-execute): ditto, and fix some (harmless) false
15745         positives.
15746         * lib/gcc.exp (gcc_check_compile): new function.
15748 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15750         * gcc.dg/990117-1.c: New test.
15752         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15754         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15756 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15758         * g77.f-torture/compile/990115-1.f: New test.
15760 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15762         * gcc.c-torture/compile/990107-1.c: New test
15764 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15766         * gcc.c-torture/execute/990106-2.c: New test.
15768         * gcc.c-torture/execute/990106-1.c: New test.
15770 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15772         * gcc.c-torture/compile/981223-1.c: New test.
15774 1998-12-29  Richard Henderson  <rth@cygnus.com>
15776         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15777         (opt3): Rename from opt4 and disable.
15779 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15781         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15783 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15785         * g++.old-deja/g++.other/conv5.C: New test.
15787 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15789         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15791 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15793         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15795 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15797         * gcc.c-torture/compile/981211-1.c: New test.
15799 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15801         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15803         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15805 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15807         * gcc.special/930510-1.c: Make C9X safe.
15808         * gcc.misc-tests/gcov-1.c Similarly.
15809         * gcc.misc-tests/gcov-2.c Similarly.
15811 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15813         * gcc.dg/ultrasp1.c: New test.
15815 1998-12-06  Richard Henderson  <rth@cygnus.com>
15817         * gcc.c-torture/execute/981206.c: New test.
15819 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15821         * g++.old-deja/g++.ns/template7.C: New test.
15823         * g++.old-deja/g++.other/expr1.C: New test.
15825         * g++.old-deja/g++.eh/tmpl3.C: New test.
15827         * g++.old-deja/g++.eh/tmpl2.C: New test.
15829 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15831         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15832         * g++.old-deja/g++.other/using6.C: Removed.
15833         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15835         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15837 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15839         * g++.old-deja/g++.pt/overload8.C: New test.
15841         * g++.old-deja/g++.pt/overload7.C: New test.
15843         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15845         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15846         and relinking messages.
15847         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15848         compiling with -frepo.
15850 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15852         * g++.old-deja/g++.pt/lookup6.C: New test.
15854 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15856         * gcc.c-torture/execute/981130-1.c: New test.
15857         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15859 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15861         * g++.old-deja/g++.pt/explicit76.C: New test.
15863         * g++.old-deja/g++.pt/friend38.C: New test.
15865         * g++.old-deja/g++.ns/crash2.C: New test.
15867         * g++.old-deja/g++.pt/defarg8.C: New test.
15869         * g++.old-deja/g++.pt/instantiate6.C: New test.
15871         * g++.old-deja/g++.pt/static6.C: New test.
15873         * g++.old-deja/g++.pt/decl2.C: New test.
15875 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15877         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15878         problem is actually related with name lookup, but so what? :-)
15880         * g++.old-deja/g++.pt/friend37.C: New test.
15882 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15884         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15885         element, which fails on some systems.
15887         * g77.f-torture/execute/labug1.f: New test.
15889 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15891         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15892         is defined.
15894 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15896         * g77.f-torture/compile/981117-1.f: New test.
15898 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15900         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15901         properly discarded.
15903 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15905         * gcc.c-torture/execute/memcheck: New directory of tests for
15906         -fcheck-memory-usage.
15908 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15910         * README: New file, general information about the testsuite and
15911         new description of the various C++ test subdirectories.
15912         * README.g++: Eliminate obsolete information, update and move most
15913         relevant stuff to README.
15915 1998-11-07  Richard Henderson  <rth@cygnus.com>
15917         * gcc.c-torture/compile/981107-1.c: New test.
15919 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
15921         * execute/memcpy-bi.c: New testcase.
15923 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
15925         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
15926         base classes.
15928         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
15929         template is selected.
15931         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
15932         classes, it should be accepted for all types.
15934         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
15936         * g++.old-deja/g++.pt/spec24.C: Ensure that template
15937         specializations start with template headers.
15939 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
15941         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
15943         * g++.old-deja/g++.other/init9.C: Test cross initialization of
15944         non-POD types.
15946 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15948         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
15950 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15952         * compile/981022-1.c, compile/981022-1.x: New test and driver.
15954 1998-10-19  Jeffrey A Law  (law@cygnus.com)
15956         * 981019-1.c: New test.
15958 1998-10-14  Robert Lipe <robertl@dgii.com>
15960         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
15961         find objc headers.
15963 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15965         * compile/981001-4.c: Remove use of GCC extension that triggers a
15966         compiler bug.
15968 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
15970         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
15972 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15974         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
15975         instantiation of template produces incorrect code for delete
15976         expression.
15978         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
15979         constructors' name is not unique.
15980         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
15981         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
15983         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
15984         automatic array of const is ill-formed.
15986         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
15987         of template parameter?
15989         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
15990         const.
15992         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
15993         pointer-to-member expression.
15995         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
15996         declaration causes ICE.
15998 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
16000         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
16001         reserved in the global namespace.
16003         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
16004         generate needed virtual table.
16006         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
16008 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
16010         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
16011         template-dependent type
16013 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
16015         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
16016         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
16017         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
16019         * g++.old-deja/g++.other/using5.C: New test; using decl from base
16020         class should be usable as argument of member function.
16021         * g++.old-deja/g++.other/using6.C: New test; using decl from base
16022         class should be usable as return type of member function.
16023         * g++.old-deja/g++.other/using7.C: New test; using decl from base
16024         class should be usable as type of data member.
16026         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
16028 1998-10-09  Jeffrey A Law  (law@cygnus.com)
16030         * gcc.c-torture/special/920521-1.c: Fix bogus test.
16032 1998-10-08  Nick Clifton  <nickc@cygnus.com>
16034         * gcc.dg/dll-?.c Add thumb to target list.
16035         Fix assembler scan patterns to match current assembler output.
16037 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
16039         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
16040         matching of template brackets.
16042         * g++.old-deja/g++.other/using4.C: New test.  Test using
16043         declarations of methods from base classes.
16045         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
16046         within functions should introduce names into the innermost
16047         enclosing namespace.
16049         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
16050         of static locals if first initialization throws.
16052 1998-10-07  Jim Wilson  <wilson@cygnus.com>
16054         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
16056 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
16058         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
16059         lose track of the possible targets of tablejump insns.
16060         * special/special.exp: Run it.
16062 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16064         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
16065         must be declared before its specializations can be named in friend
16066         declarations.
16068 1998-10-05  Dave Love  <d.love@dl.ac.uk>
16070         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
16072         * g77.f-torture/execute/io1.f: New test.
16074 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
16076         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
16077         with pointer to template function, for which no argument deduction
16078         is possible.
16080         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
16081         specialization of template function as argument to template
16082         function.
16084         * g++.old-deja/g++.other/access2.C: New test; Inner class
16085         shouldn't have privileged access to Outer's names.
16087 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
16089         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
16090         friend template declared within template class conflicts with
16091         nested class of the same name.
16093         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
16094         is ignored.
16096         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
16097         object with direct initializer as function declaration.
16099         * g++.old-deja/g++.other/decl2.C: New test; duplicate
16100         initializers.
16102         * g++.old-deja/g++.other/null2.C: New test; conditional operator
16103         involving const pointer and NULL produces incorrect result.
16105         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
16106         type name without `typename' should be rejected with -pedantic.
16108 1998-10-02  Richard Henderson  <rth@cygnus.com>
16110         * g++.old-deja/g++.other/addrof1.C: New test.
16112 1998-10-01  Nick Clifton  <nickc@cygnus.com>
16114         * gcc.c-torture/compile/981001-1.c: New test.
16115         * gcc.c-torture/execute/981001-1.c: New test.
16117 1998-10-01  Jeffrey A Law  (law@cygnus.com)
16119         * gcc.c-torture/compile/981001-2.c: New test.
16120         * gcc.c-torture/compile/981001-3.c: New test.
16121         * gcc.c-torture/compile/981001-4.c: New test.
16123 1998-10-01  Robert Lipe  <robertl@dgii.com>
16125         * lib/objc.exp (objc_target_compile): Add -L during compiles for
16126         multilibbed hosts.   Idea grafted from g77.exp.
16128 1998-09-30  Dave Love  <d.love@dl.ac.uk>
16130         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
16131         avoid losing on systems which need -lsocket.
16133 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
16135         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
16136         * g++.old-deja/g++.other/nested2.C: Ditto.
16137         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
16138         failure.
16140 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16142         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
16143         preferred over template operator!= for enum bitfields.
16145 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
16147         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
16148         that happen to have the same base name, but in different scopes,
16149         are incorrectly rejected.
16151 1998-09-16  Richard Henderson  <rth@cygnus.com>
16153         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
16154         on the native word size instead of an integer literal.
16156 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
16158         * g++.old-deja/g++.other/static2.C: Invocation of static data
16159         member of type pointer-to-function denoted as non-static member.
16161         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
16162         checks involving function types and aliases.
16164 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16166         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
16167         redefined to the same non-trivial type.
16169         * g++.old-deja/g++.pt/explicit73.C: Test for proper
16170         namespace-qualification of template specializations declared in
16171         other namespaces.
16173         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
16174         to declare a subset of the specializations of a template function
16175         as friends of specializations of a template class.
16177         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
16178         member templates that do not fully specialize the enclosing
16179         template class are rejected.
16181 1998-09-11  Dave Love  <d.love@dl.ac.uk>
16183         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
16185 1998-09-08  Dave Love  <d.love@dl.ac.uk>
16187         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
16188         altered from libf2c/libU77 version.
16190 1998-09-06  Dave Love  <d.love@dl.ac.uk>
16192         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
16194 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
16196         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
16197         (un)signed char are different types for template specialization
16198         purposes.
16200 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
16202         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
16203         * objc: ObjC testsuite.
16205 1998-08-31  Catherine Moore  <clm@cygnus.com>
16207         * gcc.c-torture/execute/941014-1.x:  New file.
16209 1998-08-31  Nick Clifton  <nickc@cygnus.com>
16211         * lib/c-torture.exp: Add support for
16212         torture_eval_before_compile and torture_eval_before_execute
16213         variables.
16215 1998-08-30  Jeffrey A Law  (law@cygnus.com)
16217         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
16218         this test triggers valid.
16220 1998-08-27  Jeffrey A Law  (law@cygnus.com)
16222         * gcc.dg/980827-1.c: New test.
16224 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
16226         * gcc.c-torture/execute/loop-4b.c: New test.
16228 1998-08-26  Nick Clifton  <nickc@cygnus.com>
16230         * lib/c-torture.exp: Add support for
16231         torture_eval_before_compile and torture_eval_before_execute
16232         variables.
16234 1998-08-25  Jeffrey A Law  (law@cygnus.com)
16236         * gcc.c-torture/compile/980825-1.c: New test.
16238 1998-08-24  Nick Clifton  <nickc@cygnus.com>
16240         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
16241         count number tests in opt_t0 not good_t0.
16243 1998-08-24  Jeffrey A Law  (law@cygnus.com)
16245         * gcc.c-torture/compile/930326-1.x: Fix typo.
16247 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
16249         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
16250         causes an ICE.
16252 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16254         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
16255         STACK_SIZE is defined.
16256         * gcc.c-torture/unsorted/stuct.c: Similarly.
16258         * gcc.c-torture/compile/980821-1.c: New test.
16260 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16262         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
16264 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
16266         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
16267         code.
16269 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
16271         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
16272         error'.
16274 1998-08-18  Jeffrey A Law  (law@cygnus.com)
16276         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
16278 1998-08-16  Jeffrey A Law  (law@cygnus.com)
16280         * gcc.c-torture/compile/980816-1.c: New test.
16282         * gcc.dg/980816-1.c: New test.
16284 1998-08-13  Jeffrey A Law  (law@cygnus.com)
16286         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
16287         compiler for ieee tests.
16289 1998-08-01  Dave Love  <d.love@dl.ac.uk>
16291         * g77.f-torture/compile/980729-0.f: New test.
16293 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
16295         * gcc.c-torture/special/eeprof-1.c: New test, for
16296         -finstrument-functions.
16297         * gcc.c-torture/special/special.exp: Run it.
16299 1998-07-29  Jeffrey A Law  (law@cygnus.com)
16301         * gcc.c-torture/compile/980729-1.c: New test.
16303 1998-07-27  Nick Clifton  <nickc@cygnus.com>
16305         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
16306         __thumb__ is defined, and test for ARM style doubles if so.
16308 1998-07-26  Dave Love  <d.love@dl.ac.uk>
16310         * g77.f-torture/noncompile/980615-0.f: New test.
16312 1998-07-26  H.J. Lu  (hjl@gnu.org)
16314         * gcc.dg/980312-1.c: Do link instead of compile.
16315         * gcc.dg/980313-1.c: Likewise.
16317 1998-07-26  Jeffrey A Law  (law@cygnus.com)
16319         * gcc.c-torture/compile/980726-1.c: New test.
16321 1998-07-25  Dave Love  <d.love@dl.ac.uk>
16323         * g77.f-torture/execute/io0.f: New test.
16325 1998-07-24  Nick Clifton  <nickc@cygnus.com>
16327         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
16328         an int.
16330 1998-06-18  Michael Meissner  <meissner@cygnus.com>
16332         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
16333         m32r bugs.
16335 1998-07-17  Nick Clifton  <nickc@cygnus.com>
16337         * gcc.dg/980626-1.c: Expect failures for all toolchains until
16338         c-decl.c:grokdeclarator can handle mode attributes.
16340 1998-07-16  Jeffrey A Law  (law@cygnus.com)
16342         * gcc.c-torture/execute/980716-1.c: New test.
16344 1998-07-13  Jeffrey A Law  (law@cygnus.com)
16346         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
16347         the mn10200.
16348         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
16349         the mn10200.
16350         * gcc.c-torture/execute/va-arg-3.x: Similarly.
16351         * gcc.c-torture/compile/930326-1.x: Similarly.
16353 1998-07-13  Dave Love  <d.love@dl.ac.uk>
16355         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
16356         New test from Craig.
16358 1998-07-12  Dave Love  <d.love@dl.ac.uk>
16360         * g77.f-torture/noncompile/980616-0.f: New test.
16362         * g77.f-torture/execute/970816-3.f:  New test from Craig.
16364 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16366         *  g++.other/singleton.C: Return error value instead of taking
16367         SIGSEGV.
16369 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
16371         *  g++.other/singleton.C: New test.   Warning is under dispute.
16372         Runtime crash is not.
16374 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16376         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
16377         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
16378         using6.C, using7.C}:  New namespace tests.
16380 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
16382         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
16383         specialization with typedef'ed names used as array indexes.
16385 1998-07-09  Jeffrey A Law  (law@cygnus.com)
16387         * gcc.c-torture/execute/980709-1.c: New test.
16389         * gcc.dg/980709-1.c: New test.
16391 1998-07-07  Richard Henderson  <rth@cygnus.com>
16393         * gcc.c-torture/execute/bcp-1.c: New test.
16395 1998-07-07  Jeffrey A Law  (law@cygnus.com)
16397         * gcc.c-torture/execute/980707-1.c: New test.
16399 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
16401         * gcc.c-torture/compile/980706-1.c: New test.
16403 1998-07-01  Dave Love  <d.love@dl.ac.uk>
16405         * g77.f-torture/execute/980701-0.f,
16406         g77.f-torture/execute/980701-1.f: New test from Craig.
16408 1998-07-01  Jeffrey A Law  (law@cygnus.com)
16410         * gcc.c-torture/compile/980701-1.c: New test.
16412         * gcc.c-torture/execute/980701-1.c: New test.
16414 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
16415 rlsruhe.de>
16417         * g++.old-deja/g++.robertl/eb132.C: New test.
16418         * g++.old-deja/g++.robertl/eb133.C: Likewise.
16420 1998-06-29  Dave Love  <d.love@dl.ac.uk>
16422         * g77.f-torture/execute/980628-7.f,
16423         g77.f-torture/execute/980628-8.f,
16424         g77.f-torture/execute/980628-9.f,
16425         g77.f-torture/execute/980628-10.f: New tests from Craig.
16427         * g77.f-torture/execute/980628-3.f: Remove mail headers.
16429 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16431         * g77.f-torture/execute/980628-4.f: New test from Craig.
16432         * g77.f-torture/execute/980628-5.f: Likewise.
16433         * g77.f-torture/execute/980628-2.f: Likewise.
16434         * g77.f-torture/execute/980628-0.f: Likewise.
16435         * g77.f-torture/execute/980628-1.f: Likewise.
16436         * g77.f-torture/execute/980628-3.f: Likewise.
16437         * g77.f-torture/execute/980628-6.f: Likewise.
16439 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16441         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
16442         directory when nothing has been installed yet.
16444 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
16446         * gcc.c-torture/special/special.exp: Handle newer versions of
16447         dejagnu.
16449 1998-06-26  Jeffrey A Law  (law@cygnus.com)
16451         * gcc.dg/980626-1.c: New test.
16453 1998-06-19  Bruno Haible <haible@ilog.fr>
16455         * gcc.misc-tests/m-un-2.c: New test.
16456         * g++.old-deja/g++.other/warn01.c: Likewise.
16458 1998-06-19  Robert Lipe  <robertl@dgii.com>
16460         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
16461         compatibility with assmblers with a different comment character.
16462         Eliminate use of GAS-specific extensions.
16464 1998-06-19  Jeffrey A Law  (law@cygnus.com)
16466         * gcc.c-torture/execute/ieee/980619-1.c: New test.
16468 1998-06-19  Robert Lipe  <robertl@dgii.com>
16470         *lib/g77.exp: Replace search for libf2c.a with search for newly
16471         renamed libg2c.a
16473 1998-06-17  Jeffrey A Law  (law@cygnus.com)
16475         * gcc.c-torture/execute/980617-1.c: New test.
16477 1998-06-12  Jeffrey A Law  (law@cygnus.com)
16479         * gcc.c-torture/execute/980612-1.c: New test.
16481 1998-06-08  Jeffrey A Law  (law@cygnus.com)
16483         * gcc.dg/980523-1.c: Only test on ppc-linux.
16484         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
16486         * gcc.c-torture/execute/980608-1.c: New test.
16488 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
16490         * gcc.c-torture/execute/980605-1.c: New test.
16492 1998-06-04  Jeffrey A Law  (law@cygnus.com)
16494         * gcc.c-torture/execute/980604-1.c: New test.
16496 1998-06-02  Jeffrey A Law  (law@cygnus.com)
16498         * gcc.c-torture/execute/980602-1.c: New test.
16499         * gcc.c-torture/execute/980602-2.c: Likewise.
16501 1998-06-02  Dave Love  <d.love@dl.ac.uk>
16503         * 970125-0.f: Fix per JCB.  Add commentary.
16505 1998-05-31  Michael Meissner  <meissner@cygnus.com>
16507         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
16508         IEEE -0 support.
16510 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
16512         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
16513         earlier.
16515 1998-05-28  Catherine Moore <clm@cygnus.com>
16517         * gcc.c-torture/execute/980526-3.c: New test.
16519 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
16521         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
16522         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
16523         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
16524         m88k-motorola-sysv3 to XFAIL.
16526 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16528         * gcc.dg/980526-1.c: New test.
16529         * gcc.c-torture/execute/980526-2.c: New test.
16531 1998-05-26  Jeffrey A Law  (law@cygnus.com)
16533         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
16535         * gcc.c-torture/execute/980526-1.c: New test.
16537 1998-05-26  Dave Love  <d.love@dl.ac.uk>
16539         * g77.f-torture/execute/alpha2.f: Add runtime test.
16541 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
16543         * g++.old-deja/old-deja.exp: Strip leading directories.
16545         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
16546         error for the line.  Don't run multiple tests for the same line.
16548 1998-05-23  Jeffrey A Law  (law@cygnus.com)
16550         * gcc.dg/980523-1.c: New test.
16552 1998-05-23  Dave Love  <d.love@dl.ac.uk>
16554         * g77.f-torture/compile/970915-0.f: New test.
16556 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
16558         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
16560 1998-05-21  Jeffrey A Law  (law@cygnus.com)
16562         * gcc.dg/980520-1.c: New test.
16564 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
16566         * gcc.dg/980502-1.c: Fix return type.
16568 1998-05-20  Jeffrey A Law  (law@cygnus.com)
16570         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
16571         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
16572         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
16573         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
16574         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
16576 1998-05-20  Dave Love  <d.love@dl.ac.uk>
16578         * g77.f-torture/execute/980520-1.f: New test.
16580 1998-05-15  Dave Love  <d.love@dl.ac.uk>
16582         * lib/mike-g77.exp: New file.
16584         * g77.f-torture/noncompile/noncompile.exp,
16585         g77.f-torture/noncompile/check0.f: New files.
16587 1998-05-14  Dave Love  <d.love@dl.ac.uk>
16589         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
16590         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
16591         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
16592         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
16593         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
16594         abort where appropriate.
16596 1998-05-05  Michael Meissner  <meissner@cygnus.com>
16598         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
16599         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
16601 1998-04-29  Dave Love  <d.love@dl.ac.uk>
16603         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
16605 1998-04-27  Dave Love  <d.love@dl.ac.uk>
16607         * g77.f-torture/compile/980427-0.f: New test.
16609 1998-04-24  Dave Love  <d.love@dl.ac.uk>
16611         * g77.f-torture/compile/980424-0.f: New test.
16613 1998-04-19  Dave Love  <d.love@dl.ac.uk>
16615         * g77.f-torture/compile/980419-2.f (main): New test.
16616         * g77.f-torture/compile/970125-0.f: New test.
16617         * g77.f-torture/compile/980419-1.f: New test.
16619 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16621         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16622         of loop-4.c.
16624 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16626         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16628 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16630         * gcc.c-torture/compile/980329-1.c: New test.
16632 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16634         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16635         * gcc.dg/980312-1.c: Fix typo in -march command.
16637 1998-03-16  H.J. Lu  (hjl@gnu.org)
16639         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16641 1998-03-11  Robert Lipe  <robertl@dgii.com>
16643         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16644         Dave Love agree the Fortran source is bogus.
16646 1998-03-11  Robert Lipe  <robertl@dgii.com>
16648         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16649         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16650         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16651         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16652         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16654 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16656         * g++.old-deja/g++.other/friend1.C: New test.
16658 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16660         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16661         possibly uninitialized) variables and declare dnrm2.
16663 1998-02-23  Robert Lipe <robertl@dgii.com>
16665         From Bruno Haible <haible@ilog.fr>:
16666         * gcc.c-torture/execute/980223.c: New test.
16668 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16670         * gcc.dg/ifelse-1.c: New test.
16672 1998-02-09  H.J. Lu  (hjl@gnu.org)
16674         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16676           * lib/old-dejagnu.exp (old-dejagnu): Added the
16677           "execution test - XFAIL *-*-*" handling in the spirit of
16678           "excess errors test -". Changed the "execution test fails"
16679           handling to be like "excess errors test fails".
16680           * Update various tests accordingly.
16682 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16684         * gcc.c-torture/execute/980205.c: New test.
16686 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16688         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16689         * lib/f-torture.exp: Similarly.
16690         * gcc.c-torture: Rename all .cexp files to .x files.
16692 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
16694         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
16695         (940510-1.c): Removed duplicate.
16696         (971104-1.c): New test.
16698 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
16700           * lib/f-torture.exp: Improve error and loop detection.
16702 1997-11-19  Michael Meissner  <meissner@cygnus.com>
16704         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
16705         use that to size the filler array.
16707 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
16709         * lib/c-torture.exp(c-torture-execute): Fix typo.
16711         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
16712         testcase as the executable name. Keep the executable around if
16713         the test fails.
16715 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
16717         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
16718         changes.  Only test one -g option, and move it to the end of the
16719         list of options to test.
16721 1997-09-19  Michael Meissner  <meissner@cygnus.com>
16723         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
16724         variable GCC_TORTURE_OPTIONS to supply default switches separated
16725         by colons.  If no environment variable, run tests with -O0 -g, -O1
16726         -g, and -O2 -g as well.
16728 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
16730         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
16731         explanatory comments. Fix indentation.
16733 1997-09-15  Jeffrey A Law  (law@cygnus.com)
16735         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
16737 1997-09-11  Jeffrey A Law  (law@cygnus.com)
16739         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
16740         * g++.old-deja/g++.mike/p7325.C: Likewise.
16741         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
16743 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
16745         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
16746         * g++.old-deja/g++.brendan/crash30.C: Likewise.
16747         * g++.old-deja/g++.brendan/crash39.C: Likewise.
16748         * g++.old-deja/g++.law/operators4.C: Likewise.
16750 1997-09-11  Joe Buck  (jbuck@synopsys.com)
16752         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
16753         * g++.old-deja/g++.mike/p784.C: Ditto.
16754         * g++.old-deja/g++.mike/p785.C: Ditto.
16756 1997-09-05  Jeffrey A Law  (law@cygnus.com)
16758           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
16760 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16762         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
16763         target feature; pass this to c-torture-execute as needed.
16765 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16767         * lib/c-torture.exp(c-torture-execute): If the previous and the
16768         current executables being tested are identical, we don't need to
16769         run the executable again. Try to make the executable names
16770         unique. Add an optional argument for passing additional compiler
16771         flags.
16773 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
16775         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
16777 1997-08-29  Jeffrey A Law  (law@cygnus.com)
16779         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
16781 1997-07-31  Jeffrey A Law  (law@cygnus.com)
16783         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
16784         32bit or larger longs.
16786         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
16787         have either a 32bit long or 32bit int.
16789 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
16791         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
16792         Make double precision tests dependent on sizeof (double).
16794 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
16796         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
16797         too.
16799 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
16801         * gcc.c-torture/compile/961203-1.cexp: New script.
16803 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
16805         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
16806         up the includes ourselves.
16808 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
16810         * lib/plumhall.exp: Remove random include, and add a few
16811         verbose messages for debugging.
16813 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
16815         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
16816         of trying to do it ourselves.
16818 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16820         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
16822 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
16824         * gcc.prms/5403.c: Made regexp a bit less strict.
16826 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
16828         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
16829         is returned from remote_load instead.
16830         * lib/plumhall.exp: Ditto.
16831         * lib/mike-g++.exp: Ditto.
16832         * lib/old-dejagnu.exp: Ditto.
16833         * lib/c-torture.exp: Ditto.
16835 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
16837         * lib/g++.exp: Use build_wrapper procedure.
16838         * lib/gcc.exp: Ditto.
16840 1997-05-20  Jeffrey A Law  (law@cygnus.com)
16842         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
16843         an old-style decl for malloc.  Fixes tests to work when
16844         sizeof (int) != sizeof (size_t).
16846 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16848         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
16850         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
16851         use stdargs.h interface.
16853 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16855         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
16856         NO_VARARGS when compiling.
16858 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
16860         * lib/plumhall.exp(ph_includes): New procedure.
16861         (ph_make): Use it.
16862         (ph_compiler): Ditto.
16864         * lib/g++.exp: Rename test-glue.c to testglue.c.
16865         * lib/gcc.exp: Ditto.
16867 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
16869         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
16870         to completion when it's called.
16872 1997-03-21  Michael Meissner  <meissner@cygnus.com>
16874         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
16875         is defined, don't do test.
16877 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
16879         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
16880         for object files.
16881         (ph_summary): Mark skipped testcases as untested, not unresolved.
16883         * lib/plumhall.exp (ph_make): If unresolved because of bad
16884         errorCode, record errorCode in log file.
16885         (*): Replace send_log/verbose with verbose -log.
16887 1997-03-19  Michael Meissner  <meissner@cygnus.com>
16889         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
16890         double conversion if double isn't at least 8 bytes.
16892         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
16893         int to work with targets where int is 16 bits.
16895         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
16896         8 bytes, just exit, since 4 byte doubles don't have enough bits of
16897         precision for the test to complete.
16899 1997-03-14  Michael Meissner  <meissner@cygnus.com>
16901         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
16902         if d10v is not compiled with the -mdouble64 flag.
16903         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
16905         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
16906         d10v is not compiled with the -mint32 flag.
16908 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
16910         * lib/plumhall.exp: Use incr_count.
16912 1997-03-12  Jeffrey A Law  (law@cygnus.com)
16914         * gcc.c-torture: Update to c-torture-1.45.
16916 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
16918         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
16919         the name of the expect testcase file).
16921         * lib/g++.exp(g++_init): Ditto.
16923 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
16925         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
16926         the host.
16928         * lib/gcc.exp(gcc_exit): New procedure.
16930 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
16932         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
16933         specs where appropriate.
16935         * g++.old-deja/g++.arm/*: Added additional ERROR checks
16936         because of new "candidates are" messages, and removed a few
16938         * Converted all non-old-style g++ testcases to old-style, and
16939         moved into g++.old-deja.
16941 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
16943         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
16944         options.
16946         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
16947         succeeded.
16949         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
16951 1997-02-13  Michael Meissner  <meissner@cygnus.com>
16953         * lib/gcc.exp (gcc_target_compile): Add support for defining
16954         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
16955         the machine doesn't have those features.
16957 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
16959         * g++.law/operators4.exp: Don't use LIBS.
16961 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
16963         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
16965         * lib/mike-g++.exp: Don't set the compiler to be tested here.
16966         * lib/g++.exp: Set it here instead. Also, allow use of the
16967         --tool_exec and --tool_opt options. Change CXX to
16968         GXX_UNDER_TEST.
16970         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
16972         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
16974 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
16976         * lib/old-dejagnu.exp: Use prune_warnings instead of
16977         prune_system_crud.
16978         * lib/mike-g++.exp: Ditto.
16979         * lib/gcc.exp: Ditto.
16980         * lib/g++.exp: Ditto.
16982         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
16984 1997-02-07  Jeffrey A Law  (law@cygnus.com)
16986           * 941014-2.c: Include stdlib.h
16987           * 960327-1.c: Include stdio.h
16988           * dbra.c, index-1.c: Don't assume ints are 32bits.
16990 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
16992         * lib/gcc.exp: Add gcc,stack_size target feature.
16994         * lib/g++.exp(g++_target_compile): Add the include and link
16995         paths here, not in two other places. And, it's $options, not
16996         options.
16998         * lib/mike-g++.exp(postbase): Remove the code that determines
16999         the correct include and link paths.
17000         * g++.old-deja/old-deja.exp: Ditto.
17002 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
17004         * lib/g++.exp(g++_init): target_compile no longer returns the
17005         filename of the result.
17007 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
17009         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
17010         call to glob.
17012         * gcc.c-torture/special/special.exp: Change call to
17013         gcc_target_compile to include the object file.
17015 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
17017         * gcc.c-torture/special/special.exp: Correct misspelling in last
17018         change.
17020 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
17022         * lib/plumhall.exp(ph_summary): Log the entire output of the
17023         executable. Return -1 if there were any failures, 0 otherwise.
17024         (ph_execute): Return -1 if there were any failures, 0 otherwise.
17025         (ph_make): Clean up objects and executables that were built
17026         if the tests succeeded.
17028 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
17030         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
17031         libraries and includes in the build tree as appropriate.
17033 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17035         * lib/c-torture.exp: Instead of looking for the global variable
17036         NO_LONG_LONG, check to see if that's a feature of the target.
17038 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17040         * config/default.exp: Minimize. Delete the remainer of the files in
17041         config; this functionality is now in devo/dejagnu/config.
17043         g++.*/*: Pass any additional flags used to compile to postbase;
17044         delete CXXFLAGS.
17046         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
17047         is now done by runtest.exp. Use gcc_target_compile instead of
17048         compile.
17050         lib/c-torture.exp: Use gcc_target_compile instead of compile.
17051         Remove references to CFLAGS. Use remote_file instead of
17052         calling rm -f.
17053         (c-torture): Take a list of arguments to use to compile this
17054         testcase.
17056         lib/g++.exp: Simplify. Use target_compile instead of compile.
17057         lib/gcc-dg.exp: Ditto.
17058         lib/gcc.exp: Ditto.
17059         lib/mike-{gcc,g++}.exp: Ditto.
17060         lib/old-dejagnu.exp: Ditto.
17061         lib/plumhall.exp: Ditto.
17063 1997-01-08  Jim Wilson  <wilson@cygnus.com>
17065         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
17066         (ph_linker): Likewise.
17068 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
17070           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
17071         MAP_ANON / MAP_ANONYMOUS if defined;
17072         else try to map from /dev/zero .
17074 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17076         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
17077         isn't defined, then define it to MAP_ANONYMOUS.
17079 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17081         * gcc.c-torture: Update to c-torture-1.42 release.
17083 1996-11-11  Jeffrey A Law  (law@cygnus.com)
17085         * gcc.c-torture: Update to c-torture-1.41 release.
17087 1996-10-27  Jeffrey A Law  (law@cygnus.com)
17089         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
17090         c-torture release.
17092 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
17094         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
17095         and LDFLAGS.  Fix second case to append the target_info ldflags
17096         onto LDFLAGS, not CFLAGS.
17097         * lib/g++.exp (g++_init): Add target_info stuff.
17098         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
17099         of libgloss and newlib flags for !native.
17101         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
17102         (GDB): Fix relative path to go up another dir for finding gdb.
17104 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
17106         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
17107         versions in the target_info array, if they don't exist.
17109 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
17111         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
17113 1996-07-08  Jim Wilson  <wilson@cygnus.com>
17115         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
17116         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
17118 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
17120         * lib/old-dejagnu.exp: Don't remove the output file before we've
17121         actually tested it. Don't append pwd to the path of the executable
17122         we're testing.
17124 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
17126         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
17128 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
17130         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
17131         temporary directory for compiler files, and set it to a default
17132         value of /tmp. Set $output as the name of the output file from
17133         compiling the testcase. Add a -o option to $cflags_var so the
17134         compiler writes the final output file as $output. Set $executable
17135         to $output.
17137         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
17138         directory for compiler files, and set it to /tmp if it doesn't
17139         already have a value. Set $output_file to the name of the output
17140         file from compiling the testcase. Add a -o option to CXXFLAGS so
17141         the compiler writes the final output file as $output. Use $output
17142         as the executable to be tested.
17144 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17146         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
17148 1996-06-08  Jeffrey A Law  (law@cygnus.com)
17150         * gcc.c-torture/execute/pending-1.c: New test.  Still
17151         pending in Tege's queue.
17153 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
17155         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
17156         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
17157         if there were failures.  Call unresolved if there were unresolved
17158         testcases.  Call gcc_fail if program did not run to completion.
17159         (ph_make): Pass additional argument name to ph_execute.
17160         (ph_execute): Add new argument.  Pass additional arguments to
17161         ph_summary.  Call gcc_fail is there is no execution output.
17163 1996-04-24  Jeffrey A Law  (law@cygnus.com)
17165         * lib/plumhall.exp (proc_summary): Output relavent summary
17166         lines into the log so specific failures in plumhall can be
17167         investigated.
17169 1996-04-10  Jeffrey A Law  (law@cygnus.com)
17171         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
17172         (c-torture-execute): Don't try to execute tests which use
17173         "long long" types if $NO_LONG_LONG is nonzero.
17175 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
17177         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
17178         not c-torture.
17180         * gcc.ieee: Move from here.
17181         * gcc.c-torture/execute/ieee: To here.
17183 1996-03-26  Jeffrey A Law  (law@cygnus.com)
17185         * gcc.c-torture: Update to c-torture-1.41 release.
17187 1996-03-22  Jeffrey A Law  (law@cygnus.com)
17189         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
17190         not "$output".
17192 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
17194         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
17195         -c present.
17197 1996-03-02  Jeffrey A Law  (law@cygnus.com)
17199         * config/proelf.exp: Handle connecting to a simulator.
17201 1996-01-31  Jeffrey A Law  (law@cygnus.com)
17203         * config/proelf.exp: New file.  Enough framework that we can
17204         run c-torture tests on the proelf targets (or any other target
17205         that gdb can connect to for that matter).
17207 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
17209         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
17210         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
17212         * lib/plumhall.exp (ph_execute): Always call ph_summary if
17213         exec_output exists.
17215 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
17217         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
17218         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
17220         * config/*.exp: Update FSF address.  Change result of ${tool}_load
17221         to pass/fail/unresolved/unsupported/untested.  Caller must now
17222         call unresolved/unsupported/untested.
17223         * lib/*.exp: Update FSF address.  Update to handle new results of
17224         ${tool}_load.
17225         * lib/chill.exp (verbose): Delete.
17227 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
17229         * lib/gcc.exp (default_gcc_start): Change order of args to
17230         $LDFLAGS $CFLAGS $LIBS.
17231         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
17232         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
17233         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
17234         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
17235         * gcc.misc-tests/dg-test.exp: Likewise.
17236         * gcc.misc-tests/msgs.exp: Likewise.
17237         * gcc.prms/prms.exp: Likewise.
17238         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
17239         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
17241         * lib/dg.exp: Deleted, moved to dejagnu/lib.
17243 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17245         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
17247         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
17248         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
17250         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
17251         necessary.
17253 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
17255         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
17256         global for loop; add use of $mathlib.
17257         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
17258         settings here; set mathlib for anything but VxWorks.
17260 1996-01-22  Jeffrey A Law  (law@cygnus.com)
17262         * gcc.c-torture: Update to c-torture-1.40 release.
17264 1996-01-03  Jeffrey A Law  (law@cygnus.com)
17266         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
17267         dg.exp.
17269 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
17271         * lib/c-torture.exp (c-torture-execute): Declare "output" as
17272         global.
17274 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
17276         * lib/g++.exp (LIBS): Define if not already.
17277         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
17278         (gcc-dg-prune): Call prune_gcc_output.
17279         * lib/gcc.exp (prune_gcc_output): New proc.
17280         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
17281         prune_gcc_output.
17283 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
17285         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
17286         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
17288 1995-11-15  Jeffrey A Law  (law@cygnus.com)
17290         * gcc.c-torture: Update to c-torture-1.39 release.
17292 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
17294         * lib/c-torture.exp (c-torture-execute): Don't return if one option
17295         fails, try others as well.
17297 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
17299         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
17300         If compilation fails, mark execute tests as `untested'.
17301         If test is marked as unsupported, don't mark compilation and
17302         execute tests as failed.
17304 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
17306         * lib/g++.exp (g++_init): Don't link in libg++, and look to
17307         libstdc++ for whether or not we want to be doing shared
17308         libraries.  Delete link_curses since we don't need it anymore.
17309         * lib/mike-g++.exp (postbase): Don't link in libg++.
17310         * g++.old-deja/old-deja.exp: Likewise.
17312 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
17314         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
17316 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
17318         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
17319         For that, add `-Wl,-a,shared_archive'.
17320         * g++.old-deja/old-deja.exp: Likewise.
17322 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
17324         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
17326 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
17328         * lib/mike-g++.exp (postbase): Pay attention to the status of
17329         g++_load.
17331 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
17333           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
17335 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
17337         * lib/gcc.exp (default_gcc_start): No longer need to log program
17338         being executed or its output, execute_anywhere does that now.
17339         * lib/g++.exp (default_g++_version): Call execute_anywhere.
17340         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
17342 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
17344         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
17345         the same as those in lib/g++.exp.
17347 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
17349         * gcc.c-torture: Update to c-torture-1.38 release.
17350         * gcc.ieee: Related changes.
17352 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
17354         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
17355         "exec". Minor reformatting changes.
17357         * config/rom68k.exp (${tool}_load): Make it work in a canadian
17358         cross. This means all "exec" calls now work on a remote host as
17359         well.
17360         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
17361         cross. Filter out the extra "\r\n" stuff that expect puts in.
17362         (c-torture-execute): Filter out the bogus warnings like
17363         c-torture-compile does. Add support for canadian cross.
17364         * lib/gcc.exp (default_gcc_version, default_gcc_start)
17365         Use execute_anywhere rather than calling exec directly. Now it
17366         works for canadian cross testing.
17368 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
17370         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
17371         results into a variable, and check that rather than using file exists.
17373 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
17375         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
17376         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
17378 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17380         * g++.old-deja/old-deja.exp: Create and pass runshlib and
17381         lib_curses if there's a shared libg++ in the build tree.
17383 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
17385         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
17386         if not supported target.
17388 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
17390         * lib/g++.exp (g++_init): Move empty setting of runshlib and
17391         link_curses up to always happen, not just for native builds.
17393 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
17395         * gcc.c-torture: Update to c-torture-1.36 release.
17396         * gcc.failure: Related changes.
17398 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
17400         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
17402 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
17404         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
17405         * lib/mike-g++.exp (postbase): Not in here.  Still reference
17406         runshlib, link_curses, and mathlib for link and run.
17408         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
17409         pass the runtime shared library options for Solaris, OSF/1, and
17410         Irix5, and link with -lcurses to avoid unresolved references.
17412 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
17414         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
17415         only run once.
17417 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
17419         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
17421 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
17423         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
17424         do not have a framework for the "compat" tests yet.
17426 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
17428         * lib/mike-g++.exp (postbase): New local variable `mathlib',
17429         set to null if we're testing vxworks5.1.  Use that instead of
17430         `-lm' in the setting of LIBS for link and run.
17432 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
17434         * config/rom68k.exp (${tool}_load): Major changes to make it
17435         work.  Verified that it does in fact return the stuff in
17436         exec_output properly.  Catch any Emul or any TRAP other than 0.
17438 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
17440         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
17441         LDFLAGS properly for targets that need stuff from libgloss.
17442         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
17443         only run once.
17444         (gpp_initialized): New variable.
17446 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
17448         * config/rom68k.exp: Load libgloss.exp.
17449         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
17450         so we can produce a fully linked binary.
17451         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
17452         so we can produce a fully linked binary.
17454 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
17456         * lib/plumhall.exp (ph_section): Watch for expected failures.
17457         Add missing `else'.
17459         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
17460         run the testcase.
17461         (c-torture): Likewise.
17463 1995-08-28  Doug Evans  <dje@cygnus.com>
17465         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
17467         * lib/mike-g++.exp (mike_cleanup): New proc.
17468         (prebase): New globals compiler_result, not_compiler_result,
17469         target_regexp.
17470         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
17471         allow leading "-" in pattern.  Watch for unsupported tests.
17472         If $compiler_result is set, pattern match assembler code,
17473         and ditto for $not_compiler_result.
17474         * lib/mike-gcc.exp: Likewise.
17476         * lib/plumhall.exp (ph_execute): Only call ph_summary if
17477         execution "succeeded".
17479 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
17481         * config/win32.exp: New file.
17482         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
17484 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
17486         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
17487         unsupported.
17488         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
17489         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
17490         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
17492         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
17493         "... without exceptions was ...".  That is now handled by
17494         prune_system_crud.
17495         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17497 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
17499         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
17500         sieve.c,sort2.c}: New files.
17501         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
17502         sieve.exp,sort2.exp}: Drivers for them.
17504         * lib/mike-gcc.exp (program_output): New user settable variable.
17505         (postbase): Call prune_system_crud.  Also prune extraneous compiler
17506         messages.
17507         * lib/mike-g++.exp (program_output): New user settable variable.
17509         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
17511         * config/sh.exp: Deleted (use sim.exp instead).
17513 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
17515         * config/vx.exp: Declare CHECKTASK as global.
17516         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
17517         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
17518         * lib/old-dejagnu.exp: Load [pwd]/$executable.
17520 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17522         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
17523         target. Like vx.exp, only includes `vx29k.exp' instead of
17524         `vxworks.exp'.
17526 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
17528         * config/sim.exp: Increase time limit from 120 seconds to 240.
17530 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
17532         * gcc.c-torture/execute/950628-1.c: New test.
17534 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
17536         * gcc.c-torture: Update with changes/additions from
17537         c-torture-1.34.
17539 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
17541         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
17543 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
17545         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
17547 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
17549         * gcc.c-torture/compile/950512-1.c: New test.
17550         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
17551         * gcc.dg/struct-ret-1.c: Likewise.
17553 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
17555         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
17556           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
17558 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
17560         * gcc.c-torture/special/920411-1.c: Deleted.
17561         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
17563 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
17565         * config/sim.exp (${tool}_load): Hack in call to bash to get a
17566         cpu limit.
17568 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
17570         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
17572 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
17574         From kenner;
17575         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
17576         is the proper length.
17577         * va-arg-3.c: Likewise.
17579 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
17581         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
17582         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
17584         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
17585         * lib/g++.exp (default_g++_start): Delete old cruft.
17587 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
17589         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
17590         (2 * (1 << 18)) to (2 * (1 << 17)).
17592         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
17594 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
17596         * config/rom68k.exp: Renamed from config/idp.exp
17598 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
17600         * c-torture/compile/921109-2.c
17602 1995-04-18  Mike Stump  <mrs@cygnus.com>
17604         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
17605         excess errors.
17607 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
17609         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
17610         output.
17611         * lib/g++.exp (default_g++_start): Likewise.
17613 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
17615         * gcc.c-torture/compile/950329-1.c: New test.
17617 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17619           * config/bug.exp (${tool}_load): Updated to use new remote_open
17620           and remote_close procs.
17621         * config/idp.exp: New file.
17623 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17625         * gcc.c-torture/execute/950322-1.c: New test.
17627 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17629         * config/vx.exp (${tool}_load): Clean up testing of return code from
17630         vxworks_ld and vxworks_spawn.
17632 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17634         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17636 1995-03-13  Mike Stump  <mrs@cygnus.com>
17638         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17639         can mark excess errors on a machine by machine basis.  Note, the
17640         default is to not expect any excess errors, even when excess
17641         errors test - is given, so you will want to put an XFAIL ... on
17642         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17643         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17644         those 4 machines, but no others.
17646 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17648         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17649         * lib/c-torture.exp: to here.
17651 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17653         * gcc.c-torture/execute/950221-1.c: New test.
17654         * gcc.c-torture/execute/struct-ret-1.c: New test.
17655         * gcc.c-torture/compile/950221-1.c: New test.
17657         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17659 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17661         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17662         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17664 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17666         * g++.gb: New directory of tests, derived from my signature and
17667         class scoping tests.
17669         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17670         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17671         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17672         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17673         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17674         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17675         * g++.gb/sig25.C: Likewise.
17677         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17678         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17679         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17680         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17681         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17682         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17683         * g++.gb/sig25.exp: Likewise.
17685         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17686         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17687         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17688         * g++.gb/scope13.C: Likewise, this test still fails.
17690         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
17691         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
17692         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
17693         * g++.gb/scope13.exp: Ditto.
17695         * g++.gb/README: New file, explains what these tests are about.
17697 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
17699         * lib/dg.exp (dg-do): Support `preprocess'.
17700         (dg-test): Likewise.
17702 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
17704         * config/udi.exp: change "continue -expect" to "exp_continue".
17706 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
17708         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
17709         Delete redundant tests.
17711         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
17712         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
17713         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
17714         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
17715         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
17716         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
17717         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
17718         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
17720         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
17721         storing label pointers.
17722         * gcc.c-torture/execute/921019-1.c: Likewise.
17723         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
17724         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
17725         parameter fp.
17726         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
17727         constants.
17729         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
17730         Delete obsolete tests.
17732         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
17733         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
17734         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
17735         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
17736         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
17737         * gcc.c-torture/compile/950124-1.c: New test.
17739         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
17741 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
17743         * lib/mike-g++.exp: Add -lm to LIBS.
17745 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
17747         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
17749 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
17751         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
17753 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
17755         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
17757 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
17759         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
17760         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
17761         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
17762         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
17763         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
17764         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
17765         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
17766         * g++.law/{operators31.C, operators32.C,
17767         * g++.law/{operators33.C, operators34.C}: Likewise.
17768         * g++.law/{pic1.C, refs2.C}: Likewise.
17769         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
17770         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
17771         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
17772         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17774         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
17775         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
17776         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
17777         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
17778         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
17779         * g++.law/{enum9.exp, friend5.exp}: Likewise.
17780         * g++.law/{nest3.exp, nest4.exp}: Likewise.
17781         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
17782         * g++.law/{operators30.exp, operators31.exp}: Likewise.
17783         * g++.law/{operators32.exp, operators33.exp}: Likewise.
17784         * g++.law/{operators34.exp}: Likewise.
17785         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
17786         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
17787         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
17788         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
17789         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17791         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
17792         No longer expected to fail.
17793         * g++.law/missed-error3.C: Tweak for recent bool changes.
17795 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
17797         * config/emb-unix: Deleted.
17798         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
17799         remote execution.  Do final link on remote host if REMOTE_LINK is set.
17801 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
17803         * lib/dg.exp (dg-test): Fix typo in last patch.
17805 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
17807         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
17808         (handles multiple occurrences).
17810 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
17812         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
17813         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
17814         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
17815         printed).
17816         * lib/c-torture.exp (c-torture-compile): Likewise.
17817         (c-torture): Prepend full path if missing.
17818         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
17819         (gcc_fail): Likewise.
17820         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
17822 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
17824         * lib/netware.exp: Only attach to NetWare i386 systems.
17826 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
17828         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
17829         messages.  Add test name to "output pattern match" pass/fail message.
17831 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
17833         * gcc.dg: New testsuite.
17834         * gcc.dg/dg.exp: New file.
17836         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
17837         test-switch.c}: Deleted.
17839         * gcc.misc-tests/msgs.exp: New testcase driver.
17841 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
17843         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
17844         Watch for illegal return values from ${tool}_load.
17845         * config/unix.exp (${tool}_load): Fix pass/fail detection for
17846         cross targets.  Coerce return value >0 to 1.
17848 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
17850         * config/unix.exp (${tool}_load): Call program rsh, not proc.
17852         * config/emb-unix.exp: New file.
17854         * config/sim.exp: Error if variable $SIM not defined.
17855         (${tool}_load): Mark test as "untested" if simulator missing.
17857         * config/unix.exp: Load remote.exp to get rcp_download.
17858         * lib/c-torture.exp: Use different option lists for testcases with
17859         and without loops.
17860         * gcc.c-torture/execute/execute.exp: Likewise.
17862 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
17864         * config/*.exp: Clarify return code from ${tool}_load.
17865         Call `unresolved' or `untested' instead of `warning' or `perror'
17866         (sometimes you still want to call both though).
17867         Add comment that `shell_id' is local to each file.
17868         * config/udi.exp (timeout): Set to 30.
17869         Don't print warning if connection fails, $connectmode has already
17870         printed an error.
17871         (${tool}_load): Move verbose messages to level 2.
17872         Rework pattern for "Process started" message.
17873         Pass `shell_id' to ${connectmode}_download.
17874         Retry twice upon timeout.  Make resetting of target more robust.
17875         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
17876         Pass `shell_id' to exit_$connectmode.
17877         Only call exit_$connectmode if connected.
17878         * config/unix.exp (${tool}_load): Check return codes better.
17879         * config/vrtx.exp (${tool}_load): Likewise.
17880         * config/vx.exp (${tool}_load): Likewise.
17881         Delete unneeded global's.
17882         * lib/dg.exp (dg-test): Update to reflect clarified return codes
17883         from ${tool}_load.
17884         (dg-stat): Delete.
17885         (dg-init): Delete recording of pass/fail counts.
17886         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17887         (old-dejagnu-init): Likewise.
17888         (old-dejagnu-stat): Delete contents, empty proc now.
17889         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
17890         (c-torture): Delete references to lcnt, lpass, lfail.
17891         Get option list from TORTURE_OPTIONS.
17892         Delete -funroll[-all]-loops if no loops.
17893         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
17894         (g++_stat): Delete contents (empty proc now).
17895         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
17896         (gcc_finish): Likewise.
17897         (gcc_stat): Deleted.
17898         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
17899         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
17900         * gcc.c-torture/execute/execute.exp: Likewise.
17901         Split tests into two parts: compile, execute.
17902         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
17903         no loops.  Update to reflect clarified return codes from ${tool}_load.
17905 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
17907         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
17908         to grep for.
17909         (old-dejagnu): Likewise (where necessary).
17911 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
17913         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
17915         * lib/dg.exp (dg-process-target): Fix processing of selector.
17916         Add comment regarding use of `error'.
17918         * lib/gcc.exp (prune_system_crud): Define if missing.
17919         * lib/g++.exp (prune_system_crud): Likewise.
17921         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
17922         Call prune_system_crud.
17923         * lib/dg.exp (dg-runtest): New proc.
17924         Use perror instead of send_user for tcl errors in testcase.
17925         Don't return any value, it's never used.
17926         Don't clobber previous definition of `unknown'.
17927         Print tcl errors in `dg-final'.
17929 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
17931         * lib/dg.exp (dg-process-target): Improve syntax error messages.
17932         (dg-test): Don't print errorInfo, it contains stack backtrace.
17934 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
17936         * lib/g++.exp (runtest_file_p): Define if missing.
17938 1994-09-24  Doug Evans  (dje@cygnus.com)
17940         * lib/mike-g++.exp: Comment out loading of g++.exp.
17941         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
17942         (default_g++_version): Always print something.
17943         (default_g++_start): Comment out call to `which'.
17944         (g++_start, g++_load): Deleted (must be defined in config file).
17945         * lib/gcc.exp: Test for existence of $CC at start.
17946         Delete check for tmpdir (done in gcc_init).
17947         (default_gcc_version): Always print something.
17948         (default_gcc_start): Comment out call to `which'.
17949         * config/*.exp: Major cleanup - make cross targets work at least a
17950         little better for g++ (by not being "--tool gcc" specific).
17951         Rename gcc_xxx to ${tool}_xxx.
17952         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
17953         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
17955 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
17957         * lib/c-torture.exp (c-torture-compile): Rework compiler
17958         message processing.
17960         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
17961         c-torture.
17963 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
17965         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
17967         * lib/dg.exp (dg-process-target): Support { target native }.
17969 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
17971         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
17972         looked for "... program xxx got fatal signal".
17973         Correct regsub munging of `comp_output'.
17974         Ignore compiler messages "path prefix not used" and "linker input
17975         file unused".
17977 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
17979         * lib/gcc.exp (runtest_file_p): Define if missing.
17980         * gcc.prms/template.c: Example to work from.
17982 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
17984         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
17985         * lib/dg.exp (dg-test): Call unsupported testcases as such.
17987         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
17988         * gcc.prms/1883.c: Moved from compile/940714-1.c.
17989         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
17990         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
17992         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
17993         (dg-process-target): No longer a varargs proc.
17994         Return S/N for target, P/F for xfail.  All callers changed.
17995         (user option procs): More argument checking.
17996         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
17997         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
17998         (dg-test): Skip test if not running on selected target in `dg-do'.
17999         Update handling of `dg-do-what', `dg-output-text'.
18000         Separate execution pass/fail from output pattern match pass/fail.
18001         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
18003 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
18005         * gcc.c-torture/special/special.exp: Don't expect failure for mips
18006         target for 920510-1.c.
18008 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
18010         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
18011         Clean up comment regarding use of passcnt, etc.
18012         (gcc_stat): Don't update `testcnt' here.
18013         (gcc_finish): Do it here.
18014         Might as well reset `but_id' here too.
18015         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
18016         to determine if the file should be tested.
18017         * gcc.c-torture/compile/compile.exp: Likewise.
18018         * gcc.c-torture/execute/execute.exp: Likewise.
18019         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18020         * gcc.misc-tests/dg-test.exp: Likewise.
18021         * gcc.prms/prms.exp: Likewise.
18022         * gcc.wendy/wendy.exp: Likewise.
18023         * g++.old-deja.exp: Likewise.
18024         Move "Testing file" message to verbose level 1.
18026 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
18028         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
18030 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
18032         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
18033         (default_gcc_start): Accept optional second list element
18034         of compiler flags.  Print compiler output at verbosity level 2.
18035         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
18036         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
18037         Save current values of framework globals passcnt, failcnt, xpasscnt,
18038         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
18039         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
18040         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
18041         xfailcnt to compute stats.  Update framework global `testcnt' from
18042         pass/fail counts.
18043         (gcc_finish): New proc.  Clean up test environment.
18044         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
18045         (gcc_epass, gcc_efail): Delete.
18046         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
18047         argument of line number.
18048         (dg-init): If the tool has an init routine, call it.
18049         (dg-test): Remove args `cflags_var' and `libs_var'.
18050         Pass all compiler options to ${tool}_start.
18051         Handle missing line number.
18052         (dg-finish): New function.
18053         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
18054         particular files.  Call gcc_finish at end.  Move "skipping test"
18055         message to verbosity level 3.
18056         * gcc.c-torture/compile/compile.exp: Likewise.
18057         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18058         * gcc.c-torture/execute/execute.exp: Likewise.
18059         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18060         Print testcase being tried at verbosity level 1.
18061         * gcc.c-torture/special/special.exp: Unset xfail.
18062         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18063         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
18064         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
18065         * gcc.failure/failure.exp: Likewise.
18066         * gcc.ieee/ieee.exp: Likewise.
18067         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
18068         Update call to dg-test.  Call dg-finish at end.
18069         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
18070         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18071         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
18072         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
18073         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
18074         * gcc.wendy/wendy.exp: Add copyright.
18075         Delete setting of tmpdir (done by gcc_init).
18076         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
18077         Pass compiler flags to gcc_start.  Call gcc_finish at end.
18078         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
18079         gcc_[ce]pass/fail.
18081 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
18083         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
18084         confusion.
18085         (g++_load): Likewise.
18087         * config/*.exp (gcc_load): Some were varargs fns and some were not.
18088         Rename argument to `prog' to remove the confusion.
18089         Varargs fns behave differently too!
18090         (g++_load): Likewise.
18092         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
18094         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
18095         what it is.  Delete (always) printing of status value for !native.
18096         Simplify verbose code, and include status and exec_output.
18097         (g++_load): Use gcc_load.
18099 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
18101         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
18102         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
18103         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
18104         940714-3.c as these testcases don't exist anymore.  Make
18105         va-arg-1.c expected to pass.
18107 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
18109         * gcc.misc-tests/misc.exp: Only run specific testcases.
18110         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
18111         * gcc.misc-tests/dg-[1-9].c: New files.
18113         * lib/dg.exp: New testsuite driver.
18114         * gcc.prms/prms.exp: Use it.
18116         * README.gcc: New file.
18118         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
18119         Document and reset `lxpass' and `lxfail'.
18120         Simplify "initialized" message.
18121         (gcc_stat): Clean up comments a little.
18123 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
18125         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
18127 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
18129         * lib/old-dejagnu.exp (process-option): New proc.
18130         (old-dejagnu-init, old-dejagnu-stat): Likewise.
18131         (old-dejagnu): Simplify.
18132         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
18134 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
18136         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
18137         exists and is not an empty string.
18139         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
18140         $xfail rather than calling setup_xfail.  Clear $xfail when test is
18141         finished.
18142         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
18143         automatically.
18145         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
18146         longer expected to fail.
18148         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
18149         "f" function call.
18151         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
18153         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
18154         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
18155         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
18156         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
18157         c-torture-1.29.
18159         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
18160         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
18162         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
18164         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
18165         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
18167         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
18168         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
18169         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
18171 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
18173         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
18174         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
18175         940714-1.c, 940714-2.c, 940714-3.c},
18176         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
18177         gcc.misc-tests/{mg.c,mg.exp}:
18178         New tests.
18179         * gcc.noncompile/noncompile.exp: Change accordingly.
18181 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
18183         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
18184         Undo previous clobberage.
18186 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
18188         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
18189         * gcc.special/{930510-1.c, special.exp}:
18190         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
18191         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
18192         struct-varargs-1.c}: New tests from c-torture-1.26.
18194 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
18196         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
18197           argument to switch.
18199 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
18201         * Revert the previous changes.  Please see Rob's directory
18202           (/lisa/test/rob/progressive/gcc/testsuite) for testing
18203           fixes.
18205 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
18207         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
18208             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
18209             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
18210             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
18211             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
18212             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
18213             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
18214             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
18215             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
18216             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
18217             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
18218             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
18219             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
18220             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
18221             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
18222             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
18223             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
18224             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
18225             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
18226             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
18227             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
18228             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
18229             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
18230             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
18231             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
18232             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
18233             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
18235 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
18237         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
18238             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
18239           with perror calls.
18241 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
18243         * config/unix.exp (g++_load): Fix syntax.
18245 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
18247         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
18248         * gcc.noncompile/921017-1.c: Deleted obsolete test.
18249         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
18250         Don't expect va-arg-1.c to fail.  Correct expected output for
18251         920928-1.c.
18252         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
18253         * gcc.wendy/hbm4.c: Correct typo.
18254         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
18256 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
18258         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
18259         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
18260         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
18261         * lib/c-torture.exp (c-torture-compile): Ditto.
18263         Reduce volume of output (remove all the -I's and such).
18264         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
18265         Call gcc_cpass, gcc_cfail.
18266         (c-torture): Pass testing option to c-torture-compile.
18268 1994-03-21  Doug Evans  (dje@cygnus.com)
18270         Bring patches over from progressive.
18271         * config/default.exp: Exit remote shell cleanly.
18272         (g++_exit, g++_start): Add default versions.
18273         * config/sim.exp (gcc_load): Use perror, not error.
18275 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
18277         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
18278         set in site.exp.
18280 1994-03-14  Doug Evans  (dje@cygnus.com)
18282         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
18283         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
18284         (wendy_try): New proc to run testcase.
18285         (main loop): Call 'em.
18286         * gcc.wendy/*.c: Clean up pass to correct expected output.
18288         * lib/gcc.exp: Minor cleanup work.
18289         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
18291 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
18293         * config/sim.exp (gcc_load): Document return codes better.
18294         Don't pass -v to simulator.
18296 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
18298           * gcc.special/920717-x.c: Fix typo.
18299           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
18300           get at sources.
18302         * lib/mike-gcc.exp: Fix typo.
18304 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
18306         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
18307         binary to use, transform the name.
18308         * config/*.exp: rename everything. Nuke any g++ specific files,
18309         it's now a special case of gcc that requires no special support.
18310         Add a default.exp for unsupported targets.
18312 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
18314         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
18315         lib/old-dejagnu.exp: Fix a few patterns to work with the new
18316         version of Tcl.
18318 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
18320         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
18321         than a warning.
18323 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
18325         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
18327 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
18329         * gcc.execute/execute.exp: Combine opt_list and foption_list into
18330         option_list.  Compile every file with only 4/6 option choices
18331         (same as C torture) instead of with 12/18 different option
18332         choices.
18333         * lib/c-torture.exp: Likewise.
18335         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
18336         not already set.
18338 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
18340         * lib/old-deja.exp: Add `excess errors test fails' error, now one
18341         can put an XFAIL *-*-* on excess errors.
18343 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
18345         * g++.law: Add more tests derived from g++-bugs snapshots.
18347         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
18348         equivalent to g++.law/init9.
18350         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
18351         compiled it, and the a.out file after we've run it.
18353 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
18355         * lib/mike-g++.exp (postbase): Delete the .o file after we've
18356         compiled it, and the a.out file after we've run it.
18358 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
18360         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
18362 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
18364         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
18365         version number.
18367 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
18369         * g++.law: New directory of g++ tests derived from the g++-bugs
18370         snapshots.
18372 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
18374         * gcc.compile: initbug1.c initbug1.exp testcase added
18376 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
18378         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
18379         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
18380           fixes submitted by Jeff Law (law@cs.utah.edu)
18381         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
18382           Jeff Law (law@cs.utah.edu)
18385 1993-11-30  Mike Stump  (mrs@cygnus.com)
18387         * config/unix-g++.exp: Follow the gcc way of doing things.
18388         * g++.old-deja/old-deja.exp: Minor updates.
18389         * lib/g++.exp: New file, follow the gcc way of doing things.
18390         * lib/old-dejagnu.exp: Minor updates.
18391         * lib/mike-g++.exp: Always unset errorInfo.
18393 1993-11-06  Mike Stump  (mrs@cygnus.com)
18395         * lib/gcc.exp: Fix some errors with the below change, CC and
18396         CFLAGS should be global when setting, not local.
18398 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
18400         * lib/gcc.exp: Transform tool name.
18402 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18404         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
18406 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18408         * lib/gcc.exp: change gcc_done to gcc_stat
18410 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18412         * Upgraded gcc testsuite to c-torture version 1.25
18414 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
18416         * lib/gcc.exp: added reporting code. Changed verbose compile message.
18417         * lib/c-torture: added hooks for new reporting code.
18419 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
18421         * config/sh-gcc.exp: check if sh-sim exists in the path
18423 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
18425         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
18426         * gcc.compile/compile.exp: Initial changes for new logic.
18427         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
18428         * gcc.failure/failure.exp: Initial changes for new logic.
18429         * gcc.ieee/ieee.exp: Initial changes for new logic.
18430         * gcc.misc-tests/misc.exp: Initial changes for new logic.
18431         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
18432         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
18433         * lib/c-torture.exp: Initial changes for new logic.
18434         * lib/gcc.exp: Initial changes for new logic.
18436 1993-10-15  Mike Stump  (mrs@cygnus.com)
18438         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
18439         depend upon failure or success.  Fully qualify names in failure
18440         and success messages.  Always remove a.out before starting
18441         compile, just in case.  Pay more attention to error text output by
18442         the compiler.  Handle testcases with no known past errors just
18443         like all others, so that things are uniform.  Other miscellaneous
18444         improvements.
18446 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
18448         * gcc.cpp: new directory for cpp tests
18450 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
18452         * lib/chill.exp: Code reformatted, removed unused code.
18453         * config/unix-chill.exp: Code reformatted, removed unused code.
18454         * chill.execute/execute.exp: Code reformatted, removed unused code.
18455         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
18457 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
18459         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
18460         routines not written.
18462 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
18464         * config/bug-gcc.exp: Use new procs from bug.exp.
18466 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
18468         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
18469         via ftp, rather than depending on NFS.
18470         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
18471         case.
18473 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
18475         * config/bug-gcc.exp: Use new download proc.
18477 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
18479         * chill.execute/execute.exp: cleanups, handles errors better
18480         * chill.compile/compile.exp: rewrite, based on execute.exp
18481         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
18482         * lib/chill.exp: major changes to diff proc and compile and link
18483           procs. added chill_fail and chill_pass wrappers to pass and
18484           fail. added more comments, and handle error codes better.
18485           Added a hack to capture stderr from exec, so noncompile tests
18486           can work.
18488 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
18490         * chill.execute/execute.exp: rewrite of testsuite driver
18491         * lib/chill.exp: rewrite of testsuite driver
18492         * config/unix-chill.exp: rewrite of testsuite driver
18494 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
18496     In chill.execute:
18497         * iexpr.ch: Standardize uppercase.
18498         * tuples.dat: Standardize uppercase.
18499         * vary.ch: standardize.  Correct varying string assignments.
18500         * vary.dat: Add new output lines.
18502 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
18504     In chill.execute:
18505         * chprintf.ch: Standardize use of uppercase.
18506         * tuples.ch: Standardize and turn arr2 into a DCL,
18507           rather than a SYN.
18508         * pinits.ch: Standardize.
18510 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
18512         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
18513         * Makefil: Renamed to Makefile.in.
18514         * configure.in: New.
18516 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
18518     In chill.execute:
18519         * .cvsignore: Add result/output files.
18520         * Makefile: Fix up variables at start.  Use MFLAGS
18521           everywhere.  Correct bool_loc, built_ins entries.
18522           Add entry for vary1.ch.
18523         * bitarray.ch: Standardize upper-case usage.
18524         * bitexpr.ch: Standardize, add output of b1.
18525         * params.ch: Use arrayt in along PROC parameters, to
18526           avoid novelty problems.
18527         * sets.ch: Tiny cleanup.
18528         * vary1.ch: Re-indent.
18530 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
18532           * Add PR-related files to Makefiles, .cvsignore files, etc.
18534 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
18536         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
18537           with compiler objects. New names are test-flow.c and test-loop.c
18539 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
18541         * Upgraded c-torture tests from 1.19 to 1.20
18543         * new files:
18544         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
18545         * gcc.compile: 930623-1.c 930623-2.c
18546         * gcc.noncompile: 930622-1.c 930622-2.c
18547         * gcc.failure: 920411-1.c 920627-2.c
18548         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
18550 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
18552         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18553           More changes to get testsuite working properly. Needs more work.
18554           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
18556 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
18558         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18559           More changes to get testsuite working properly. Needs more work.
18561 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
18563         * chill.compile/compile.exp: Added for Dejagnu support
18564         * chill.execute/execute.exp: Added for Dejagnu support
18565         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
18567 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
18569     This should complete moving the CHILL test files.
18570         * chill.noncompile(.cvsignore printf.grt
18571             in-printf.grt chprintf.grt chprintf.ch):
18572             Added test-support files.
18573           (Makefile): Modified further.
18574         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
18575             signal.ch): Added test files.
18576           * chill.execute (.cvsignore printf.grt printr.c
18577             in-printf.grt rts.c chprintf.grt rts.h): Added
18578           test-support files.
18579             (Makefile): More corrections.
18581 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
18583         * chill.compile, chill.execute, chill.nocompile: Add CHILL
18584           test cases, ready for DejaGnu.
18586 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
18588         * Upgraded c-torture tests from 1.18 to 1.19
18590         * gcc.compile: added test(s):
18591           930607-1.c
18592         * gcc.execute: added test(s):
18593           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
18595         * added new subdirectory for misc tests: gcc.misc-tests
18596         * gcc.misc-test(s): added tests:
18597           inst-check.c test-consts.c test-ior.c test-switch.c
18599 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
18601         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
18603 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
18605         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
18607 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
18609         * Upgraded c-torture tests from 1.17 to 1.18
18611 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
18613         * Upgraded c-torture tests from 1.12 to 1.17
18615 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
18617         * lib/old-dejagnu.exp:
18618           Fixed handling of XFAIL target triplets to correctly
18619           recognize wildcard characters.  Removed code that
18620           appended a unique id tag to the end of the file name
18621           printed out by the result of the testcases within a
18622           given test file.
18624 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18626         * lib/old-dejagnu.exp:
18627           Reworked expected failure handling to trigger off of XFAIL
18628           keyword in keyphrase embeded in testcase source code. The
18629           XFAIL keyword must be at the end of the keyphrase line. It
18630           may optionally be followed by one or more target triplets.
18631           It has just occured that the handling of wildcards in the
18632           target triplet may not be correct.
18634 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18636         * g++.old-deja/tests:
18637           Moved all subdirectories up one level into g++.old-deja .
18639         * lib/old-dejagnu.exp:
18640           Fixed problem with CXXFLAGS not being properly reset, and being
18641           corrupted with extraneous "-c" compiler option.  This was
18642           causing binaries to not be generated for test that needed them.
18643           Modified strings passed to "pass" and "fail" so that individual
18644           tests from the same test file would be distinguished by an
18645           identifier appended to the test file name in the summary logs;
18646           this corrected a problem with erroneous diff logs.  Added code
18647           to search testcases for expected fail and unexpected pass keywords.
18649 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18651         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18653 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18655         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18656           Removed extraneous text from end of "Special g++ Options"
18657           keyphrase.
18659         * lib/old-dejagnu.exp: Added pattern matching to look for new
18660           keywords, embedded in testcases comments, which will trigger
18661           calls to xpass and xfail.
18663 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18665         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18666           comments embedded in the testcases, especially the one looking for
18667           special compiler options, as well as the pattern matching for the
18668           compiler output again.
18670 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18672         * lib/old-dejagnu.exp: Do a proper check of the return value for
18673           execute tests. Fixed several problems with the pattern matching
18674           of the compiler output which gave erroneous test results.
18675           Changed several of the test result messages to be more descriptive.
18676         * config/unix-g++.exp: Proc g++_load now actually works and
18677           executes the tests passed to it and returns a usable return
18678           value.
18680 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18682           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18684 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18686         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18687           Modified both files to properly execute the old style
18688           dejagnu tests. The previous versions of these files were
18689           experimental and did not function anything near correctly.
18691 1993-04-05  Rob Savoye  (rob@cygnus.com)
18693         * Removed all Makefile.in and configure.in files. No configuration
18694         needed now.
18696 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
18698         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
18700 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18702         * gcc.compile/configure.in, gcc.unsorted/configure.in,
18703         gcc.special/configure.in, gcc.noncompile/configure.in,
18704         gcc.execute/configure.in, gcc.code_quality/configure.in,
18705         g++.other/configure.in, g++.old-deja/configure.in,
18706         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
18707         in srcname setting.
18709 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
18711         * lib/udi.exp:  Fixed mondfe and mondfe_download.
18712         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
18713         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
18715 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
18717         * config/udi-gdb.exp: Check $shell_id after connecting to target.
18718         (gdb_exit): Don't remove *_soc files.
18720 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
18722         * lib/c-torture.exp: Don't look for main; instead always use -w
18723         -c.  This is how the c-torture tests work.  Remove the object
18724         file if the compilation succeeds.
18725         * gcc.execute/execute.exp: Remove executable if test passes.
18726         * gcc.noncompile/noncompile.exp: Every test is an expected
18727         failure.
18728         * gcc.special/special.exp: Added tests from c-torture 1.11,
18729         corrected use of existing test.
18730         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
18731         gcc.execute/920625-1.c: Updated to c-torture 1.11.
18732         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
18733         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
18734         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
18735         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
18736         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
18737         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
18738         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
18739         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
18740         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
18741         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
18742         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
18743         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
18744         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
18745         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
18746         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
18747         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
18748         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
18749         c-torture 1.11.
18750         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
18751         correspond to c-torture 1.11.
18753         * New file.