* g++.dg/template/spec10.C: Set exit value to zero on success. Fix
[official-gcc.git] / gcc / testsuite / ChangeLog
blob49f002aaf7a225636f3b4b188aeea15fd26cd7d5
1 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
3         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
4         indentation.
6 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8         PR c++/10147
9         * g++.dg/other/error4.C: Update error messages.
10         * g++.dg/template/ptrmem4.C: Likewise.
11         
12         PR c++/12337
13         * g++.dg/init/new9.C: New test.
14         
15         PR c++/12334, c++/12236, c++/8656
16         * g++.dg/ext/attrib8.C: New test.
18 2003-10-06  Devang Patel  <dpatel@apple.com>
20         * gcc.dg/debug/dwarf2-3.h: New test.
21         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
22         
23 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
25         * g++.dg/opt/cfg2.C: New test.
27 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
29         * g++.dg/opt/float1.C: New test.
31 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
33         * gcc.dg/c90-array-lval-6.c: New test.
34         * gcc.dg/c99-array-lval-6.c: New test.
36 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
37             Ziemowit Laski  <zlaski@apple.com>
39         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
40         'Derived', so that it is never considered a class method; add
41         new warning for '+port' method ambiguity.
42         * objc.dg/method-12.m: Include <objc/objc.h> instead of
43         <objc/objc-api.h> (needed on Mac OS X).
44         * objc.dg/method-13.m: New test.
46 2003-10-03  Roger Sayle  <roger@eyesopen.com>
48         PR optimization/9325, PR java/6391
49         * gcc.c-torture/execute/20031003-1.c: New test case.
51 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
53         PR optimization/12180
54         * gcc.dg/20031002-1.c: New test.
56         PR c++/12486
57         * g++.dg/inherit/error1.C: New test.
59 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
61         * lib/f-torture.exp (search_for): Rename to...
62         (search_for_re): This.  Also, clean up comments and the
63         "regexp" invocation.
65 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
67         * gcc.c-torture/compile/20031002-1.c: New test.
69 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
71         * g++.dg/opt/cond1.C: New test.
73 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
75         * gcc.dg/Wold-style-definition-2.c: New testcase.
76         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
78 2003-09-29  Richard Henderson  <rth@redhat.com>
80         * g++.dg/init/array10.C: Add dg-options.
82 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
84         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
86 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
88         * g++.dg/template/friend19.C: Fix typo.
89         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
91 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
93         * gcc.c-torture/execute/20030928-1.c: New test.
94         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
96 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
98         * g++.dg/opt/unroll1.C: New test.
100 2003-09-26  Roger Sayle  <roger@eyesopen.com>
102         PR optimization/11741
103         * gcc.dg/20030926-1.c: New test case.
105 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
107         PR c++/5655
108         * g++.dg/parse/access7.C: New test.
109         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
111 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
113         MERGE OF objc-improvements-branch into MAINLINE:
114         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
115         if libobjc has not been built.
116         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
117         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
118         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
119         objc/execute/nested-3.m, objc/execute/np-2.m,
120         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
121         objc/execute/redefining_self.m, objc/execute/root_methods.m,
122         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
123         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
124         objc.dg/special/unclaimed-category-1.h,
125         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
126         well as GNU runtime.
127         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
128         * execute/cascading-1.m, execute/function-message-1.m,
129         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
130         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
131         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
132         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
133         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
134         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
135         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
136         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
137         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
138         * objc.dg/bitfield-2.m: Run only on Darwin.
139         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
140         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
141         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
142         * objc.dg/const-str-1.m: Fix constant string layout.
144 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
146         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
148 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
150         * gcc.dg/darwin-abi-1.c: New file.
152 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
154         PR target/12281
155         * gcc.c-torture/compile/20030921-1.c: New test.
157 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
159         * g++.dg/opt/reg-stack2.C: New test.
161 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
163         * g++.dg/eh/delayslot1.C: New test.
165 2003-09-20  Richard Henderson  <rth@redhat.com>
167         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
169 2003-09-20  Roger Sayle  <roger@eyesopen.com>
171         * gcc.c-torture/execute/20030920-1.c: New test case.
173 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
175         * g++.dg/rtti/typeid3.C: Correct expected error message.
177 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
179         PR c++/157
180         * g++.dg/parse/crash12.C: New test.
182 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
184         * gcc.dg/compat/mixed-struct-check.h: New.
185         * gcc.dg/compat/mixed-struct-defs.h: New.
186         * gcc.dg/compat/mixed-struct-init.h: New.
187         * gcc.dg/compat/struct-by-value-19_main.c: New.
188         * gcc.dg/compat/struct-by-value-19_x.c: New.
189         * gcc.dg/compat/struct-by-value-19_y.c: New.
190         * gcc.dg/compat/struct-by-value-20_main.c: New.
191         * gcc.dg/compat/struct-by-value-20_x.c: New.
192         * gcc.dg/compat/struct-by-value-20_y.c: New.
193         * gcc.dg/compat/struct-return-19_main.c: New.
194         * gcc.dg/compat/struct-return-19_x.c: New.
195         * gcc.dg/compat/struct-return-19_y.c: New.
196         * gcc.dg/compat/struct-return-20_main.c: New.
197         * gcc.dg/compat/struct-return-20_x.c: New.
198         * gcc.dg/compat/struct-return-20_y.c: New.
200 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
201         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
202         so that it will not complain on LP64 targets.
204 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
206         PR c++/495
207         * g++.dg/template/friend24.C: New test.
209 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
211         PR c++/12332
212         * g++.dg/template/memtmpl2.C: New test.
214 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
216         PR target/11184
217         * gcc.dg/builtin-apply1.c: New test.
219 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
221         PR c++/9848
222         * g++.dg/warn/Wunused-4.C: New test.
224 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
226         PR c++/12316
227         * g++.dg/other/gc2.C: New test.
229 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
231         PR c++/11991
232         * g++.dg/rtti/typeid3.C: New test.
234         PR c++/12266
235         * g++.dg/overload/template1.C: New test.
237 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
239         * g++.dg/opt/cfg3.C: New test.
241 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
243         PR c++/7939
244         * g++.dg/template/crash11.C: New test.
246 2003-09-16  Jason Merrill  <jason@redhat.com>
247             Jakub Jelinek  <jakub@redhat.com>
249         * gcc.dg/attr-warn-unused-result.c: New test.
251 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
253         PR c++/12184
254         * g++.dg/expr/call2.C: New test.
256 2003-09-15  Andreas Jaeger  <aj@suse.de>
258         * gcc.dg/Wold-style-definition-1.c: New test.
260 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
262         PR c++/3907
263         * g++.dg/parse/template12.C: New test.
265         * g++.dg/abi/bitfield11.C: New test.
266         * g++.dg/abi/bitfield12.C: Likewise.
268 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
270         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
271         non-expansion of functional macro name without arguments at EOL.
272         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
274 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
276         * gcc.c-torture/execute/20030914-[12].c: New tests.
278 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
280         PR c++/11788
281         * g++.dg/overload/addr1.C: New test.
283 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
285         * gcc.dg/20030909-1.c: New test.
287 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
289         * gcc.dg/ultrasp10.c: New test.
291 2003-09-09  Devang Patel  <dpatel@apple.com>
293         * gcc.dg/darwin-ld-6.c: New test.
294         
295 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
297         * gcc.dg/torture/builtin-explog-1.c: New testcase.
299 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
301         * gcc.dg/ia64-types1.c: New test.
302         * gcc.dg/ia64-types2.c: Likewise.
304 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
306         * gcc.dg/builtins-1.c: Add more _Complex tests.
307         * gcc.dg/torture/builtin-attr-1.c: Likewise.
309         * gcc.dg/builtins-1.c: Test existing _Complex functions.
310         * gcc.dg/torture/builtin-attr-1.c: Likewise.
312 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
314         PR c++/11786
315         * g++.dg/lookup/koenig2.C: New test.
317         PR c++/5296
318         * g++.dg/rtti/typeid2.C: New test.
320 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
322         * gcc.c-torture/compile/20030904-1.c: New test.
324 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
326         * g++.dg/opt/longbranch2.C: New test.
328 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
330         * g++.dg/template/crash10.C: Only compile it.
332 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
334         PR middle-end/11665
335         * gcc.c-torture/compile/20030907-1.c: New test.
336         * g++.dg/init/array11.C: New test.
338 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
340         PR c++/11852
341         * g++.dg/init/struct1.C: New test.
343 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
345         PR c++/12181
346         * g++.dg/expr/comma1.C: New test.
348 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
350         PR c++/11867
351         * g++.dg/expr/static_cast5.C: New test.
353 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
355         PR c++/11507
356         * g++.dg/lookup/scoped7.C: New test.
358         PR c++/9574
359         * g++.dg/other/static1.C: New test.
361         PR c++/11490
362         * g++.dg/warn/template-1.C: New test.
364         PR c++/11432
365         * g++.dg/template/crash10.C: New test.
367         PR c++/2478
368         * g++.dg/overload/VLA.C: New test.
370         PR c++/10804
371         * g++.dg/template/call1.C: New test.
373 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
375         PR c++/11794
376         * g++.dg/parse/using3.C: New test.
378 2003-09-06  Roger Sayle  <roger@eyesopen.com>
380         PR c++/11409
381         * g++.dg/overload/builtin3.C: New test case.
383 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
385         PR c/9862
386         * gcc.dg/20030906-1.c: New test.
387         * gcc.dg/20030906-2.c: Likewise.
389 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
391         PR c++/12167
392         * g++.dg/parse/defarg5.C: New test.
394         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
396 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
398         PR c++/12163
399         * g++.dg/expr/static_cast4.C: New test.
401         PR c++/12146
402         * g++.dg/template/crash9.C: New test.
404 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
406         * g++.old-deja/g++.ext/pretty2.C: Update for change 
407         in __FUNCTION__.
408         * g++.old-deja/g++.ext/pretty3.C: Likewise.
410 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
412         PR c++/11922
413         * g++/dg/template/qualified-id1.C: New test.
414         
415         PR c++/12037
416         * g++.dg/warn/noeffect4.C: New test.
418 2003-09-04  Matt Austern  <austern@apple.com>
420         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
421         * g++.dg/ext/fnname2.C: Likewise.
422         * g++.dg/ext/fnname3.C: Likewise.
423         
424 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
426         * g++.dg/expr/lval1.C: New test.
427         * g++.dg/ext/lvcast.C: Remove.
429 2003-09-03  Roger Sayle  <roger@eyesopen.com>
431         PR optimization/11700.
432         * gcc.c-torture/compile/20030903-1.c: New test case.
434 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
436         PR c++/12053
437         * g++.dg/abi/layout4.C: New test.
439 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
441         PR c++/11553
442         * g++.dg/parse/friend3.C: New test.
443         
444 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
446         PR c++/11847
447         * g++.dg/template/class1.C: New test.
449         PR c++/11808
450         * g++.dg/expr/call1.C: New test.
452 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
454         PR c++/12114
455         * g++.dg/init/ref9.C: New test.
457         PR c++/11972
458         * g++.dg/template/nested4.C: New test.
460 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
462         PR c++/12093
463         * g++.dg/template/non-dependent4.C: New test.
465         PR c++/11928
466         * g++.dg/inherit/conv1.C: New test.
468 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
470         PR c++/6196
471         * g++.dg/ext/label1.C: New test.
472         * g++.dg/ext/label2.C: Likewise.
474 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
476         * g++.dg/expr/cond3.C: New test.
478 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
480         * gcc.dg/builtins-1.c: Add new builtin cases.
482 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
484         * gcc.dg/builtins-1.c: Add new cases.
485         * gcc.dg/torture/builtin-attr-1.c: Likewise.
487 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
489         * gcc.dg/builtins-1.c: Add more math builtin tests.
490         * gcc.dg/torture/builtin-attr-1.c: New test.
492 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
494         PR optimization/5079
495         * g++.dg/opt/static3.C: New test.
497 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
499         * gcc.misc-tests/gcov-10b.c: New test.
501 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
503         * g++.dg/opt/ptrmem3.C: New test.
505         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
507 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
509         * gcc.dg/20030826-2.c: New test.
511 2003-08-26  Roger Sayle  <roger@eyesopen.com>
513         PR middle-end/12002
514         * g77.f-torture/compile/12002.f: New test case.
516 2003-08-26  Roger Sayle  <roger@eyesopen.com>
518         * gcc.dg/20030826-1.c: New test case.
520 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
522         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
524 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
526         PR c++/11871
527         * c++.dg/lookup/crash1.C: New test.
529         * c++.dg/warn/noeffect3.C: New test.
531 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
533         * gcc.dg/compat/vector-1_x.c: Compile with -w.
534         * gcc.dg/compat/vector-1_y.c: Ditto.
535         * gcc.dg/compat/vector-2_x.c: Ditto.
536         * gcc.dg/compat/vector-2_y.c: Ditto.
538 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
540         * gcc.dg/20030702-1.c: New test.
542 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
544         PR c++/8795
545         * g++.dg/ext/altivec-1.C: New test.
547 2003-08-24  Richard Henderson  <rth@redhat.com>
549         * g++.dg/eh/simd-2.C: Add -w for x86.
551 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
553         * gcc.dg/20030815-1.c: New test.
555 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
557         PR c++/3765
558         * g++.dg/parse/access6.C: New test.
560 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
562         PR c++/641, c++/11876
563         * g++.dg/template/friend22.C: New test.
564         * g++.dg/template/friend23.C: Likewise.
566 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
568         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
569         identically.
571 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
573         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
575 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
577         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
579 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
581         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
583 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
585         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
587 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
589         PR c++/11919
590         * g++.dg/overload/prom1.C: New test.
592         PR c++/11551
593         * g++.dg/parse/dtor2.C: New test.
595         PR c++/10762
596         * g++.dg/parse/using2.C: New test.
598 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
600         PR target/11805
601         * gcc.c-torture/compile/20030821-1.c: New.
603 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
605         PR c++/11834
606         * g++.dg/template/deduce2.C: New test.
608 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
610         * gcc.c-torture/execute/20030821-1.c: New test.
612 2003-08-20  Roger Sayle  <roger@eyesopen.com>
614         PR middle-end/11984
615         * gcc.dg/20030820-1.c: New test case.
617 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
619         PR c++/11945
620         * g++.dg/warn/noeffect2.C: New test.
622 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
624         PR c++/10926
625         * g++.dg/template/dtor2.C: New test.
627         PR c++/11684
628         * g++.dg/template/operator1.C: New test.
629         * g++.dg/parse/operator4.C: New test.
631         PR c++/11946.C
632         * g++.dg/expr/enum1.C: New test.
633         * gcc.dg/c99-bool-1.c: Remove bogus warning.
635         PR c++/11036.C
636         * g++.dg/parse/elab2.C: New test.
637         * g++.dg/parse/typedef4.C: Change error message.
638         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
639         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
640         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
642 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
644         * gcc.dg/pch/warn-1.c: New.
645         * gcc.dg/pch/warn-1.hs: New.
647         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
648         not-tested file.
650 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
652         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
654 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
656         * gcc.dg/uninit-D.c: New Test.
657         * gcc.dg/uninit-E.c: New Test.
658         * gcc.dg/uninit-F.c: New Test.
659         * gcc.dg/uninit-G.c: New Test.
661 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
663         * g++.dg/README: Describe the pch directory.
665 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
667         PR c++/11174
668         * g++.dg/parse/access4.C: New test.
669         * g++.dg/parse/access5.C: Likewise.
670         * g++.old-deja/g++.jason/access17.C: Adjust error message.
672 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
674         * gcc.dg/noncompile/20030818-1.c: New.
676 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
678         PR c++/11957
679         * g++.dg/warn/noeffect1.C: New test.
681         * g++.dg/template/scope2.C: New test.
682         * g++.dg/template/error2.C: Correct dg-error
684 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
686         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
688 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
690         PR C++/11512
691         * g++.dg/template/warn1.C: New.
693 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
695         * g++.dg/template/error2.C: New test.
696         * g++.dg/lookup/using7.C: Adjust errors
697         * g++.old-deja/g++.pt/crash36.C: Likewise.
698         * g++.old-deja/g++.pt/derived3.C: Likewise.
700 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
702         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
703         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
704         * gcc.c-torture/execute/builtins/string-9.c: New, from
705         string-opt-9.c.  Adjust for execute/builtins framework.
706         * gcc.c-torture/execute/string-opt-9.c: Delete.
708 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
710         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
712         * g++.dg/parse/ret-type2.C: New test.
714         PR c++/11703
715         * g++.dg/init/new8.C: New test.
717         PR c++/10923
718         * g++.dg/parse/typedef5.C: New test.
720         PR c++/9512
721         * g++.dg/parse/qualified2.C: New test.
722         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
723         invalid code.
725 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
727         * g++.dg/conversion/ptrmem1.C: New test.
729 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
731         PR target/11693
732         * gcc.dg/20030811-1.c: New test.
734         PR target/11535
735         * gcc.c-torture/execute/20030811-1.c: New test.
737 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
739         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
741 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
743         PR c++/11789.C
744         * g++.dg/inherit/multiple1.C: New test.
746 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
748         * gcc.dg/spe1.c: New test.
750         PR c++/11670
751         * g++.dg/expr/cast2.C: New test.
752         
753         PR c++/10530
754         * g++.dg/template/dependent-name2.C: New test.
756 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
758         * g++.dg/parse/crash11.C: Put the dg options in comments.
760 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
762         * lib/gcc-dg.exp: Update for diagnostic change.
764 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
766         PR c++/5767
767         * g++.dg/parse/crash11.C: New test.
769 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
771         * gcc.dg/cpp/spacing1.c: Update.
773 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
775         PR target/11739
776         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
777         a value for -mtune.
779 2003-08-04  Roger Sayle  <roger@eyesopen.com>
781         PR middle-end/11771
782         * gcc.c-torture/compile/20030804-1.c: New test case.
784 2003-08-04  Roger Sayle  <roger@eyesopen.com>
786         * gcc.dg/20030804-1.c: New test case.
788 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
790         * gcc.dg/cpp/separate-1.c: New test.
792 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
794         PR c++/11704
795         * g++.dg/template/dependent-expr2.C: New test.
797         PR c++/11766
798         * g++.dg/expr/ptrmem1.C: New test.
800 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
802         PR c++/9453
803         * g++.dg/template/friend15.C: New test.
805 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
807         * lib/dg-pch.exp: Work round PCH bug.
809 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
811         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
812         builtins.  Move cases from builtins-4.c here.
814         * gcc.dg/torture/builtin-math-1.c: New test taken from
815         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
816         additional cases.
817         
818         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
819         Delete.
821 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
823         PR c++/9447
824         * g++.dg/template/using7.C: New test.
826 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
828         * import1.c, import2.c: New tests.
830 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
832         * g++.dg/eh/crossjump1.C: New test.
834 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
836         PR c++/11697
837         * g++.dg/template/using6.C: New test.
839         PR c++/11744
840         * g++.dg/template/koenig2.C: New test.
842 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
844         PR c++/7983
845         * g++.dg/parse/typedef4.C: New test.
847 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
849         PR c++/8442, c++/8806
850         * g++.dg/template/elab1.C: New test.
851         * g++.dg/template/type2.C: Likewise.
852         * g++.dg/template/ttp3.C: Adjust expected error message.
853         * g++.old-deja/g++.law/visibility13.C: Likewise.
854         * g++.old-deja/g++.niklas/t135.C: Likewise.
855         * g++.old-deja/g++.pt/ttp41.C: Likewise.
856         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
857         template argument.
858         * g++.old-deja/g++.pt/ttp44.C: Likewise.
860 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
862         PR c++/11295
863         * g++.dg/ext/stmtexpr1.C: New test.
865         * g++.dg/opt/tmp1.C: New test.
867         PR c++/11525
868         * g++.dg/parse/constant4.C: New test.
870         PR c++/9447
871         * g++.dg/template/using5.C: New test.
873 2003-07-31  Roger Sayle  <roger@eyesopen.com>
875         * gcc.dg/builtins-27.c: New test case.
877 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
879         * gcc.dg/tls/opt-7.c: New test.
881 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
882         
883         * g++.old-deja/g++.other/crash18.C: Remove.
885 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
887         * g++.dg/template/explicit3.C: New.
888         * g++.dg/template/explicit4.C: New.
889         * g++.dg/template/explicit5.C: New.
891         PR c++/11347
892         * g++.dg/template/memtmpl1.C: New.
894 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
896         PR target/11565
897         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
898         * gcc.dg/i386-387-5.c (dg-options): Likewise.
900 2003-07-30  Jan Hubicka  <jh@suse.cz>
902         * vtgc1.c: Kill.
904 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
906         * gcc.dg/struct-in-proto-1.c: New test.
908 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
910         * gcc.dg/cpp/include2.c: Only expect one message.
912 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
914         PR c++/9447
915         * g++.dg/template/using1.C: New test.
916         * g++.dg/template/using2.C: New test.
917         * g++.dg/template/using3.C: New test.
918         * g++.dg/template/using4.C: New test.
920 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
922         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
923         * gcc.c-torture/execute/string-opt-10.c: Likewise.
925 2003-07-28  Jan Hubicka  <jh@suse.cz>
927         PR c++/11530
928         * g++.dg/opt/call1.C: New test.
930 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
932         PR c++/11667
933         * g++.dg/init/enum2.C: New test.
934         * g++.dg/template/overload1.C: Add "-w" option.
936 2003-07-28    <hp@bitrange.com>
938         * gcc.dg/Wdeclaration-after-statement-1.c,
939         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
941 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
943         * gcc.c-torture/compile/20030725-1.c: New test.
945 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
947         * gcc.dg/20030505.c: Only run for SPE.
948         Remove definition of opaque type.
950 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
952         * g++.dg/template/ptrmem6.C: New test.
954 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
956         * gcc.c-torture/compile/zero-strct-2.c: New test.
958 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
960         * gcc.dg/intermod-1.c: New test.
962 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
964         PR c++/11617
965         * g++.dg/template/lookup2.C: New test.
966         * g++.dg/template/memclass1.C: Remove instantiated from error.
967         * g++.dg/other/error2.C: Tweak expected errors.
969         PR c++/11596
970         * g++.dg/template/defarg3.C: New test.
972         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
974 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
976         * g++.dg/inherit/access5.C: New test.
978 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
980         PR c++/11513
981         * g++.dg/template/crash8.C: New test.
983 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
985         PR c/10602
986         * gcc.dg/noncompile/incomplete-2.c: New test.
988 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
990         PR c++/11645
991         * g++.dg/inherit/access4.C: New test.
993         PR c++/11517
994         * g++.dg/expr/cond2.C: New test.
996         PR optimization/10679
997         * g++.dg/opt/inline4.C: New test.
999 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
1001         * g++.dg/parse/crash10: New test.
1003 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1005         * g++.dg/ext/flexary1.C: New test.
1007 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1009         PR c++/10793
1010         * g++.dg/template/crash9.C: New test.
1012 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1014         PR c++/3004
1015         * g++.dg/parse/typedef3.C: New test.
1017         PR c++/7906
1018         * g++.dg/parse/operator2.C: New test.
1020         PR c++/8895
1021         * g++.dg/parse/def-tmpl-arg1.C: New test.
1023         PR c++/9282
1024         * g++.dg/parse/funptr1.C: New test.
1026         PR c++/9452
1027         * g++.dg/parse/ambig3.C: New test.
1029         PR c++/9454
1030         * g++.dg/parse/operator3.C: New test.
1032         PR c++/9486
1033         * g++.dg/parse/template10.C: New test.
1035         PR c++/9488
1036         * g++.dg/parse/template11.C: New test.
1038         PR c++/10150
1039         * g++.dg/parse/invalid-op1.C: New test.
1041         PR c++/10247
1042         * g++.dg/parse/condexpr1.C: New test.
1044 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1046         * g++.dg/ext/packed3.C: New test.
1047         * g++.dg/ext/packed4.C: New test.
1049         * gcc.dg/pack-test-3.c: New test.
1051 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
1053         * lib/compat.exp: Handle dg-options per source file.
1054         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
1055         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
1056         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
1057         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
1058         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
1059         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
1060         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
1061         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
1062         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
1063         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
1064         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
1065         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
1066         * g++.dg/compat/break/bitfield7_x.C: Ditto.
1067         * g++.dg/compat/break/bitfield7_y.C: Ditto.
1069 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1071         PR c/10320
1072         * gcc.c-torture/execute/20030718-1.c: New test.
1074 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1076         PR optimization/11536
1077         * gcc.dg/20030721-1.c: New test.
1079 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
1081         PR c++/11546
1082         * g++.dg/template/lookup1.C: New test.
1084 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
1086         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
1087         diagnostics of ill-formed constructs involving labels.
1088         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
1089         the new 'previously defined here' message.
1091 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
1093         * g++.dg/parse/non-dependent2.C: New test.
1095 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
1097         * g++.dg/init/init-ref4.C: xfail on targets without
1098         weak symbols.
1100 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
1102         PR target/11087
1103         * gcc.c-torture/execute/20030717-1.c: New test.
1105 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1107         * g++.dg/opt/cfg1.C: New test.
1109 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
1111         PR optimization/11557
1112         * gcc.dg/20030717-1.c: New test.
1114 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
1116         PR c++/10476
1117         * g++.dg/expr/crash-1.C: New test.
1119         PR c++/11027
1120         * g++.dg/template/init3.C: New test.
1122         PR c++/8222
1123         * g++.dg/template/non-dependent1.C: New test.
1125         PR c++/11070
1126         * g++.dg/template/non-dependent2.C: New test.
1128         PR c++/11071
1129         * g++.dg/template/non-dependent3.C: New test.
1131         PR c++/9907
1132         * g++.dg/template/sizeof5.C: New test.
1134 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
1136         PR 11498
1137         * gcc.c-torture/compile/mangle-1.c: New file.
1139 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1141         PR c++/7809
1142         * g++.dg/parse/access3.C: New test.
1144 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
1146         PR c++/11384
1147         * g++.dg/init/init-ref4.C: New test.
1149 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
1151         PR c++/11547
1152         * g++.dg/parse/constant3.C: New test.
1153         * g++.dg/parse/crash7.C: Likewise.
1155 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
1157         PR target/11008
1158         * gcc.dg/i386-pentium4-not-mull.c: New.
1160 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
1162         * gcc.dg/asm-names.c (ymain): Make it weak.
1164 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1166         PR c++/5421
1167         * g++.dg/template/friend21.C: New test.
1169 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
1171         * gcc.dg/cleanup-8.c: New test.
1172         * gcc.dg/cleanup-9.c: New test.
1174 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
1176         * g++.dg/ext/dll-MI1.h: New file.
1177         * g++.dg/ext/dllexport-MI1.C: New file.
1178         * g++.dg/ext/dllimport-MI1.C: New file.
1180 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
1182         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
1183         it does not have cmpstrsi patterns (just cmpmemsi).
1185 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
1187         PR debug/11473
1188         * g++.dg/debug/debug8.C: New test.
1190 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1192         PR c++/10108
1193         * g++.dg/template/crash7.C: New test.
1195 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
1197         PR target/10795
1198         * gcc.c-torture/compile/20030708-1.c: New.
1200 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1202         * gcc.c-torture/execute/20030715-1.c: New test.
1204 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
1206         * gcc.dg/pch/inline-3.c: New file.
1207         * gcc.dg/pch/inline-3.hs: New file.
1208         * gcc.dg/pch/inline-4.c: New file.
1209         * gcc.dg/pch/inline-4.hs: New file.
1211 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
1213         PR c++/11509
1214         * g++.dg/template/crash6.C: New test.
1216         PR c++/7053
1217         * g++.dg/template/friend20.C: New test.
1219         PR c++/7019
1220         * g++.dg/template/overload2.C: New test.
1222 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1224         PR optimization/11440
1225         * gcc.c-torture/execute/20030714-1.c: New test.
1227 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1229         PR c++/11154
1230         * g++.dg/template/partial2.C: New test.
1232 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
1234         PR c++/11503
1235         * g++.dg/template/anon1.C: New test.
1237         PR c++/11493
1238         PR c++/11495
1239         * g++.dg/parse/template9.C: Likewise.
1240         * g++.dg/template/crash4.C: New test.
1241         * g++.dg/template/koenig1.C: Likewise.
1242         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
1243         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
1244         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
1245         functions.
1246         * g++.old-deja/g++.jason/template36.C: Likewise.
1247         * g++.old-deja/g++.mike/p1989.C: Likewise.
1248         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
1249         * g++.old-deja/g++.pt/ttp20.C: Use this->.
1250         * g++.old-deja/g++.pt/ttp21.C: Use this->.
1251         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
1252         compiling.
1253         * g++.old-deja/g++.pt/union2.C: Use this->.
1255 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1257         * gcc.dg/20030711-1.c: New test.
1259 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
1261         PR c++/11050
1262         * g++.dg/parse/args1.C: New test.
1263         * g++.pt/defarg8.C: Change expected errors.
1265 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
1267         PR c++/8164
1268         * g++.dg/template/nontype2.C: New test.
1270         PR c++/10558
1271         * g++.dg/parse/template8.C: New test.
1273         PR c++/8327
1274         * g++.dg/template/scope1.C: New test.
1276         * g++.dg/warn/Wsign-compare-1.C: New test.
1278 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1280         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
1282 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
1284         PR c++/9411
1285         * g++.dg/template/explicit2.C: New test.
1287         PR c++/10032
1288         * g++.dg/warn/pedantic1.C: New test.
1290 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
1292         PR c++ 9483
1293         * g++.dg/other/field1.C: New test.
1295 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1297         PR c/11449
1298         * gcc.c-torture/compile/20030707-1.c: New.
1300 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1302         PR c++/10849
1303         * g++.dg/template/access12.C: New test.
1305 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
1307         * g++.dg/bprob/bprob.exp (prof_ext): Update.
1308         * g77.dg/bprob/bprob.exp (prof_ext): Update.
1309         * gcc.misc-tests/bprob.exp (prof_ext): Update.
1310         * gcc.misc-tests/gcov.exp: Update
1311         * g++.dg/gcov/gcov.exp: Update
1312         * lib/gcov.exp: Update.
1314 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
1316         * g++.dg/abi/mangle17.C: Make sure template expressions are
1317         dependent.
1318         * g++.dg/abi/mangle4.C: Mark erroneous casts.
1319         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1320         * g++.dg/opt/stack1.C: Remove erroneous code.
1321         * g++.dg/parse/template7.C: New test.
1322         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1323         * g++.old-deja/g++.pt/crash4.C: Likewise.
1325 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1327         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1328         with zero or one occurence of `$' after the initial `L'.
1330 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1332         * gcc.c-torture/compile/20030704-1.c: Add a comment.
1334 2003-07-08  Roger Sayle  <roger@eyesopen.com>
1336         PR c/11370
1337         * gcc.dg/Wunreachable-6.c: New testcase.
1338         * gcc.dg/Wunreachable-7.c: New testcase.
1340 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1342         PR c/11420
1343         * gcc.dg/20030708-1.c: New test.
1345 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1347         * gcc.dg/compat/sdata-section.h: New file.
1348         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1349         * gcc.dg/torture/mips-sdata-1.c: New test.
1351 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1353         PR c++/11030
1354         * g++.dg/template/friend19.C: New test.
1356 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1358         * g++.dg/opt/strength-reduce.C: New test.
1360 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1362         PR target/10979
1363         * gcc.dg/20030707-1.c: New testcase.
1365 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1367         PR optimization/11059
1368         * g++.dg/opt/emptyunion.C: New testcase.
1370 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1371             Eric Botcazou  <ebotcazou@libertysurf.fr>
1373         * g++.dg/opt/stack1.C: New test.
1375 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
1377         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1378         run test.
1380         PR c++/11431
1381         * g++.dg/expr/static_cast3.C: New test.
1383 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1385         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1386         everywhere.
1387         * gcc.dg/concat.c: Concatenation of string constants with
1388         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1389         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1390         * gcc.dg/cpp/escape-2.c: Use wide character constants where
1391         necessary to avoid multi-character character constant warning.
1392         * gcc.dg/cpp/escape.c: Likewise.
1393         * gcc.dg/cpp/ucs.c: Likewise.
1394         Remove backslashes from dg-bogus comments, as they confuse Tcl.
1395         Fix a typo.
1397 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1399         PR c/11428
1400         * gcc.c-torture/compile/20030704-1.c: New.
1402 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1404         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1406 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1408         PR c++/5287, PR c++/7910,  PR c++/11021
1409         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1410         tests for warnings.
1411         * g++.dg/ext/dllimport2.C: Add tests for warnings.
1412         * g++.dg/ext/dllimport3.C: Likewise.
1413         * g++.dg/ext/dllimport4.C: New file.
1414         * g++.dg/ext/dllimport5.C: New file.
1415         * g++.dg/ext/dllimport6.C: New file.
1416         * g++.dg/ext/dllimport7.C: New file.
1417         * g++.dg/ext/dllimport8.C: New file.
1418         * g++.dg/ext/dllimport9.C: New file.
1419         * g++.dg/ext/dllimport10.C: New file.
1420         * g++.dg/ext/dllexport1.C: New file.
1422 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1424         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1425         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1427 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1429         * gcc.dg/builtins-25.c: New testcase.
1430         * gcc.dg/builtins-26.c: New testcase.
1432 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
1434         * gcc.dg/compat/vector-defs.h: New file.
1435         * gcc.dg/compat/vector-setup.h: New file.
1436         * gcc.dg/compat/vector-check.h: New file.
1437         * gcc.dg/compat/vector-1_main.c: New file.
1438         * gcc.dg/compat/vector-1_x.c: New file.
1439         * gcc.dg/compat/vector-1_y.c: New file.
1440         * gcc.dg/compat/vector-2_main.c: New file.
1441         * gcc.dg/compat/vector-2_x.c: New file.
1442         * gcc.dg/compat/vector-2_y.c: New file.
1444         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1445         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1446         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1447         * gcc.dg/compat/struct-align-1.h: New file.
1448         * gcc.dg/compat/struct-align-1_main.c: New file.
1449         * gcc.dg/compat/struct-align-1_x.c: New file.
1450         * gcc.dg/compat/struct-align-1_y.c: New file.
1451         * gcc.dg/compat/struct-align-2.h: New file.
1452         * gcc.dg/compat/struct-align-2_main.c: New file.
1453         * gcc.dg/compat/struct-align-2_x.c: New file.
1454         * gcc.dg/compat/struct-align-2_y.c: New file.
1456         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1457         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1458         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1459         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1460         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1461         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1462         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1463         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1464         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1465         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1466         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1467         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1468         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1469         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1470         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1471         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1472         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1473         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1474         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1475         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1476         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1477         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1478         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1479         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1480         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1481         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1482         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1483         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1484         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1486 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1488         * gcc.dg/i386-call-1.c: New test.
1490 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1492         PR c++/9162
1493         * g++.dg/parse/defarg4.C: New.
1495 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1497         PR target/10700
1498         * gcc.c-torture/compile/20030703-1.c: New test case.
1500 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1502         * g++.dg/template/local3.C: Remove extra semicolon.
1504 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1506         * gcc.dg/i386-volatile-1.c: New test.
1508 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1510         PR c++/11072
1511         * g++.dg/other/offsetof2.C: XFAIL.
1512         * g++.dg/other/offsetof5.C: New.
1514         PR c++/10219
1515         * g++.dg/template/error1.C: New.
1517         PR c++/9779
1518         * g++.dg/template/dependent-expr1.C: New.
1520 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1522         PR c++/6949
1523         * g++.dg/template/local3.C: New test.
1525         PR c++/11149
1526         * g++.dg/lookup/scoped6.C: New test.
1528 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
1530         PR c++/8046
1531         * g++.dg/other/error7.C: New test.
1533 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1535         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1536         * g++.old-deja/g++.abi/vtable3.h: Likewise.
1537         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1538         * g++.old-deja/g++.other/union2.C: Likewise.
1539         * gcc.dg/c90-const-expr-2.c: Likewise.
1540         * gcc.dg/c90-const-expr-3.c: Likewise.
1541         * gcc.dg/c99-const-expr-2.c: Likewise.
1542         * gcc.dg/c99-const-expr-3.c: Likewise.
1543         * gcc.dg/concat.c: Likewise.
1545 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1547         PR c++/9559
1548         * g++.dg/init/static1.C: New test.
1550 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1552         * Changelog: Remove ">>>>>>>" from previous change.
1554 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1556         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1557         * g++.old-deja/g++.other/access2.C: Likewise.
1558         * g++.old-deja/g++.other/decl2.C: Likewise.
1559         * gcc.c-torture/execute/20020615-1.c: Likewise.
1561 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1563         PR c++/4933
1564         * g++.dg/template/sizeof4.C: New test.
1566 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1568         * g++.dg/other/error6.C: New test.
1570 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1572         PR c++/10750
1573         * g++.dg/parse/constant2.C: New test.
1575 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
1577         PR c++/11106
1578         * g++.dg/other/error5.C: New test.
1580 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1582         * gcc.dg/format/gcc_diag-1.c: New test.
1584 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1586         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1588 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1590         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1591         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1592         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1594 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1596         * gcc.c-torture/execute/builtins/string-8.c: New test.
1597         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1598         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1599         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1601 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1603         PR c++/10468
1604         * g++.dg/ext/typeof6.C: New test.
1606 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1608         PR c++/10796
1609         * g++.dg/init/enum1.C: New test.
1611 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1613         * gcc.dg/20030627-1.c: New test.
1615 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1617         PR c++/11332
1618         * g++.dg/expr/static_cast2.C: New test.
1620 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1621             Jakub Jelinek  <jakub@redhat.com>
1623         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1624         sprintf(dst,"%s",src) optimization.
1625         * gcc.c-torture/execute/20030626-1.c: New test case.
1626         * gcc.c-torture/execute/20030626-2.c: New test case.
1628 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1630         * gcc.c-torture/execute/multi-ix.c: New test.
1632         * gcc.c-torture/execute/simd-4.c (main):
1633         Added missing semicolon at end of union.
1635 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1637         PR c++/8266
1638         * g++.dg/template/explicit-instantiation3.C: New test.
1640 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1642         * gcc.dg/20030626-1.c: Use signed char.
1644 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1646         * gcc.dg/20030626-1.c: New test.
1648 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1650         * const-str-2.m: Update.
1652 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
1654         PR c++/10990
1655         * g++.dg/rtti/dyncast1.C: New test.
1656         * g++.dg/abi/mangle4.C: Correct base-specifier access.
1657         * g++.dg/lookup/scoped1.C: Remove XFAIL.
1658         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1660         PR c++/10931
1661         * g++.dg/expr/static_cast1.C: New test.
1663 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
1665         * gcc.dg/20030625-1.c: New test.
1667 2003-06-24  Roger Sayle  <roger@eyesopen.com>
1669         * gcc.c-torture/compile/20030624-1.c: New test case.
1671 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
1673         * gcc.c-torture/execute/string-opt-17.c: New test.
1675 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
1677         PR c++/5754
1678         * g++.dg/parse/crash6.C: New test.
1680 2003-06-23  Roger Sayle  <roger@eyesopen.com>
1682         * gcc.dg/builtins-24.c: New test case.
1684 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
1686         * g++.dg/opt/operator1.C: New test.
1688 2003-06-22  Roger Sayle  <roger@eyesopen.com>
1690         * gcc.c-torture/execute/string-opt-16.c: New test case.
1692 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1694         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
1695         * g++.old-deja/g++.other/conv7.C: Likewise
1696         * g++.old-deja/g++.other/overcnv2.C: Likewise.
1697         * g++.old-deja/g++.other/overload14.C: Likewise.
1699 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1701         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1702         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1704 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1706         PR c++/10888
1707         * g++.dg/warn/Winline-3.C: New test.
1709 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1711         * lib/target-supports.exp (check_alias_available): Make the test
1712         program acceptable to the Solaris assembler.
1714         PR c++/10749
1715         * g++.dg/template/memclass2.C: New test.
1717 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1718             Eric Botcazou  <ebotcazou@libertysurf.fr>
1720         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1721         data for non-matching targets.
1722         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1724 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1726         PR c++/10845
1727         * g++.dg/template/member3.C: New test.
1729 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
1731         PR c++/10939
1732         * g++.dg/template/func1.C: New test.
1734         PR c++/9649
1735         * g++.dg/template/static4.C: New test.
1736         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1738         PR c++/11041
1739         * g++.dg/init/ref7.C: New test.
1741 2003-06-19  Matt Austern  <austern@apple.com>
1743         PR c++/11228
1744         * g++.dg/anew1.C: New test.
1745         * g++.dg/anew2.C: New test.
1746         * g++.dg/anew3.C: New test.
1747         * g++.dg/anew4.C: New test.
1749 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
1751         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1753 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
1755         * gcc.c-torture/execute/simd-4.c (main): Make expected value
1756         endian-dependent.
1758 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1760         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1761         Remove cruft.
1763 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1765         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1766         * gcc.c-torture/compile/961203-1.c: Likewise.
1767         * gcc.c-torture/compile/980506-1.c: Likewise.
1769 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1771         PR c++/10712
1772         * g++.dg/lookup/using7.C: New test.
1774 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1776         PR c++/11105
1777         * g++.dg/abi/conv1.C: Remove it.
1778         * g++.dg/template/conv7.C: New test.
1779         * g++.dg/template/conv8.C: Likewise.
1780         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1781         conversion operator.
1783 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
1785         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1786         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1787         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1788         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1789         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1790         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1791         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1792         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1793         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1794         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1795         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1796         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1797         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1798         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1799         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1800         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1801         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1802         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1803         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1804         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1805         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1806         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1807         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1808         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1809         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1810         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1811         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1812         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1813         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1815 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
1817         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1818         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1819         indications.
1821 2003-06-16  Roger Sayle  <roger@eyesopen.com>
1823         * gcc.dg/i386-387-5.c: New test case.
1824         * gcc.dg/i386-387-6.c: New test case.
1825         * gcc.dg/builtins-23.c: New test case.
1827 2003-06-15  Roger Sayle  <roger@eyesopen.com>
1829         * gcc.dg/builtins-22.c: New test case.
1830         * gcc.dg/i386-387-1.c: Update to test exp.
1831         * gcc.dg/i386-387-2.c: Likewise.
1833 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1835         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1837 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1839         * lib/gcc-dg.exp (dg-require-dll): New function.
1840         (dg-xfail-if): Likewise.
1841         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1842         driver.
1844         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1845         * gcc.c-torture/compile/20001205-1.c: Likewise.
1846         * gcc.c-torture/compile/20001226-1.c: Likewise.
1847         * gcc.c-torture/compile/20010518-2.c: Likewise.
1848         * gcc.c-torture/compile/20020312-1.c: Likewise.
1849         * gcc.c-torture/compile/20020604-1.c: Likewise.
1850         * gcc.c-torture/compile/920501-12.c: Likewise.
1851         * gcc.c-torture/compile/920501-4.c: Likewise.
1852         * gcc.c-torture/compile/920520-1.c: Likewise.
1853         * gcc.c-torture/compile/920521-1.c: Likewise.
1854         * gcc.c-torture/compile/920625-1.c: Likewise.
1855         * gcc.c-torture/compile/961203-1.c: Likewise.
1856         * gcc.c-torture/compile/980506-1.c: Likewise.
1857         * gcc.c-torture/compile/981006-1.c: Likewise.
1858         * gcc.c-torture/compile/981022-1.c: Likewise.
1859         * gcc.c-torture/compile/981223-1.c: Likewise.
1860         * gcc.c-torture/compile/990617-1.c: Likewise.
1861         * gcc.c-torture/compile/dll.c: Likewise.
1862         * gcc.c-torture/compile/labels-3.c: Likewise.
1863         * gcc.c-torture/compile/mipscop-1.c: Likewise.
1864         * gcc.c-torture/compile/mipscop-2.c: Likewise.
1865         * gcc.c-torture/compile/mipscop-3.c: Likewise.
1866         * gcc.c-torture/compile/mipscop-4.c: Likewise.
1867         * gcc.c-torture/compile/simd-5.c: Likewise.
1868         * gcc.c-torture/compile/20000804-1.x: Remove.
1869         * gcc.c-torture/compile/20001205-1.x: Likewise.
1870         * gcc.c-torture/compile/20001226-1.x: Likewise.
1871         * gcc.c-torture/compile/20010518-2.x: Likewise.
1872         * gcc.c-torture/compile/20020312-1.x: Likewise.
1873         * gcc.c-torture/compile/20020604-1.x: Likewise.
1874         * gcc.c-torture/compile/920501-12.x: Likewise.
1875         * gcc.c-torture/compile/920501-4.x: Likewise.
1876         * gcc.c-torture/compile/920520-1.x: Likewise.
1877         * gcc.c-torture/compile/920521-1.x: Likewise.
1878         * gcc.c-torture/compile/920625-1.x: Likewise.
1879         * gcc.c-torture/compile/961203-1.x: Likewise.
1880         * gcc.c-torture/compile/980506-1.x: Likewise.
1881         * gcc.c-torture/compile/981006-1.x: Likewise.
1882         * gcc.c-torture/compile/981022-1.x: Likewise.
1883         * gcc.c-torture/compile/981223-1.x: Likewise.
1884         * gcc.c-torture/compile/990617-1.x: Likewise.
1885         * gcc.c-torture/compile/mipscop-1.x: Likewise.
1886         * gcc.c-torture/compile/mipscop-2.x: Likewise.
1887         * gcc.c-torture/compile/mipscop-3.x: Likewise.
1888         * gcc.c-torture/compile/mipscop-4.x: Likewise.
1889         * gcc.c-torture/compile/simd-5.x: Likewise.
1891         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1893 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1895         * gcc.c-torture/execute/20030611-1.c: New test.
1897 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1899         PR middle-end/168
1900         * gcc.dg/20030612-1.c: New test case.
1902 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1904         PR c++/10635
1905         * g++.dg/expr/cast1.C: New test.
1907 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1909         * gcc.dg/builtins-21.c: New test case.
1911 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
1913         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1914         options instead of at the end.
1915         * lib/objc.exp (objc_target_compile): Likewise.
1917 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
1919         PR c++/10432
1920         * g++.dg/parse/error1.C: New test.
1922 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
1924         * gcc.dg/compat/struct-by-value-11_main.c: New file.
1925         * gcc.dg/compat/struct-by-value-11_x.c: New file.
1926         * gcc.dg/compat/struct-by-value-11_y.c: New file.
1927         * gcc.dg/compat/struct-by-value-12_main.c: New file.
1928         * gcc.dg/compat/struct-by-value-12_x.c: New file.
1929         * gcc.dg/compat/struct-by-value-12_y.c: New file.
1930         * gcc.dg/compat/struct-by-value-13_main.c: New file.
1931         * gcc.dg/compat/struct-by-value-13_x.c: New file.
1932         * gcc.dg/compat/struct-by-value-13_y.c: New file.
1933         * gcc.dg/compat/struct-by-value-14_main.c: New file.
1934         * gcc.dg/compat/struct-by-value-14_x.c: New file.
1935         * gcc.dg/compat/struct-by-value-14_y.c: New file.
1936         * gcc.dg/compat/struct-by-value-15_main.c: New file.
1937         * gcc.dg/compat/struct-by-value-15_x.c: New file.
1938         * gcc.dg/compat/struct-by-value-15_y.c: New file.
1939         * gcc.dg/compat/struct-by-value-16_main.c: New file.
1940         * gcc.dg/compat/struct-by-value-16_x.c: New file.
1941         * gcc.dg/compat/struct-by-value-16_y.c: New file.
1942         * gcc.dg/compat/struct-by-value-17_main.c: New file.
1943         * gcc.dg/compat/struct-by-value-17_x.c: New file.
1944         * gcc.dg/compat/struct-by-value-17_y.c: New file.
1945         * gcc.dg/compat/struct-by-value-18_main.c: New file.
1946         * gcc.dg/compat/struct-by-value-18_x.c: New file.
1947         * gcc.dg/compat/struct-by-value-18_y.c: New file.
1949         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
1950         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
1951         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
1952         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
1953         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
1954         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
1955         * gcc.dg/compat/scalar-return-3_main.c: New file.
1956         * gcc.dg/compat/scalar-return-3_x.c: New file.
1957         * gcc.dg/compat/scalar-return-3_y.c: New file.
1958         * gcc.dg/compat/scalar-return-4_main.c: New file.
1959         * gcc.dg/compat/scalar-return-4_x.c: New file.
1960         * gcc.dg/compat/scalar-return-4_y.c: New file.
1962 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
1964         * gcc.dg/compat/fp2-struct-check.h: New file.
1965         * gcc.dg/compat/fp2-struct-defs.h: New file.
1966         * gcc.dg/compat/fp2-struct-init.h: New file.
1967         * gcc.dg/compat/struct-by-value-10_main.c: New file.
1968         * gcc.dg/compat/struct-by-value-10_x.c: New file.
1969         * gcc.dg/compat/struct-by-value-10_y.c: New file.
1970         * gcc.dg/compat/struct-return-10_main.c: New file.
1971         * gcc.dg/compat/struct-return-10_x.c: New file.
1972         * gcc.dg/compat/struct-return-10_y.c: New file.
1974         * gcc.dg/compat/compat-common.h: New file.
1975         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
1976         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
1977         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
1978         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
1979         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
1980         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
1981         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
1982         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1983         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
1984         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
1985         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1986         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
1987         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
1988         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1989         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
1990         * gcc.dg/compat/small-struct-check.h: Ditto.
1991         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
1992         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1993         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
1994         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
1995         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1996         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1997         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
1998         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1999         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
2000         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
2001         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2002         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2003         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
2004         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2005         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2006         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
2007         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2008         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
2009         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
2010         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2011         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
2012         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
2013         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2014         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
2015         * gcc.dg/compat/struct-return-2_main.c: Ditto.
2016         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2017         * gcc.dg/compat/struct-return-2_y.c: Ditto.
2018         * gcc.dg/compat/struct-return-3_main.c: Ditto.
2019         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2020         * gcc.dg/compat/struct-return-3_y.c: Ditto.
2022 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
2024         * g++.dg/pch/static-1.C: New file.
2025         * g++.dg/pch/static-1.Hs: New file.
2027 2003-06-10  Richard Henderson  <rth@redhat.com>
2029         * gcc.dg/asm-7.c: Adjust expected warning text.
2031 2003-06-10  Roger Sayle  <roger@eyesopen.com>
2033         * gcc.dg/builtins-20.c: New test case.
2035 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
2037         PR c++/11131
2038         * g++.dg/opt/template1.C: New test.
2040 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2042         * lib/gcc-dg.exp (dg-test): Clear additional_files and
2043         additional_sources.
2045 2003-05-21  David Taylor  <dtaylor@emc.com>
2047         * gcc.dg/Wpadded.c: New file.
2049 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2051         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
2052         * gcc.dg/special/weak-2.c: Add dg-require-weak.
2053         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
2054         dg-require-weak.
2056 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
2058         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2060 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2062         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
2063         (dg-require-alias): Likewise.
2064         (dg-require-gc-sections): Likewise.
2065         * lib/target-supports.exp (check_gc_sections_available): Likewise.
2067 2003-06-08  Richard Henderson  <rth@redhat.com>
2069         * gcc.dg/20011029-2.c: Fix the array reference.
2070         * gcc.dg/asm-7.c: New.
2072 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
2074         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
2076 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
2078         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
2079         (dg-require-gc-sections): Likewise.
2081 2003-06-08  Jan Hubicka  <jh@suse.cz>
2083         * i386-cmov1.c: Fix regular expression.
2084         * i386-cvt-1.c: Likewise.
2085         * i386-local.c: Likewise.
2086         * i386-local2.c: Likewise.
2087         * i386-mul.c: Likewise.
2088         * i386-ssetype-1.c: Likewise.
2089         * i386-ssetype-3.c: Likewise.
2090         * i386-ssetype-5.c: Likewise.
2092 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2094         PR c++/11039
2095         * g++.dg/warn/implicit-typename2.C: New test.
2096         * g++.dg/warn/implicit-typename3.C: New test.
2098 2003-06-07  Richard Henderson  <rth@redhat.com>
2100         * g++.dg/other/offsetof3.C: Use size_t.
2101         * g++.dg/other/offsetof4.C: Likewise.
2103 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
2105         * lib/copy-file.exp: New. Implement gcc_copy_files.
2107         * lib/dg-pch.exp: Load copy-file.exp
2108         (dg-pch): Use gcc_copy_files instead of "file copy".
2110 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
2112         * gcc.dg/weak/weak.exp: Simplify.
2113         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
2114         * gcc.dg/weak/weak-1.c: Likewise.
2115         * gcc.dg/weak/weak-2.c: Likewise.
2116         * gcc.dg/weak/weak-3.c: Likewise.
2117         * gcc.dg/weak/weak-4.c: Likewise.
2118         * gcc.dg/weak/weak-5.c: Likewise.
2119         * gcc.dg/weak/weak-6.c: Likewise.
2120         * gcc.dg/weak/weak-7.c: Likewise.
2121         * gcc.dg/weak/weak-8.c: Likewise.
2122         * gcc.dg/weak/weak-9.c: Likewise.
2124 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
2126         gcc.c-torture/execute/20030606-1.c: New.
2128 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2130         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
2131         * gcc.dg/builtins-19.c: Likewise.
2133 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2135         * gcc.dg/builtins-2.c: Add some more tests.
2136         * gcc.dg/builtins-18.c: New test case.
2137         * gcc.dg/builtins-19.c: New test case.
2139 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2140             Jim Wilson  <wilson@tuliptree.org>
2142         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
2144 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
2146         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
2147         mempcpy/stpcpy calls not to be optimized into something else.
2148         * gcc.c-torture/execute/string-opt-3.c: Moved to...
2149         * gcc.c-torture/execute/builtins/string-7.c: ...here.
2150         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
2152 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2154         * gcc.dg/format/asm_fprintf-1.c: New test.
2156 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
2158         * lib/gcc-defs.exp (additional_sources): New variable.
2159         (dg-additional-sources): New function.
2160         (additional_files): New variable.
2161         (dg-additional-files): New function.
2162         (dg-additional-files-options): Likewise.
2163         * lib/gcc-dg.exp (dg-require-weak): New function.
2164         (dg-require-alias): Likewise.
2165         (dg-require-gc-sections): Likewise.
2166         * lib/target-supports.exp (check_alias_available): Remove testfile
2167         parameter.
2168         (check_gc_sections_available): New function.
2169         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
2170         (dg-gpp-additional-files): Likewise.
2171         * lib/g++.exp (additional_sources): Remove.
2172         (additional_files): Likewise.
2173         (g++_target_compile): Use dg-additional-files-options.
2175         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
2176         Tcl logic.
2177         * gcc.dg/special/ecos.exp: Remove.
2178         * gcc.dg/special/20000419-2.c: Use dg-require-*.
2179         * gcc.dg/special/alias-1.c: Likewise.
2180         * gcc.dg/special/alias-2.c: Likewise.
2181         * gcc.dg/special/gcsec-1.c: Likewise.
2182         * gcc.dg/special/weak-1.c: Likewise.
2183         * gcc.dg/special/weak-2.c: Likewise.
2184         * gcc.dg/special/wkali-1.c: Likewise.
2185         * gcc.dg/special/wkali-2.c: Likewise.
2187         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
2188         dg-gpp-additional-*.
2189         * g++.dg/special/conpr-3.C: Likewise.
2190         * g++.dg/special/conpr-4.C: Likewise.
2191         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
2192         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
2193         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
2194         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
2195         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
2196         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
2197         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
2198         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
2199         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
2200         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
2201         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
2202         * g++.old-deja/g++.other/comdat1.C: Likewise.
2203         * g++.old-deja/g++.other/comdat2.C: Likewise.
2204         * g++.old-deja/g++.other/comdat3.C: Likewise.
2205         * g++.old-deja/g++.other/ctor1.C: Likewise.
2206         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
2208 2003-06-05  Richard Henderson  <rth@redhat.com>
2210         * gcc.dg/debug/20030605-1.c: New.
2212 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2214         * README.QMTEST: Update.
2216 2003-06-04  Richard Henderson  <rth@redhat.com>
2218         * gcc.dg/cleanup-1.c: New.
2219         * gcc.dg/cleanup-2.c: New.
2220         * gcc.dg/cleanup-3.c: New.
2221         * gcc.dg/cleanup-4.c: New.
2222         * gcc.dg/cleanup-5.c: New.
2223         * gcc.dg/cleanup-6.c: New.
2224         * gcc.dg/cleanup-7.c: New.
2226 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2228         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
2230         * lib/dg-pch.exp: New file.
2231         * g++.dg/pch/pch.exp: Use dg-pch.exp.
2232         * gcc.dg/pch/pch.exp: Likewise.
2234 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2236         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
2237         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
2238         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
2239         * gcc.dg/builtins-17.c: New test case.
2240         * gcc.dg/i386-387-4.c: New test case.
2241         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
2243 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2245         * gcc.dg/ultrasp9.c: New test.
2247 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2249         * gcc.c-torture/compile/20030604-1.c: New test.
2250         * gcc.dg/sparc-constant-1.c: New test.
2252 2003-06-03  Glen Nakamura  <glen@imodulo.com>
2254         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2256 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
2258         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
2260         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
2261         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
2263 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
2265         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
2267 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2269         PR c++/10940
2270         * g++.dg/template/spec10.C: New test.
2272 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2274         * gcc.dg/builtins-16.c: New test case.
2276 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2278         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
2279         mempcpy test with post-increments.
2280         * gcc.c-torture/execute/string-opt-3.c: New test.
2281         * gcc.dg/string-opt-1.c: New test.
2283 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
2285         PR fortran/10965
2286         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
2288 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
2290         * lib/scanasm.exp (dg-scan): New function, factored out of ...
2291         (scan-assembler): ... here.  Use dg-scan.
2292         (scan-assembler-not): Likewise.
2293         (scan-file): New function.
2294         (scan-file-not): Likewise.
2295         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
2296         * gcc.dg/cpp/_Pragma4.c: Likewise.
2297         * gcc.dg/cpp/_Pragma5.c: Likewise.
2298         * gcc.dg/cpp/avoidpaste1.c: Likewise.
2299         * gcc.dg/cpp/avoidpaste2.c: Likewise.
2300         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
2301         * gcc.dg/cpp/cmdlne-P.c: Likewise.
2302         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
2303         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
2304         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
2305         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
2306         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
2307         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
2308         * gcc.dg/cpp/cxxcom1.c: Likewise.
2309         * gcc.dg/cpp/line1.c: Likewise.
2310         * gcc.dg/cpp/maccom1.c: Likewise.
2311         * gcc.dg/cpp/maccom2.c: Likewise.
2312         * gcc.dg/cpp/maccom3.c: Likewise.
2313         * gcc.dg/cpp/maccom4.c: Likewise.
2314         * gcc.dg/cpp/maccom5.c: Likewise.
2315         * gcc.dg/cpp/maccom6.c: Likewise.
2316         * gcc.dg/cpp/multiline.c: Likewise.
2317         * gcc.dg/cpp/spacing1.c: Likewise.
2318         * gcc.dg/cpp/spacing2.c: Likewise.
2319         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2320         * gcc.dg/cpp/trad/maccom1.c: Likewise.
2321         * gcc.dg/cpp/trad/maccom2.c: Likewise.
2322         * gcc.dg/cpp/trad/maccom3.c: Likewise.
2323         * gcc.dg/cpp/trad/maccom4.c: Likewise.
2324         * gcc.dg/cpp/trad/maccom6.c: Likewise.
2325         * gcc.dg/cpp/cxxcom2.c: Likewise.
2326         * gcc.dg/cpp/cxxcom2.h: New file.
2328         * gcc.dg/cpp/truefalse.cpp: Move it to ...
2329         * g++.dg/cpp/truefalse.C: Here.
2330         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2332 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
2334         * gcc.dg/cpp/redef3.c: New file.
2336 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2338         * gcc.dg/i386-loop-3.c: New test.
2340 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
2342         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2344 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2346         * gcc.dg/fwrapv-1.c: New test case.
2347         * gcc.dg/fwrapv-2.c: New test case.
2349 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2351         PR c++/10956
2352         * g++.dg/template/spec9.C: New test.
2354 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2356         * gcc.dg/duff-4.c: New test case.
2358 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
2360         PR fortran/10843
2361         * g77.dg/ffixed-form-1.f: New test
2362         * g77.dg/ffixed-form-2.f: New test
2363         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
2364         * g77.dg/ffree-form-3.f: New test
2366 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
2368         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2369         * gcc.dg/wint_t-1.c: Likewise.
2371 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2373         * g++.dg/template/access11.C: New test.
2375 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2377         PR c++/10849
2378         * g++.dg/template/access10.C: New test.
2380 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2381             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2383         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2385 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2387         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2388         suppress for powerpc-*-darwin*.
2389         * gcc.dg/torture/builtin-noret-2.c: Likewise.
2391 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2393         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2394         suppress option for powerpc-*-darwin*.
2396 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2398         * gcc.dg/builtins-1.c: Add tests for tan and atan.
2399         * gcc.dg/builtins-4.c: Add test for fmod.
2401 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2403         PR c++/10682
2404         * g++.dg/template/instantiate4.C: New test.
2406 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2408         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2410 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
2412         * gcc.dg/compat/scalar-return-1_main.c: New file.
2413         * gcc.dg/compat/scalar-return-1_x.c: New file.
2414         * gcc.dg/compat/scalar-return-1_y.c: New file.
2415         * gcc.dg/compat/scalar-return-2_main.c: New file.
2416         * gcc.dg/compat/scalar-return-2_x.c: New file.
2417         * gcc.dg/compat/scalar-return-2_y.c: New file.
2418         * gcc.dg/compat/struct-return-3_main.c: New file.
2419         * gcc.dg/compat/struct-return-3_y.c: New file.
2420         * gcc.dg/compat/struct-return-3_x.c: New file.
2421         * gcc.dg/compat/struct-return-2_main.c: New file.
2422         * gcc.dg/compat/struct-return-2_x.c: New file.
2423         * gcc.dg/compat/struct-return-2_y.c: New file.
2425 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2427         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2428         for hppa*-hp-hpux*.
2429         * gcc.dg/20021014-1.c (dg-options): Likewise.
2430         * gcc.dg/nest.c (dg-options): Likewise.
2432 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2434         PR c++/9738
2435         * g++.dg/ext/dllimport2.C: New file.
2436         * g++.dg/ext/dllimport3.C: New file.
2438 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
2440         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2441         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2442         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2443         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2444         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2445         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2446         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2447         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2448         * gcc.dg/compat/small-struct-defs.h: New file.
2449         * gcc.dg/compat/small-struct-init.h: New file.
2450         * gcc.dg/compat/small-struct-check.h: New file.
2451         * gcc.dg/compat/fp-struct-defs.h: New file.
2452         * gcc.dg/compat/fp-struct-check.h: New file.
2453         * gcc.dg/compat/fp-struct-init.h: New file.
2454         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2455         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2457 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
2459         * gcc.dg/20030225-2.c: New test.
2461 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2462             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2464         * gcc.c-torture/compile/20030518-1.c: New test case.
2466 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
2468         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2469         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2470         gcc-dg-debug-runtest.
2471         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2472         gcc-dg-debug-runtest.
2474 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2476         PR c++/9022
2477         * g++.dg/lookup/using6.C: New test.
2479 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2481         * g++.dg/parse/access2.C: New test.
2483 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
2485         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2486         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2487         * gcc.dg/debug/debug.exp: Likewise.
2489 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2491         * gcc.dg/dollar.c: New test.
2493 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
2495         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2496         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2497         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2498         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2499         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2500         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2501         * gcc.dg/compat/struct-by-value-6_main.c: New file.
2502         * gcc.dg/compat/struct-by-value-6_x.c: New file.
2503         * gcc.dg/compat/struct-by-value-6_y.c: New file.
2504         * gcc.dg/compat/struct-by-value-7_main.c: New file.
2505         * gcc.dg/compat/struct-by-value-7_x.c: New file.
2506         * gcc.dg/compat/struct-by-value-7_y.c: New file.
2507         * gcc.dg/compat/struct-by-value-8_main.c: New file.
2508         * gcc.dg/compat/struct-by-value-8_x.c: New file.
2509         * gcc.dg/compat/struct-by-value-8_y.c: New file.
2510         * gcc.dg/compat/struct-by-value-9_main.c: New file.
2511         * gcc.dg/compat/struct-by-value-9_x.c: New file.
2512         * gcc.dg/compat/struct-by-value-9_y.c: New file.
2514 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
2516         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2517         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
2518         support for "repo" mode.
2519         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2520         * lib/g77-dg.exp: Likewise.
2521         * lib/obj-dg.exp: Likewise.
2523 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2525         Merge from gcc-3_2-rhl8-branch:
2526         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
2528         * gcc.dg/tls/opt-6.c: New test.
2530         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
2532         * gcc.dg/20030405-1.c: New test.
2534         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
2536         * gcc.dg/20030309-1.c: New test.
2538         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2540         * gcc.c-torture/execute/20030307-1.c: New test.
2542         2003-02-20  Randolph Chung  <tausq@debian.org>
2544         * gcc.c-torture/compile/20030220-1.c: New test.
2546         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
2548         * gcc.dg/20030217-1.c: New test.
2550         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
2552         * gcc.c-torture/compile/20020129-1.c: New test.
2554         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2556         * gcc.dg/unroll-1.c: New test.
2558         2002-11-16  Jan Hubicka  <jh@suse.cz>
2560         * gcc.c-torture/execute/20020920-1.c: New test.
2562         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2564         PR target/7434
2565         * gcc.c-torture/compile/20021008-1.c: New test.
2567         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
2569         PR target/7559
2570         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2572         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2574         * gcc.c-torture/compile/20020807-1.c: New test.
2576         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2578         * gcc.dg/tls/opt-1.c: New test.
2580         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2582         * gcc.dg/20020729-1.c: New test.
2584         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2586         * g++.dg/opt/life1.C: New test.
2588         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2590         * gcc.dg/20020525-1.c: New test.
2592         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2594         PR c++/6794
2595         * g++.dg/ext/pretty1.C: New test.
2596         * g++.dg/ext/pretty2.C: New test.
2598 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2600         PR c++/8385
2601         * g++.dg/ext/typeof5.C: New test.
2603 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2605         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2606         __USER_LABEL_PREFIX__ into account.
2607         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2609 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2611         * gcc.dg/builtins-15.c: New test case.
2613 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2615         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2617 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2619         * lib/g++.exp: Tweak handling of additional source files.
2620         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2621         * g++.dg/special/conpr-2a.C: Rename to ...
2622         * g++.dg/special/conpr-2a.cc: ... this.
2623         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2624         * g++.dg/special/conpr-3a.C: Rename to ...
2625         * g++.dg/special/conpr-3a.cc: This.
2626         * g++.dg/special/conpr-3b.C: Rename to ...
2627         * g++.dg/special/conpr-3b.cc: This.
2628         * g++.dg/special/conpr-4.C: New test.
2629         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2631 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2633         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2635 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2637         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2638         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2639         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2640         * g++.old-deja/g++.other/warn3.C: Likewise.
2642 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2644         * gcc.dg/i386-387-1.c: Update to also test log.
2645         * gcc.dg/i386-387-2.c: Likewise.
2647 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2649         * g77.f-torture/execute/int8421.f: New test.
2651 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2653         PR c++/10230, c++/10481
2654         * g++.dg/lookup/scoped5.C: New test.
2656 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2658         PR c++/10552
2659         * g++.dg/template/ttp6.C: New test.
2661 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
2663         * gcc.c-torture/execute/builtins: New directory.
2664         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2665         gcc.c-torture/execute/builtins.
2666         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2667         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2668         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
2669         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2671 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2673         PR c++/9252
2674         * g++.dg/template/access8.C: New test.
2675         * g++.dg/template/access9.C: New test.
2677 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2679         PR c++/9554
2680         * g++.dg/parse/access1.C: New test.
2682 2003-05-09  DJ Delorie  <dj@redhat.com>
2684         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2685         long, and not an int.
2687 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2689         PR c++/10555, c++/10576
2690         * g++.dg/template/memclass1.C: New test.
2692 2003-05-08  DJ Delorie  <dj@redhat.com>
2694         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2695         targets.
2696         * gcc.c-torture/execute/20021024-1.x: Likewise.
2697         * gcc.c-torture/execute/shiftdi.x: Likewise.
2698         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2699         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2700         * gcc.dg/20021018-1.c: Likewise.
2702 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2704         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2706         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2707         (bcopy): Call memmove.
2709 2003-05-08  Roger Sayle  <roger@eyesopen.com>
2711         * g77.f-torture/compile/8485.f: New test case.
2713 2003-05-07  Richard Henderson  <rth@redhat.com>
2715         PR c++/10570
2716         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2717         Verify exception_cleanup not called for rethrows.
2718         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2719         when exiting catch block without rethrowing.
2720         * g++.dg/eh/forced3.C: New.
2721         * g++.dg/eh/forced4.C: New.
2723 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2725         * gcc.dg/20030505.c: Fix triplet.
2727 2003-05-06  DJ Delorie  <dj@redhat.com>
2729         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2730         * gcc.dg/nest.c: Likewise.
2732 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2734         * gcc.dg/builtins-14.c: New test case.
2736 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2738         * lib/compat.exp (compat-execute): New argument.
2739         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2740         * gcc.dg/compat: New test directory.
2741         * gcc.dg/compat/compat.exp: New expect script.
2742         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2743         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2744         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2745         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2746         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2747         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2749         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2750         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2751         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2752         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2753         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2754         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2755         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2756         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2757         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2758         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2759         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2760         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2761         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2762         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2763         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2765 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2767         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2769 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2771         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2773 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2775         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2776         * gcc.dg/ppc-fsel-2.c: New test.
2778         * gcc.dg/unused-5.c: New test.
2780 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2782         PR c++/10496
2783         * g++.dg/warn/pmf1.C: New test.
2785 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2787         PR c++/4494
2788         * g++.dg/warn/main.C: New test.
2790 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2792         * gcc.dg/nonnull-3.c: New test.
2794 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2796         * gcc.dg/cpp/Wtrigraphs.c: Update.
2797         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2799 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2801         * gcc.dg/ppc-fsel-1.c: New test.
2803 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2805         PR c/10604
2806         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2808 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2810         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2812 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2814         PR c++/9364, c++/10553, c++/10586
2815         * g++.dg/parse/typename4.C: New test.
2816         * g++.dg/parse/typename5.C: Likewise.
2818 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
2820         * gcc.c-torture/compile/20030503-1.c: New test.
2822 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2824         * g++.dg/lookup/using5.C: Fix testcase error.
2826 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
2828         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2829         since MEABI is no longer supported.  Remove all vestiges
2830         of MEABI from the test.
2832 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2834         PR c++/10554
2835         * g++.dg/lookup/using5.C: New test.
2837 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2839         PR c++/8772
2840         * g++.dg/template/ttp5.C: New test.
2842 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
2844         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2845         (dg-gpp-additional-sources): New function.
2846         (dg-gpp-additional-files): Likewise.
2847         * lib/g++.exp (additional_sources): New variable.
2848         (additional_files): Likewise.
2849         (g++_target_compile): Deal with them.
2850         * lib/old-dejagnu.exp: Remove.
2851         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2852         * g++.old-deja: Revise all tests to use dg commands.
2854 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2856         PR c++/9432, c++/9528
2857         * g++.dg/lookup/using4.C: New test.
2859 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
2861         * gcc.dg/noreturn-5.c: New file.
2862         * gcc.dg/noreturn-6.c: New file.
2864         * gcc.c-torture/compile/inline-1.c: New file.
2866 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2868         PR c++/10551
2869         * g++.dg/template/explicit1.C: New test.
2871 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2873         PR c++/10549
2874         * g++.dg/other/bitfield1.C: New test.
2876         PR c++/10527
2877         * g++.dg/init/new7.C: New test.
2879 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2881         * g++.dg/ext/desig1.C: New test.
2882         * g++.dg/ext/init1.C: Update.
2884         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2886 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
2888         PR c++/10180
2889         * g++.dg/warn/Winline-1.C: New test.
2891 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
2893         * gcc.c-torture/execute/string-opt-19.c: New test.
2895         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2896         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2898 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
2900         PR c++/10506
2901         * g++.dg/init/new6.C: New test.
2903         PR c++/10503
2904         * g++.dg/init/ref6.C: New test.
2906 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
2908         * g++.dg/warn/weak1.C: XFAIL on AIX4.
2910 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2912         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2913         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2915 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
2917         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2918         initialized static data members.
2920 2003-04-25  H.J. Lu <hjl@gnu.org>
2922         * gcc.dg/ia64-sync-4.c: New test.
2924 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2926         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
2927         date.
2929 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
2931         PR c++/10337
2932         * g++.dg/warn/conv1.C: New test.
2933         * g++.old-deja/g++.other/conv7.C: Adjust.
2934         * g++.old-deja/g++.other/overload14.C: Adjust.
2936 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2938         PR c++/10471
2939         * g++.dg/template/defarg2.C: New test.
2941 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
2943         * gcc.dg/cpp/include2.c: Update.
2944         * gcc.dg/cpp/multiline-2.c: New.
2945         * gcc.dg/cpp/multiline.c: Update.
2946         * gcc.dg/cpp/strify2.c: Update.
2947         * gcc.dg/cpp/trad/literals-2.c: Update.
2949 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2951         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
2953 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2955         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
2957 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2959         PR c++/10451
2960         * g++.dg/parse/crash4.C: New test.
2962         PR c++/9847
2963         * g++.dg/parse/crash5.C: New test.
2965 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2967         PR c++/10446
2968         * g++.dg/parse/crash3.C: New test.
2970         PR c++/10428
2971         * g++.dg/parse/elab1.C: New test.
2973 2003-04-22  Devang Patel  <dpatel@apple.com>
2975         * gcc.dg/cpp/trad/funlike-5.c: New test.
2977 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
2979         * g++.dg/other/packed1.C: Fix dg options.
2981 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
2983         * g++.dg/other/offsetof2.C: New test.
2985 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
2987         * g++.dg/template/recurse.C: Adjust location of error messages.
2989 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2991         PR c++/9881
2992         * g++.dg/init/addr-const1.C: New test.
2993         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
2995 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2997         PR c++/10405
2998         * g++.dg/lookup/struct-hack1.C: New test.
3000 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
3002         * ucs.c: Update diagnostic messages.
3004 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3006         * gcc.dg/cpp/truefalse.cpp: New test.
3007         * gcc.dg/cpp/cpp.exp: Update.
3008         * g++.dg/other/stdbool-if.C: Remove.
3010 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3012         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
3013         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
3015 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3017         * gcc.c-torture/compile/20030418-1.c: New test.
3019 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
3021         * README.compat: Remove; content moved to doc/sourcebuild.texi.
3023 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3025         PR c++/10347
3026         g++.dg/template/dependent-name1.C: New test.
3028 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
3030         * gcc.dg/warn-1.c (tourist_guide): New array,
3031         contains a pointer to bar.
3033 2003-04-16  Roger Sayle  <roger@eyesopen.com>
3035         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
3036         * gcc.c-torture/execute/medce-1.c: New test case.
3037         * gcc.c-torture/execute/medce-2.c: New test case.
3039 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
3041         * lib/prune.exp: Ignore more messages.
3043         PR c++/10381
3044         * g++.dg/parse/lookup3.C: New test.
3046 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
3048         * gcc.c-torture/compile/20030415-1.c : New test.
3050 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
3052         * gcc.c-torture/execute/scope-2.c: Move to ...
3053         * gcc.dg/noncompile/scope.c: .... here.
3055 2003-04-14  Roger Sayle  <roger@eyesopen.com>
3057         * gcc.dg/20030414-2.c: New test case.
3059 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
3061         PR target/10377
3062         * gcc.dg/20030414-1.c: New test.
3064 2003-04-13  Roger Sayle  <roger@eyesopen.com>
3066         * gcc.dg/builtins-12.c: New test case.
3067         * gcc.dg/builtins-13.c: New test case.
3069 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3071         * gcc.c-torture/execute/string-opt-18.c: New test.
3073 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
3075         PR c++/10300
3076         * g++.dg/init/new5.C: New test.
3078 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
3080         PR c++/7910
3081         * g++.dg/ext/dllimport1.C: New test.
3083 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3085         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
3087 2003-04-11  Bud Davis <bdavis9659@comcast.net>
3089         PR Fortran/9263
3090         * g77.f-torture/noncompile/9263.f: New test
3091         PR Fortran/1832
3092         * g77.f-torture/execute/1832.f: New test
3094 2003-04-11  David Chad  <davidc@freebsd.org>
3095             Loren J. Rittle  <ljrittle@acm.org>
3097         libobjc/8562
3098         * objc.dg/headers.m: New test.
3100 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
3102         * gcc.c-torture/execute/builtin-noret-2.c: New.
3103         * gcc.c-torture/execute/builtin-noret-2.x: New.
3104         XFAIL builtin-noret-2.c at -O1 and above.
3105         * gcc.dg/redecl.c: New.
3106         * gcc.dg/Wshadow-1.c: Update error regexps.
3108 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
3110         * g++.dg/abi/bitfield10.C: New test.
3112 2003-04-09  Mike Stump  <mrs@apple.com>
3114         * gcc.dg/pch/pch.exp: Make testcase names longer.
3115         * g++.dg/pch/pch.exp: Make testcase names longer.
3117 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3119         * gcc.dg/builtins-11.c: New test case.
3121 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3123         * gcc.dg/builtins-9.c: New test case.
3124         * gcc.dg/builtins-10.c: New test case.
3126 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3128         * gcc.dg/noncompile/init-4.c.c: New test.
3130 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
3132         * gcc.misc-test/gcov-9.c: New test.
3133         * gcc.misc-test/gcov-10.c: New test
3134         * gcc.misc-test/gcov-11.c: New test.
3136 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
3138         PR optimization/10024
3139         * gcc.c-torture/compile/20030405-1.c: New test.
3141 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
3143         * gcc.dg/pch/static-3.c: New.
3144         * gcc.dg/pch/static-3.hs: New.
3145         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
3147 2003-04-04  Richard Henderson  <rth@redhat.com>
3149         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
3150         * g++.dg/eh/forced2.C: Likewise.
3152 2003-04-03  Mike Stump  <mrs@apple.com>
3154         * lib/scanasm.exp (scan-assembler): Add xfail processing for
3155         target arg.
3156         (scan-assembler-times, scan-assembler-not): Likewise.
3157         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
3159 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3161         * gcc.dg/sparc-loop-1.c: New test.
3163 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
3165         PR other/9274
3166         * g++.dg/pch/system-2.C: New.
3167         * g++.dg/pch/system-2.Hs: New.
3169 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
3171         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
3173         * g++.dg/eh/simd-1.C (vecfunc): Same.
3175 2003-04-01  Roger Sayle  <roger@eyesopen.com>
3177         * gcc.c-torture/execute/20030401-1.c: New test case.
3179 2003-04-01  Ziemowit Laski <zlaski@apple.com>
3181         * objc.dg/defs.m: New.
3183 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
3185         * g++.dg/eh/simd-1.C: New.
3186         * g++.dg/eh/simd-2.C: New.
3188 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
3190         * gcc.c-torture/execute/simd-3.c: New.
3192 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3194         PR c/9936
3195         * gcc.dg/20030331-2.c: New test.
3197 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3199         PR c++/10278
3200         * g++.dg/parse/crash2.C: New test.
3202 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3204         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
3205         * gcc.c-torture/execute/20030331-1.c: ...here.
3207 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3209         * gcc.c-torture/execute/20030331-1.c: New test.
3211 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
3213         * lib/gcov.exp: Adjust call return testing strings.
3214         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
3216 2003-03-31  Roger Sayle  <roger@eyesopen.com>
3218         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
3219         * gcc.dg/builtins-7.c: New test case.
3220         * gcc.dg/builtins-8.c: New test case.
3222 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3224         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
3226 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
3228         PR c++/7647
3229         * g++.dg/lookup-class-member-2.C: New test.
3231 2003-03-30  Glen Nakamura  <glen@imodulo.com>
3233         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
3235 2003-03-28  Roger Sayle  <roger@eyesopen.com>
3237         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
3239 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
3241         * g++.dg/init/attrib1.C: New test.
3243 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3245         * gcc.dg/ultrasp8.c: New test.
3247 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3249         * gcc.dg/ultrasp7.c: New test.
3251 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
3253         PR c++/10047
3254         * g++.dg/template/inline1.C: New test.
3256 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3258         * gcc.dg/sparc-dwarf2.c: New test.
3260 2003-03-27  Roger Sayle  <roger@eyesopen.com>
3262         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
3263         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
3265 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
3267         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
3268         than reading .x files.
3269         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
3270         * g77.dg/gcov/gcov-1.f: Likewise.
3271         * gcc.misc-tests/gcov-4b.c: Likewise.
3272         * gcc.misc-tests/gcov-5b.c: Likewise.
3273         * gcc.misc-tests/gcov-6.c: Likewise.
3274         * gcc.misc-tests/gcov-7.c: Likewise.
3275         * gcc.misc-tests/gcov-8.c: Likewise.
3276         * g++.dg/gcov/gcov-1.x: Remove.
3277         * g77.dg/gcov/gcov-1.x: Likewise.
3278         * gcc.misc-tests/gcov-4b.x: Likewise.
3279         * gcc.misc-tests/gcov-5b.x: Likewise.
3280         * gcc.misc-tests/gcov-6.x: Likewise.
3281         * gcc.misc-tests/gcov-7.x: Likewise.
3282         * gcc.misc-tests/gcov-8.x: Likewise.
3284 2003-03-27  Glen Nakamura  <glen@imodulo.com>
3286         PR opt/10087
3287         * gcc.dg/20030324-1.c: New test.
3289 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
3291         PR c++/10224
3292         * g++.dg/template/arg3.C: New test.
3294         PR c++/10158
3295         * g++.dg/template/friend18.C: New test.
3297 2003-03-26  Roger Sayle  <roger@eyesopen.com>
3299         * g77.f-torture/compile/20030326-1.f: New test case.
3301 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
3303         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
3305         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
3307 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3309         * gcc.dg/ia64-sync-3.c: New test.
3311 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
3313         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3315 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3317         * gcc.dg/ultrasp6.c: New test.
3319 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3321         * gcc.dg/i386-signbit-1.c: New test.
3322         * gcc.dg/i386-signbit-2.c: New test.
3323         * gcc.dg/i386-signbit-3.c: New test.
3325 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3327         * gcc.dg/ultrasp5.c: Fix options.
3329 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3331         * gcc.dg/ultrasp5.c: Fix comment.
3333 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
3335         PR fortran/10197
3336         * g77.f-torture/execute/10197.f: New test.
3338 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
3340         PR c++/9898, c++/383
3341         * g++.dg/template/conv6.C: New test.
3343         PR c++/10119
3344         * g++.dg/template/ptrmem5.C: New test.
3346         PR c++/10026
3347         * g++.dg/lookup/koenig1.C: New test.
3349         PR C++/10199
3350         * g++.dg/lookup/template2.C: New test.
3352 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
3354         * g++.dg/opt/rtti1.C: New test.
3356 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3358         * gcc.dg/ultrasp5.c: New test.
3360 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
3362         PR middle-end/9967
3363         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3364         builtin fputs.
3366 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3368         PR c/8224
3369         * gcc.dg/20030323-1.c: New test.
3371 2003-03-23  Roger Sayle  <roger@eyesopen.com>
3373         * gcc.c-torture/compile/20030323-1.c: New test case.
3375 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
3377         * gcc.dg/20030321-1.c: New test.
3379 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
3381         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3383 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
3385         PR c++/9978, c++/9708
3386         * g++.dg/ext/vlm1.C: Adjust expected error.
3387         * g++.dg/ext/vla2.C: New test.
3388         * g++.dg/template/arg1.C: New test.
3389         * g++.dg/template/arg2.C: New test.
3391 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
3393         * g77.f-torture/execute/select.f: New test.
3394         * g77.f-torture/noncompile/select_no_compile.f: New test.
3396 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
3398         PR c++/9898
3399         * g++.dg/other/error4.C: New test.
3401 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
3403         * g++.dg/template/friend17.C: New test.
3405 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
3407         * gcc.c-torture/compile/20030320-1.c: New.
3409 2003-03-20  Roger Sayle  <roger@eyesopen.com>
3411         * gcc.dg/builtins-6.c: New test case.
3413 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
3415         PR target/10073
3416         * gcc.c-torture/compile/20030319-1.c: New.
3418 2003-03-18  Jan Hubicka  <jh@suse.cz>
3420         * gcc.dg/i386-cvt-1.c: New test.
3422 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
3424         * objc.dg/naming-1.m: Use "(parse|syntax) error".
3425         * objc.dg/naming-2.m: Likewise.
3427 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
3429         PR c++/9639
3430         * g++.dg/parse/crash1.C: New test.
3432 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
3434         PR c++/8805
3435         * g++.dg/eh/cleanup1.C: New test.
3437 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3439         * gcc.c-torture/execute/20030316-1.c: New test case.
3441 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3443         PR c++/9629
3444         * g++.dg/init/ctor2.C: New test.
3446 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3448         * g77.f-torture/compile/xformat.f: New test case.
3450 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3452         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3453         * g++.old-deja/g++.mike/eh50.C: Likewise.
3455 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3457         PR c++/6440
3458         * g++.dg/template/spec7.C: New test.
3459         * g++.dg/template/spec8.C: Likewise.
3461 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3463         * gcc.c-torture/execute/20030313-1.c: New test.
3465 2003-03-14  Richard Henderson  <rth@redhat.com>
3467         * gcc.dg/inline-2.c: Adjust alpha test for external call.
3469 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3471         * gcc.c-torture/compile/20030314-1.c: New test.
3473 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
3475         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
3476         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
3477         thumb target,
3478         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3479         to accept newer _imp__  prefix and additional
3480         newline in .drectve section.
3481         * gcc.dg/dll-4.c: Likewise.
3482         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3483         switch.
3485 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
3487         * g++.dg/parse/namespace9.C: New test.
3489         * g++.dg/init/ref5.C: New test.
3490         * g++.dg/parse/ptrmem1.C: Likewise.
3492 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3494         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3495         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3496         regular expression.
3497         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3498         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3500 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3502         * gcc.c-torture/execute/20030224-2.c: New test.
3504 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3506         * gcc.dg/decl-3.c: New test.
3508 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3510         * gcc.dg/i386-loop-2.c: New test.
3512 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
3514         PR c++/9474
3515         * g++.dg/parse/namespace8.C: New test.
3517         PR c++/9924
3518         * g++.dg/overload/builtin2.C: New test.
3520 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3522         * gcc.dg/return-type-3.c: New test.
3524 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
3526         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3527         profiling options are not supported.
3529 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
3531         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3532         * g++.old-deja/g++.warn/impint2.C: Likewise.
3534 2003-03-10  Devang Patel  <dpatel@apple.com>
3536         * g++.dg/cpp/c++_cmd_1.C: New test.
3537         * g++.dg/cpp/c++_cmd_1.h: New file.
3539 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3541         * gcc.dg/altivec-9.c: New file.
3543 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3545         * gcc.dg/ppc-sdata-1.c: New test.
3546         * gcc.dg/ppc-sdata-2.c: New test.
3548 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
3550         PR c++/9373
3551         * g++.dg/opt/ptrmem2.C: New test.
3553         PR c++/8534
3554         * g++.dg/opt/ptrmem1.C: New test.
3556 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3558         * gcc.dg/i386-loop-1.c: New test.
3560 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3562         PR c++/9970
3563         * g++.dg/lookup/friend1.C: New test.
3565 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3567         PR c++/9823
3568         * g++.dg/parser/constructor1.C: New test.
3570 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3572         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3574         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3576 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3578         * gcc.dg/cpp/Wunused.c: Update test.
3580 2003-03-08  Jan Hubicka  <jh@suse.cz>
3582         * gcc.dg/inline-3.c: New test.
3584 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3586         PR c++/9809
3587         * g++.dg/parse/builtin1.C: New test.
3589         PR c++/9982
3590         * g++.dg/abi/cookie1.C: New test.
3591         * g++.dg/abi/cookie2.C: Likewise.
3593         PR c++/9524
3594         * g++.dg/template/field1.C: New test.
3596         PR c++/9912
3597         * g++.dg/parse/class1.C: New test.
3598         * g++.dg/parse/namespace7.C: Likewise.
3599         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3601 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3603         * g++.dg/init/ref4.C: New test.
3605 2003-03-07  Jan Hubicka  <jh@suse.cz>
3607         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3608         * gcc.dg/inline-3.c:  New test.
3610 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3612         * g++.dg/init/ref3.C: New test.
3614         PR c++/9965
3615         * g++.dg/init/ref2.C: New test.
3617         PR c++/9400
3618         * g++.dg/warn/Wshadow-2.C: New test.
3620         PR c++/9791
3621         * g++.dg/warn/Woverloaded-1.C: New test.
3623 2003-03-05  Jan Hubicka  <jh@suse.cz>
3625         * gcc.dg/i386-local2.c: New.
3626         * gcc.dg/i386-local.c: Fix typo.
3628 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3630         * g++.dg/abi/layout3.C: New test.
3632 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3634         * gcc.c-torture/compile/20030305-1.c
3636 2003-03-05  Jan Hubicka  <jh@suse.cz>
3638         * gcc.dg/i386-local.c: New.
3640 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3642         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3644 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3646         * gcc.dg/switch-2.c: New test.
3647         * gcc.dg/switch-3.c: New test.
3648         * gcc.dg/Wswitch.c: Adjust line numbers.
3649         * gcc.dg/Wswitch-default.c: Likewise.
3650         * gcc.dg/Wswitch-enum.c: Likewise.
3652 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
3654         * gcc.c-torture/execute/20030222-1.c: New test.
3656 2003-03-03  James E Wilson  <wilson@tuliptree.org>
3658         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3660 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
3662         PR c++/9878
3663         * g++.dg/init/ref1.C: New test.
3665 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3667         * gcc.dg/sh-relax.c: New SH-only test.
3669 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
3671         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
3672         comment explaining purpose of testcase.
3674 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3676         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3677         for HC11/HC12 (asm needs two int registers).
3678         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3679         HC11/HC12 because the test uses an asm which needs two 32-bit
3680         registers.
3682 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3684         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3685         for HC11/HC12 (array is too large otherwise).
3686         * gcc.c-torture/compile/920501-4.x: New file, likewise.
3687         * gcc.c-torture/compile/20010518-2.x: Likewise.
3688         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3689         HC11/HC12 (array is too large).
3691 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
3693         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3694         * lib/g++-dg.exp (g++-dg-test): Likewise.
3696 2003-03-01  Roger Sayle  <roger@eyesopen.com>
3698         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3699         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3701 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3703         * g++.dg/warn/implicit-typename1.C: Remove warning.
3705 2003-02-28  Richard Henderson  <rth@redhat.com>
3707         * gcc.dg/noreturn-1.c: Move noreturn warning line.
3708         * gcc.dg/return-type-1.c: Move control reaches end warning line.
3710 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
3712         * gcc.dg/pch/pch.exp: Change .pch to .gch.
3713         * g++.dg/pch/pch.exp: Likewise.
3715 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
3717         PR c++/9879
3718         * testsuite/g++.dg/init/new4.C: New test.
3720 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
3722         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3724 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
3726         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3727         unsigned long.
3729         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3730         wider than float.
3732 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3734         * lib/scanasm.exp: Add support for counting numbers of
3735         occurences.
3736         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3737         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3739 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
3741         PR c++/9683
3742         * g++.dg/template/static3.C: New test.
3744         PR c++/9829
3745         * g++.dg/parse/namespace6.C: New test.
3747 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3749         PR target/9732
3750         * gcc.dg/20030225-1.c: New test.
3752 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
3754         * README: Remove out-of-date information.
3756         PR c++/9836
3757         * g++.dg/template/spec6.C: New test.
3759 2003-02-24  Jeff Law  <law@redhat.com>
3761         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3763 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3765         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3766         * gcc.dg/pragma-ep-1.c: Likewise.
3768 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3770         PR c++/9602
3771         * g++.dg/template/friend16.C: New test.
3773 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
3775         PR c++/5333
3776         * g++.dg/parse/fused-params1.C: Adjust error messages.
3777         * g++.dg/template/nested3.C: New test.
3779 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3781         * g++.dg/abi/param1.C: New test.
3783 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3785         PR c++/7982
3786         * g++.dg/warn/implicit-typename1.C: New test.
3788 2003-02-22  Kelley Cook <kelleycook@comcast.net>
3790         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3791         with "mtune".
3792         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3793         * gcc.c-torture/execute/20010129-1.x: Likewise.
3794         * gcc.dg/20011107-1.c: Likewise.
3795         * gcc.dg/20020108-1.c: Likewise.
3796         * gcc.dg/20020122-3.c: Likewise.
3797         * gcc.dg/20020206-1.c: Likewise.
3798         * gcc.dg/20020310-1.c: Likewise.
3799         * gcc.dg/20020426-2.c: Likewise.
3800         * gcc.dg/20020517-1.c: Likewise.
3801         * gcc.dg/991230-1.c: Likewise.
3802         * gcc.dg/i386-unroll-1.c: Likewise.
3803         * gcc.misc-tests/i386-prefetch.exp: Likewise.
3805 2003-02-22  Jan Hubicka  <jh@suse.cz>
3807         * gcc.dg/i386-mul.c: New test.
3809 2003-02-21  Roger Sayle  <roger@eyesopen.com>
3811         * gcc.dg/builtins-5.c: New test case.
3813 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
3815         * gcc.dg/asmreg-1.c: New test.
3817 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3819         PR c++/9749
3820         * g++.dg/parse/varmod1.C: New test.
3822 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3824         PR c++/9727
3825         * g++.dg/template/op1.C: New test.
3827 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3829         PR c++/8906
3830         * g++.dg/template/nested2.C: New test.
3832 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3834         PR c++/8724
3835         * g++.dg/expr/dtor1.C: New test.
3837 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3839         * gcc.dg/cpp/include3.c: New test.
3840         * gcc.dg/cpp/inc/foo.h: New file.
3842 2003-02-21  Glen Nakamura  <glen@imodulo.com>
3844         * gcc.c-torture/execute/20030221-1.c: New test.
3846 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
3848         PR c++/9729
3849         * g++.dg/abi/conv1.C: New test.
3851 2003-02-20  Jan Hubicka  <jh@suse.cz>
3853         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3855 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
3857         * gcc.c-torture/compile/20030219-1.c: New test.
3859 2003-02-18  Jan Hubicka  <jh@suse.cz>
3861         * gcc.dg/funcorder.c: New test.
3863 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3865         * gcc.c-torture/execute/20030218-1.c: New.
3867 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
3869         * gcc.dg/20030218-1.c: New.
3871 2003-02-18  Richard Henderson  <rth@redhat.com>
3873         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3874         * gcc.dg/attr-used-2.c: New.
3876 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
3878         PR c++/9704
3879         * g++.dg/init/copy5.C: New test.
3881 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
3883         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3884         * g++.dg/pch/pch.exp: Likewise.
3886 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3888         * gcc.c-torture/execute/20030209-1.c: Enable the test if
3889         STACK_SIZE is not defined.
3891 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3893         PR c++/9457
3894         * g++.dg/template/init1.C: New test.
3896 2003-02-16  Jan HUbicka  <jh@suse.cz>
3898         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3899         (foo): Add few extra tests
3900         * gcc.dg/c99-const-expr-3.c: Likewise.
3901         * gcc.c-torture/execute/20030216-1.c: New.
3903 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3905         PR c++/9459
3906         * g++.dg/ext/typeof4.C: New test.
3908 2003-02-15  Roger Sayle  <roger@eyesopen.com>
3910         * gcc.dg/i386-387-3.c: New test case.
3912 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
3914         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3915         cris-*-elf* cris-*-aout* and mmix-*-*.
3917 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
3919         * gcc.dg/20030213-1.c: New test.
3921 2003-02-12  Roger Sayle  <roger@eyesopen.com>
3923         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
3924         * gcc.dg/i386-387-2.c: Likewise.
3926 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
3928         * gcc.dg/ppc-spe.c: Fix formatting.
3929         Enable tests that were previously unsupported by gas.
3930         Delete tests for instructions that no longer exist.
3931         Switch arguments on evsubifw builtin.
3933 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3935         * gcc.c-torture/execute/20030209-1.c: Disable the test if
3936         STACK_SIZE is too small.
3938 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3939             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3941         * gcc.dg/decl-2.c: New test.
3943 2003-02-10  Jan Hubicka  <jh@suse.cz>
3945         * gcc.dg/i386-fpcvt-1.c:  New test.
3947 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
3949         * gcc.c-torture/execute/20030209-1.c: New test.
3951 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
3953         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
3954         int-wide bitops, use the constants of the same width.
3955         Likewise, if long long is 32-bit wide, test bitops using
3956         32-bit constants.
3958 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
3960         * gcc.dg/20021014-1.c: Annotate with expected notice text.
3962 2003-02-07  Roger Sayle  <roger@eyesopen.com>
3964         * testsuite/gcc.dg/builtins-4.c: New test case.
3966 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3968         * gcc.dg/20020430-1.c: Fix dg command typos.
3969         * gcc.dg/20020503-1.c: Likewise.
3971 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3973         PR c++/8785
3974         * g++.dg/parse/fused-params1.C: New test.
3976         PR c++/8857
3977         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
3979         PR c++/8921
3980         * g++.dg/parse/non-dependent1.C: New test.
3982         PR c++/8928
3983         * g++.dg/parse/dupl-tmpl-args1.C: New test.
3985         PR c++/9228
3986         * g++.dg/parse/undefined7.C: New test.
3987         * g++.dg/parse/non-templ1.C: New test.
3989         PR c++/9229
3990         * g++.dg/parse/too-many-tmpl-args1.C: New test.
3992 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
3994         * gcc.c-torture/compile/20030206-1.c: New test.
3996 2003-02-05  Roger Sayle  <roger@eyesopen.com>
3998         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
3999         "pow" to "foo" to avoid potential confusion with a math built-in.
4001 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4003         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
4004         conditions for SPARC targets.
4006 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
4008         * gcc.dg/20030204-1.c: New test.
4010 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4012         PR c++/38
4013         * g++.dg/parse/array-size1.C: New test.
4015         PR c++/5657
4016         * g++.dg/parse/undefined3.C: New test.
4018         PR c++/5665
4019         * g++.dg/parse/undefined4.C: New test.
4021         PR c++/5975
4022         * g++.dg/parse/undefined5.C: New test.
4024         PR c++/7259
4025         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
4027         PR c++/8578
4028         * g++.dg/parse/casting-operator1.C: New test.
4030         PR c++/8596
4031         * g++.dg/parse/undefined6.C: New test.
4033         PR c++/8736
4034         * g++.dg/parse/missing-template1.C: New test.
4036 2003-02-04  Jan Hubicka  <jh@suse.cz>
4038         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
4039         * gcc.dg/i386-cmov?.c:  Likewise.
4040         * gcc.dg/i386-fpcvt-?.c:  Likewise.
4041         * gcc.dg/i386-ssefp-1.c:  Likewise.
4042         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
4043         conventions.
4045 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
4047         PR c++/7129
4048         * testsuite/g++.dg/ext/max.C: New test.
4050 2003-02-03  Jan Hubicka  <jh@suse.cz>
4052         * gcc.c-torture/execute/20030203-1.c: New test.
4054 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
4056         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
4057         'natural-endian'.
4059 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
4061         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
4062         * g++.dg/init/new2.C: Likewise.
4063         * g++.dg/other/new1.C: Likewise.
4065 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
4067         * gcc.dg/struct-ret-libc.c: New test.
4069 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4071         * gcc.dg/20030129-1.c: New test.
4073 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4075         PR c++/8849
4076         * g++.dg/template/ptrmem4.C: New test.
4078 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
4080         * g++.dg/parser/constant1.C: New test.
4082 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4084         PR c++/8591
4085         * g++.dg/parse/friend2.C: New test.
4087 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4089         PR c++/9437
4090         * g++.dg/template/unify4.C: New test.
4092 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
4094         * gcc.c-torture/execute/20030128-1.c: New test.
4096 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
4098         * g++.dg/lookup/nested1.C: Test moved from ...
4099         * g++.old-deja/g++.other/lookup24.C: ... here.
4101 2003-01-28  Jan Hubicka  <jh@suse.cz>
4103         * gcc.dg/i386-cmov5.c:  New test.
4105 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
4107         * gcc.c-torture/execute/20010925-1.c: Changed the
4108         memcpy declaration.
4110 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4112         PR c++/3902
4113         * g++.dg/parse/template5.C: New test.
4115 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
4117         PR fortran/9258
4118         * g77.dg/pr9258: New test.
4120 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4122         * README: Move relevant parts from README.g++.
4124         * README.g++: Remove this file.
4126 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4128         * g++.dg/abi/dcast1.C: New test.
4130 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4132         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
4134 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
4136         PR c++/47
4137         * g++.old-deja/g++.other/lookup24.C: New test.
4139 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4141         PR middle-end/7227
4142         * gcc.dg/uninit-C.c: New test.
4144 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
4146         * g++.dg/abi/covariant1.C: New test.
4148 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
4150         * gcc.dg/20030123-1.c: New test.
4152 2003-01-25  Jan Hubicka  <jh@suse.cz>
4154         PR opt/8492
4155         * gcc.c-torture/compile/20030125-1.c
4157 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
4159         PR c++/9403
4160         * g++.dg/parse/template3.C: New test.
4161         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
4163         PR c++/795
4164         * g++.dg/parse/template4.C: New test.
4166         PR c++/9415
4167         * g++.dg/template/qual2.C: New test.
4169         PR c++/8545
4170         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
4172         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
4174 2003-01-25  Roger Sayle  <roger@eyesopen.com>
4176         * gcc.c-torture/execute/switch-1.c: New test case.
4178 2003-01-25  Jan Hubicka  <jh@suse.cz>
4180         * gcc.c-torture/execute/20030125-1.[cx]: New test.
4182 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
4184         Tweaks for Bison-1.875. From the NEWS file:
4185         "- `parse error' -> `syntax error'
4186         Bison now uniformly uses the term `syntax error'"
4187         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
4188         * gcc.dg/cpp/digraph2.c: Likewise.
4189         * gcc.dg/cpp/direct2.c: Likewise.
4190         * gcc.dg/cpp/paste4.c: Likewise.
4191         * gcc.dg/c90-restrict-1.c: Likewise.
4192         * gcc.dg/c99-func-2.c: Likewise.
4193         * gcc.dg/noncompile/920721-2.c: Likewise.
4194         * gcc.dg/noncompile/930622-2.c: Likewise.
4195         * gcc.dg/noncompile/940112-1.c: Likewise.
4196         * gcc.dg/noncompile/950921-1.c: Likewise.
4197         * gcc.dg/noncompile/951123-1.c: Likewise.
4198         * gcc.dg/noncompile/971104-1.c: Likewise.
4199         * gcc.dg/noncompile/990416-1.c: Likewise.
4201 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
4203         * g++.dg/parse/undefined1.C: Add error message.
4205 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4207         PR c++/9354
4208         * g++.dg/parse/new1.C: New test.
4210         PR c++/9216
4211         * g++.dg/parse/template2.C: New test.
4213         PR c++/9354
4214         * g++.dg/parse/typedef2.C: New test.
4216         PR c++/9328
4217         * g++.dg/ext/typeof3.C: New test.
4219 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4221         PR c++/2738
4222         * g++.dg/parse/ret-type1.C: New test.
4224         PR c++/3792
4225         * g++.dg/parse/tmpl-outside1.C: New test.
4227         PR c++/4207
4228         * g++.dg/parse/int-as-enum1.C: New test.
4230         PR c++/4903
4231         * g++.dg/parse/no-typename1.C: New test.
4233         PR c++/5533
4234         * g++.dg/parse/no-value1.C: New test.
4236         PR c++/5921
4237         * g++.dg/parse/wrong-inline1.C: New test.
4239         PR c++/6402
4240         * g++.dg/parse/ref1.C: New test.
4242         PR c++/6992
4243         * g++.dg/parse/attr-ctor1.C: New test.
4245         PR c++/7229
4246         * g++.dg/parse/namespace5.C: New test.
4248         PR c++/7917
4249         * g++.dg/parse/func-def1.C: New test.
4251         PR c++/8143
4252         * g++.dg/parse/undefined1.C: New test.
4254         PR c++/5723, PR c++/8522
4255         * g++.dg/parse/specialization1.C: New test.
4257         PR c++/163, PR c++/8595
4258         * g++.dg/parse/struct-as-enum1.C: New test.
4260         PR c++/9173
4261         * g++.dg/parse/undefined2.C: New test.
4263 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4265         PR c++/9298
4266         * g++.dg/parse/template1.C: New test.
4268         PR c++/9384
4269         * g++.dg/parse/using1.C: New test.
4271         PR c++/9285
4272         PR c++/9294
4273         * g++.dg/parse/expr2.C: New test.
4275         PR c++/9388
4276         * g++.dg/parse/lookup2.C: Likewise.
4278 2003-01-21  Jan Hubicka  <jh@suse.cz>
4280         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
4281         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
4282         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
4283         * gcc.c-torture/execute/string-opt-*.c: Likewise.
4285 2003-01-20  Nick Clifton  <nickc@redhat.com>
4287         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
4288         problem with ARM sibcall code generation.
4290 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
4292         * gcc.c-torture/execute/20030120-1.c: New.
4294 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
4296         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
4298 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
4300         PR c++/9272
4301         * g++.dg/parse/ctor1.C: New test.
4303         PR c++/9294:
4304         * g++.dg/parse/qualified1.C: New test.
4306         * g++.dg/parse/typename3.C: New test.
4308 2003-01-16  Richard Henderson  <rth@redhat.com>
4310         * g++.dg/tls/init-2.C: Fix error matches for real this time.
4312 2003-01-16  Richard Henderson  <rth@redhat.com>
4314         * g++.dg/pch/pch.exp: Copy test header to the working directory
4315         before using it either for precompilation or direct use.
4316         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4317         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4319 2003-01-16  Richard Henderson  <rth@redhat.com>
4321         * gcc.dg/pch/pch.exp: Copy test header to the working directory
4322         before using it either for precompilation or direct use.
4323         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4324         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4326 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
4328         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4329         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4330         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4331         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4332         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4333         typename warning into error.
4334         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4335         error messages.
4336         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4337         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4338         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4339         messages.
4340         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4341         make declaration visible in template.
4342         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4343         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4344         messages.
4345         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4346         message.
4347         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4348         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4349         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4350         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4351         typename warning with error message.
4352         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4353         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4354         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
4356 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4358         * g++.dg/parse/ambig2.C: New test.
4360 2003-01-15  Richard Henderson  <rth@redhat.com>
4362         * g++.dg/tls/init-2.C: Update error message string.
4364 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4366         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4368 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
4370         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4371         all for HC11/HC12.
4372         * gcc.c-torture/compile/20001205-1.x: Likewise.
4373         * gcc.c-torture/compile/20001226-1.x: Likewise.
4374         * gcc.c-torture/compile/920520-1.x: Likewise.
4375         * gcc.c-torture/compile/961203-1.x: Likewise.
4376         * gcc.c-torture/compile/20020604-1.x: Likewise.
4378 2003-01-15  Jan Hubicka  <jh@suse.cz>
4380         * gcc.c-torture/compile/20030115-1.c: New test.
4382         * gcc.dg/i386-fpcvt-1.c: New test.
4383         * gcc.dg/i386-fpcvt-2.c: New test.
4385 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
4387         Further conform g++'s __vmi_class_type_info to the C++ ABI
4388         specification.
4389         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4390         the specification.
4392 2003-01-14  Jan Hubicka  <jh@suse.cz>
4394         * gcc.dg/i386-fpcvt-1.c: New test.
4395         * gcc.dg/i386-fpcvt-2.c: New test.
4397 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4399         * gcc.dg/i386-mmx-3.c: New test.
4401 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
4403         PR c++/9264
4404         * g++.dg/parse/octal1.C: New file.
4406         PR c++/9172
4407         * g++.dg/parse/typename1.C: New file.
4409 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
4411         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4412         * gcc.dg/bf-no-ms-layout.c: Likewise.
4413         * gcc.dg/bf-ms-attrib.c: Likewise.
4415 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
4417         PR c++/9099
4418         * g++.dg/parse/dtor1.C: New file.
4420         PR c++/9128
4421         * g++.dg/rtti/typeid1.C: New file.
4423         PR c++/9153
4424         * g++.dg/parse/lookup1.C: New file.
4426         PR c++/9171
4427         * g++.dg/templ/spec5.C: New file.
4429 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4431         * gcc.c-torture/compile/20030110-1.c: New test.
4433 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4435         Merge from pch-branch:
4437         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
4439         * gcc.dg/pch/cpp-1.h: New.
4440         * gcc.dg/pch/cpp-1.c: New.
4441         * gcc.dg/pch/cpp-2.h: New.
4442         * gcc.dg/pch/cpp-2.c: New.
4444         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4446         * gcc.dg/pch/except-1.h: New.
4447         * gcc.dg/pch/except-1.c: New.
4449         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4451         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4452         running test.
4453         * gcc.dg/pch: Include *.hp not *.h.
4454         * gcc.dg/pch/system-1.h: New.
4455         * gcc.dg/pch/system-1.c: New.
4457         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4459         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4460         rather than trying to build and run a program using PCH.
4461         * gcc.dg/pch: Remove dg-do commands from test files.
4463         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4465         * gcc.dg/pch/macro-3.c: New.
4466         * gcc.dg/pch/macro-3.h: New.
4468         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4470         * gcc.dg/pch/common-1.c: New.
4471         * gcc.dg/pch/common-1.h: New.
4472         * gcc.dg/pch/decl-1.c: New.
4473         * gcc.dg/pch/decl-1.h: New.
4474         * gcc.dg/pch/decl-2.c: New.
4475         * gcc.dg/pch/decl-2.h: New.
4476         * gcc.dg/pch/decl-3.c: New.
4477         * gcc.dg/pch/decl-3.h: New.
4478         * gcc.dg/pch/decl-4.c: New.
4479         * gcc.dg/pch/decl-4.h: New.
4480         * gcc.dg/pch/decl-5.c: New.
4481         * gcc.dg/pch/decl-5.h: New.
4482         * gcc.dg/pch/global-1.c: New.
4483         * gcc.dg/pch/global-1.h: New.
4484         * gcc.dg/pch/inline-1.c: New.
4485         * gcc.dg/pch/inline-1.h: New.
4486         * gcc.dg/pch/inline-2.c: New.
4487         * gcc.dg/pch/inline-2.h: New.
4488         * gcc.dg/pch/static-1.c: New.
4489         * gcc.dg/pch/static-1.h: New.
4490         * gcc.dg/pch/static-2.c: New.
4491         * gcc.dg/pch/static-2.h: New.
4493         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4495         * g++.dg/pch/pch.exp: Better handle failing testcases.
4496         * gcc.dg/pch/pch.exp: Likewise.
4497         * gcc.dg/pch/macro-1.c: New.
4498         * gcc.dg/pch/macro-1.h: New.
4499         * gcc.dg/pch/macro-2.c: New.
4500         * gcc.dg/pch/macro-2.h: New.
4502         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4504         * g++.dg/dg.exp: Treat files in pch/ specially.
4505         * g++.dg/pch/pch.exp: New file.
4506         * g++.dg/pch/empty.H: New file.
4507         * g++.dg/pch/empty.C: New file.
4508         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4509         "precompile".
4511         * gcc.dg/pch/pch.exp: New file.
4512         * gcc.dg/pch/empty.h: New file.
4513         * gcc.dg/pch/empty.c: New file.
4514         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4515         "precompile".
4517 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4519         * g++.dg/template/friend14.C: New test.
4521 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4523         * gcc.dg/old-style-asm-1.c: New test.
4525 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4527         * gcc.c-torture/compile/20030109-1.c: New test.
4529 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4531         * gcc.c-torture/execute/20030109-1.c: New test.
4533 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
4535         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4536         * g++.old-deja/g++.mike/dyncast2.C: Likewise
4537         * g++.old-deja/g++.mike/dyncast3.C: Likewise
4538         * g++.old-deja/g++.mike/eh2.C: Likewise
4539         * g++.old-deja/g++.mike/eh3.C: Likewise
4540         * g++.old-deja/g++.mike/eh5.C: Likewise
4541         * g++.old-deja/g++.mike/eh6.C: Likewise
4542         * g++.old-deja/g++.mike/eh7.C: Likewise
4543         * g++.old-deja/g++.mike/eh8.C: Likewise
4544         * g++.old-deja/g++.mike/eh9.C: Likewise
4545         * g++.old-deja/g++.mike/eh10.C: Likewise
4546         * g++.old-deja/g++.mike/eh12.C: Likewise
4547         * g++.old-deja/g++.mike/eh13.C: Likewise
4548         * g++.old-deja/g++.mike/eh14.C: Likewise
4549         * g++.old-deja/g++.mike/eh16.C: Likewise
4550         * g++.old-deja/g++.mike/eh17.C: Likewise
4551         * g++.old-deja/g++.mike/eh18.C: Likewise
4552         * g++.old-deja/g++.mike/eh21.C: Likewise
4553         * g++.old-deja/g++.mike/eh23.C: Likewise
4554         * g++.old-deja/g++.mike/eh24.C: Likewise
4555         * g++.old-deja/g++.mike/eh25.C: Likewise
4556         * g++.old-deja/g++.mike/eh26.C: Likewise
4557         * g++.old-deja/g++.mike/eh27.C: Likewise
4558         * g++.old-deja/g++.mike/eh28.C: Likewise
4559         * g++.old-deja/g++.mike/eh29.C: Likewise
4560         * g++.old-deja/g++.mike/eh31.C: Likewise
4561         * g++.old-deja/g++.mike/eh33.C: Likewise
4562         * g++.old-deja/g++.mike/eh34.C: Likewise
4563         * g++.old-deja/g++.mike/eh35.C: Likewise
4564         * g++.old-deja/g++.mike/eh36.C: Likewise
4565         * g++.old-deja/g++.mike/eh37.C: Likewise
4566         * g++.old-deja/g++.mike/eh38.C: Likewise
4567         * g++.old-deja/g++.mike/eh39.C: Likewise
4568         * g++.old-deja/g++.mike/eh40.C: Likewise
4569         * g++.old-deja/g++.mike/eh41.C: Likewise
4570         * g++.old-deja/g++.mike/eh42.C: Likewise
4571         * g++.old-deja/g++.mike/eh44.C: Likewise
4572         * g++.old-deja/g++.mike/eh46.C: Likewise
4573         * g++.old-deja/g++.mike/eh47.C: Likewise
4574         * g++.old-deja/g++.mike/eh48.C: Likewise
4575         * g++.old-deja/g++.mike/eh49.C: Likewise
4576         * g++.old-deja/g++.mike/eh50.C: Likewise
4577         * g++.old-deja/g++.mike/eh51.C: Likewise
4578         * g++.old-deja/g++.mike/eh53.C: Likewise
4579         * g++.old-deja/g++.mike/eh55.C: Likewise
4580         * g++.old-deja/g++.mike/p7912.C: Likewise
4581         * g++.old-deja/g++.mike/p9706.C: Likewise
4582         * g++.old-deja/g++.mike/p10416.C: Likewise
4583         * g++.old-deja/g++.mike/p11667.C: Likewise
4584         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4585         Remove redundant reference to Iris.
4586         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4587         Elxsi, i860, Pico Java, and WE32K.
4589 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4591         * g++.dg/ext/asm4.C: New test.
4593 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4595         PR c++/9030
4596         * g++.dg/template/friend12.C: New test.
4597         * g++.dg/template/friend13.C: Likewise.
4598         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4600 2003-01-08  Jan Hubicka  <jh@suse.cz>
4602         * gcc.dg/i386-cadd.c: New test.
4603         * gcc.dg/i386-cmov4.c: Likewise.
4605 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4607         PR c++/9165
4608         * g++.dg/warn/Wunused-3.C: New test.
4610         * g++.dg/abi/bitfield9.C: New test.
4612         PR c++/9189
4613         * g++.dg/parse/defarg3.C: New test.
4615 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4617         * g++.dg/parse/ambig1.C: New test.
4618         * g++.dg/parse/defarg2.C: New test.
4620 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4622         * g++.dg/template/defarg-1.C: New test.
4623         * g++.dg/template/local2.C: Likewise.
4625 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4627         * gcc.c-torture/execute/20030105-1.c: New test.
4629 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4631         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4632         * g++.dg/parse/namespace4.C: Likewise.
4634 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4636         * g++.dg/template/ntp2.C: New test.
4638 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4640         * g++.dg/parse/extern-C-1.C: New test.
4642         * g++.dg/parse/namespace4.C: New test.
4644         * g++.dg/template/nested1.C: New test.
4646         * g++.dg/parse/namespace3.C: New test.
4648 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4650         * g++.dg/lookup/two-stage1.C: New test.
4652 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4654         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4655         * g++.old-deja/g++.jason/access8.C: Likewise.
4656         * g++.old-deja/g++.other/decl5.C: Likewise.
4658 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4660         * g++.dg/parse/parse7.C: New test.
4662 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
4664         PR c++/2843
4665         * g++.dg/ext/attrib7.C: New test.
4667 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4669         * g++.dg/parse/parse6.C: New test.
4671 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
4673         * gcc.dg/h8300-stack-1.c: New.
4675 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4677         g++.dg/lookup/exception1.C: New test.
4679         g++.dg/lookup/template1.C: New test.
4681         g++.dg/parse/namespace2.C: New test.
4683         g++.dg/parse/parens2.C: New test.
4685 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4687         * g++.dg/parse/parse5.C: New test.
4688         * g++.dg/lookup/scoped4.C: New test.
4690 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4692         * g++.dg/parse/parens1.C: New test.
4694         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4695         angle-bracket1.C.
4696         * g++.dg/parse/parens2.C: New test.
4698         * g++.dg/lookup/scope-operator1.C: New test.
4700         * g++.dg/parse/operator1.C: New test.
4702 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4704         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4705         * g++.old-deja/g++.other/access6.C: Likewise.
4706         * g++.old-deja/g++.other/decl1.C: Likewise.
4707         * g++.old-deja/g++.pt/typename12.C: Likewise.
4709 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4711         * g++.dg/parse/namespace1.C: New test.
4713 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4715         * g++.dg/parse/parse4.C: New test.
4717 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4719         * g++.dg/parse/parse3.C: New test.
4721 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4723         * g++.dg/parse/parse2.C: New test.
4725 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4727         * g++.dg/template/friend11.C: New test.
4729 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4731         * g++.dg/parse/parse1.C: New test.
4733 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
4735         * lib/profopt.exp: Change the name of a global variable to avoid
4736         possible clashes with other test suites.
4738 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
4740         * g++.dg/inherit/covariant8.C: New test.
4742 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4744         * g++.dg/init/array9.C: New test.
4746         PR c++/9112
4747         * g++.dg/parse/expr1.C: New test.
4749 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4751         * gcc.c-torture/compile/20021230-1.c: New test.
4753 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4755         * g++.dg/inherit/covariant5.C: New test.
4756         * g++.dg/inherit/covariant6.C: New test.
4757         * g++.dg/inherit/covariant7.C: New test.
4759 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4761         PR c++/2739
4762         * g++.dg/other/access2.C: New test.
4764 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4766         * g++.dg/other/anon-struct.C: No longer fails
4767         * g++.old-deja/g++.brendan/parse4.C: Likewise.
4768         * g++.old-deja/g++.brendan/parse5.C: Likewise.
4769         * g++.old-deja/g++.brendan/parse6.C: Likewise.
4771 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4773         * g++.dg/parse/angle-bracket.C (main): No longer fails.
4775 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
4777         * g++.dg/eh/spec4.C: Remove stray semicolon.
4778         * g++.dg/expr/pmf-1.C: Change error message.
4779         * g++.dg/ext/asm1.C: Remove stray semicolon.
4780         * g++.dg/ext/typename1.C: Add missing typenames.
4781         * g++.dg/inherit/template-as-base.C: Change error message.
4782         * g++.dg/lookup/scoped1.C: Likewise.
4783         * g++.dg/lookup/scoped2.C: Likewise.
4784         * g++.dg/lookup/using2.C: Likewise.
4785         * g++.dg/other/component1.C: Remove stray semicolon.
4786         * g++.dg/other/do1.C: Change error message.
4787         * g++.dg/other/error2.C: Likewise.
4788         * g++.dg/other/init1.C: Likewise.
4789         * g++.dg/other/packed1.C: Remove stray semicolon.
4790         * g++.dg/other/ptrmem2.C: Change error message.
4791         * g++.dg/parse/parameter-declaration-1.C: Remove line number
4792         marker.
4793         * g++.dg/special/initp1.C: Remove invalid attribute usage.
4794         * g++.dg/template/access3.C: Add typename keyword.
4795         * g++.dg/template/access5.C: Remove stray semicolon.
4796         * g++.dg/template/access6.C: Likewise.
4797         * g++.dg/template/complit1.C: Likewise.
4798         * g++.dg/template/crash1.C: Change error message.
4799         * g++.dg/template/inherit2.C: Remove stray semicolon.
4800         * g++.dg/template/instantiate2.C: Likewise.
4801         * g++.dg/template/instantiate3.C: Change error message.
4802         * g++.dg/template/qual1.C: Remove stray semicolon.
4803         * g++.dg/template/qualttp18.C: Change error message.
4804         * g++.dg/template/ref1.C: Remove stray semicolon.
4805         * g++.dg/template/sizeof1.C (A::value): Declare it.
4806         * g++.dg/template/spec4.C: Change error message.
4807         * g++.dg/template/static1.C: Likewise.
4808         * g++.dg/template/type1.C: Likewise.
4809         * g++.dg/template/typename3.C: Likewise.
4810         * g++.old-deja/g++.benjamin/13478.C: Change error message.
4811         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4812         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4813         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4814         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4815         named return value extension.
4816         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4817         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4818         * g++.old-deja/g++.bob/extern_C.C: Likewise.
4819         * g++.old-deja/g++.bob/inherit2.C: Likewise.
4820         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4821         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4822         * g++.old-deja/g++.brendan/crash13.C: Likewise.
4823         * g++.old-deja/g++.brendan/crash15.C: Likewise.
4824         * g++.old-deja/g++.brendan/crash18.C: Change error message.
4825         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4826         * g++.old-deja/g++.brendan/crash38.C: Likewise.
4827         * g++.old-deja/g++.brendan/crash50.C: Likewise.
4828         * g++.old-deja/g++.brendan/crash56.C: Likewise.
4829         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4830         syntax.
4831         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4832         * g++.old-deja/g++.brendan/crash8.C: Change error message.
4833         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4834         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4835         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4836         * g++.old-deja/g++.brendan/template11.C: Likewise.
4837         * g++.old-deja/g++.brendan/template26.C: Likewise.
4838         * g++.old-deja/g++.brendan/template27.C: Use explicit
4839         specialization syntax.
4840         * g++.old-deja/g++.brendan/template30.C: Likewise.
4841         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4842         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4843         non-dependent names.
4844         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4845         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4846         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4847         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4848         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4849         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4850         named return value extension.
4851         * g++.old-deja/g++.ext/namedret2.C: Likewise.
4852         * g++.old-deja/g++.ext/namedret3.C: Likewise.
4853         * g++.old-deja/g++.ext/return1.C: Likewise.
4854         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4855         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4856         * g++.old-deja/g++.jason/access8.C: Likewise.
4857         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4858         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4859         pseudo-destructor names.
4860         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4861         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4862         pseudo-destructor names.
4863         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4864         * g++.old-deja/g++.jason/overload19.C: Likewise.
4865         * g++.old-deja/g++.jason/overload32.C: Likewise.
4866         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4867         stray semicolons.
4868         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4869         * g++.old-deja/g++.jason/return.C: Likewise.
4870         * g++.old-deja/g++.jason/return2.C: Likewise.
4871         * g++.old-deja/g++.jason/shadow1.C: Likewise.
4872         * g++.old-deja/g++.jason/special.C: Use explicit specialization
4873         syntax.
4874         * g++.old-deja/g++.jason/template10.C: Account for use of
4875         non-dependent names.
4876         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4877         syntax.
4878         * g++.old-deja/g++.jason/template37.C: Likewise.
4879         * g++.old-deja/g++.law/access4.C: Change error messages.
4880         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
4881         pseudo-destructor names.
4882         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4883         * g++.old-deja/g++.law/ctors9.C: Likewise.
4884         * g++.old-deja/g++.law/cvt22.C: Likewise.
4885         * g++.old-deja/g++.law/dtors5.C: Likewise.
4886         * g++.old-deja/g++.law/global-init1.C: Likewise.
4887         * g++.old-deja/g++.law/missed-error3.C: Likewise.
4888         * g++.old-deja/g++.law/operators28.C: Likewise.
4889         * g++.old-deja/g++.law/visibility28.C: Likewise.
4890         * g++.old-deja/g++.martin/eval1.C: Likewise.
4891         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4892         name.
4893         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4894         * g++.old-deja/g++.mike/net34.C: Likewise.
4895         * g++.old-deja/g++.mike/net36.C: Likewise.
4896         * g++.old-deja/g++.mike/ns2.C: Likewise.
4897         * g++.old-deja/g++.mike/p12306.C: Likewise.
4898         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4899         value extension.
4900         * g++.old-deja/g++.mike/p700.C: Likewise.
4901         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4902         * g++.old-deja/g++.mike/p710.C: Likewise.
4903         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4904         value extension.
4905         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4906         * g++.old-deja/g++.mike/pmf9.C: Likewise.
4907         * g++.old-deja/g++.ns/crash2.C: Likewise.
4908         * g++.old-deja/g++.ns/crash3.C: Likewise.
4909         * g++.old-deja/g++.ns/invalid1.C: Likewise.
4910         * g++.old-deja/g++.ns/ns17.C: Likewise.
4911         * g++.old-deja/g++.ns/template16.C: Likewise.
4912         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4913         keyword.
4914         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4915         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4916         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4917         named return value extension.
4918         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
4919         * g++.old-deja/g++.other/access4.C: Issue additional error
4920         messages.
4921         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
4922         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
4923         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
4924         * g++.old-deja/g++.other/crash25.C: Change error message.
4925         * g++.old-deja/g++.other/crash4.C: Change error message.
4926         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
4927         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
4928         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
4929         checks.
4930         * g++.old-deja/g++.other/defarg8.C: Likewise.
4931         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
4932         * g++.old-deja/g++.other/dtor10.C: Likewise.
4933         * g++.old-deja/g++.other/incomplete.C: Likewise.
4934         * g++.old-deja/g++.other/linkage7.C: Likewise.
4935         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
4936         lookup algorithm.
4937         * g++.old-deja/g++.other/mangle2.C: Likewise.
4938         * g++.old-deja/g++.other/refinit2.C: Likewise.
4939         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
4940         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
4941         * g++.old-deja/g++.pt/crash28.C: Likewise.
4942         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
4943         syntax.
4944         * g++.old-deja/g++.pt/crash32.C: Change error message.
4945         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
4946         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
4947         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
4948         error message position.
4949         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
4950         * g++.old-deja/g++.pt/defarg8.C: Change error message.
4951         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
4952         syntax.
4953         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
4954         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
4955         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
4956         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
4957         keyword.
4958         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4959         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
4960         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
4961         keyword.
4962         * g++.old-deja/g++.pt/explicit71.C: Change error message.
4963         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
4964         syntax.
4965         * g++.old-deja/g++.pt/friend28.C: Account for use of
4966         non-dependent names.
4967         * g++.old-deja/g++.pt/friend29.C: Likewise.
4968         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
4969         rules.
4970         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
4971         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
4972         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
4973         lookup rules.
4974         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
4975         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
4976         keyword.
4977         * g++.old-deja/g++.pt/memclass20.C: Likewise.
4978         * g++.old-deja/g++.pt/memclass5.C: Likewise.
4979         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
4980         keyword.
4981         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
4982         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
4983         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
4984         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
4985         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
4986         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
4987         keyword.
4988         * g++.old-deja/g++.pt/spec10.C: Likewise.
4989         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
4990         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
4991         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
4992         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
4993         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
4994         * g++.old-deja/g++.pt/ttp62.C: Likewise.
4995         * g++.old-deja/g++.pt/ttp64.C: Likewise.
4996         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
4997         * g++.old-deja/g++.pt/typename15.C: Likewise.
4998         * g++.old-deja/g++.pt/typename22.C: Likewise.
4999         * g++.old-deja/g++.pt/typename6.C: Change error messages.
5000         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
5001         * g++.old-deja/g++.pt/virtual2.C: Likewise.
5002         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
5003         syntax.
5004         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
5005         return value extension.
5006         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
5007         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
5008         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
5009         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
5011 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
5013         * g++.dg/warn/inline1.C: New test.
5014         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
5015         * g++.old-deja/g++.jason/synth10.C: Likewise.
5016         * g++.old-deja/g++.mike/net31.C: Likewise.
5017         * g++.old-deja/g++.mike/p8786.C: Likewise.
5019         * g++.dg/template/friend10.C: New test.
5020         * g++.dg/template/conv5.C: New test.
5022 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
5024         * g++.dg/lookup/scoped3.C: New test.
5026         * g++.dg/lookup/decl1.C: New test.
5027         * g++.dg/lookup/decl2.C: New test.
5029 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5031         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
5032         gcc.c-torture/compile/20021015-1.c,
5033         gcc.c-torture/compile/20021015-2.c,
5034         gcc.c-torture/compile/20021123-1.c,
5035         gcc.c-torture/compile/20021123-2.c,
5036         gcc.c-torture/compile/20021123-3.c,
5037         gcc.c-torture/compile/20021123-4.c,
5038         gcc.c-torture/execute/20021024-1.c: Add tests previously added
5039         only to 3.1 or 3.2 branch.
5041 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
5043         * gcc.dg/i386-bitfield3.c: New test.
5045         * gcc.dg/i386-bitfield2.c: New test.
5047 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
5049         * g++.dg/parse/conv_op1.C: New test.
5051 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
5053         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
5054         approved.
5056 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
5058         * gcc.c-torture/compile/20021220-1.c: New test.
5060 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
5062         * gcc.dg/i386-fastcall-1.c: New.
5064 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5066         * gcc.c-torture/execute/20021219-1.c: New test.
5068 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5070         * gcc.dg/i386-pic-1.c: New test.
5072 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5074         PR c++/8099
5075         * g++.dg/template/friend9.C: New test.
5077 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5079         PR c++/3663
5080         * g++.dg/template/access7.C: New test.
5082 2002-12-18  Nick Clifton  <nickc@redhat.com>
5084         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
5085         the libstdc++-v3 directory has been found.
5087 2002-12-12  Devang Patel <dpatel@apple.com>
5088         * gcc.dg/darwin-ld-1.c: New test.
5089         * gcc.dg/darwin-ld-2.c: New test.
5090         * gcc.dg/darwin-ld-3.c: New test.
5091         * gcc.dg/darwin-ld-4.c: New test.
5092         * gcc.dg/darwin-ld-5.c: New test.
5094 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5096         * gcc.c-torture/compile/20021212-1.c: New test.
5098 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
5100         * gcc.dg/fshort-wchar: New test.
5102 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
5104         PR c++/8372
5105         * g++.dg/template/dtor1.C: New test.
5107         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
5108         markers.
5110 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5112         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
5114 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
5116         * g++.dg/template/static1.C: New test.
5117         * g++.dg/template/static2.C: New test.
5118         * g++.old-deja/g++.ext/memconst.C: New test.
5120 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5122         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
5123         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
5124         * g++.dg/special/initp1.C: Likewise.
5126 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5128         * gcc.c-torture/execute/20021204-1.c: New test.
5130 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
5132         * gcc.dg/ppc-fmadd-1.c: New file.
5133         * gcc.dg/ppc-fmadd-2.c: New file.
5134         * gcc.dg/ppc-fmadd-3.c: New file.
5136 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5138         * gcc.c-torture/compile/20021204-1.c: New test.
5140 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5142         * g++.dg/inherit/covariant2.C: New test.
5143         * g++.dg/inherit/covariant3.C: New test.
5144         * g++.dg/inherit/covariant4.C: New test.
5145         * g++.dg/inherit/covariant1.C: Remove XFAIL.
5146         * g++.old-deja/g++.robertl/eb17.C: Likewise.
5148 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
5150         PR c++/8688
5151         * g++.dg/init/brace3.C: New test.
5153 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
5155         * gcc.dg/20020210-1.c: Fix a comment typo.
5157 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
5159         PR c++/8720
5160         * g++.dg/parse/defarg1.C: New test.
5162         PR c++/8615
5163         * g++.dg/template/char1.C: New test.
5165         * g++.dg/template/varmod1.C: Fix typo.
5167 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5169         DR 180
5170         * g++.old-deja/g++.pt/crash32.C: Expect error.
5172 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
5174         PR c++/5919
5175         * g++.dg/template/varmod1.C: New test.
5177         PR c++/8727
5178         * g++.dg/inherit/typeinfo1.C: New test.
5180         PR c++/8663
5181         * g++.dg/inherit/typedef1.C: New test.
5183 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
5185         PR c++/8332
5186         PR c++/8493
5187         * g++.dg/template/strlen1.C: New test.
5189         PR c++/8227
5190         * g++.dg/template/ctor2.C: New test.
5192         PR c++/8214
5193         * g++.dg/init/string1.C: New test.
5195         PR c++/8511
5196         * g++.dg/template/friend8.C: New test.
5198 2002-11-29  Joe Buck <jbuck@synopsys.com>
5200         * g++.dg/lookup/anon2.C: New test.
5202 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
5204         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
5205         h8300 port.
5207 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
5209         * gcc.dg/bitfld-6.c: New test.
5211 2002-11-27  Jan Hubicka  <jh@suse.cz>
5213         * gcc.c-torture/execute/20021127.[cx]: New test.
5215 2002-11-26  Jan Hubicka  <jh@suse.cz>
5217         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
5218         quality.
5220 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
5222         * g++.dg/init/brace2.C: New test.
5223         * g++.old-deja/g++.mike/p9129.C: Correct.
5225 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
5227         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
5229 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
5231         * gcc.dg/sibcall-6: New test for indirect sibcalls.
5233 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
5235         * testsuite/g++.dg/abi/empty11.C: New test.
5236         * testsuite/g++.dg/rtti/cv1.C: New test.
5238 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
5240         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
5242 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
5244         * g++.dg/abi/empty10.C: New test.
5246 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5248         * gcc.c-torture/compile/20021124-1.c: New test.
5250 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
5252         * g++.dg/abi/rtti2.C: New test.
5254 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5256         * gcc.dg/i386-unroll-1.c: New test.
5258 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5260         * gcc.c-torture/compile/20021120-1.c: New test.
5261         * gcc.c-torture/compile/20021120-2.c: New test.
5263 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5265         * gcc.dg/bitfld-5.c: New test.
5267 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5269         * gcc.c-torture/execute/20021120-3.c: New test.
5271 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5273         * gcc.c-torture/execute/20021120-2.c: New test.
5275 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5277         * gcc.c-torture/execute/20021120-1.c: New test.
5279 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
5281         * gcc.c-torture/execute/20021118-3.c: New test.
5283 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5285         * gcc.c-torture/compile/20021119-1.c: New test.
5287 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
5289         * gcc.dg/duff-1.c: New test.
5290         * gcc.dg/duff-2.c: New test.
5291         * gcc.dg/duff-3.c: New test.
5293 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
5295         * gcc.dg/cpp/_Pragma5.c: New test.
5297 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5299         * gcc.c-torture/execute/20021118-2.c: New test.
5301 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5303         * gcc.c-torture/execute/20021118-1.c: New test.
5305 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
5307         * gcc.dg/20021116-1.c: New test.
5309 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
5311         * g++.dg/abi/vcall1.C: New test.
5313 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5315         * gcc.dg/20021029-1.c: New test.
5316         * gcc.dg/20021029-2.c: New test.
5318 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5320         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5322 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5324         PR c/8439
5325         * gcc.dg/20021110.c: Move to ...
5326         * gcc.c-torture/compile/20021110.c: .... here.
5328 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5330         PR c/8467
5331         * gcc.c-torture/execute/20021111-1.c
5333 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5335         PR c/8439
5336         * gcc.dg/20021110.c: New test.
5338 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
5340         * g++.dg/abi/vthunk3.C: Run only on x86.
5342 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5344         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5346 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
5348         * lib/compat.exp (compat-execute): Fix logic error in last
5349         change.
5351 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
5353         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5355 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5357         PR c++/8389
5358         * g++.dg/template/access6.C: New test.
5360 2002-11-08  Jan Hubicka  <jh@suse.cz>
5362         * gcc.dg/i386-ssefp-1.c: New test.
5363         * gcc.dg/i386-ssefp-1.c: New test.
5365 2002-11-08  Jan Hubicka  <jh@suse.cz>
5367         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5369 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5371         * g++.dg/abi/vthunk3.C: New test.
5373         PR c++/8338
5374         * g++.dg/template/crash2.C: New test.
5376 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5378         * testsuite/g++.dg/abi/dtor1.C: New test.
5379         * testsuite/g++.dg/abi/dtor2.C: Likewise.
5381 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
5383         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5384         Darwin.
5386 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5388         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5389         -mthumb.  Only xfail with -O0.
5391 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
5393         * g++.dg/abi/thunk1.C: New test.
5394         * g++.dg/abi/thunk2.C: Likewise.
5395         * g++.dg/abi/vtt1.C: Likewise.
5397 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
5399         PR optimization/8423
5400         * gcc.c-torture/execute/builtin-constant.c: New test.
5402 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
5404         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5405         Add some more cases.
5407 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
5409         PR c++/8391
5410         * g++.dg/opt/local1.C: New test.
5412 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
5414         PR c++/8160
5415         * g++.dg/template/complit1.C: New test.
5417         PR c++/8149
5418         * g++.dg/template/typename4.C: Likewise.
5420 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5422         Core issue 287, PR c++/7639
5423         * g++.dg/template/instantiate1.C: Adjust error location.
5424         * g++.dg/template/instantiate3.C: New test.
5425         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5426         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5427         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5429 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
5431         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5433 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
5435         PR c++/8287
5436         * g++.dg/init/dtor2.C: New test.
5438 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5440         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5441         * gcc.dg/nest.c: Bypass errors on irix6.
5443 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
5445         * gcc.dg/nest.c: Expect error for mmix-*-*.
5446         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5448 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
5450         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5451         markers.
5453         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
5455 2002-10-25  Mike Stump  <mrs@apple.com>
5457         * gcc.dg/warn-1.c: New test.
5459 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5461         * g++.dg/template/typename3.C: New test.
5463 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
5465         * g++.dg/lookup/ptrmem1.C: New test.
5467         * g++.dg/abi/vthunk2.C: New test.
5469 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5471         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5473 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
5475         * g++.dg/abi/empty9.C: New test.
5477 2002-10-24  Richard Henderson  <rth@redhat.com>
5479         * g++.dg/inherit/thunk1.C: Enable for ia64.
5481 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5483         PR c++/8067
5484         * g++.dg/lookup/pretty1.C: New test.
5486 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5488         * gcc.dg/20021023-1.c: New test.
5490 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5492         PR c++/7679
5493         * g++.dg/parse/inline1.C: New test.
5495 2002-10-23  Richard Henderson  <rth@redhat.com>
5497         * g++.dg/inherit/thunk1.C: Enable for x86_64.
5499         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5501 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
5503         PR c++/6579
5504         * g++.dg/parse/stmtexpr3.C: New test.
5506 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
5508         * g++.dg/expr/cond1.C: New test.
5510 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5512         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5514 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5516         * g++.dg/abi/vbase13.C: New test.
5517         * g++.dg/abi/vbase14.C: Likewise.
5519 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
5521         * gcc.dg/tls/pic-1.c: New test.
5522         * gcc.dg/tls/nonpic-1.c: New test.
5523         * gcc.dg/20021018-1.c: New test.
5525 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5527         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5528         Remove only files with the same base name as the test case.
5529         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5530         (profopt-execute): Likewise.  Also, remove old profiling
5531         and performance data files before running the tests.
5533         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5534         * g++.dg/bprob/bprob.exp: Likewise.
5535         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
5536         to allow more general test case names.
5538         * g++.dg/bprob/bprob-1.C: Rename to ...
5539         * g++.dg/bprob/g++-bprob-1.C: ... this.
5541         * g77.dg/bprob/bprob-1.f: Rename to ...
5542         * g77.dg/bprob/g77-bprob-1.f: ... this.
5544 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5546         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5547         bison 1.50 or later.
5549 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
5551         * g++.dg/README: Describe more test directories.
5553 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5555         * g++.dg/init/array6.C: Add additional tests.
5557 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5559         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5560         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5562 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
5564         * gcc.c-torture/compile/20020604-1.x: New.
5565         * gcc.c-torture/compile/simd-5.x: Likewise.
5566         * gcc.c-torture/execute/920710-1.x: Likewise.
5567         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5569 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5571         * g++.dg/inherit/override1.C: Add dg-options clause.
5573 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5575         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5576         _mm_slli_si128.
5578 2002-10-19  Andreas Schwab  <schwab@suse.de>
5580         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5581         directory component.
5583 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5585         * g++.dg/inherit/thunk1.C: New test.
5587         * g++.dg/inherit/override1.C: New test.
5589         * g++.dg/abi/mangle11.C: New test.
5590         * g++.dg/abi/mangle14.C: New test.
5591         * g++.dg/abi/mangle17.C: New test.
5593 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5595         * g++.dg/overload/member2.C: New test.
5597 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5599         * g++.dg/README: Describe new compat directory.
5600         * g++.dg/dg.exp: Skip tests in compat directory.
5601         * README.compat: New file.
5602         * lib/compat.exp: New expect script.
5603         * g++.dg/compat: New test directory.
5604         * g++.dg/compat/compat.exp: New expect script.
5605         * g++.dg/compat/abi: New test directory.
5606         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5607         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5608         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5609         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5610         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5611         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5612         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5613         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5614         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5615         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5616         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5617         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5618         * g++.dg/compat/break: New test directory.
5619         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5620         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5621         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5622         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5623         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5624         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5625         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5626         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5627         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5628         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5629         g++.dg/compat/break/README: New files.
5630         * g++.dg/compat/eh: New test directory.
5631         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5632         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5633         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5634         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5635         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5636         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5637         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5638         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5639         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5640         g++.dg/compat/eh/filter2_y.C,
5641         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5642         g++.dg/compat/eh/new1_y.C,
5643         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5644         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5645         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5646         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5647         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5648         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5649         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5650         g++.dg/compat/eh/unexpected1_y.C: New files.
5651         * g++.dg/compat/init: New test directory.
5652         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5653         g++.dg/compat/init/array5_y.C,
5654         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5655         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5656         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5657         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5658         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5659         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5660         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5661         g++.dg/compat/init/init-ref2_y.C: New files.
5663 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5665         PR c++/7584
5666         * g++.dg/inherit/using3.C: New test.
5668 2002-10-17  Jan Hubicka  <jh@suse.cz>
5670         * gcc.dg/20021017-2.c: New test.
5672 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5674         * g++.dg/abi/mangle16.C: Adjust.
5676         * g++.dg/init/array8.C: New test.
5678 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
5680         * gcc.dg/special/mips-abi.exp: New test.
5681         * gcc.dg/special/mips-abi.s: Empty file used by the above.
5683 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5685         * g++.dg/abi/mangle16.C: New test.
5686         * g++.dg/abi/mangle17.C: Likewise.
5688         PR c++/7478
5689         * g++.dg/template/ref1.C: New test.
5691 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5693         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5695 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
5697         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5699 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5701         PR c++/7524
5702         * g++.dg/init/array7.C: New test.
5704 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
5706         * g++.dg/init/array6.C: New test.
5708         * g++.dg/abi/mangle13.C: Likewise.
5709         * g++.dg/abi/mangle14.C: Likewise.
5710         * g++.dg/abi/mangle15.C: Likewise.
5712 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5714         * g++.dg/abi/empty8.C: New test.
5716 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
5718         * g++.dg/init/ctor1.C: New test.
5720 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
5722         * gcc.c-torture/execute/20021015-1.c: New test.
5724 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
5726         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5728 2002-10-14  Jan Hubicka  <jh@suse.cz>
5730         * gcc.dg/i386-ssetype-[1-5].c: New tests.
5732 2002-10-14  Richard Henderson  <rth@redhat.com>
5734         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5736 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5738         PR optimization/6631
5739         * g++.dg/opt/const2.C: New test.
5741 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5743         PR c++/7176
5744         * g++.dg/parse/friend1.C: New test.
5745         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5747 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5749         * gcc.dg/20021014-1.c: New test.
5751 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
5753         PR c++/5661
5754         * g++.dg/ext/vlm1.C: New test.
5755         * g++.dg/ext/vlm2.C: Likewise.
5757         * g++.dg/init/array1.C: Remove invalid braces.
5758         * g++.dg/init/brace1.C: New test.
5759         * g++.dg/init/copy2.C: Likewise.
5760         * g++.dg/init/copy3.C: Likewise.
5761         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5762         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5763         braces.
5765 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
5767         * gcc.dg/cpp/assembler.S: Don't use -ansi.
5769 2002-10-11  Richard Shann  <richard.shann@superh.com>
5771         * gcc.c-torture/compile/simd-5.c: New test.
5773 2002-10-10  Roger Sayle  <roger@eyesopen.com>
5775         * gcc.c-torture/execute/shiftopt-1.c: New test case.
5777 2002-10-10  Jim Wilson  <wilson@redhat.com>
5779         * gcc.c-torture/execute/20021010-1.c: New test.
5781 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
5783         PR c/7353
5784         * g++.dg/ext/typedef-init.C: New test.
5785         * gcc.dg/typedef-init.c: New test.
5787 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
5789         * gcc.dg/cpp/paste13.c: New test.
5791 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5793         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
5794         remaining platforms, XFAIL during compile, not execute.  Don't
5795         XFAIL at -O0.
5797 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
5799         * gcc.dg/alias-1.c: Tweak expected warning.
5801 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5803         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5805 2002-10-06  Andreas Jaeger  <aj@suse.de>
5807         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5808         * gcc.dg/cpp/c++98.C: Likewise.
5810         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5811         * g++.dg/cpp/c++98.C: Likewise.
5813         * g++.dg/README (Subdirectories): Mention cpp directory.
5815         PR target/7559
5816         * gcc.dg/20021006-1.c: New test.
5818 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5820         PR c++/7804
5821         * g++.dg/other/warning1.C: New test.
5823 2002-10-04  Roger Sayle  <roger@eyesopen.com>
5825         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
5826         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
5827         and sparc-*-* with -m64 as expected failures.  See PR 8087.
5829 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5831         PR c++/7931
5832         * g++.dg/template/ptrmem3.C: New test.
5834         PR c++/7754
5835         * g++.dg/template/union1.C: New test.
5837 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5839         PR c++/8006
5840         * g++.dg/abi/mangle9.C: New test.
5841         * g++.dg/abi/mangle10.C: New test.
5842         * g++.dg/abi/mangle11.C: New test.
5843         * g++.dg/abi/mangle12.C: New test.
5845 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
5847         PR c++/7188.
5848         * g++.dg/template/meminit1.C: New test.
5849         * g++.dg/warn/Wreorder-1.C: Likewise.
5850         * g++.old-deja/g++.mike/warn3.C: Tweak.
5851         * lib/prune.exp: Ingore "in copy constructor".
5853 2002-10-02  Andreas Jaeger  <aj@suse.de>
5855         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5856         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5857         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5858         on x86-64.
5860 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5862         * gcc.dg/empty1.C: Fix typo.
5864 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
5866         * gcc.dg/alias-1.c: New test.
5868 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5870         * gcc.dg/empty1.C: New test.
5872         * g++.dg/tls/init-2.C: Tweak error messages.
5874 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5876         * gcc.c-torture/compile/20020923-1.c: New test.
5878 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
5880         * gcc.c-torture/execute/ffs-1.c: New test.
5881         * gcc.c-torture/execute/ffs-2.c: Ditto.
5883 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
5885         * g++.dg/overload/member1.C: New test.
5887 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
5889         * g++.dg/abi/empty7.C: New test.
5890         * g++.dg/init/pm2.C: Likewise.
5892 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5894         * g++.dg/rtti/crash1.C: New test.
5896 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5898         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5899         gcc.dg/sibcall-4.c: New tests.
5901 2002-09-28  Roger Sayle  <roger@eyesopen.com>
5903         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5904         powerpc and MMIX targets.
5906 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
5908         * gcc.dg/cpp/20020927-1.c: New.
5910 2002-09-26  David S. Miller  <davem@redhat.com>
5912         * gcc.c-torture/compile/trunctfdf.c: New.
5914 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5916         * lib/target-supports.exp (check_weak_available): Handle solaris2.
5918 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
5920         * gcc.c-torture/execute/loop-15.c: New.
5922 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
5924         * README.QMTEST: Fix typo.
5926 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5928         * gcc.dg/20020926-1.c: New test.
5930 2002-09-25  David S. Miller  <davem@redhat.com>
5932         PR target/7842
5933         * gcc.c-torture/execute/shiftdi.c: New test.
5935 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
5937         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
5938         unique to the tool.
5939         * lib/g77.exp (g77_init): Likewise.
5940         * lib/g++.exp (g++_init): Likewise.
5941         * lib/objc.exp (objc_init): Likewise.
5943 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
5945         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
5946         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
5947         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
5949 2002-09-25  Richard Henderson  <rth@redhat.com>
5951         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
5952         too-small long double.
5954 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
5956         * gcc.dg/20020919-1.c: New test.
5958 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
5960         * g++.dg/abi/bitfield6.C: New test.
5961         * g++.dg/abi/bitfield7.C: New test.
5962         * g++.dg/abi/bitfield8.C: New test.
5963         * g++.dg/abi/vbase11.C: New test.
5965 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5967         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
5968         hppa*-*-hpux*.  Update test comment.
5970 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
5972         * gcc.dg/tls/struct-1.c: New test.
5974 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
5976         * gcc.dg/cpp/tr-warn2.c: Update.
5978 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5980         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
5982 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5984         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
5985         systems.
5987 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
5989         * gcc.c-torture/execute/ieee/mzero3.c: New test.
5991         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5992         Adjust for c++filt moved to binutils.  Remove spurious duplicate
5993         setting of cxxfilt.
5995 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
5997         * gcc.dg/20020312-2.c: Update for darwin.
5999 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
6001         * g++.old-deja/g++.other/crash32.C: Mark ICE.
6003 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
6005         * objc.dg/comp-types-1.m: New test.
6006         * objc.dg/comp-types-2.m: New test.
6007         * objc.dg/comp-types-3.m: New test.
6008         * objc.dg/comp-types-4.m: New test.
6009         * objc.dg/comp-types-5.m: New test.
6010         * objc.dg/comp-types-6.m: New test.
6012 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6014         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
6016 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6018         * g++.dg/other/do1.C: New test.
6020         * g++.dg/template/subst1.C: New test.
6022 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
6024         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
6026 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6028         * g++.dg/template/qualttp20.C: Adjust expected errors.
6029         * g++.old-deja/g++.jason/report.C: Likewise.
6030         * g++.old-deja/g++.other/qual1.C: Likewise.
6032         * g++.dg/lookup/scoped2.C: New test.
6034         * g++.dg/ext/asm3.C: New test.
6036 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
6038         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
6040 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
6042         * ChangeLog: follow spelling conventions.
6043         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
6044         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
6045         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
6046         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
6047         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
6048         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
6049         * g++.old-deja/g++.law/global-init1.C: Likewise.
6050         * g++.old-deja/g++.other/delete4.C: Likewise.
6051         * g++.old-deja/g++.other/inline21.C: Likewise.
6052         * g++.old-deja/g++.other/singleton.C: Likewise.
6053         * g77.dg/strlen0.f: Likewise.
6054         * g77.f-torture/compile/20010519-1.f: Likewise.
6055         * g77.f-torture/compile/980310-4.f: Likewise.
6056         * gcc.c-torture/compile/20000605-1.c: Likewise.
6057         * gcc.c-torture/execute/20020225-1.c: Likewise.
6058         * gcc.dg/c90-hexfloat-2.c: Likewise.
6059         * gcc.dg/c99-bool-1.c: Likewise.
6060         * gcc.dg/c99-hexfloat-2.c: Likewise.
6061         * gcc.dg/dll-2.c: Likewise.
6062         * gcc.dg/wtr-union-init-1.c: Likewise.
6063         * gcc.dg/wtr-union-init-2.c: Likewise.
6064         * gcc.dg/wtr-union-init-3.c: Likewise.
6065         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6066         * gcc.dg/cpp/defined.c: Likewise.
6067         * gcc.dg/cpp/macsyntx.c: Likewise.
6068         * gcc.dg/cpp/paste2.c: Likewise.
6069         * gcc.dg/cpp/trad/defined.c: Likewise.
6070         * gcc.dg/format/c90-printf-1.c: Likewise.
6071         * gcc.dg/format/c90-scanf-1.c: Likewise.
6072         * gcc.dg/format/c99-printf-1.c: Likewise.
6073         * gcc.dg/format/c99-scanf-1.c: Likewise.
6074         * gcc.misc-tests/gcov-8.c: Likewise.
6075         * lib/profopt.exp: Likewise.
6077 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
6079         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
6081 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6083         * g++.dg/inherit/using2.C: New test.
6085 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
6087         * ChangeLog: Follow spelling conventions.
6088         * g++.dg/template/friend4.C: Likewise.
6089         * g++.old-deja/g++.pt/crash67.C: Likewise.
6090         * gcc.c-torture/execute/20000801-4.c: Likewise.
6091         * gcc.dg/c90-digraph-1.c: Likewise.
6092         * gcc.dg/c94-digraph-1.c: Likewise.
6093         * gcc.dg/c99-digraph-1.c: Likewise.
6094         * gcc.dg/cpp/line5.c: Likewise.
6095         * gcc.dg/cpp/multiline.c: Likewise.
6096         * gcc.dg/cpp/trad/literals-1.c: Likewise.
6097         * gcc.dg/format/attr-3.c: Likewise.
6098         * gcc.dg/format/c90-scanf-3.c: Likewise.
6099         * gcc.dg/format/ext-4.c: Likewise.
6101 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6103         * g++.dg/template/pretty1.C: New test.
6105 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
6107         * gcc.c-torture/execute/struct-cpy-1.c: New test.
6109 2002-09-13  Matt Austern  <austern@apple.com>
6111         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
6112         passing a cast expression to a function by const reference.
6114 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
6116         * g++.dg/template/deduce1.C: New test.
6118 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
6120         * gcc.c-torture/execute/simd-1.c: Force all use of int to
6121         32-bit int.
6123 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6125         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
6126         usage.
6128 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
6130         * gcc.c-torture/compile/20020910-1.c: New test.
6132 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
6134         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
6136 2002-09-10  Andreas Jaeger  <aj@suse.de>
6138         * gcc.dg/20020312-2.c: Adjust for x86-64.
6140 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
6142         * g77.dg/7388.f: New test case for PR 7388.
6144 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6146         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
6148 2002-09-05  Ziemowit Laski <zlaski@apple.com>
6150         * objc.dg/proto-lossage-1.m: New test.
6152 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
6154         * gcc.dg/cpp/_Pragma4.c: Fix typo.
6156 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
6158         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
6159         expected to pass.
6161 2002-09-06  Stan Shebs  <shebs@apple.com>
6162             David Edelsohn  <edelsohn@gnu.org>
6164         * gcc.dg/weak: New directory.
6165         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
6166         target-specific xfail bits.
6167         * gcc.dg/typeof-2.c: Move to new directory.
6168         * gcc.dg/weak.exp: New expect script.
6170 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
6172         * gcc.c-torture/execute/extzvsi.c: New test.
6174 2002-09-05  Stan Shebs  <shebs@apple.com>
6176         * gcc.dg/weak-1.c: xfail on Darwin.
6177         * gcc.dg/weak-2.c: Ditto.
6178         * gcc.dg/weak-3.c: Ditto.
6179         * gcc.dg/weak-4.c: Ditto.
6180         * gcc.dg/weak-5.c: Ditto.
6181         * gcc.dg/weak-6.c: Ditto.
6182         * gcc.dg/weak-7.c: Ditto.
6183         * gcc.dg/weak-8.c: Ditto.
6184         * gcc.dg/weak-9.c: Ditto.
6186 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
6188         * gcc.c-torture/execute/loop-14.c: New test.
6190 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
6192         * g++.dg/other/cxa-atexit1.C: New test.
6194         * gcc.dg/typeof-2.c: New test.
6196 2002-09-03  Roger Sayle  <roger@eyesopen.com>
6198         * gcc.dg/builtins-2.c: New testcase.
6199         * gcc.dg/builtins-3.c: New testcase.
6201 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
6203         * gcc.dg/cpp/_Pragma4.c: New test.
6205 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
6207         * objc/execute/nil_method-1.m: New testcase.
6209 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
6211         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
6212         [Object class], not [Object initialize].
6214 2002-08-31  Roger Sayle  <roger@eyesopen.com>
6215             Hans-Peter Nilsson  <hp@bitrange.com>
6217         * gcc.c-torture/execute/20020720-1.x: Skip test on
6218         mmix-knuth-mmixware.  Correct comment.
6220 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
6222         * testsuite/g++.dg/abi/bitfield5.C: New test.
6223         * testsuite/g++.dg/abi/vbase10.C: Likewise.
6225 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
6227         * objc.dg/undeclared-selector.m: New test.
6229 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
6231         * g++.dg/other/offsetof1.C: Avoid cast warning.
6233 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
6235         * objc.dg/super-class-2.m: New test.
6237 2002-08-24  Matt Austern  <austern@apple.com>
6239         * g++.dg/ext/lvaddr.C: New test.
6240         * g++.dg/ext/lvcast.C: New test.
6242 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
6244         * testsuite/g++.dg/inherit/cond1.C: New test.
6246 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
6248         * gcc.dg/noncompile/incomplete-1.c: New test.
6250 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6252         * gcc.dg/typespec-1.c: New test.
6254 2002-08-20  Devang Patel  <dpatel@apple.com>
6255         * objc.dg/proto-hier-2.m: New test.
6257 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6259         * objc.dg/bitfield-1.m: New test.
6260         * objc.dg/bitfield-2.m: New test.
6262 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
6264         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
6265         gcc.dg/c99-flex-array-4.c: New tests.
6267 2002-08-16  Stan Shebs  <shebs@apple.com>
6269         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
6271 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
6273         * gcc.dg/typeof-1.c: New test.
6274         * g++.dg/ext/typeof2.C: New test.
6276 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
6278         * g++.dg/other/offsetof1.C: New test.
6280 2002-08-14  Richard Henderson  <rth@redhat.com>
6282         * gcc.dg/tls/diag-3.c: Fix expected message strings.
6284 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6286         * gcc.dg/cpp/_Pragma3.c: New test.
6288 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
6290         * g++.dg/template/inherit3: New test.
6292 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6294         * gcc.dg/bitfld-4.c: Add blank options.
6296 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
6298         * g++.dg/template/crash1.C: New test.
6300 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6302         * gcc.dg/tls/opt-2.c: New test.
6304 2002-08-08  Devang Patel  <dpatel@apple.com>
6306         * objc.dg/selector-1.m : New test
6308 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6310         * g++.dg/abi/bitfield4.C: New test.
6311         * gcc.dg/bitfld-4.c: New test.
6313 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6315         * g++.dg/other/packed1.C: New test.
6317 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
6319         * g++.dg/abi/offsetof.C: Tweak error messages.
6320         * g++.old-deja/g++.mike/p10769a.C: Likewise.
6322 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6324         * gcc.dg/bitfld-3.c: New test.
6326 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6327             Richard Henderson  <rth@redhat.com>
6329         * gcc.dg/i386-bitfield1.c: New test.
6330         * g++.dg/abi/bitfield3.C: Update.
6332 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6334         * objc.dg/const-str-2.m: Update.
6335         * gcc.dg/cpp/c++98.c: Change to C extension.
6336         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6337         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6339 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6341         * testsuite/gcc.dg/tls/diag-3.c: New.
6343 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
6345         * g++.dg/README (Subdirectories): Document new subdir expr.
6346         * g++.dg/expr/pmf-1.C: New test.
6348 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6350         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6352 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6354         * g++.dg/abi/bitfield3.C: New test.
6356 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6358         * lib/gcov.exp: Tweak expected line formats.
6359         * gcc.misc-tests/gcov8.c: New test.
6360         * gcc.misc-tests/gcov8.x: New flags.
6362 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6364         * consistency.vlad/layout/endian.c: Include string.h.
6366         * gcc.c-torture/execute/20020805-1.c: New test.
6368 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
6370         * g++.dg/other/conversion1.C: New test.
6372 2002-08-03  Roger Sayle  <roger@eyesopen.com>
6374         * gcc.dg/builtins-1.c: New testcase.
6376 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
6378         * g++.dg/inherit/access3.C: New test.
6380 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
6382         * gcc.dg/ia64-visibility-2.c: New test.
6384 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
6386         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
6387         __qualifier_flags to __flags.
6389 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
6391         * g++.dg/inherit/operator1.C: New test.
6392         * g++.dg/lookup/disamb1.C: Fix typo in comment.
6393         * g++.dg/other/error1.C: Change expected error message.
6394         * g++.dg/template/conv4.C: Likewise.
6396 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
6398         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
6399         for documented behavior.
6401 2002-07-25  Roger Sayle  <roger@eyesopen.com>
6403         * gcc.c-torture/execute/20020720-1.x: Skip this test on
6404         several targets known to fail.
6406 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
6408         * gcc.dg/mips-args-[123].c: New tests.
6410 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
6412         * gcc.dg/ppc-spe.c: New.
6414 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
6416         * g++.dg/other/ptrmem4.C: New testcase.
6418 2002-07-24  Richard Henderson  <rth@redhat.com>
6420         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
6422 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
6424         * g++.dg/ext/alignof1.C (main): Return 0 for success.
6426 2002-07-24  Roger Sayle  <roger@eyesopen.com>
6428         * gcc.c-torture/execute/memset-3.c: New testcase.
6430 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
6432         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6433         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6435 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6437         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6438         Delete.
6440 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
6442         * gcc.c-torture/compile/simd-4.c: New test.
6444 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6446         PR c++/7347, c++/7348
6447         * g++.dg/template/access4.C: New test.
6448         * g++.dg/template/access5.C: New test.
6449         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6450         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6451         * g++.old-deja/g++.pt/ttp58.C: Likewise.
6452         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6454 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
6456         * gcc.dg/gnu89-init-2.c: New test.
6458 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
6460         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6462 2002-07-20  Roger Sayle  <roger@eyesopen.com>
6464         * gcc.c-torture/execute/20020720-1.c: New testcase.
6466 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
6468         * gcc.dg/cpp/Wsignprom.c: New tests.
6470 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
6472         * gcc.c-torture/execute/loop-13.c: New test.
6474 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
6476         * gcc.dg/cpp/expr.c: New tests.
6478 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
6480         * g++.dg/opt/pr6713.C: Add template instantiation.
6482 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
6484         * gcc.dg/nest.c: New test.
6486 2002-07-17  Richard Henderson  <rth@redhat.com>
6488         * g++.dg/opt/pr6713.C: New test.
6490 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
6492         * gcc.c-torture/execute/loop-2e.x: Let the testcase
6493         XFAIL for all x86 processors.
6495 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6497         * gcc.c-torture/execute/20010122-1.x: Do not test with
6498         -fomit-frame-pointer.
6500 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6502         * g++.dg/template/instantiate2.C: New test.
6503         * g++.dg/template/spec4.C: New test.
6505 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6507         * g++.dg/template/access2.C: New test.
6508         * g++.dg/template/access3.C: New test.
6510 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
6512         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6513         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6514         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6515         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6516         Convert to use <stdarg.h>.
6517         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6518         Delete.
6519         * gcc.dg/va-arg-2.c: New.
6520         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6522 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
6524         * gcc.c-torture/compile/20020710-1.c: New test.
6526 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
6527                           Andrew Pinski  <pinskia@physics.uc.edu>
6529         gcc.c-torture/compile/simd-2.c: New testcase.
6530         gcc.c-torture/compile/simd-3.c: Likewise.
6532 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
6534         PR c++/7224
6535         * g++.dg/overload/error1.C: New test.
6537 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6539         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6540         configuration and IRIX 6 O32 ABI.
6542 2002-07-11  Roger Sayle  <roger@eyesopen.com>
6544         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6546 2002-07-10  Roger Sayle  <roger@eyesopen.com>
6548         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6550 2002-07-10  Jeffrey A Law  <law@redhat.com>
6552         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6554         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
6556 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
6558         * gcc.dg/20020312-2.c: Check for __PPC__.
6560 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
6562         * gcc.c-torture/compile/20020709-1.c: New test.
6564 2002-07-07  Roger Sayle  <roger@eyesopen.com>
6566         * g++.dg/template/qualttp21.C: New test case.
6568 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
6570         * gcc.c-torture/compile/20020706-1.c: New test.
6571         * gcc.c-torture/compile/20020706-2.c: New test.
6573 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
6574             Alexandre Oliva  <aoliva@redhat.com>
6576         * g++.dg/warn/incomplete1.C: New test.
6578 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6580         PR c++/7099
6581         * g++.dg/warn/noreturn1.C: New test.
6583 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6585         PR c++/6706
6586         * g++.dg/debug/debug6.C: New test.
6587         * g++.dg/debug/debug7.C: New test.
6589 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6591         * gcc.c-torture/compile/simd-3.c: New test.
6593 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6595         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6596         * gcc.dg/20020620-1.c: Likewise.
6598 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6600         PR c++/6944
6601         * g++.dg/init/array4.C: New test.
6602         * g++.dg/init/array5.C: New test.
6604 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6606         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6607         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6609 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6611         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6612         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6613         * gcc.dg/wtr-conversion-1.c: Likewise.
6614         * gcc.dg/wtr-escape-1.c: Likewise.
6615         * gcc.dg/wtr-int-type-1.c: Likewise.
6616         * gcc.dg/wtr-label-1.c: Likewise.
6617         * gcc.dg/wtr-static-1.c: Likewise.
6618         * gcc.dg/wtr-strcat-1.c: Likewise.
6619         * gcc.dg/wtr-suffix-1.c: Likewise.
6620         * gcc.dg/wtr-switch-1.c: Likewise.
6621         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6622         * gcc.dg/wtr-union-init-1.c: Likewise.
6623         * gcc.dg/wtr-union-init-2.c: Likewise.
6624         * gcc.dg/wtr-union-init-3.c: Likewise.
6626         * gcc.dg/wtr-func-def-1.c: New test.
6628 2002-07-02 Devang Patel <dpatel@apple.com>
6630         * objc.dg/param-1.m: New test.
6632 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6634         * gcc.dg/cpp/trad/directive.c: Add test.
6635         * gcc.dg/cpp/trad/macroargs.c: Add test.
6636         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6638 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6640         * gcc.dg/cpp/cmdlne-M.c: New test.
6642 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6644         * objc.dg/desig-init-1.m: New test.
6646 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6648         PR c++/6716
6649         * g++.dg/template/instantiate1.C: New test.
6651 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
6653         PR c++/7112
6654         * g++.dg/template/sizeof2.C: New test.
6656 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6658         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6659         gcc.dg/cpp/trad/include.c: New tests.
6661 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
6663         PR target/7177
6664         * gcc.c-torture/compile/20020701-1.c: New test.
6666 2002-07-01  Stan Shebs  <shebs@apple.com>
6668         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6669         header here...
6670         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6671         (objc-torture-execute): or here.
6673 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
6675         * gcc.c-torture/execute/arith-rand-ll.c: New test.
6677 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6679         * gcc.dg/cpp/trad/escaped-nl.c: New test.
6681 2002-06-30  Devang Patel  <dpatel@apple.com>
6683         * objc.dg/fsyntax-only.m: New test.
6685 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
6687         PR c++/6695
6688         * g++.dg/template/friend7.C: New file.
6690 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
6692         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6693         return type.
6695 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
6697         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6698         avoid division by zero.
6700 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
6702         * gcc.dg/Wunknownprag.c: New tests.
6704 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
6706         * gcc.c-torture/execute/simd-2.c: New test.
6708 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
6710         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6711         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6712         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6713         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6714         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6715         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6716         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6717         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6718         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6719         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6720         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6721         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6722         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6723         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6724         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6725         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6726         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6728 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
6730         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6731         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6732         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6733         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6734         New tests.
6735         * gcc.dg/cpp/trad/directive.c: Update.
6737 2002-06-23  Andreas Jaeger  <aj@suse.de>
6739         * gcc.c-torture/execute/complex-6.c: New.
6741 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
6743         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6744         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6745         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6746         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6748 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
6750         * gcc.dg/cpp/trad: New directory with traditional tests copied
6751         from parent directory.
6752         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6753         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6754         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6755         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6756         Move to trad/ and rename.
6757         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6758         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6759         gcc.dg/cpp/trad/redef2.c: New tests.
6760         * gcc.dg/cpp/trad/trad.exp: New driver.
6762 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
6764         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6765         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6766         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6767         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6768         Remove.
6770 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
6772         * gcc.dg/20020620-1.c: New test.
6774 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6776         * g++.dg/template/ttp4.C: New test.
6778 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
6780         * g++.dg/opt/vt1.C: Fix regexp.
6782 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6784         * gcc.c-torture/execute/pure-1.c: Make functions static again.
6785         Don't use attribute `noinline'.
6787 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6789         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
6791 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
6793         * gcc.c-torture/execute/simd-1.c: New.
6795         * gcc.dg/simd-1.c: New.
6797 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6799         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6801 2002-06-16  Richard Henderson  <rth@redhat.com>
6803         * g++.dg/ext/anon-struct1.C: New.
6804         * g++.dg/ext/anon-struct2.C: New.
6805         * g++.dg/ext/anon-struct3.C: New.
6806         * gcc.dg/anon-struct-1.c: New.
6807         * gcc.dg/anon-struct-2.c: New.
6808         * gcc.dg/anon-struct-3.c: New.
6809         * gcc.dg/20011008-1.c: Adjust warning text.
6810         * gcc.dg/20020527-1.c: Add -fms-extensions.
6812 2002-06-16  Richard Henderson  <rth@redhat.com>
6814         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6816 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
6818         * gcc.c-torture/execute/20020615-1.c: New test.
6820 2002-06-15  Roger Sayle  <roger@eyesopen.com>
6822         * gcc.c-tortuture/execute/compare-1.c: New test case.
6823         * gcc.c-tortuture/execute/compare-2.c: New test case.
6824         * gcc.c-tortuture/execute/compare-3.c: New test case.
6826 2002-06-13  Richard Henderson  <rth@redhat.com>
6828         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
6829         ia64 ilp32.
6831 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6833         * g++.dg/template/typename2.C: Update error message.
6835 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
6837         * gcc.c-torture/execute/20020611-1.c: New test.
6839 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
6841         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6842         list of targets to skip.
6844 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
6846         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6847         targets if not optimizing.
6849 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
6851         * gcc.c-torture/compile/20020605-1.c: New test.
6853         * g++.dg/opt/vt1.C: New test.
6855         * gcc.dg/20020531-1.c: New test.
6857         * gcc.dg/20020530-1.c: New test.
6859         * gcc.dg/20020527-1.c: New test.
6861         * g++.dg/opt/cse1.C: New test.
6863 2002-06-07  Roger Sayle  <roger@eyesopen.com>
6865         * gcc.dg/20020607-2.c: New test case.
6867 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6869         * gcc.c-torture/compile/20020604-1.c: New test.
6871 2002-06-04  Richard Henderson  <rth@redhat.com>
6873         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6874         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6875         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6877 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
6879         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
6881 2002-06-03  Richard Henderson  <rth@redhat.com>
6883         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6884         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6886 2002-06-02  Richard Henderson  <rth@redhat.com>
6888         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
6889         test functions static.
6891 2002-06-02  Andreas Jaeger  <aj@suse.de>
6893         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6894         now.
6896 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6898         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6899         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6900         Update for mofified diagnostics.
6901         * gcc.dg/c99-intconst-1.c: No longer fail.
6903 2002-06-02  Richard Henderson  <rth@redhat.com>
6905         * gcc.dg/uninit-A.c: Remove xfail markers.
6907 2002-06-01  Roger Sayle  <roger@eyesopen.com>
6909         * gcc.dg/fnegate-1.c: New test case.
6911 2002-05-30  Osku Salerma  <osku@iki.fi>
6913         * gcc.c-torture/execute/mayalias-1.c: New file.
6915 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6917         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
6918         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
6919         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
6921 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
6923         * gcc.c-torture/execute/20020529-1.c: New test.
6925 2002-05-27  Richard Henderson  <rth@redhat.com>
6927         * g++.dg/ext/attrib6.C: New test case.
6929 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6931         * gcc.c-torture/execute/pure-1.c: New test.
6933 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6935         * gcc.dg/cpp/arith-2.c: Remove.
6937 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6939         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
6940         * gcc.dg/cpp/if-3.c: Remove.
6942 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
6944         * g++.dg/opt/cse2.C: New test.
6946 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6948         * gcc.dg/cpp/arith-1.c: New semantic tests.
6949         * gcc.dg/cpp/if-1.c: Update.
6951 2002-05-24  Ben Elliston  <bje@redhat.com>
6953         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
6955 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6957         * gcc.dg/verbose-asm.c: New test.
6959 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6961         * gcc.dg/cpp/paste12.c: New test.
6963 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6965         * g++.dg/parse/named_ops.C: New test.
6967 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
6969         * gcc/testsuite/gcc.dg/weak-8.c: New test.
6971 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6973         * gcc.dg/weak-2.c: Allow optional leading underscore
6974         in scan-assembler symbol name.
6975         * gcc.dg/weak-3.c: Likewise.
6976         * gcc.dg/weak-4.c: Likewise.
6977         * gcc.dg/weak-5.c: Likewise.
6979 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6981         * gcc.dg/20020523-1.c: New test.
6983 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6985         * objc.dg/const-str-2.m: Update now that we stop after
6986         a command line error.
6988 2002-05-22  Richard Henderson  <rth@redhat.com>
6990         * g++.dg/dg.exp: Fix typo in test pruneing.
6992 2002-05-22  Richard Henderson  <rth@redhat.com>
6994         * g++.dg/dg.exp: Prune the tls subdirectory.
6995         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
6996         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
6997         * g++.dg/tls/init-1.C: New.
6999 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
7001         * gcc.dg/20020517-1.c: New test.
7003 2002-05-21  Richard Henderson  <rth@redhat.com>
7005         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
7006         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
7008 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
7010         * g++.dg/other/copy2.C: New test.
7012 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7014         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
7015         (MAX_COPY): Bump up to 10 times sizeof (long long).
7016         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
7018         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
7019         sizeof (long long).
7021         * gcc.c-torture/execute/strcpy-1.c: New test.
7023 2002-05-19  Jason Merrill  <jason2redhat.com>
7025         * g++.dg/ext/oper1.C: New test.
7027 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
7028 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
7030         * README.QMTEST: New file.
7032         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
7034 2002-05-19  Andreas Jaeger  <aj@suse.de>
7036         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
7037         now.
7038         * gcc.c-torture/execute/loop-2d.x: Likewise.
7040 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
7042         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
7043         support weak symbols.
7044         * gcc.dg/weak-4.c: Likewise
7045         * gcc.dg/weak-6.c: Likewise
7047 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
7049         * gcc.dg/weak-3.c: Add dg-excess-error comment for
7050         cygwin, coff and h8300-*-hms targets
7051         * gcc.dg/weak-5.c: Likewise
7052         * gcc.dg/weak-7.c: Likewise
7054 2002-05-16  Jason Merrill  <jason@redhat.com>
7056         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
7057         (scan-assembler-not, scan-assembler-dem): Likewise.
7058         (scan-assembler-dem-not): Likewise.
7060 2002-05-15  Richard Henderson  <rth@redhat.com>
7062         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
7064 2002-05-15  Richard Henderson  <rth@redhat.com>
7066         * gcc.dg/weak-5.c (vfoo1c): No warning here.
7067         (vfoo1f): Warning here.
7068         (vfoo1l): Don't redefine the alias.
7070 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
7072         * g++.dg/init/pm1.C: New test.
7074 2002-05-12  David S. Miller  <davem@redhat.com>
7076         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
7077         types.
7079 2002-05-10  Roger Sayle  <roger@eyesopen.com>
7081         * gcc.c-torture/execute/20020510-1.c: New test case.
7083 2002-05-10  David S. Miller  <davem@redhat.com>
7085         * gcc.c-torture/execute/conversion.c: Test long double too.
7087 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
7089         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
7090         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
7091         * lib/g++.exp (g++_link_flags): Likewise.
7092         * lib/objc.exp (objc_target_compile): Likewise.
7094 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7096         * gcc.dg/cpp/poison.c: Update.
7097         * gcc.dg/cpp/20000625-2.c: Remove.
7098         * gcc.dg/cpp/direct2s.c: Remove final test.
7100 2002-05-08  Tom Rix  <trix@redhat.com>
7102         * gcc.c-torture/execute/20020508-1.c: New test.
7103         * gcc.c-torture/execute/20020508-2.c: New test.
7104         * gcc.c-torture/execute/20020508-3.c: New test.
7106 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
7108         * gcc.dg/cpp/charconst-4.c: More tests.
7110 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7112         PR c/6569
7113         * gcc.dg/weak-3.c: Update location of warning messages.
7114         * gcc.dg/weak-5.c: Likewise.
7116 2002-05-06  Roger Sayle  <roger@eyesopen.com>
7118         * gcc.c-torture/execute/20020506-1.c: New test case.
7120 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
7122         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
7124 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7126         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
7128 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7130         * gcc.dg/cpp/charconst-3.c: New test.
7132 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7134         * gcc.dg/cpp/charconst.c: Update tests.
7136 2002-05-05  Tim Josling  <tej@melbpc.org.au>
7138         * treelang: Added directory for new sample language treelang. Also
7139         lib/treelang.exp: New file to signal treelang should be tested.
7141 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7143         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
7144         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
7145         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
7146         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
7147         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
7148         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
7149         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
7151 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7153         * gcc.dg/format/xopen-2.c: New test.
7155 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7157         * gcc.dg/20020503-1.c: New test.
7159 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
7161         * g++.dg/init/dtor1.C: Make it tougher.
7163 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
7165         * g++.dg/init/dtor1.C: New test.
7167 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
7169         * gcc.dg/altivec-8.c: New.
7171 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
7173         * gcc.dg/altivec-7.c: New.
7175 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
7177         * g++.dg/parse/typedef1.C: New test.
7179 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
7181         PR c++/6486
7182         * g++.dg/template/friend6.C: New test.
7184         PR c++/6492
7185         * g++.dg/init/copy1.C: New test.
7187 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
7189         * g++.dg/warn/effc1.C: New test.
7191 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7193         * gcc.dg/cpp/if-cexp.c: Add a test.
7195 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7197         * gcc.dg/20020426-2.c: New test.
7199 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7201         * gcc.dg/cpp/if-mop.c: Update.
7202         * gcc.dg/cpp/if-mpar.c: Add test.
7203         * gcc.dg/cpp/if-oppr.c: Update.
7205 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7207         PR c/6343
7208         * gcc.dg/weak-[2-7].c: New tests.
7210 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7212         * gcc.dg/enum1.c: New test.
7214 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7216         PR c++/6497
7217         * g++.dg/inherit/access2.C: New test.
7219 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7221         PR bootstrap/6445
7222         * gcc.dg/20020426-1.c: New test.
7224 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7226         * g++.dg/abi/enum1.C: New test.
7228 2002-04-26  Richard Henderson  <rth@redhat.com>
7230         * gcc.dg/c99-bool-1.c: Expect always true warning.
7232 2002-04-25  Roger Sayle  <roger@eyesopen.com>
7234         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
7236 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7238         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
7239         targets.
7241 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
7243         * g++.dg/abi/mange7.C: New test.
7245         PR c++/6438.
7246         * g++.dg/parse/stmtexpr2.C: New test.
7248 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
7250         * gcc.dg/20020312-2.c: Add SH target.
7252 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7254         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
7255         compiler output on mips*-*-irix*.
7257 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
7259         * g++.dg/parse/attr1.C: New test.
7261 2002-04-23  Roger Sayle  <roger@eyesopen.com>
7263         * gcc.c-torture/execute/string-opt-17.c: New test case.
7264         * gcc.c-torture/execute/memset-2.c: New test case.
7266 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
7268         PR c++/6256:
7269         * g++.dg/template/friend5.C: New test.
7271         PR c++/6331:
7272         * g++.dg/template/qual1.C: Likewise.
7274 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
7276         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
7277         Include stdlib.h, not stdio.h or ctype.h.
7279 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
7281         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
7282         cris-*-elf* and mmix-*-*.
7283         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
7284         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
7285         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
7286         Ditto.
7287         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
7288         * gcc.dg/wchar_t-1.c: Ditto.
7290 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
7292         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
7293         Clarify comment.
7295 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7297         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
7299 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7301         * gcc.c-torture/execute/20000906-1.x: Delete.
7303 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
7305         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
7307 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
7309         * PR6367
7310         * g77.f-torture/execute/6367.f: New test.
7311         * g77.f-torture/execute/6367.x: Disable for MMIX.
7313 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7315         * PR6352
7316         * g++.dg/opt/inline2.C: New test.
7318 2002-04-18  Richard Henderson  <rth@redhat.com>
7320         * gcc.dg/20000906-1.c: Enable for all targets.
7321         * gcc.c-torture/compile/iftrap-2.c: New.
7323 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7325         * gcc.dg/20020418-1.c: New test.
7326         * gcc.dg/20020418-2.c: New test.
7328 2002-04-18  Richard Henderson  <rth@redhat.com>
7330         * gcc.c-torture/compile/iftrap-1.c: New.
7331         * gcc.dg/iftrap-1.c: Adjust for ia64.
7332         * gcc.dg/iftrap-2.c: New.
7334 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7336         * gcc.c-torture/compile/20020418-1.c: New test.
7338 2002-04-18  Roger Sayle  <roger@eyesopen.com>
7340         * gcc.c-torture/compile/20020415-1.c: New.
7342 2002-04-18  David S. Miller  <davem@redhat.com>
7344         * gcc.c-torture/execute/20020418-1.c: New test.
7346 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7348         * gcc.dg/20020416-1.c: New test.
7350         * g++.dg/opt/inline1.C: New test.
7352 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
7354         * gcc.dg/altivec-5.c: New test.
7356         * gcc.dg/20020415-1.c: New test.
7358 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7360         * testsuite/lib/chill.exp: Remove.
7362 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7364         * g++.dg/other/big-struct.C: New test.
7366 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
7368         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7369         of scratch file.
7371 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
7373         PR c/6277
7374         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
7375         in scan-assembler function name
7377 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
7379         * g77.f-torture/execute/980628-4.x,
7380         g77.f-torture/execute/980628-5.x,
7381         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7382         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7383         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7384         i[34567]86-*-*.
7386 2002-04-13  David S. Miller  <davem@redhat.com>
7388         * gcc.c-torture/execute/20020413-1.c: New test.
7390 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
7392         * gcc.dg/asm-6.c,
7393         * g++.dg/ext/asm1.C: New tests.
7395 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7397         PR c++ 5373.
7398         * g++.dg/parse/stmtexpr1.C: New test.
7400         PR c++/5189.
7401         * g++.dg/template/copy1.C: New test.
7403 2002-04-12  Richard Henderson  <rth@redhat.com>
7405         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7407 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
7409         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7410         gcc.c-torture/execute/20020307-2.c.
7412 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
7414         * g++.dg/ext/attrib5.C,
7415         * g++.dg/lookup/struct1.C: New tests.
7417 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7419         * gcc.dg/20020411-1.c: New test.
7421         * gcc.c-torture/execute/20020411-1.c: New test.
7423 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
7425         * g77.f-torture/execute/6177.f: New test.
7427 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
7429         PR middle-end/6247
7430         * g++.dg/opt/cleanup1.C: New test.
7432         * g++.dg/opt/const1.C: New test.
7434 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
7436         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7438 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7440         PR c++/5507
7441         * g++.dg/template/typename2.C: New test.
7443 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
7445         * gcc.c-torture/execute/loop-12.c: New.
7447 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
7449         * g77.f-torture/execute/980628-4.x,
7450         g77.f-torture/execute/980628-5.x,
7451         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7452         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7453         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7455 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7457         PR optimization/6086
7458         * g++.dg/opt/preinc1.C: New test.
7460 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7462         PR c++/5571
7463         * g++.dg/opt/static2.C: New test.
7465 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7467         PR c/5120
7468         * gcc.dg/20020406-1.c: New test.
7470 2002-04-04  David S. Miller  <davem@redhat.com>
7472         * gcc.c-torture/execute/20020404-1.c: New test.
7474 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
7476         PR c/6123
7477         * gcc.dg/20020312-2.c: Do not declare global register variable
7478         if __PIC__ or __pic__ is defined.
7480 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
7482         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
7483         __asm__ so that it works correctly even if -ansi -pedantic-errors.
7485 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7487         * gcc.misc-tests/linkage.exp: Update last change to handle
7488         sparc*-, not just sparc-.
7490 2002-04-03  Richard Henderson  <rth@redhat.com>
7492         * gcc.dg/cpp/ucs.c: Improved long UCS test.
7494 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7496         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7498 2002-04-02  David S. Miller  <davem@redhat.com>
7500         * gcc.c-torture/execute/20020402-3.c: New test.
7502 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7504         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7505         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7507         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7508         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7509         g77.f-torture/execute/20001201.x,
7510         g77.f-torture/execute/u77-test.x: New files.
7512         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7513         * gcc.dg/wchar_t-1.c: Ditto.
7515 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7517         * gcc.c-torture/execute/20020402-1.c: New test.
7519 2002-04-01  Richard Henderson  <rth@redhat.com>
7521         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7523         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7525 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7527         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7529 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7531         * g++.dg/inherit/template-as-base.C: Expect error.
7532         * g++.dg/inherit/namespace-as-base.C: Likewise.
7534 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
7536         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7537         g++.dg/ext/instantiate3.C: Tweak match patterns.
7539         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7540         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7541         -da test.
7543 2002-03-31  Richard Henderson  <rth@redhat.com>
7545         * gcc.dg/special/alias-2.c: New.
7546         * gcc.dg/special/ecos.exp: Run it.
7548 2002-03-31  Richard Henderson  <rth@redhat.com>
7550         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7552 2002-03-31  Kazu Hirata  <kazu@hxi.com>
7554         * gcc.dg/weak-1.c: Disable on h8300 port.
7556 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
7558         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7559         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7560         ordering tests.
7561         * g++.dg/bprob/bprob-1.C: New test.
7562         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7563         * g++.dg/gcov/gcov-1.C: New test.
7564         * g++.dg/gcov/gcov-1.x: New file.
7565         * g++.dg/gcov/gcov-2.C: New test.
7566         * g++.dg/gcov/gcov-3.C: New test.
7567         * g++.dg/gcov/gcov-3.h: New file.
7569 2002-03-28  Roger Sayle  <roger@eyesopen.com>
7571         * g++.old-deja/g++.other/builtins5.C: New test.
7572         * g++.old-deja/g++.other/builtins6.C: New test.
7573         * g++.old-deja/g++.other/builtins7.C: New test.
7574         * g++.old-deja/g++.other/builtins8.C: New test.
7575         * g++.old-deja/g++.other/builtins9.C: New test.
7577 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7579         * g++.dg/opt/static1.C: New test.
7581         * g++.dg/opt/longbranch1.C: New test.
7583 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7585         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7587         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7589 2002-03-28  Jeffrey A Law  (law@redhat.com)
7591         * gcc.c-torture/execute/20020328-1.c: New test.
7593 2002-03-27  Richard Henderson  <rth@redhat.com>
7595         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7596         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7597         move from g++.old-deja/g++.ext/.
7599 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7601         * g++.dg/init/new2.C: New test.
7603 2002-03-26  Richard Henderson  <rth@redhat.com>
7605         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7607         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7608         on sparc.
7610         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7611         sparcv9 systems.
7612         * gcc.dg/20001102-1.c: Likewise.
7614 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7616         * gcc.dg/cpp/endif-pedantic1.c,
7617         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7619 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7621         * g++.dg/init/new1.C: New test.
7623 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7625         * g++.dg/abi/vbase9.C: New test.
7627 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7629         * gcc.dg/arm-asm.c: New test.
7631 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7633         * gcc.dg/Wswitch-enum.c: New test.
7634         Fix PR c/5044.
7636 2002-03-26  Richard Henderson  <rth@redhat.com>
7638         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7639         structure.
7641 2002-03-25  Richard Henderson  <rth@redhat.com>
7643         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7644         sparcv9 systems.
7646         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7647         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7649 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7651         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7653 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
7655         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7656         targets using generic thunk support.
7658 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
7660         * gcc.c-torture/compile/20020323-1.c: New test.
7662         * g++.dg/opt/conj2.C: New test.
7664 2002-03-24  Richard Henderson  <rth@redhat.com>
7666         * gcc.dg/weak-1.c: Use -fno-common.
7668 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7670         * g77.dg/f77-edit-apostrophe-out.f: New test
7671         * g77.dg/f77-edit-h-out.f: New test
7672         * g77.dg/f77-edit-t-in.f: New test
7673         * g77.dg/f77-edit-t-out.f: New test
7674         * g77.dg/f77-edit-x-out.f: New test
7675         * g77.dg/f77-edit-slash-out.f: New test
7676         * g77.dg/f77-edit-colon-out.f: New test
7677         * g77.dg/f77-edit-s-out.f: New test
7679 2002-03-24  Richard Henderson  <rth@redhat.com>
7681         * objc/execute/formal_protocol-6.x: New XFAIL.
7683 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7685         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
7686         that do not support weak symbols
7688 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7690         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
7691         * lib/g77.exp:  Likewise
7692         * lib/objc.exp: Likewise
7694 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7696         * gcc.dg/Wswitch-default.c: New test.
7698 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7700         * g++.dg/other/enum1.C: New test.
7702 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
7704         * gcc.dg/pragma-ep-3.c: Fix typo.
7706 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7708         * g++.dg/inherit/template-as-base.C: New test.
7710 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
7712         * g++.old-deja/g++.other/dwarf2-1.C: Move...
7713         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
7715 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7717         * gcc.dg/cpp/multiline.c: Update to match.
7719 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
7721         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7723 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
7725         * gcc.dg/cpp/extratokens2.c:  New file.
7727 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
7729         * gcc.dg/20020312-2.c: Add rs6000 target.
7731         * gcc.c-torture/compile/20020319-1.c: New test.
7733 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7735         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
7736         (A, E): Handle this.
7738 2002-03-20  Jason Merrill  <jason@redhat.com>
7740         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7741         ignoring -fpic.
7742         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7743         through prune_gcc_output.
7745 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
7747         * gcc.c-torture/compile/20020320-1.c: New test.
7749 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
7751         * gcc.c-torture/compile/20020318-1.c: New test.
7753         * gcc.dg/struct-by-value-1.c: New test.
7755         * gcc.dg/20020319-1.c: New test.
7757 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
7759         * g++.dg/opt/conj1.C: New test.
7761 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
7763         * g++.dg/template/qualttp20.C: Revert previous change.
7764         * g++.dg/template/qualttp3.C: Likewise.
7765         * g++.dg/template/qualttp4.C: Likewise
7766         * g++.dg/template/qualttp5.C: Likewise
7767         * g++.dg/template/qualttp6.C: Likewise
7768         * g++.dg/template/qualttp7.C: Likewise
7769         * g++.dg/template/qualttp8.C: Likewise
7770         * g++.dg/template/recurse.C: Likewise.
7772 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7774         * gcc.dg/cpp/wchar-1.c: Update.
7776 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7778         * g++.dg/template/conv1.C: New test.
7779         * g++.dg/template/conv2.C: New test.
7780         * g++.dg/template/conv3.C: New test.
7781         * g++.dg/template/conv4.C: New test.
7783 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7785         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7786         * g++.dg/template/qualttp3.C: Likewise.
7787         * g++.dg/template/qualttp4.C: Likewise
7788         * g++.dg/template/qualttp5.C: Likewise
7789         * g++.dg/template/qualttp6.C: Likewise
7790         * g++.dg/template/qualttp7.C: Likewise
7791         * g++.dg/template/qualttp8.C: Likewise
7792         * g++.dg/template/recurse.C: Likewise.
7794 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7796         * g++.dg/opt/dtor1.C: New test.
7798 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
7800         * gcc.c-torture/compile/20020315-1.c: New test.
7802 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
7804         * gcc.dg/weak-1.c: Fix scan tests.
7806 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
7808         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7809         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7810         cris-*-aout* mmix-*-*.
7811         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7812         cris-*-aout* mmix-*-*.
7813         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7814         cris-*-elf* cris-*-aout* and mmix-*-*.
7815         * gcc.dg/20001009-1.c: Ditto.
7816         * gcc.dg/20010912-1.c: Ditto.
7817         * gcc.dg/20020122-4.c: Ditto.
7818         * gcc.dg/inline-2.c: Ditto.
7820 2002-03-14  Jeffrey A Law  (law@cygnus.com)
7822         * gcc.c-torture/compile/20020314-1.c: New test.
7824 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
7826         * gcc.c-torture/execute/20020314-1.c: New test.
7828 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7830         * g++.dg/warn/Wunused-1.C: New test.
7832 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
7834         * g++.dg/abi/mangle6.C: New test.
7836 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7838         * gcc.c-torture/compile/20020309-2.c: New test.
7840         * gcc.c-torture/compile/20020312-1.c: New test.
7842 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7844         * g++.dg/other/access1.C: New test.
7846 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
7848         * gcc.c-torture/execute/wchar_t-1.c: New test.
7850 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
7852         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
7854 2002-03-12  Roger Sayle  <roger@eyesopen.com>
7856         * gcc.dg/20020312-1.c: New test case.
7858 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
7860         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
7862 2002-03-11  Richard Henderson  <rth@redhat.com>
7864         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7865         * g++.old-deja/g++.jason/report.C: Likewise.
7867 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7869         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7870         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7872 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7874         * testsuite/g++.dg/overload/pmf1.C: New test.
7876 2002-03-11  Kazu Hirata  <kazu@hxi.com>
7878         * gcc.c-torture/execute/20020307-1.c: Use long.
7880 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7882         PR optimization/5844
7883         * gcc.dg/20020310-1.c: New test.
7885 2002-03-09  Michael Meissner  <meissner@redhat.com>
7887         * gcc.c-torture/execute/memcpy-2.c: New test.
7888         * gcc.c-torture/execute/memset-1.c: New test.
7889         * gcc.c-torture/execute/strlen-1.c: New test.
7890         * gcc.c-torture/execute/strcmp-1.c: New test.
7891         * gcc.c-torture/execute/strncmp-1.c: New test.
7893 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
7895         * gcc.dg/ppc-ldstruct.c: New test.
7897 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7899         * gcc.c-torture/execute/va-arg-22.c: New test.
7901 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7903         * gcc.c-torture/compile/20020309-1.c: New test.
7905 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
7907         * gcc.c-torture/execute/20020307-2.c: New test.
7909 2002-03-07  Jeffrey A Law  (law@redhat.com)
7911         * g77.f-torture/compile/20020307-1.f: New test.
7913 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
7915         * gcc.dg/unordered-1.c: New test.
7917 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7919         * gcc.c-torture/execute/20020307-1.c: New test.
7921 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
7923         * gcc.dg/20020304-1.c: New test.
7925         * gcc.c-torture/compile/20020304-2.c: New test.
7927 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
7929         * gcc.c-torture/compile/20020304-1.c: New test case
7930         (from PR c/5830).
7932 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
7934         * gcc.dg/20020103-1.c: Add other -D ppc variants.
7936 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7938         * g++.dg/other/classkey1.C: New test.
7940 2002-03-01  Richard Henderson  <rth@redhat.com>
7942         * gcc.c-torture/compile/981223-1.x: New.
7943         * gcc.c-torture/compile/920625-1.x: New.
7945 2002-02-28  Richard Henderson  <rth@redhat.com>
7947         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
7949 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
7951         * gcc.c-torture/execute/20020227-1.c: New test.
7953 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
7955         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
7956         here" ERROR lines.
7957         * g++.old-deja/g++.oliva/partord1.C: Likewise.
7958         * g++.old-deja.g++.other/defarg1.C: Likewise.
7959         * g++.old-deja/g++.pt/calls2.C: Likewise.
7960         * g++.old-deja/g++.pt/crash20.C: Likewise.
7961         * g++.old-deja/g++.pt/crash30.C: Likewise.
7962         * g++.old-deja/g++.pt/crash36.C: Likewise.
7963         * g++.old-deja/g++.pt/crash6.C: Likewise.
7964         * g++.old-deja/g++.pt/defarg13.C: Likewise.
7965         * g++.old-deja/g++.pt/derived3.C: Likewise.
7966         * g++.old-deja/g++.pt/error1.C: Likewise.
7967         * g++.old-deja/g++.pt/friend21.C: Likewise.
7968         * g++.old-deja/g++.pt/friend23.C: Likewise.
7969         * g++.old-deja/g++.pt/infinite1.C: Likewise.
7970         * g++.old-deja/g++.robertl/eb128.C: Likewise.
7972 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
7974         * gcc.c-torture/execute/20020225-2.c: New test.
7976 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
7978         * gcc.c-torture/execute/920730-1t.c,
7979         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
7980         Delete test cases, only relevant to -traditional.
7982 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7984         * gcc.dg/cpp/undef1.c: Remove.
7985         * gcc.dg/cpp/directiv.c: Update.
7986         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
7988 2002-02-27  Michael Meissner  <meissner@redhat.com>
7990         * gcc.c-torture/execute/20020226-1.c: New test.
7992 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
7994         * g++.dg/debug/debug4.C: New test.
7996         * gcc.dg/ia64-visibility-1.c: New test.
7998 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
8000         * gcc.dg/debug/20020224-1.c: New.
8002 2002-02-25  Kazu Hirata  <kazu@hxi.com>
8004         * gcc.c-torture/execute/960416-1.x: New.
8005         * gcc.c-torture/execute/divconst-3.x: Likewise.
8007 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8009         * gcc.dg/20020224-1.c: New test.
8011 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
8013         * gcc.c-torture/execute/20020225-1.c: New.
8015 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8017         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
8019 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
8021         * gcc.dg/20020222-1.c: New test.
8023 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
8025         * g++.dg/opt/anonunion1.C: New test.
8027 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
8029         * g++.dg/template/qualttp19.C: New test.
8030         * g++.dg/template/qualttp20.C: New test.
8031         * g++.old-deja/g++.jason/report.C: Adjust expected errors
8032         * g++.old-deja/g++.other/qual1.C: Likewise.
8034 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
8036         * gcc.dg/attr-alwaysinline.c: New.
8038 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8040         * gcc.dg/20020220-1.c: New test.
8042         * gcc.dg/20020220-2.c: New test.
8044         * g++.dg/opt/mmx1.C: New test.
8046 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
8048         * gcc.c-torture/compile/20020110.c: New test.
8050 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
8052         * gcc.c-torture/execute/20020219-1.c: New test.
8054         * gcc.dg/20020219-1.c: New test.
8056         * gcc.dg/noncompile/20020220-1.c: New test.
8058         * g++.dg/opt/ptrintsum1.C: New test.
8060         * gcc.dg/debug/20020220-1.c: New test.
8062 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
8064         * gcc.c-torture/execute/20020216-1.c: New test.
8066 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8068         * gcc.dg/decl-1.c: Update, new test.
8070 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
8072         * g++.dg/abi/bitfield1.C: New test.
8073         * g++.dg/abi/bitfield2.C: New test.
8075 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8077         * gcc.dg/attr-nest.c: New test.
8079 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8081         * gcc.c-torture/execute/20020215-1.c: New test.
8083 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
8085         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
8086         * g++.dg/debug/debug.exp: New.
8087         * g++.dg/debug/trivial.C: New.
8088         * g++.dg/debug/debug1.C: Moved...
8089         * g++.dg/other/debug1.C: ...from here.
8090         * g++.dg/debug/debug2.C: Moved...
8091         * g++.dg/other/debug2.C: ...from here.
8092         * g++.dg/debug/debug3.C: Moved...
8093         * g++.dg/other/debug3.C: ...from here.
8095         * gcc.dg/noncompile/20020213-1.c: New test.
8097 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8099         * g++.dg/other/debug3.C: New test.
8101         * gcc.c-torture/execute/20020213-1.c: New test.
8103 2002-02-13  Richard Smith <richard@ex-parrot.com>
8105         * g++.old-deja/g++.other/thunk1.C: New test.
8107 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8109         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
8111 2002-02-13  Stan Shebs  <shebs@apple.com>
8113         * gcc.dg/altivec-3.c: New.
8115 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
8117         * gcc.dg/Wunreachable-1.c: New test.
8118         * gcc.dg/Wunreachable-2.c: New test.
8120 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8122         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
8124 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
8126         * gcc.dg/decl-1.c: New test.
8128 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8130         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
8132 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8134         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
8135         * gcc.c-torture/compile/980506-1.x: Likewise.
8137 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8139         * gcc.dg/20020210-1.c: New.
8141 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
8143         * g77.f-torture/execute/947.f: New regression test
8144         for PR fortran/947.
8146 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8148         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
8149         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
8151 2002-02-08  Richard Henderson  <rth@redhat.com>
8153         * gcc.c-torture/compile/labels-3.c: New.
8155 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
8157         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
8158         expression statements work instead.
8159         * gcc.dg/noncompile/20020207-1.c: New test.
8161 2002-02-07  Richard Henderson  <rth@redhat.com>
8163         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
8165 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8167         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
8168         message from g77
8169         * lib/g77-dg.exp: Trim g77 error messages so that they are
8170         recognized by dg.exp.
8172 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8174         PR fortran/5473
8175         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
8177 2002-02-07  Richard Henderson  <rth@redhat.com>
8179         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
8180         to be sufficiently aligned for integers.
8182 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
8184         * g++.dg/template/friend4.C: New test.
8186 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8188         PR fortran/5743
8189         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
8190         unsupported cases.
8192 2002-02-07  Richard Henderson  <rth@redhat.com>
8194         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
8195         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
8196         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
8197         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
8199 2002-02-06  Richard Henderson  <rth@redhat.com>
8201         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
8203 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
8205         * gcc.dg/20020206-1.c: New test.
8207 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8209         * gcc.c-torture/execute/20020206-1.c: New test.
8211         * gcc.c-torture/execute/20020206-2.c: New test.
8213         PR optimization/5429:
8214         * gcc.c-torture/compile/20020206-1.c: New test.
8216 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8218         * g++.dg/ext/align1.C: Do not use an explicit alignment value
8219         as certain file formats cannot support particularly large
8220         alignments.
8222         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
8223         and do not expect to be able to link the executable.
8225         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
8226         fail because the COFF format does not support the weak attribute.
8228 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
8230         * g77.dg/pr5473.f:  New test
8232 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
8234         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
8235         Fix testcase accordingly.
8237 2002-02-04  Richard Henderson  <rth@redhat.com>
8239         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
8240         (buf): Change to be an array of pointers, not ints.
8242 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8244         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
8245         before all tests.  Move warning one line above to match where it
8246         C frontend emits.
8247         * gcc.dg/Wswitch-2.c: New test.
8248         * g++.dg/warn/Wswitch-1.C: New test.
8249         * g++.dg/warn/Wswitch-2.C: New test.
8251 2002-02-04  Richard Henderson  <rth@redhat.com>
8253         * g++.dg/abi/offsetof.C: Fix size comparison.
8255 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
8257         * gcc.dg/cast-qual-2.c: New test.
8259 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8261         * gcc.dg/20020201-4.c: New test.
8263 2002-02-04  Ben Elliston  <bje@redhat.com>
8265         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
8266         target_info attribute != 0, in addition to the empty string.
8267         (gcc_target_compile): Likewise.
8269 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
8271         * gcc.dg/Wswitch.c: New test.
8272         PR gcc/4475. PR gcc/3780.
8274 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
8276         * g77.f-torture/execute/5122.f: New test for regressions
8277         against PR fortran/5122.
8279 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
8281         * g77.f-torture/compile/pr3743.f: Delete
8282         * g77.dg/pr3743-1.f: New test.
8283         * g77.dg/pr3743-2.f: New test.
8284         * g77.dg/pr3743-3.f: New test.
8285         * g77.dg/pr3743-4.f: New test.
8287 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8289         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
8291 2002-02-02  Richard Henderson  <rth@redhat.com>
8293         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
8294         * gcc.c-torture/execute/bf64-1.c: Likewise.
8296 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8298         * gcc.dg/20020201-2.c: New test.
8300         * gcc.dg/20020201-3.c: New test.
8302         * gcc.c-torture/execute/bitfld-2.c: New test.
8304 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8306         * gcc.dg/bitfld-1.c: Update.
8307         * gcc.dg/bitfld-2.c: Update.
8308         * gcc.c-torture/execute/bitfld-1.x: New.
8310 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8312         * gcc.c-torture/execute/20020201-1.c: New test.
8314 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
8316         PR target/5469
8317         * gcc.dg/20020201-1.c: New test.
8319 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
8321         PR fortran/3743
8322         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8323         * g77.f-torture/compile/pr3743.x: Remove
8325 2002-01-31  Tom Rix  <trix@redhat.com>
8327         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8329 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8331         * gcc.dg/noncompile/20020130-1.c: New test.
8333 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
8335         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
8337 2002-01-29  Richard Henderson  <rth@redhat.com>
8339         * gcc.c-torture/execute/991118-1.c: Cast various constants back
8340         to long long.
8341         * gcc.c-torture/execute/bf64-1.c: Likewise.
8343 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
8345         * gcc.c-torture/execute/20020129-1.c: New test.
8347 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8349         * gcc.c-torture/compile/20000224-1.c: Update.
8350         * gcc.c-torture/execute/bitfld-1.c: New tests.
8351         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8352         * gcc.dg/uninit-A.c: Update.
8354 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
8356         * g++.dg/template/ctor1.C: Add instantiation.
8358 2002-01-28  Paul Koning  <pkoning@equallogic.com>
8360         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8361         argument to __builtin_prefetch to be const ptr.
8363 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
8365         * gcc.c-torture/compile/20020120-1.c: New test.
8367 2002-01-27  Kazu Hirata  <kazu@hxi.com>
8369         * gcc.c-torture/execute/20020127-1.c: New test.
8371 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
8373         * g77.dg/f77-edit-i-in.f: New test
8374         * g77.dg/f77-edit-i-out.f: New test
8376 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
8378         * gcc.dg/debug/debug.exp: New file.
8379         * gcc.dg/debug/trivial.c: New file.
8380         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8381         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8382         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8383         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8384         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8385         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8386         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8387         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8388         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8389         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8390         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8391         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8392         * gcc.dg/20000503-1.c: Removed.
8393         * gcc.dg/20010207-1.c: Removed.
8394         * gcc.dg/20011223-1.c: Removed.
8395         * gcc.dg/20020104-2.c: Removed.
8396         * gcc.dg/debug-1.c: Removed.
8397         * gcc.dg/debug-2.c: Removed.
8398         * gcc.dg/debug-3.c: Removed.
8399         * gcc.dg/debug-4.c: Removed.
8400         * gcc.dg/debug-5.c: Removed.
8401         * gcc.dg/debug-6.c: Removed.
8402         * gcc.dg/dwarf2-1.c: Removed.
8403         * gcc.dg/dwarf2-2.c: Removed.
8405 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
8407         * g++.old-deja/g++.other/eh5.C: New test.
8408         * g++.old-deja/g++.other/sibcall2.C: New test.
8409         * g++.old-deja/g++.other/array9.C: New test.
8410         * g++.old-deja/g++.other/typename2.C: New test.
8411         * g++.old-deja/g++.other/crash60.C: New test.
8412         * g++.old-deja/g++.other/conv9.C: New test.
8413         * g++.old-deja/g++.other/mangle10.C: New test.
8414         * g++.old-deja/g++.other/unchanging1.C: New test.
8415         * g++.old-deja/g++.other/exprstmt1.C: New test.
8416         * g++.old-deja/g++.other/inline23.C: New test.
8417         * g++.old-deja/g++.eh/ia64-1.C: New test.
8418         * g++.old-deja/g++.other/dwarf2-1.C: New test.
8419         * g++.old-deja/g++.other/reload1.C: New test.
8420         * g++.old-deja/g++.other/static20.C: New test.
8421         * g++.old-deja/g++.other/local-alloc1.C: New test.
8422         * g++.old-deja/g++.other/conv8.C: New test.
8423         * g++.old-deja/g++.other/stmtexpr2.C: New test.
8424         * g++.old-deja/g++.other/storeexpr1.C: New test.
8425         * g++.old-deja/g++.other/storeexpr2.C: New test.
8426         * g++.dg/eh/template2.C: New test.
8427         * g++.dg/warn/weak1.C: New test.
8429 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
8431         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8432         Remove first, non-varying, argument.
8434 2002-01-23  Richard Henderson  <rth@redhat.com>
8436         * gcc.dg/inline-2.c: New.
8438         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8439         Add optional target arg.  Check number of arguments.
8440         (scan-assembler-not, scan-assembler-dem): Likewise.
8441         (scan-assembler-dem-not): Likewise.
8443 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8445         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8446         line 12.
8447         * g++.old-deja/g++.brendan/parse3.C,
8448         g++.old-deja/g++.other/crash26.C,
8449         g++.old-deja/g++.other/crash28.C,
8450         g++.old-deja/g++.other/crash29.C,
8451         g++.old-deja/g++.other/crash30.C,
8452         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8454 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
8456         * gcc.dg/20020115-1.c: New.
8458 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
8460         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8462 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
8464         * gcc.dg/20020122-3.c: New.
8466 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8468         * g++.dg/other/gc1.C: New test.
8470 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8472         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8474 2002-01-22  Richard Henderson  <rth@redhat.com>
8476         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8478 2002-01-22  Richard Henderson  <rth@redhat.com>
8480         * gcc.dg/20020122-4.c: New.
8482 2002-01-22  H.J. Lu <hjl@gnu.org>
8484         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8485         link output.
8486         * gcc.dg/special/ecos.exp: Likewise.
8487         * lib/g++-dg.exp: Likewise.
8488         * lib/g77-dg.exp: Likewise.
8489         * lib/gcc-dg.exp : Likewise.
8490         * lib/mike-g++.exp: Likewise.
8491         * lib/mike-g77.exp: Likewise.
8492         * lib/mike-gcc.exp: Likewise.
8493         * lib/objc-dg.exp: Likewise.
8495 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
8497         PR target/5379
8498         * gcc.dg/20020122-2.c: New test.
8500 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
8502         * gcc.dg/20020122-1.c: New test.
8504 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
8506         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8508 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
8510         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8512 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8514         * gcc.c-torture/compile/20020121-1.c: New test.
8516 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8518         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8519         ld_library_path.
8521 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
8523         * gcc.dg/20020218-1.c: New test.
8525 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
8527         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8528         messages
8529         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8530         "At global scope" warning
8531         * g++.dg/ext/align1.C: Change cygwin test for alignment
8532         from db-bogus to dg-warning
8534 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
8536         * g77.f-torture/compile/cpp2.F: New test.
8538 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8540         * g++.dg/template/access1.C: New test.
8542 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
8544         * gcc.dg/20020118-1.c: New.
8546 2002-01-18  Kazu Hirata  <kazu@hxi.com>
8548         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8550 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8552         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
8553         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8554         alignment warnings.
8556 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8558         * gcc.misc-tests/i386-prefetch.exp: Save and restore
8559         torture_with_loops and torture_without_loops
8561 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
8563         * gcc.c-torture/compile/20020116-1.c: New test.
8565 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
8567         * gcc.dg/20020116-2.c: New test.
8569         * gcc.dg/ultrasp4.c: New test.
8571         * gcc.dg/20020116-1.c: New test.
8573 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
8575         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8576         by EABI.
8578 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8580         * gcc.misc-tests/i386-prefetch.exp: New.
8581         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8582         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8583         * gcc.misc-tests/i386-pf-none-1.c: New test.
8584         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8586 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8588         * gcc.dg/gnu89-init-1.c: Add new tests.
8590 2002-01-15  Andreas Jaeger  <aj@suse.de>
8592         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8593         * gcc.dg/i386-mmx-2.c: Likewise.
8594         * gcc.dg/i386-sse-1.c: Likewise.
8595         * gcc.dg/i386-sse-2.c: Likewise.
8596         * gcc.dg/i386-sse-3.c: Likewise.
8598 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8600         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8601         Uncomment additional cases that now pass.
8603 2002-01-11  Richard Henderson  <rth@redhat.com>
8605         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8606         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8608 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8610         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8612 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8614         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8615         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8617 2002-01-10  Dale Johannesen  <dalej@apple.com>
8619         * gcc.c-torture/execute/loop-11.c: New.
8621 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8623         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8624         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8626 2002-01-09  Richard Henderson  <rth@redhat.com>
8628         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8629         type in which to perform the operation for each size.
8631 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8633         * gcc.c-torture/compile/20020109-2.c: New test.
8635 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8637         * gcc.c-torture/execute/loop-10.c: New test.
8639 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8641         * gcc.c-torture/compile/20010226-1.c: New test.
8642         * gcc.c-torture/compile/20010227-1.c: New test.
8643         * gcc.c-torture/compile/20010426-1.c: New test.
8644         * gcc.c-torture/compile/20010510-1.c: New test.
8645         * gcc.c-torture/compile/20010605-3.c: New test.
8646         * gcc.c-torture/compile/20010824-1.c: New test.
8647         * gcc.c-torture/execute/20010409-1.c: New test.
8648         * gcc.dg/noncompile/20000901-1.c: New test.
8649         * gcc.dg/20001023-1.c: New test.
8650         * gcc.dg/20001101-1.c: New test.
8651         * gcc.dg/20001102-1.c: New test.
8652         * gcc.dg/20010207-1.c: New test.
8653         * gcc.dg/20010405-1.c: New test.
8654         * gcc.dg/20010822-1.c: New test.
8655         * gcc.dg/20011107-1.c: New test.
8657 2002-01-09  Jeffrey A Law  (law@redhat.com)
8659         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8661         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
8662         execution failure on PA targets.
8664 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8666         * gcc.c-torture/compile/20020109-1.c: New test.
8668 2002-01-08  Kazu Hirata  <kazu@hxi.com>
8670         * gcc.c-torture/execute/20020108-1.c: New test.
8672 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
8674         * gcc.dg/20020108-1.c: New test.
8676 2002-01-08  H.J. Lu <hjl@gnu.org>
8678         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8679         for header files.
8681 2002-01-08  Geoff Keating  <geoffk@redhat.com>
8683         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8684         consistency.
8686 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
8688         * gcc.dg/altivec-4.c: Test altivec predicates.
8690 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
8692         * gcc.c-torture/execute/20020107-1.c: New test.
8694 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8696         PR c/5279
8697         * gcc.c-torture/compile/20020106-1.c: New test.
8699 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
8701         * gcc.c-torture/execute/nestfunc-4.c: New test.
8703 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8705         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
8706         extra triple that slipped in.
8707         * g++.old-deja/g++.abi/align.C: Likewise.
8708         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8710 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8712         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8713         * g++.old-deja/g++.abi/align.C: Likewise.
8714         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8716         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8717         on FreeBSD/i386.
8718         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8719         FreeBSD.
8721 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
8723         * gcc.dg/20020104-1.c: New test.
8725         * gcc.dg/20020104-2.c: New test.
8727 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
8729         * gcc.dg/20020103-1.c: Fix typo in target selector.
8731 2002-01-03  Richard Henderson  <rth@redhat.com>
8733         * gcc.dg/20020103-1.c: New.
8735 2002-01-03  Kazu Hirata  <kazu@hxi.com>
8737         * gcc.c-torture/execute/20020103-1.c: New test.
8739 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8741         * g++.dg/other/debug2.C: New test.
8743         * gcc.c-torture/compile/20020103-1.c: New test.
8745 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
8747         * gcc.dg/gnu89-init-1.c: Added new tests.
8749 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8751         * g++.dg/template/friend2.C: Remove as patch is reverted.
8753         * g++.dg/warn/oldcast1.C: New test.
8755         * g++.dg/template/ptrmem1.C: New test.
8756         * g++.dg/template/ptrmem2.C: New test.
8758         * g++.dg/template/ntp.C: New test.
8760         * g++.dg/other/component1.C: New test.
8762         * g++.dg/template/ttp3.C: New test.
8764         * g++.dg/template/friend2.C: New test.
8765         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8767 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8769         * g++.dg/other/ptrmem1.C: New test.
8770         * g++.dg/other/ptrmem2.C: New test.
8772 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8774         * g++.dg/template/ctor1.C: New test.
8776 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8778         * g++.dg/template/friend2.C: New test.
8780 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
8782         * gcc.dg/mmix-1.c: New test.
8784 2001-12-31  Richard Henderson  <rth@redhat.com>
8786         * gcc.dg/asm-5.c: New.
8788 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
8790         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8791         in namespace __gnu_cxx
8793 2001-12-30  Richard Henderson  <rth@redhat.com>
8795         * gcc.dg/debug-6.c: New.
8797 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
8799         * gcc.c-torture/compile/20011229-2.c: New test.
8801 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
8803         * gcc.dg/debug-3.c: New test.
8804         * gcc.dg/debug-4.c: New test.
8805         * gcc.dg/debug-5.c: New test.
8807 2001-12-29  Richard Henderson  <rth@redhat.com>
8809         * g++.dg/eh/loop1.C: New.
8811 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8813         * g++.dg/template/crash1.C: New test.
8815 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8817         * g++.dg/other/const1.C: New test.
8819 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8821         * gcc.c-torture/compile/20011229-1.c: New test.
8823 2001-12-28  Stan Shebs  <shebs@apple.com>
8825         * lib/objc-torture.exp: Resync with c-torture.exp.
8826         * lib/objc.exp: Load standard libraries.
8828 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
8830         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
8831         additional tests.
8833 2001-12-27  Roger Sayle <roger@eyesopen.com>
8835         * gcc.c-torture/execute/string-opt-16.c: New testcase.
8837 2001-12-27  Richard Henderson  <rth@redhat.com>
8839         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8841 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8843         * g++.dg/eh/ctor1.C: New test.
8844         * g++.dg/other/error2.C: New test.
8846 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8848         * g++.dg/other/init2.C: New test.
8850 2001-12-24  Richard Henderson  <rth@redhat.com>
8852         * gcc.dg/20011223-1.c: New.
8853         * gcc.dg/inline-1.c: New.
8855 2001-12-23  Richard Henderson  <rth@redhat.com>
8857         * gcc.dg/asm-4.c: Test operand modifiers.
8859 2001-12-23  Richard Henderson  <rth@redhat.com>
8861         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8863 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8865         * gcc.c-torture/execute/20011223-1.c: New test.
8867 2001-12-21  Richard Henderson  <rth@redhat.com>
8869         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8870         re-enables the warning.
8872 2001-12-21  Richard Henderson  <rth@redhat.com>
8874         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8876 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8878         * gcc.c-torture/compile/20011218-1.c: New test.
8880 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
8882         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
8883         arm-isr.c test.
8884         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
8885         epilogue generation for ARM ISR routines.
8887 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8889         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8890         * gcc.dg/format/c90-printf-3.c: Likewise.
8891         * gcc.dg/format/c99-printf-3.c: Likewise.
8892         * gcc.dg/format/ext-1.c: Likewise.
8893         * gcc.dg/format/ext-6.c: Likewise.
8894         * gcc.dg/format/format.h: Prototype unlocked stdio.
8896 2001-12-20  Richard Henderson  <rth@redhat.com>
8898         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8899         (arena): Use it.
8900         (malloc): Correct allocation logic.  Abort if we fill up the
8901         arena before initialization complete.
8902         (realloc): Correct allocation logic.
8904 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8906         * gcc.c-torture/compile/20011219-2.c: New test.
8908         * gcc.c-torture/execute/20011219-1.c: New test.
8910 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
8912         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
8913         target does not support weak symbols.
8915 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8917         * gcc.c-torture/compile/20011219-1.c: New test.
8919 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
8921         * g++.dg/other/error1.C: New test.
8923 2001-12-17  Jeffrey A Law  (law@redhat.com)
8925         * gcc.c-torture/execute/20011217-1.c: New test.
8927 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
8929         * objc.dg/special/: New directory.
8930         * objc.dg/special/special.exp: New file.
8931         * objc.dg/special/unclaimed-category-1.h: New file.
8932         * objc.dg/special/unclaimed-category-1a.m: New file.
8933         * objc.dg/special/unclaimed-category-1.m: New file.
8935 2001-12-17  Andreas Jaeger  <aj@suse.de>
8937         * gcc.c-torture/compile/20011217-2.c: New test.
8939 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8941         * gcc.c-torture/compile/20011217-1.c: New test.
8943 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
8945         * testsuite/gcc.dg/20011214-1.c: New.
8947 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
8949         * gcc.dg/altivec-4.c: New.
8951 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
8953         * gcc.dg/20011113-1.c: New test.
8955 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8957         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
8958         std::__malloc_alloc_template<0> and
8959         std::__default_alloc_template<false, 0>.
8961 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
8963         * objc/execute/bf-21.m: New test.
8964         * objc/execute/enumeration-1.m: New test.
8965         * objc/execute/enumeration-2.m: New test.
8967 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
8969         * gcc.dg/gnu89-init-1.c: New test.
8971 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8973         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
8974         * g++.old-deja/g++.jason/2371.C: Likewise.
8975         * g++.old-deja/g++.jason/template33.C: Likewise.
8976         * g++.old-deja/g++.jason/template34.C: Likewise.
8977         * g++.old-deja/g++.jason/template36.C: Likewise.
8978         * g++.old-deja/g++.oliva/typename1.C: Likewise.
8979         * g++.old-deja/g++.oliva/typename2.C: Likewise.
8980         * g++.old-deja/g++.other/typename1.C: Likewise.
8981         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8982         * g++.old-deja/g++.pt/nontype5.C: Likewise.
8983         * g++.old-deja/g++.pt/typename11.C: Likewise.
8984         * g++.old-deja/g++.pt/typename14.C: Likewise.
8985         * g++.old-deja/g++.pt/typename16.C: Likewise.
8986         * g++.old-deja/g++.pt/typename3.C: Likewise.
8987         * g++.old-deja/g++.pt/typename4.C: Likewise.
8988         * g++.old-deja/g++.pt/typename5.C: Likewise.
8989         * g++.old-deja/g++.pt/typename7.C: Likewise.
8990         * g++.old-deja/g++.robertl/eb9.C: Likewise.
8992 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
8994         * g++.dg/other/linkage1.C: New test.
8995         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
8996         specifiers.
8998 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9000         * gcc.dg/concat.c: New test.
9002 2001-12-11  Stan Shebs  <shebs@apple.com>
9004         * objc/compile: New test directory.
9005         * objc/compile/compile.exp: New expect script.
9006         * objc/compile/20011211-1.m: New compile test.
9008 2001-12-11  Jason Merrill  <jason@redhat.com>
9010         * lib/prune.exp (prune_gcc_output): Also handle "In member
9011         function".  So many permutations...
9013 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
9015         * g++.dg/template/typedef1.C: New test.
9017 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
9019         * g++.dg/other/copy1.C: New test.
9021 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
9023         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
9025         * gcc.dg/builtin-choose-expr.c: New.
9027 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
9029         * gcc.dg/altivec-2.c: New.
9031 2001-12-07  Richard Henderson  <rth@redhat.com>
9033         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
9035 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
9037         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
9038         ultrasparc.
9040 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9042         * g++-old.deja/g++.robertl/eb101.C: Deleted.
9044 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
9046         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
9047         variable argument list.
9049 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
9051         * gcc.c-torture/execute/memcheck: Delete entire directory.
9052         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
9053         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
9055 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9057         * gcc.dg/Wshadow-1.c: New test.
9059 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
9061         * gcc.c-torture/compile/20011130-1.c: New test.
9063         * gcc.dg/noncompile/20011025-1.c: New test.
9065         * g++.dg/other/anon-union.C: New test.
9067         * gcc.c-torture/execute/20011024-1.c: New test.
9069 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9071         * gcc.c-torture/execute/20000722-1.x,
9072         gcc.c-torture/execute/20010123-1.x: Remove.
9073         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
9074         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
9075         gcc.dg/c99-complit-2.c: New tests.
9077 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
9079         * g++.dg/inherit/base1.C: New test.
9081 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
9083         * g++.dg/other/stdarg1.C: New test.
9085         * gcc.c-torture/compile/20011130-2.c: New test.
9087 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
9089         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
9090         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
9091         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
9092         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
9093         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
9094         * gcc.dg/builtin-prefetch-1.c: New test.
9096 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
9098         * gcc.dg/20011130-1.c: New test.
9100 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
9102         * g++.dg/other/scope1.C: New test.
9103         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
9105 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9107         * gcc.dg/vla-init-1.c: New test.
9109 2001-12-01  Geoff Keating  <geoffk@redhat.com>
9111         * gcc.c-torture/compile/structs.c: New testcase from GDB.
9113 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9115         * objc.dg/alias.m: Update.
9116         * objc.dg/class-1.m: Update.
9117         * objc.dg/const-str-1.m: Update.
9118         * objc.dg/fwd-proto-1.m: Update.
9119         * objc.dg/id-1.m: Update.
9120         * objc.dg/super-class-1.m: Update.
9122 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
9124         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
9125         constructs.
9127 2001-11-28  Jeffrey A Law  (law@cygnus.com)
9129         * gcc.c-torture/execute/20011128-1.c: New test.
9131 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
9133         * gcc.dg/20011127-1.c: New test.
9135 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9137         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
9138         from Austin Group draft 7.
9139         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
9140         scanf format arguments.
9141         * gcc.dg/format/no-exargs-2.c: New test.
9143 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
9145         * g++.dg/abi/vbase8-4.C: New test.
9147 2001-11-24  Ian Lance Taylor  <ian@airs.com>
9149         * gcc.c-torture/execute/20011121-1.c: New test.
9151 2001-11-23  Jeffrey A Law  (law@cygnus.com)
9153         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
9155 2001-11-23  Andreas Jaeger  <aj@suse.de>
9157         * gcc.dg/cpp/charconst-2.c: New test.
9159 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
9161         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
9162         to the host if it is remote.  Let tests specify extra headers
9163         they use.
9164         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
9165         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
9166         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
9167         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
9168         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
9169         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
9170         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
9171         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
9172         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
9173         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
9175 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
9177         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
9178         for little endian ARMs.
9180 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
9182         * gcc.c-torture/compile/20011119-1.c: New test.
9183         * gcc.c-torture/compile/20011119-2.c: New test.
9185 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
9187         * gcc.dg/altivec-1.c: Fix typo.
9189 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9191         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
9193 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9195         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
9197 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
9199         * lib/g77.exp: Don't specify --rpath-link.
9201         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
9202         across all the headers.
9203         * gcc.dg/format/format.exp: For testing on a remote host,
9204         copy format.h.
9206         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
9207         * gcc.c-torture/execute/930406-1.c: Likewise.
9208         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9210 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
9212         * gcc.dg/altivec-1.c: New.
9214 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
9216         * gcc.dg/cpp/fpreprocessed.c: New test case.
9218 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9220         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
9221         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
9222         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
9224 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9226         * gcc.dg/no-builtin-1.c: New test.
9228 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
9230         * gcc.c-torture/execute/20011115-1.c: New test.
9232 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
9234         * gcc.c-torture/compile/20011114-2.c: New test.
9235         * gcc.c-torture/compile/20011114-3.c: New test.
9236         * gcc.c-torture/compile/20011114-4.c: New test.
9238 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9240         * g++.dg/other/init1.C: New test.
9242 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
9244         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
9245         message.
9247         * gcc.c-torture/execute/20011114-1.c: New testcase.
9249         * gcc.c-torture/compile/20010327-1.c: Revert last change.
9250         * gcc.c-torture/compile/20011114-1.c: New test, exactly
9251         like the (before this change) version of 20010327-1.c.
9253 2001-11-14  Roger Sayle <roger@eyesopen.com>
9255         * gcc.c-torture/execute/string-opt-13.c: New testcase.
9257 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
9259         * g++.dg/init/array2.C: New test.
9261 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
9263         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
9265 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
9267         * g++.dg/other/forscope1.C: New test.
9268         * g++.dg/ext/forscope1.C: New test.
9269         * g++.dg/ext/forscope2.C: New test.
9271 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
9273         * gcc.c-torture/execute/20011113-1.c: New test.
9275 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
9277         * gcc.c-torture/execute/20011109-2.c: New test.
9279         * gcc.c-torture/execute/20011109-1.c: New test.
9281 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
9283         * gcc.c-torture/compile/20011109-1.c: New test.
9285 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9287         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
9288         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
9289         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
9290         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
9291         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
9292         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
9293         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
9295 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9297         * g++.dg/warn/Wshadow-1.C: New tests.
9298         * g++.old-deja/g++.mike/for3.C: Update.
9300 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9302         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
9303         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
9304         XFAILs.  Adjust expected error texts.
9305         * gcc.c-torture/compile/20011106-1.c,
9306         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
9307         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
9308         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
9309         gcc.dg/c99-array-lval-5.c: New tests.
9311 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9313         * gcc.dg/cpp/defined.c: Update.
9315 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9317         * gcc.c-torture/execute/anon-1.c: New test.
9319 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
9321         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9322         same size, so no warning should be produced on stormy16.
9324         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9325         due to oversized array.
9326         * g++.old-deja/g++.mike/ns15.C: Likewise.
9327         * g++.old-deja/g++.pt/crash16.C: Likewise.
9329 2001-11-02  Graham Stott  <grahams@redhat.com>
9331         * g++.dgother/debug1.C: Fix typos.
9333 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
9335         * g++.dg/other/debug1.C: New test.
9337 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9339         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
9340         of unsigned long.
9342 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
9344         * gcc.dg/20011029-2.c: New test.
9346         * gcc.c-torture/compile/20011029-1.c: New test.
9348 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
9350         * objc/execute/class_self-1.m: New test.
9351         * objc/execute/class_self-2.m: New test.
9353 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
9355         * gcc.misc-tests/msgs.exp: Delete.
9356         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9357         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
9358         error set to match recent changes.
9360 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
9362         * gcc.dg/20011021-1.c: New test.
9364 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
9366         * gcc.c-torture/compile/20011023-1.c: New test.
9368 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
9370         * lib/g77.exp: Rewrite based on lib/g++.exp.
9372 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9374         * gcc.c-torture/execute/20011019-1.c: New test.
9376         * gcc.dg/20011018-1.c: New test.
9378 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
9380         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9382 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
9384         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9385         * gcc.dg/attr-invalid.c: Likewise.
9387 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
9389         * testsuite/gcc.dg/20011015-1.c: New test.
9391 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9393         * g++.dg/template/unify2.C: New test.
9395 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9397         * g++.dg/other/exception-specification.C: New test
9399 2001-10-13  Tom Rix  <trix@redhat.com>
9401         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9402         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9404 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
9406         * testsuite/gcc.dg/20011009-1.c: New test.
9408 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
9410         PR g++/4476
9411         * g++.dg/other/friend1.C: New test.
9413 2001-10-11  Richard Henderson  <rth@redhat.com>
9415         * g++.old-deja/g++.other/crash18.C: Add -S to options.
9417 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9419         * gcc.c-torture/compile/20011010-1.c: New.
9421 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9423         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9424         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9425         g77.f-torture/execute/execute.exp,
9426         g77.f-torture/noncompile/noncompile.exp,
9427         gcc.c-torture/compile/compile.exp,
9428         gcc.c-torture/execute/execute.exp,
9429         gcc.c-torture/execute/ieee/ieee.exp,
9430         gcc.c-torture/execute/memcheck/memcheck.exp,
9431         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9432         objc/execute/execute.exp: Update FSF address.
9434 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9436         * gcc.dg/cpp/cmdlne-C.c: Update.
9437         * gcc.dg/cpp/cmdlne-C2.c: New.
9439 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9441         * gcc.c-torture/execute/20011008-3.c: New.
9443 2001-10-08  DJ Delorie  <dj@redhat.com>
9445         * gcc.dg/20011008-1.c: New.
9446         * gcc.dg/20011008-2.c: New.
9448 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9450         * gcc.dg/cpp/spacing1.c: Update test.
9452 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9454         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9455         spelling errors of "separate" as "seperate".
9457 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9459         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9460         enough to avoid inlining.
9462 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9464         * lib/g77.exp: set libg2c_dir correctly.
9466 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9468         * gcc.dg/cpp/macro11.c: New test.
9470 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9472         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9473         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9474         gcc.dg/format/multattr-3.c: New tests.
9475         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
9476         tests for format attributes on function pointers being rejected.
9478 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9480         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9482 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9484         * g++.dg/warn/format1.C: New test.
9486 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9488         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9490 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9492         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9494 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9496         * gcc.dg/cpp/redef2.c: Add test.
9498 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
9500         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
9501         long-standing bug on i686, apparently.
9502         * gcc.c-torture/execute/loop-2c.x: New file.
9503         * gcc.c-torture/execute/loop-2d.x: New file.
9504         * gcc.c-torture/execute/loop-3c.x: New file.
9506 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
9508         * gcc.dg/cpp/20000625-2.c: Correct line number.
9510 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9512         * gcc.dg/cpp/macro10.c: New test.
9513         * gcc.dg/cpp/strify3.c: New test.
9514         * gcc.dg/cpp/spacing1.c: Add tests.
9515         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9516         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9518 2001-09-24  DJ Delorie  <dj@redhat.com>
9520         * gcc.c-torture/execute/20010924-1.c: New test.
9522 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9524         * testsuite/objc/execute/paste.m: Remove.
9526 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9528         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9530 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
9532         * g77.dg/strlen0.f: New test.
9534 2001-09-21  Richard Henderson  <rth@redhat.com>
9536         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9537         * g++.old-deja/g++.abi/vtable2.C: Likewise.
9539 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9541         Table-driven attributes.
9542         * g++.dg/ext/attrib1.C: New test.
9544 2001-09-20  DJ Delorie  <dj@redhat.com>
9546         * gcc.dg/20000926-1.c: Update expected warning messages.
9547         * gcc.dg/array-2.c: Likewise, and test for warnings too.
9548         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9549         array.
9551 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
9553         * g++.dg/eh/registers1.C: New test case.
9555 2001-09-17  Richard Henderson  <rth@redhat.com>
9557         * gcc.dg/array-5.c: Fix VLA decomposition test.
9559 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9561         * gcc.dg/cpp/line5.c: New testcase.
9563 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9565         * gcc.dg/cpp/macro9.c: New test.
9567 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
9569         * gcc.c-torture/execute/980223.c: Change type of addr from long
9570         to char *.
9572 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
9574         * gcc.c-torture/execute/20010915-1.c: New test.
9576 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9578         * g77.dg/bprob: New directory.
9579         * g77.dg/bprob/bprob.exp: New file.
9580         * g77.dg/bprob/bprob-1.f: New test.
9581         * g77.dg/gcov: New directory.
9582         * g77.dg/gcov/gcov.exp: New file.
9583         * g77.dg/gcov/gcov-1.f: New test.
9584         * g77.dg/gcov/gcov-1.x: New file.
9586 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9588         * gcc.dg/cpp/directiv.c: Update.
9589         * gcc.dg/cpp/undef1.c: Update.
9591 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9593         * gcc.dg/20010912-1.c: New test.
9595 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9597         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9598         language-independent file in lib.
9599         * lib/gcov.exp: New file.
9601 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9603         * gcc.c-torture/compile/20010911-1.c: New test.
9605 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9607         * lib/profopt.exp: New, to support profile-directed optimizations.
9608         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9609         * gcc.misc-tests/bprob-1.c: New test.
9610         * gcc.misc-tests/bprob-2.c: New test.
9612 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9614         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9615         XFAIL and which kinds of gcov output to verify.
9616         * gcc.misc-tests/gcov-4b.x: New file.
9617         * gcc.misc-tests/gcov-5b.x: New file.
9618         * gcc.misc-tests/gcov-6.x: New file.
9619         * gcc.misc-tests/gcov-7.c: New test.
9620         * gcc.misc-tests/gcov-7.x: New file.
9622 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9624         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9625         * gcc.misc-tests/gcov-6.c: New test.
9627 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9629         PR c++/3986
9630         * g++.dg/abi/vbase1.C: New test.
9632 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9634         * objc.dg/method-2.m: New.
9636 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9638         PR c++/4203
9639         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9640         * g++.dg/init/empty1.C: New test.
9642 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9644         * gcc.c-torture/compile/20010903-1.c: New test.
9646 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9648         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9649         for m68k.
9651 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
9653         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9655         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9657         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9659 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
9661         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9662         for 16-bit 'unsigned int'.
9664 2001-08-29  Kazu Hirata  <kazu@hxi.com>
9666         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9668 2001-08-27  Richard Henderson  <rth@redhat.com>
9670         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9671         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9673 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
9675         * gcc.dg/asm-names.c (ymain): New.
9677 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
9679         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9680         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9681         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9683 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9685         * gcc.dg/compare5.c: New testcase.
9687 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
9689         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9690         and "In instantiation".
9692 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
9694         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
9696 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
9698         * gcc.misc-tests/gcov.exp: Add support for branch information.
9699         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9700         * gcc.misc-tests/gcov-4.c: New test.
9701         * gcc.misc-tests/gcov-4b.c: New test.
9702         * gcc.misc-tests/gcov-5b.c: New test.
9704 2001-08-20  Zack Weinberg  <zackw@panix.com>
9706         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9707         expected to fail.
9709 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9711         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9713 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
9715         * g++.dg/eh/template1.C: New test.
9717 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
9719         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9720         Fix thinko.
9721         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9722         for xfail.
9724 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
9726         * lib/g77-dg.exp:  Use prune.exp for common procedures
9727         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9728         * lib/g77.exp: (g77-dg-prune) Remove
9730 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
9732         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9734 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9736         * g++.dg/template/unify1.C: New test.
9738 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
9740         * g++.dg/abi/empty4.C: New test.
9742 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
9744         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9745         solaris2.*
9746         * g77.f-torture/compile/pr3743.x: Likewise
9748 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9750         * g++.dg/other/using-declaration.C: New test.
9752 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9754         * gcc.dg/cpp/tr-sign.c: New testcase.
9756 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9758         * gcc.dg/cpp/19951025-1.c: Revert.
9759         * gcc.dg/cpp/directiv.c: We no longer process directives that
9760         interrupt macro arguments.
9762 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
9764         * gcc.dg/bconstp-1.c: New test.
9766 2001-08-03  Richard Henderson  <rth@redhat.com>
9768         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9770 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9772         * gcc.dg/cpp/19951025-1.c: Update.
9774 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
9776         * g77.dg/ff90-1.f (s): Fix reference of variable z,
9777         should be x.
9779 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9781         Kill -fhonor-std.
9782         * g++.old-deja/g++.ns/ns14.C: Remove special options.
9783         * g++.old-deja/g++.other/std1.C: Likewise.
9784         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9786 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
9788         * lib/g77.exp:  Load gcc-defs.exp for common procedures
9789         (g77_pass, g77_fail, g77_finish, g77_exit,
9790         ${tool}_check_unsupported_p} Now redundant.  Deleted.
9792 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9794         * g77.dg/fbackslash.f
9795         * g77.dg/fcase-preserve.f
9796         * g77.dg/ff90-1.f
9797         * g77.dg/ffixed-line-length-0.f
9798         * g77.dg/ffixed-line-length-132.f
9799         * g77.dg/ffixed-line-length-7.f
9800         * g77.dg/ffixed-line-length-72.f
9801         * g77.dg/ffixed-line-length-none.f
9802         * g77.dg/ffree-form-1.f
9803         * g77.dg/fno-backslash.f
9804         * g77.dg/fno-f90-1.f
9805         * g77.dg/fno-fixed-form-1.f
9806         * g77.dg/fno-onetrip.f
9807         * g77.dg/fno-typeless-boz.f
9808         * g77.dg/fno-underscoring.f
9809         * g77.dg/fno-vxt-1.f
9810         * g77.dg/fonetrip.f
9811         * g77.dg/ftypeless-boz.f
9812         * g77.dg/fugly-assumed.f
9813         * g77.dg/funderscoring.f
9814         * g77.dg/fvxt-1.f
9816 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
9818         * objc.dg/fwd-proto-1.m: New.
9819         * objc.dg/local-decl-1.m: New.
9820         * objc.dg/naming-1.m: New.
9821         * objc.dg/naming-2.m: New.
9822         * objc.dg/proto-hier-1.m: New.
9824 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
9826         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9827         largest-type elements to a struct makes its size grow.
9829 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9831         * g++.dg/abi/vthunk1.C: New test.
9833 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9835         * g++.dg/abi/vbase8-22.C: New test.
9837 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9839         * gcc.dg/cpp/macro8.c: New test.
9841 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9843         * g++.dg/abi/vbase8-21.C: New test.
9845 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9847         * g++.dg/abi/vbase8-10.C: New test.
9849 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9851         * lib/g++.exp (g++_set_ld_library_path): Renamed to
9852         ${tool}_set_ld_library_path.
9853         Changed caller.
9854         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9855         g++.exp.
9857 2001-07-26  Stan Cox <scox@redhat.com>
9859         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9860         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9861         gcc_exit, gcc_check_unsupported_p):
9862         Moved to gcc-deps.exp
9863         * gcc-deps.exp: New file.
9865 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9867         * g++.old-deja/g++.pt/defarg14.C: New test.
9869 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9871         * g++.old-deja/g++.other/lineno5.C: New test.
9873 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9875         * g++.old-deja/g++.pt/crash68.C: New test.
9877 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9879         * g++.old-deja/g++.other/crash42.C: New test.
9881 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9883         * gcc.dg/cpp/extratokens.c: Fix.
9884         * gcc.dg/cpp/skipping2.c: New tests.
9886 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9888         * gcc.c-torture/execute/20010724-1.c: New file.
9889         * gcc.c-torture/execute/20010724-1.x: New file.
9891 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9893         * g++.old-deja/g++.other/cond7.C: New test.
9895 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9897         * g++.old-deja/g++.other/optimize4.C: New test.
9899 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9901         * g++.old-deja/g++.abi/vbase8-5.C: New test.
9903 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
9905         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9906         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9907         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9908         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9910         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9911         bug report" message.
9913         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9914         * g++.dg/ext/instantiate1.C: Move from old-deja.
9916 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
9918         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
9919         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
9920         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
9921         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
9923 2001-07-23  Jeffrey A Law  (law@cygnus.com)
9925         * gcc.c-torture/execute/20010723-1.c: New test.
9927 2001-07-23  Ben Elliston  <bje@redhat.com>
9929         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
9931 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9933         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
9934         i[34567]86-*-*.
9935         Delete handling of ieee_multilib_flags.
9936         Pass -mieee for alpha*-*-* and sh-*-*.
9937         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
9939 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
9941         Remove old-abi tests.
9942         * g++.old-deja/g++.mike/p11116.C: Remove.
9943         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
9945 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
9947         * g77.f-torture/compile/pr3743.f:  New test
9949 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
9951         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
9953 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9955         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
9956         g++.old-deja/g++.pt/static6.C: Likewise.
9957         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
9958         supports weak symbols.
9960 2001-07-18  Andreas Jaeger  <aj@suse.de>
9962         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
9963         supported again.
9965 2001-07-18  Andreas Jaeger  <aj@suse.de>
9967         * gcc.dg/iftrap-1.c: Fix target line.
9969 2001-07-17  Richard Henderson  <rth@redhat.com>
9971         * gcc.c-torture/execute/20010717-1.c: New.
9973 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9975         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
9976         tests.
9978 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9980         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
9982 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9984         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
9985         UAC_SIGBUS, UAC_NOPRINT definitions.
9987 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
9989         * objc/execute/object_is_class.m: New test.
9990         * objc/execute/object_is_meta_class.m: New test.
9992 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9994         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
9995         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
9997 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
9999         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
10000         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
10002 2001-07-14  Richard Henderson  <rth@redhat.com>
10004         * gcc.dg/iftrap-1.c: New.
10006 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
10008         * g77.f-torture/execute/intrinsic77.f: New test.
10010 2001-07-11  Janis Johnson <janis@us.ibm.com>
10012         * gcc.misc-tests/gcov-3.c: New test.
10014 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10016         * gcc.c-torture/compile/20010711-1.c,
10017         * gcc.c-torture/compile/20010711-2.c: New tests.
10019 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10021         * gcc.c-torture/execute/20010711-1.c: New test.
10023 2001-07-11  Ben Elliston  <bje@redhat.com>
10025         * g++.old-deja/g++.other/enum5.C: New test.
10027 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
10029         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
10030         (g++-dg-prune): Call prune_gcc_output.
10031         * prune.exp: New file for prune_gcc_output.
10032         * lib/g++.exp, lib/gcc.exp: Load it.
10034 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10036         * gcc.c-torture/compile/20010701-1.c,
10037         g++.old-deja/g++.ext/attrib6.C: New tests.
10039 2001-07-06  Jeffrey A Law  (law@cygnus.com)
10041         * gcc.c-torture/compile/20010706-1.c: New test.
10043 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
10045         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
10047 2001-06-28  Stan Shebs  <shebs@apple.com>
10049         * gcc.dg/pragma-darwin.c: New test.
10051 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10053         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
10054         Solaris 2.[678] system.
10056 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10058         * gcc.dg/20010622-1.c: New test.
10060 2001-06-18  Stan Shebs  <shebs@apple.com>
10062         * objc.dg: New directory.
10063         * objc.dg/dg.exp: New file.
10064         * objc.dg/alias.m: New.
10065         * objc.dg/class-1.m: New.
10066         * objc.dg/class-2.m: New.
10067         * objc.dg/const-str-1.m: New.
10068         * objc.dg/const-str-2.m: New.
10069         * objc.dg/id-1.m: New.
10070         * objc.dg/method-1.m: New.
10071         * objc.dg/super-class-1.m: New.
10072         * lib/objc-dg.exp: New file.
10074 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10076         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
10077         of label name.
10079 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
10081         * g++.old-deja/g++.abi/vbase8-9.C: New test.
10083 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10085         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
10086         variable.
10088 2001-06-12  Richard Henderson  <rth@redhat.com>
10090         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
10092 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10094         * g++.old-deja/g++.abi/vbase5.C: New test.
10095         * g++.old-deja/g++.abi/vbase6.C: New test.
10096         * g++.old-deja/g++.abi/vbase7.C: New test.
10098 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10100         * gcc.c-torture/compile/20010610-1.c: New test.
10102 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10104         * g++.old-deja/g++.abi/vbase4.C: New test.
10106 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10108         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
10109         support %f for HC11/HC12 targets.
10110         * gcc.c-torture/execute/930513-1.x: New file, likewise.
10111         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
10112         on HC11/HC12 targets.
10113         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
10115 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10117         * gcc.dg/wchar_t-1.c: New file.
10118         * gcc.dg/wint_t-1.c: Likewise.
10120 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
10122         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
10124 2001-06-11  Richard Henderson  <rth@redhat.com>
10126         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
10128 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10130         * gcc.c-torture/compile/20010611-1.c: New test.
10132 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10134         * gcc.dg/c99-tag-1.c: Add more tests.
10136 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
10138         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
10139         representation on MN10300 and ARM/Thumb.
10141 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
10143         * g77.f-torture/execute/20010610.f: New.
10145 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
10147         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
10148         names.
10150 2001-06-09  Richard Henderson  <rth@redhat.com>
10152         * gcc.c-torture/execute/ashrdi-1.c: New.
10153         * gcc.c-torture/execute/ashldi-1.c: New.
10154         * gcc.c-torture/execute/lshrdi-1.c: New.
10156 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
10158         * objc/execute/load-3.m: Added. Check sending +load to categories,
10159         in addition to classes.
10161 2001-06-08  Stan Shebs  <shebs@apple.com>
10163         * objc/execute/load-2.m: New test.  From Nicola Pero
10164         <n.pero@mi.flashnet.it>.
10166 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
10168         * gcc.c-torture/execute/20010605-2.c: New test.
10170 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10172         * g++.old-deja/g++.abi/vbase2.C: New test.
10173         * g++.old-deja/g++.abi/vbase3.C: New test.
10175 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10177         * g++.old-deja/g++.pt/friend49.C: New test.
10179 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
10181         * g++.old-deja/g++.ext/anon3.C: New test.
10183 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
10185         * g++.old-deja/g++.other/conv7.C: New test.
10187 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10189         * gcc.c-torture/compile/20010605-2.c: New test.
10191 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10193         * gcc.c-torture/execute/20010604-1.c: New test.
10195 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
10197         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
10199 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
10201         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
10202         (g++_link_flags): Likewise.
10203         (g++_init): Pass gccpath's value to two previous functions.
10205 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10207         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
10208         Ensure logfile entry matches exec command line.
10210 2001-05-31  Richard Henderson  <rth@redhat.com>
10212         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
10213         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
10215 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
10217         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
10218         compiler for irix6.2
10220 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
10222         * g++.old-deja/g++.other/optimize3.C: New file.
10224 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
10226         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
10227         assemble.
10229 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
10231         * g++.old-deja/g++.other/optimize2.C: New file.
10233 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
10235         * gcc.c-torture/compile/20010518-2.c: New file.
10236         * gcc.c-torture/execute/20010518-1.c: New file.
10237         * gcc.c-torture/execute/20010518-2.c: New file.
10239 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10241         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
10243 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
10245         G++ no longer defines builtins that do not begin with __builtin.
10246         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
10247         * g++.old-deja/g++.brendand/misc13.C: Likewise.
10248         * g++.old-deja/g++.law/builtin1.C: Likewise.
10249         * g++.old-deja/g++.law/cvt2.C: Likewise.
10250         * g++.old-deja/g++.mike/net5.C: Likewise.
10251         * g++.old-deja/g++.other/builtins1.C: Likewise.
10252         * g++.old-deja/g++.other/builtins2.C: Likewise.
10253         * g++.old-deja/g++.other/builtins3.C: Likewise.
10254         * g++.old-deja/g++.other/builtins4.C: Likewise.
10255         * g++.old-deja/g++.other/inline8.C: Likewise.
10256         * g++.old-deja/g++.robertl/eb39.C: Likewise.
10258 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
10260         * g++.old-deja/g++.pt/using1.C: Adjust.
10261         * g++.old-deja/g++.pt/using2.C: New test.
10263 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10265         * gcc.dg/cpp/charconst.c: New tests.
10266         * gcc.dg/cpp/escape.c: New tests.
10267         * gcc.dg/cpp/escape-1.c: New tests.
10268         * gcc.dg/cpp/escape-2.c: New tests.
10269         * gcc.dg/cpp/ucs.c: New tests.
10271 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
10273         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
10274         native compiler for irix6.5.
10276 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
10278         * lib/g++.exp (g++_include_flags): Use args to compute
10279         get_multilibs.
10280         (g++_link_flags): Likewise.
10281         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
10283 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10285         * gcc.dg/c90-hexfloat-1.c: Add more tests.
10287 2001-05-21  Geoff Keating  <geoffk@redhat.com>
10289         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
10290         this file.
10292 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10294         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
10295         STACK_SIZE;
10296         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
10297         to STACK_SIZE; Use it to define size of add_histo array.
10298         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
10299         to STACK_SIZE.
10300         (f): Use GITT_SIZE to define size of gitt local table.
10301         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
10302         to STACK_SIZE; Use it to define size of bytemem array.
10304 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10306         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
10307         on 68HC11/HC12 due to the asm instruction.
10308         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
10309         * gcc.c-torture/compile/920520-1.x: Likewise.
10310         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10311         on 68HC11/HC12 because the function is larger than 64K.
10312         * gcc.c-torture/compile/961203-1.x: New file, this test fails
10313         on 68HC11/HC12 because the structure is too large.
10315 2001-05-20  Richard Henderson  <rth@redhat.com>
10317         * gcc.c-torture/execute/20010520-1.c: New.
10319 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10321         * g++.old-deja/g++.warn/compare1.C: New test.
10322         * gcc.dg/compare4.c: New test.
10324 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
10326         * g++.old-deja/g++.other/optimize1.C: New test.
10328 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10330         * g++.old-deja/g++.pt/spec41.C: New test.
10332 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10334         * gcc.c-torture/compile/20010114-1.x: Remove.
10336 2001-05-18  Stan Shebs  <shebs@apple.com>
10338         * gcc.c-torture/compile/20010518-1.c: New test.
10340 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
10342         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10343         * g++.old-deja/g++.pt/crash67.C: New test.
10345 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
10347         * g++.old-deja/g++.other/debug9.C: New test.
10349 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
10351         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10353 2001-05-16  Jan Hubicka  <jh@suse.cz>
10355         * gcc.c-torture/compile/20010516-1.c: New test.
10357 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10359         * g++.old-deja/g++.other/crash41.C: New test.
10361 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10363         * g++.old-deja/g++.pt/crash66.C: New test.
10365 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
10367         * g++.old-deja/g++.robertl/eb27.C: Convert.
10369 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
10371         * g++.dg/friend-warn.C: New test.  Do not warn about friend
10372         declaration being redundant.
10374 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
10376         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10378 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
10380         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10382 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
10384         * lib/g++.exp: Use testsuite_flags.
10386 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
10388         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10390 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10392         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10394 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
10396         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10398 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10400         * gcc.c-torture/compile/20010313-1.c: New test.
10402 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
10404         * gcc.dg/cpp/direct2.c: New test.
10405         * gccq.dg/cpp/direct2s.c: New test.
10407         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10409 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
10411         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10412         * g++.old-deja/g++.other/op3.C: Likewise.
10414 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10416         * gcc.dg/cpp/syshdr.h: New file.
10417         * gcc.dg/cpp/sysmac1.c: Update.
10418         * gcc.dg/cpp/sysmac2.c: Update.
10420 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10422         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10424 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
10426         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10427         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10429 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10431         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10433 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
10435         * lib/g++.exp (g++_include_flags): Don't use any special flags
10436         if TESTING_IN_BUILD_TREE is not defined.
10437         (g++_init): Use a plain 'c++' as the compiler if
10438         TESTING_IN_BUILD_TREEE is not defined.
10440 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10442         * g++.old-deja/g++.eh/catch13.C: New test.
10443         * g++.old-deja/g++.eh/catch14.C: New test.
10445 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10447         * gcc.dg/cpp/tr-define.c: New test.
10449 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
10451         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10452         <stdlib.h>, not <malloc.h>.
10454 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10456         * g++.old-deja/g++.ns/template17.C: New test.
10458 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10460         * g++.old-deja/g++.pt/ref4.C: New test.
10462 2001-04-30  Richard Henderson  <rth@redhat.com>
10464         * gcc.dg/20000724-1.c: Revert last change.
10466 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
10468         * g77.f-torture/execute/20010430.f: New test.
10470 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
10472         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10474 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
10476         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10478 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10480         * g++.old-deja/g++.eh/crash6.C: New test.
10482 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10484         * g++.old-deja/g++.other/warn7.C: New test.
10486 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10488         * g++.old-deja/g++.other/defarg9.C: New test.
10490 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10492         * g77.f-torture/compile/20010426.f: New test.
10493         * g77.f-torture/execute/20010426.f: New test.
10495 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10497         * g77.f-torture/compile/20000629-1.x: Remove - error
10498         has been fixed.
10500 2001-04-26  Jeffrey A Law  (law@cygnus.com)
10502         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10503         Tweak slightly to work with g++.dg framework.
10504         * g++.dg/special/ecos.exp: Run initp1.C test.
10505         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10507         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10508         its linker doesn't give line numbers either.
10509         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10511 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10513         * g++.old-deja/g++.other/lex1.C: New test.
10515 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
10517         * gcc.dg/noncompile/20010425-1.c: New test.
10519 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10521         * g++.old-deja/g++.pt/mangle2.C: New test.
10523 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10525         * gcc.dg/format/plus-1.c: New test.
10527 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10529         * gcc.dg/20010423-1.c: New test.
10531 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10533         * gcc.c-torture/execute/20010422-1.c: New test.
10535 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
10537         * g++.old-deja/g++.ns/type2.C: New test.
10539 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
10541         * g++.old-deja/g++.other/perf1.C: New test.
10543 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
10545         * gcc.dg/c99-func-2.c: Remove xfail.
10546         * gcc.dg/c99-func-3.c: Remove xfail.
10547         * gcc.dg/c99-func-4.c: Remove xfail.
10549 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
10551         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10553 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10555         * gcc.c-torture/compile/20010423-1.c: New test.
10557 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10559         * g++.old-deja/g++.pt/typename28.C: New test.
10561 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10563         * g++.old-deja/g++.abi/empty2.C: New test.
10564         * g++.old-deja/g++.abi/empty3.C: New test.
10566 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10568         * g++.old-deja/g++.other/comdat2.C: New test.
10569         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10571 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10573         * g++.old-deja/g++.other/overload14.C: New test.
10575 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10577         * g++.old-deja/g++.other/lookup23.C: New test.
10579 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10581         * gcc.c-torture/execute/20010403-1.c: New test.
10583 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10584             Mark Mitchell  <mark@codesourcery.com>
10586         * lib/old-dejagnu.exp: Don't delete output of executable.
10587         Add .exe suffix to executables.
10589 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10591         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10593 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10595         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10597 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10599         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10600         * g++.old-deja/g++.abi/crash1.C: New test.
10602 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10604         * g++.old-deja/g++.other/crash40.C: New test.
10606 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10608         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10610 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10612         * g++.old-deja/g++.other/warn6.C: New test.
10614 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10616         * g++.old-deja/g++.robertl/eb42.C: Same.
10618 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10620         * gcc.dg/wtr-conversion-1.c: New testcase.
10622 2001-04-10  Richard Henderson  <rth@redhat.com>
10624         * g++.old-deja/g++.other/array5.C: New.
10626 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10628         * gcc.c-torture/execute/20010408-1.c: New test.
10630 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10632         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10633         headers and constructs.
10634         * g++.old-deja/g++.robertl/eb79.C: Same.
10635         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10636         * g++.old-deja/g++.robertl/eb73.C: Same.
10637         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10638         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10639         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10640         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10641         * g++.old-deja/g++.robertl/eb44.C: Same.
10642         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10643         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10644         * g++.old-deja/g++.robertl/eb39.C: Same.
10645         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10646         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10647         * g++.old-deja/g++.robertl/eb30.C: Same.
10648         * g++.old-deja/g++.robertl/eb3.C: Same.
10649         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10650         * g++.old-deja/g++.robertl/eb21.C: Same.
10651         * g++.old-deja/g++.robertl/eb15.C: Same.
10652         * g++.old-deja/g++.robertl/eb118.C: Same.
10653         * g++.old-deja/g++.robertl/eb115.C (main): Same.
10654         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10655         * g++.old-deja/g++.robertl/eb109.C: Same.
10656         * g++.old-deja/g++.other/sibcall1.C (main): Same.
10657         * g++.old-deja/g++.mike/rtti1.C: Same.
10658         * g++.old-deja/g++.mike/p658.C: Same.
10659         * g++.old-deja/g++.mike/net46.C: Same.
10660         * g++.old-deja/g++.mike/net34.C: Same.
10661         * g++.old-deja/g++.mike/memoize1.C: Same.
10662         * g++.old-deja/g++.mike/eh2.C: Same.
10663         * g++.old-deja/g++.law/weak.C: Same.
10664         * g++.old-deja/g++.law/visibility7.C: Same.
10665         * g++.old-deja/g++.law/visibility25.C: Same.
10666         * g++.old-deja/g++.law/visibility22.C: Same.
10667         * g++.old-deja/g++.law/visibility2.C: Same.
10668         * g++.old-deja/g++.law/visibility17.C: Same.
10669         * g++.old-deja/g++.law/visibility13.C: Same.
10670         * g++.old-deja/g++.law/visibility10.C: Same.
10671         * g++.old-deja/g++.law/visibility1.C: Same.
10672         * g++.old-deja/g++.law/virtual3.C (eval): Same.
10673         * g++.old-deja/g++.law/vbase1.C: Same.
10674         * g++.old-deja/g++.law/operators32.C: Same.
10675         * g++.old-deja/g++.law/nest3.C: Same.
10676         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10677         * g++.old-deja/g++.law/except5.C (main): Same.
10678         * g++.old-deja/g++.law/cvt7.C (run): Same.
10679         * g++.old-deja/g++.law/cvt2.C: Same.
10680         * g++.old-deja/g++.law/cvt16.C: Same.
10681         * g++.old-deja/g++.law/ctors6.C (bar): Same.
10682         * g++.old-deja/g++.law/ctors17.C (main): Same.
10683         * g++.old-deja/g++.law/ctors13.C: Same.
10684         * g++.old-deja/g++.law/ctors12.C (main): Same.
10685         * g++.old-deja/g++.law/ctors10.C: Same.
10686         * g++.old-deja/g++.law/code-gen5.C: Same.
10687         * g++.old-deja/g++.law/bad-error7.C: Same.
10688         * g++.old-deja/g++.law/arm9.C: Same.
10689         * g++.old-deja/g++.law/arm12.C: Same.
10690         * g++.old-deja/g++.law/arg8.C: Same.
10691         * g++.old-deja/g++.law/arg1.C: Same.
10692         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10693         * g++.old-deja/g++.jason/template31.C: Same.
10694         * g++.old-deja/g++.jason/template24.C (main): Same.
10695         * g++.old-deja/g++.jason/2371.C: Same.
10696         * g++.old-deja/g++.eh/new2.C: Same.
10697         * g++.old-deja/g++.eh/new1.C: Same.
10698         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10699         * g++.old-deja/g++.brendan/nest21.C (main): Same.
10700         * g++.old-deja/g++.brendan/err-msg3.C: Same.
10701         * g++.old-deja/g++.brendan/crash62.C: Same.
10702         * g++.old-deja/g++.brendan/crash52.C: Same.
10703         * g++.old-deja/g++.brendan/crash49.C (main): Same.
10704         * g++.old-deja/g++.brendan/crash38.C: Same.
10705         * g++.old-deja/g++.brendan/crash15.C (main): Same.
10706         * g++.old-deja/g++.brendan/copy9.C: Same.
10708 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
10710         * gcc.c-torture/execute/20001203-2.c (memset):
10711         Count argument is of type __SIZE_TYPE__.
10713 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
10715         * gcc.c-torture/compile/20010404-1.c: New test.
10717 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
10719         * gcc.c-torture/compile/20010326-1.c: New test.
10721 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
10723         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10724         peculiarities of the SH.
10725         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10727 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10729         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10730         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10731         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10733 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10735         * g77.f-torture/compile/20010321-1.f: New test.
10737 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10739         * gcc.c-torture/compile/20010329-1.c: New test.
10741 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10743         * gcc.c-torture/execute/20010329-1.c: New test.
10745 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10747         * g++.old-deja/g++.other/eh4.C: Fix typo.
10749 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10751         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10753 2001-03-28  Philip Blundell  <philb@gnu.org>
10755         * gcc.c-torture/compile/20010328-1.c: New test.
10757 2001-03-27  Richard Henderson  <rth@redhat.com>
10759         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10760         * g++.old-deja/g++.eh/vbase3.C: Likewise.
10762 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
10764         * gcc.c-torture/compile/20010327-1.c: New test.
10766 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10768         * g++.old-deja/g++.other/friend12.C: New test.
10769         * g++.old-deja/g++.other/friend9.C: Expect no errors.
10770         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10772 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10774         * gcc.c-torture/execute/20010325-1.c: New test.
10776 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
10778         * g++.old-deja/g++.other/mangle3.C: New test.
10780 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
10782         * g++.old-deja/g++.other/anon8.C: New test.
10784 2001-03-20  Philip Blundell  <philb@gnu.org>
10786         * gcc.c-torture/compile/20010320-1.c: New test.
10788 2001-03-17  Richard Henderson  <rth@redhat.com>
10790         * g++.old-deja/g++.other/eh4.C: Add expected error text.
10792 2001-03-15  Geoff Keating  <geoff@redhat.com>
10794         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10795         tests on AIX.
10797 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10799         * g++.old-deja/g++.other/eh4.C: New test.
10801 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10803         * gcc.dg/cpp/mi1.c: Update.
10805 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
10807         * g++.old-deja/g++.other/regstack.C: New test.
10809 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10811         * g++.old-deja/g++.other/ref4.C: New test.
10813 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
10815         * objc/execute/va_method.m: Added.
10816         * objc/execute/IMP.m: Added.
10817         * objc/execute/_cmd.m: Added.
10818         * objc/execute/accessing_ivars.m: Added.
10819         * objc/execute/class-1.m: Added.
10820         * objc/execute/class-10.m: Added.
10821         * objc/execute/class-11.m: Added.
10822         * objc/execute/class-12.m: Added.
10823         * objc/execute/class-13.m: Added.
10824         * objc/execute/class-14.m: Added.
10825         * objc/execute/class-2.m: Added.
10826         * objc/execute/class-3.m: Added.
10827         * objc/execute/class-4.m: Added.
10828         * objc/execute/class-5.m: Added.
10829         * objc/execute/class-6.m: Added.
10830         * objc/execute/class-7.m: Added.
10831         * objc/execute/class-8.m: Added.
10832         * objc/execute/class-9.m: Added.
10833         * objc/execute/class-tests-1.h
10834         * objc/execute/class-tests-2.h
10835         * objc/execute/compatibility_alias.m: Added.
10836         * objc/execute/encode-1.m: Added.
10837         * objc/execute/formal_protocol-1.m: Added.
10838         * objc/execute/formal_protocol-2.m: Added.
10839         * objc/execute/formal_protocol-3.m: Added.
10840         * objc/execute/formal_protocol-4.m: Added.
10841         * objc/execute/formal_protocol-5.m: Added.
10842         * objc/execute/formal_protocol-6.m: Added.
10843         * objc/execute/formal_protocol-7.m: Added.
10844         * objc/execute/informal_protocol.m: Added.
10845         * objc/execute/initialize.m: Added.
10846         * objc/execute/load.m: Added.
10847         * objc/execute/many_args_method.m: Added.
10848         * objc/execute/nested-3.m: Added.
10849         * objc/execute/no_clash.m: Added.
10850         * objc/execute/private.m: Added.
10851         * objc/execute/redefining_self.m: Added.
10852         * objc/execute/root_methods.m: Added.
10853         * objc/execute/selector-1.m: Added.
10854         * objc/execute/static-1.m: Added.
10855         * objc/execute/static-2.m: Added.
10856         * objc/execute/va_method.m: Added.
10858 2001-03-10  Richard Henderson  <rth@redhat.com>
10860         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10862 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10864         * g++.old-deja/g++.other/crash31.C: XFAIL.
10865         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10866         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10867         * gcc.c-torture/execute/20010123-1.x: XFAIL.
10868         * gcc.c-torture/execute/20010124-1.x: XFAIL.
10869         * gcc.dg/sequence-pt-1.c: XFAIL one test.
10871 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10873         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10875 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10877         * gcc.dg/20000724-1.c: Don't use multiline strings.
10879 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10881         * objc/execute/string1.m, objc/execute/string2.m: Compare the
10882         result of -cString against what we expect it to be; don't just
10883         print it out for no one to read.
10885         * objc/execute/string3.m, objc/execute/string4.m: New tests.
10886         Based on testcases provided by Nicola Pero.
10888 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10890         * gcc.dg/cpp/macro7.c: New test.
10892 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10894         * gcc.dg/cpp/multiline.c: Update.
10896 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10898         * g++.old-deja/g++.other/enum3.C: New test.
10900 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10902         * g++.old-deja/g++.other/pod1.C: New test.
10904 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10906         * g++.old-deja/g++.ext/overload1.C: New test.
10908 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10910         * g++.old-deja/g++.pt/using1.C: New test.
10912 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10914         * g++.old-deja/g++.other/using9.C: New test.
10916 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
10918         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
10920         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
10922 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
10924         * g++.old-deja/g++.ext/realpt1.C: Remove.
10926 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
10928         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
10930 2001-02-26  Will Cohen  <wcohen@redhat.com>
10932         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
10934 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
10936         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
10937         templatized constructors.
10939 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10941         * gcc.c-torture/execute/20010224-1.c: New test.
10943 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
10945         * gcc.c-torture/execute/20010222-1.c: New test.
10947 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
10949         * g++.old-deja/g++.other/inline20.C: New test.
10951 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
10953         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
10955 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10957         * g++.old-deja/g++.other/lookup22.C: New test.
10959 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
10961         * g77.dg: New directory.
10962         * g77.dg/20010216-1.f: New test case.
10963         * g77.dg/dg.exp: New driver.
10964         * lib/g77-dg.exp: New driver library.
10966 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10968         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
10970 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
10972         * g++.old-deja/g++.other/decl9.C: New test.
10974 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
10976         * g++.old-deja/g++.other/init16.C: Update the test so that it does
10977         not need <string> and also tests the initialization at runtime.
10979 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10981         * gcc.c-torture/execute/longlong.c: New test.
10983 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10985         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
10987 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10989         * gcc.c-torture/execute/920302-1.c (execute):
10990         Change argument type to short.
10992 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10994         * g++.old-deja/g++.pt/deduct6.C: New test.
10996 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10998         * g++.old-deja/g++.pt/deduct5.C: New test.
11000 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
11002         * gcc.c-torture/execute/20010209-1.c: New test.
11004 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11006         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
11008 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
11010         * g++.dg/vtgc1.C: Update for new ABI.
11012         * consistency.vlad: New directory, 1665 files.
11014 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11016         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
11017         return type.
11018         * gcc.dg/cpp/digraphs.c: Declare puts.
11020 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11022         * g++.old-deja/g++.other/warn5.C: New test.
11024 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11026         * g++.old-deja/g++.pt/spec40.C: New test.
11028 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11030         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
11031         case.
11032         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
11034 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
11036         * gcc.c-torture/compile/20010209-1.c: New test.
11038 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
11040         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
11041         excess errors message but not if it crashes.
11042         * g++.old-deja/g++.other/crash27.C: Likewise.
11043         * g++.old-deja/g++.other/crash28.C: Likewise.
11044         * g++.old-deja/g++.other/crash30.C: Likewise.
11045         * g++.old-deja/g++.other/crash32.C: Likewise.
11046         * g++.old-deja/g++.other/crash35.C: Likewise.
11047         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11049 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11051         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
11052         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
11053         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
11054         g77.f-torture/execute/execute.exp,
11055         g77.f-torture/noncompile/noncompile.exp,
11056         gcc.c-torture/execute/execute.exp,
11057         gcc.c-torture/execute/memcheck/memcheck.exp,
11058         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
11059         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
11060         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
11061         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
11062         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
11063         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
11064         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11065         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
11066         Remove bug reporting instructions with ancient email addresses.
11068 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11070         * gcc.dg/20010202-1.c: New test.
11071         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
11073 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
11075         * g++.dg/stdbool-if.C: New test.
11077 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
11079         * objc/execute/fdecl.m: Added main().
11081 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11083         * gcc.c-torture/execute/20010206-1.c: New test.
11085 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11087         * gcc.dg/cpp/avoidpaste1.c: Update.
11089 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
11091         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
11092         Pero <nicola@brainstorm.co.uk>.
11093         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
11095 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
11097         * g++.old-deja/g++.pt/spec39.C: New test.
11099 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
11101         * gcc.c-torture/compile/20010202-1.c: New test.
11103 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
11105         * g++.old-deja/g++.abi/primary2.C: New test.
11106         * g++.old-deja/g++.abi/primary3.C: New test.
11107         * g++.old-deja/g++.abi/primary4.C: New test.
11108         * g++.old-deja/g++.abi/primary5.C: New test.
11109         * g++.old-deja/g++.abi/vtable3.h: New test.
11110         * g++.old-deja/g++.abi/vtable3a.C: New test.
11111         * g++.old-deja/g++.abi/vtable3b.C: New test.
11112         * g++.old-deja/g++.abi/vtable3c.C: New test.
11113         * g++.old-deja/g++.abi/vtable3d.C: New test.
11114         * g++.old-deja/g++.abi/vtable3e.C: New test.
11115         * g++.old-deja/g++.abi/vtable3f.C: New test.
11116         * g++.old-deja/g++.abi/vtable3g.C: New test.
11117         * g++.old-deja/g++.abi/vtable3h.C: New test.
11118         * g++.old-deja/g++.abi/vtable3i.C: New test.
11119         * g++.old-deja/g++.abi/vtable3j.C: New test.
11120         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
11122 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
11124         * g++.old-deja/g++.other/anon6.C: New test.
11125         * g++.old-deja/g++.other/anon7.C: New test.
11127 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11129         * gcc.dg/cpp/avoidpaste2.c: New tests.
11131 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
11133         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
11135 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
11137         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
11138         DECIMAL_DIG cases for Irix."
11140 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
11142         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
11144 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11146         * gcc.dg/c99-tag-1.c: New test.
11148 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11150         * gcc.dg/cpp/tr-warn1.c: Add tests.
11152 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11154         * gcc.dg/cpp/avoidpaste1.c: Update.
11155         * gcc.dg/cpp/paste4.c: Update.
11157 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
11159         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
11160         cases for Irix.
11162 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11164         * g++.old-deja/g++.other/inline19.C: New test.
11166 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11168         * gcc.dg/Wlarger-than.c: New test.
11170 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11172         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
11174 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
11176         * gcc.c-torture/execute/20010129-1.c: New test.
11177         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
11179 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
11181         * gcc.dg/cpp/avoidpaste1.c: Test case.
11183 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
11185         * g++.old-deja/g++.other/inline18.C: New test.
11187 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11189         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
11190         and __builtin_putchar.
11192 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
11194         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
11195         tests.
11197 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
11199         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
11200         floating point number rounding mode to round to the nearest
11201         representable mode.
11203 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
11205         * g++.old-deja/g++.other/mangle2.C: New test.
11207 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11209         * gcc.c-torture/compile/20010124-1.c: New test.
11211 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
11213         * g++.old-deja/g++.pt/spec38.C: New test.
11215 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11217         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
11218         "Build don't run".
11220 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11222         * gcc.c-torture/execute/20010123-1.c: New test.
11224 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11226         * g++.old-deja/g++.pt/spec37.C: New test.
11228 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11230         * g++.old-deja/g++.pt/overload14.C: New test.
11232 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11234         * gcc.c-torture/execute/20010122-1.c: New test, exercise
11235         __builtin_return_address.
11237 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
11239         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
11240         * g++.old-deja/g++.pt/spec35.C: New test.
11241         * g++.old-deja/g++.pt/spec36.C: New test.
11243 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
11245         * gcc.c-torture/compile/20010118-1.c: New test.
11247 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11249         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
11251 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11253         * gcc.c-torture/execute/20010119-1.c: New test.
11255 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11257         * g++.old-deja/g++.other/vbase5.C: New test.
11259 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11261         * gcc.c-torture/execute/20010118-1.c: New test.
11263 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11265         * g++.old-deja/g++.pt/deduct3.C: New test.
11267 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11269         * g++.old-deja/g++.pt/spec34.C: New test.
11271 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
11273         * g77.f-torture/compile/20000601-2.f: New test.
11275 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11277         * g++.old-deja/g++.other/init17.C: New test.
11279 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
11281         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
11283 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11285         * g++.old-deja/g++.pt/unify8.C: New test.
11287 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11289         * g++.old-deja/g++.abi/vbase1.C: New test.
11291 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11293         * g++.old-deja/g++.pt/crash65.C: New test.
11295 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11297         * gcc.dg/cpp/assembl2.S: New test case.
11299 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
11301         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
11302         are supported.
11304 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11306         * g++.old-deja/g++.other/builtins1.C: New test.
11307         * g++.old-deja/g++.other/builtins2.C: Likewise.
11308         * g++.old-deja/g++.other/builtins3.C: Likewise.
11309         * g++.old-deja/g++.other/builtins4.C: Likewise.
11311 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
11313         * gcc.c-torture/compile/20010117-1.c: New test.
11314         * gcc.c-torture/compile/20010117-2.c: New test.
11316 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11318         * g77.f-torture/execute/20010116.[fx]: New test,
11319         XFAIL on i?86-*-*.
11320         * g77.f-torture/compile/20010115.f: Indicate it's
11321         a test for PR fortran/1636.
11323 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11325         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11327 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11329         * g77.f-torture/compile/20010115.f: New test.
11331 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
11333         * g++.old-deja/g++.pt/nontype5.C: New test.
11335 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11337         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11338         have an equivalent working one below it.
11340 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11342         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11343         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11345 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11347         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11348         message containing "init_priority".
11349         (conpr-2.C): Likewise.
11350         (conpr-3.C): Likewise.
11351         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11353 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11355         * gcc.c-torture/execute/20010114-2.c: New test.
11357 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11359         * gcc.c-torture/compile/20010114-1.c: New test.
11360         * gcc.c-torture/compile/20010114-1.x: Xfail.
11361         * gcc.c-torture/compile/20010114-2.c: New test.
11362         * gcc.c-torture/execute/20010114-1.c: New test.
11363         * gcc.dg/trunc-1.c: New test.
11364         * gcc.dg/uninit-B.c: New test.
11366 2001-01-13  Nick Clifton  <nickc@redhat.com>
11368         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11369         target.
11371 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11373         * gcc.c-torture/compile/20010113-1.c: New test.
11375 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
11377         * gcc.c-torture/compile/20001212-1.c: New test.
11379 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11381         * gcc.dg/cpp/widestr1.c: Update.
11382         * gcc.dg/cpp/prag-imp.c: Remove.
11384 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
11386         * gcc.c-torture/execute/20000801-3.x: Remove.
11387         * gcc.dg/c90-init-1.c: New test.
11388         * gcc.dg/c99-init-1.c: New test.
11389         * gcc.dg/c99-init-2.c: New test.
11390         * gcc.dg/gnu99-init-1.c: New test.
11392 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
11394         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11395         testing that no relevant ones were found.
11397 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11399         * g++.old-deja/g++.pt/cast2.C: New test.
11401 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11403         * g++.old-deja/g++.pt/friend47.C: New test.
11405 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11407         * g++.old-deja/g++.pt/instantiate13.C: New test.
11409 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11411         * g++.old-deja/g++.other/defarg7.C: New test.
11412         * g++.old-deja/g++.other/defarg8.C: New test.
11414 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11416         * g++.old-deja/g++.pt/crash64.C: New test.
11418 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11420         * g++.old-deja/g++.pt/crash63.C: New test.
11422 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11424         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11426 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
11428         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
11430 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11432         * g++.old-deja/g++.pt/error3.C: New test.
11434 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11436         * g++.old-deja/g++.other/crash39.C: New test.
11438 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11440         * g++.old-deja/g++.other/vbase4.C: New test.
11442 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
11444         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
11445         * gcc.dg/special/20000419-2.c: New file. Identical to above.
11446         * gcc.dg/special/special.exp: New test driver which will check
11447         for alias support for the above test.
11449 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
11451         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11452         problems on small machines.
11453         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
11454         parameterize.
11456 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
11458         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11459         mips.
11460         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11462 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
11464         * g++.old_deja/g++.pt/using8.C: New test.
11466 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11468         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11470 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
11472         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11473         where a failure is expected.
11474         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11476 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11478         * g++.old_deja/g++.pt/instantiate12.C: New test.
11480 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11482         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11483         start of structs.
11484         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11485         * g++.old-deja/g++.brendan/crash17.C: Likewise.
11486         * g++.old-deja/g++.brendan/crash29.C: Likewise.
11487         * g++.old-deja/g++.brendan/crash48.C: Likewise.
11488         * g++.old-deja/g++.brendan/ns1.C: Likewise.
11489         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11490         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11491         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11492         * g++.old-deja/g++.eh/spec6.C: Likewise.
11493         * g++.old-deja/g++.jason/crash3.C: Likewise.
11494         * g++.old-deja/g++.law/ctors11.C: Likewise.
11495         * g++.old-deja/g++.law/ctors17.C: Likewise.
11496         * g++.old-deja/g++.law/ctors5.C: Likewise.
11497         * g++.old-deja/g++.law/ctors9.C: Likewise.
11498         * g++.old-deja/g++.mike/ambig1.C: Likewise.
11499         * g++.old-deja/g++.mike/net22.C: Likewise.
11500         * g++.old-deja/g++.mike/p3538a.C: Likewise.
11501         * g++.old-deja/g++.mike/p3538b.C: Likewise.
11502         * g++.old-deja/g++.mike/virt3.C: Likewise.
11503         * g++.old-deja/g++.niklas/t128.C: Likewise.
11504         * g++.old-deja/g++.other/anon4.C: Likewise.
11505         * g++.old-deja/g++.other/using1.C: Likewise.
11506         * g++.old-deja/g++.other/warn3.C: Likewise.
11507         * g++.old-deja/g++.pt/t37.C: Likewise.
11508         * g++.old-deja/g++.robertl/eb69.C: Likewise.
11509         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11511 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11513         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11515 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11517         * gcc.c-torture/execute/stdio-opt-3.c: New test.
11519 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
11521         * gcc.c-torture/compile/20010107-1.c: New test.
11523 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11525         * gcc.c-torture/execute/builtin-noret-1.c: New test.
11527 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11529         * gcc.dg/format/format.h: New file.
11530         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11531         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11532         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11533         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11534         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11535         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11536         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11537         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11538         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11539         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11540         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11541         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11542         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11543         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11544         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11545         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11546         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11547         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11548         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11549         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11550         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11551         instead of declaring standard types, macros and functions in each
11552         test.
11554 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
11556         * gcc.c-torture/execute/20010106-1.c: New test.
11558 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11560         * gcc.dg/format/format.exp: New file.
11561         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11562         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11563         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11564         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11565         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11566         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11567         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11568         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11569         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11570         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11571         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11572         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11573         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11574         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11575         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11576         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11577         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11578         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11579         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11580         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11581         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11582         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11583         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11584         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11585         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11586         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11587         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11588         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11589         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11590         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11591         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11592         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11593         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11594         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11595         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11596         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11597         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11598         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11599         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11600         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11601         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11602         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11604 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11606         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11607         account.
11609 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11611         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11613 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11615         * g++.old-deja/g++.pt/crash62.C: New test.
11617 2001-01-04  Richard Henderson  <rth@redhat.com>
11619         * gcc.dg/20000926-1.c: Update expected warnings.
11620         * gcc.dg/array-2.c: Likewise.
11621         * gcc.dg/array-4.c: Also validate flexible array members.
11622         * gcc.dg/c99-flex-array-1.c: New.
11624 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11626         * gcc.c-torture/compile/20001222-1.x: Remove.
11628 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11630         * gcc.c-torture/execute/built-in-setjmp.c: New.
11632 2001-01-03  Richard Henderson  <rth@redhat.com>
11634         * gcc.dg/940510-1.c: Update expected error wording.
11635         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11637 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11639         * lib/target-supports.exp (check_alias_available): Modified to
11640         indicate aliases not supported if only weak aliases are supported.
11642 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11644         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11645         Turn on cmpstrsi checks for __pj__ and __i370__.
11647 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11649         * g++.old-deja/g++.other/virtual11.C: New test.
11651 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11653         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11655 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11657         * gcc.c-torture/compile/20010102-1.c: New test.
11659 2001-01-02  Andreas Jaeger  <aj@suse.de>
11661         * gcc.dg/noreturn-3.c: New test.
11663         * gcc.dg/noreturn-4.c: New test.
11665 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11667         * gcc.c-torture/execute/stdio-opt-1.c: Also test
11668         __builtin_fputc and __builtin_fwrite.
11670 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11672         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11673         signed char, not default char.
11675 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11677         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11679 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
11681         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
11683 2000-12-29  Richard Henderson  <rth@redhat.com>
11685         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11686         (__cyg_profile_func_exit): Define.
11688 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11690         * g++.dg/vtgc1.C: New test.
11692 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
11694         * gcc.dg/noncompile/20001228-1.c: New test.
11696         * gcc.dg/20001228-1.c: New test.
11698         * gcc.c-torture/execute/20001228-1.c: New test.
11700 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11702         * gcc.dg/format-strfmon-1.c: New test.
11704 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11706         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11707         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11708         * gcc.c-torture/execute/string-opt-1.c: Likewise.
11709         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11710         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11711         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11712         * gcc.c-torture/execute/string-opt-6.c: Likewise.
11713         * gcc.c-torture/execute/string-opt-7.c: Likewise.
11714         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11715         * gcc.c-torture/execute/string-opt-9.c: Likewise.
11716         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11717         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11718         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11720         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11721         * gcc.c-torture/execute/string-opt-4.c: Test index.
11723 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
11725         * gcc.c-torture/compile/20001226-1.c: New test.
11727 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11729         * gcc.c-torture/compile/20001222-1.c: New test.
11730         * gcc.c-torture/compile/20001222-1.x: Xfail.
11732 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
11734         * gcc.c-torture/execute/comp-goto-2.c: New test.
11736 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
11738         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11739         Use long types if __INT_MAX__ is 32767.
11740         (main): Use cast to (sint32 *) when poking 88 into a_page.
11742         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11744 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
11746         * gcc.c-torture/compile/20001221-1.c: New test.
11747         * gcc.c-torture/execute/20001221-1.c: New test.
11749 2000-12-20  Richard Henderson  <rth@redhat.com>
11751         * g++.old-deja/g++.pt/crash36.C: Update error lines.
11752         * g++.old-deja/g++.robertl/eb109.C: Likewise.
11754 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11756         * gcc.dg/compare3.c: New test.
11758 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11760         * gcc.dg/format-warnll-1.c: New test.
11762 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11764         * gcc.dg/cpp/cmdlne-P.c: New test.
11766 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11768         * gcc.c-torture/execute/builtin-abs-1.c,
11769         gcc.c-torture/execute/builtin-abs-2.c: New tests.
11771 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11773         * gcc.dg/cpp/multiline.c: New test.
11775 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11777         * g++.old-deja/g++.other/syshdr1.C: Update.
11778         * gcc.dg/cpp/lineflags.c: Remove temporarily.
11780 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11782         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11784 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11786         * g++.old-deja/g++.pt/ttp65.C: New test.
11788 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11790         * g++.old-deja/g++.pt/ttp64.C: New test.
11792 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11794         * g++.old-deja/g++.pt/spec33.C: New test.
11796 2000-12-14  Catherine Moore  <clm@redhat.com>
11798         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11799         * gcc.c-torture/execute/920612-2.c: Likewise.
11800         * gcc.c-torture/execute/920428-2.c: Likewise.
11801         * gcc-c-torture/execute/va-arg-11.c: Call exit.
11802         * gcc.c-torture/execute/va-arg-21.c: Likewise.
11804 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11806         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11807         * gcc.dg/pack-test-2.c: Likewise.
11809 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11811         Tests by Zack Weinberg <zackw@stanford.edu>.
11813         * gcc.dg/cpp/defined.c: Update.
11814         * gcc.dg/cpp/defined_trad.c: New tests.
11816 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11818         * gcc.dg/cpp/trad-direct.c: Update.
11820 2000-12-11  Neil Booth  <neilb@earthling.net>
11822         * gcc.dg/cpp/defined_trad.c
11824 2000-12-11  Neil Booth  <neilb@earthling.net>
11826         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
11828 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11830         * gcc.dg/format-miss-2.c: New test.
11832 2000-12-09  Neil Booth  <neilb@earthling.net>
11834         * gcc.dg/cpp/lineflags.c: New tests.
11835         * gcc.dg/cpp/poison.c: Update.
11836         * gcc.dg/cpp/redef2.c: Update.
11837         * gcc.dg/cpp/skipping.c: New test.
11839 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
11841         * g++.old-deja/g++.other/eh3.C: New testcase.
11843 2000-12-07  Neil Booth  <neilb@earthling.net>
11845         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11846         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11847         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11848         wtr-union-init-2.c, wtr-union-init-3.c: Update.
11849         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11850         Update.
11852 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11854         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11855         __SIZE_TYPE__ instead of int for type of integers cast to
11856         pointers.
11858 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
11860         * g++.old-deja/g++.other/cleanup4.C: New test.
11862 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11864         * format-sec-1.c: New test.
11866 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11868         * gcc.dg/format-nonlit-3.c: New test.
11870 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11872         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11873         through a null pointer.
11875 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11877         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11878         * g++.old-deja/g++.pt/partial4.C: New test.
11880 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11882         * gcc.c-torture/execute/ieee/hugeval.x: New.
11884 2000-12-06  Neil Booth  <neilb@earthling.net>
11886         * gcc.dg/cpp/backslash2.c: New tests.
11888 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11890         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11891         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11893 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
11895         * gcc.c-torture/execute/20001203-2.c: New testcase.
11897 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11899         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11900         * g++.old-deja/g++.other/virtual10.C: New test.
11902 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11904         * g++.old-deja/g++.mike/pmf5.C: Remove test.
11906 2000-12-05  Richard Henderson  <rth@redhat.com>
11908         * gcc.c-torture/compile/20001205-1.c: New.
11910 2000-12-04  Neil Booth  <neilb@earthling.net>
11912         * g++.old-deja/g++.other/virtual9.C: New test.
11913         * g++.old-deja/g++.pt/crash61.C: New test.
11914         * gcc.c-torture/execute/loop-9.c: New test.
11916 2000-12-04  Neil Booth  <neilb@earthling.net>
11918         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
11919         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
11920         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
11921         * gcc.dg/cpp/extratokens.c: ...here.
11923 2000-12-04  Neil Booth  <neilb@earthling.net>
11925         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
11926         New tests.
11928 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11930         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
11931         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
11933 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11935         * gcc.c-torture/execute/20001203-1.c: New test.
11937 2000-12-03  Neil Booth  <neilb@earthling.net>
11939         * gcc.dg/cpp/macro6.c: New test cases.
11941 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11943         * gcc.c-torture/execute/string-opt-9.c: New test.
11944         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11945         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11946         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11948         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
11949         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
11951 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
11953         * gcc.dg/cpp/if-6.c: New testcase.
11955         * gcc.dg/20001201-1.c: New testcase.
11957 2000-12-02  Neil Booth  <neilb@earthling.net>
11959         * g++.old-deja/g++.other/externC4.C,
11960         g++.old-deja/g++.other/friend10.C: New tests.
11962 2000-12-02  Neil Booth  <neilb@earthling.net>
11964         * g++.old-deja/g++.other/instan2.C
11965         * g++.old-deja/g++.other/instan3.C: New test.
11967 2000-12-02  Neil Booth  <neilb@earthling.net>
11969         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
11970         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
11971         gnuc99.c,gnuc99-pedantic.c: New tests.
11973 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11975         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
11976         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
11978 2000-12-01  Neil Booth  <neilb@earthling.net>
11980         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
11981         * gcc.dg/cpp/poison.c: Update.
11982         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
11984 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
11986         * g77.f-torture/execute/20001201.f: New test.
11988 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11990         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
11992 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
11994         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
11996 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
11998         * g++.old-deja/g++.other/cast6.C: New test.
12000 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
12002         * gcc.c-torture/execute/20001130-2.c: New testcase.
12004 2000-11-30  Richard Henderson  <rth@redhat.com>
12006         * gcc.c-torture/execute/20001130-1.c: New test.
12008 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12010         * g++.old-deja/g++.other/op3.C: New test.
12012 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12014         * g++.old-deja/g++.other/op2.C: New test.
12016 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12018         * g++.old-deja/g++.other/crash38.C: New test.
12020 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
12022         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
12024 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
12026         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
12027         tests.
12028         * gcc.c-torture/execute/string-opt-6.c: New test.
12030         * gcc.dg/20001117-1.c: Add main.
12032 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
12034         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
12035         Move from here ...
12036         * gcc.dg/940510-1.c: ... to here.
12038         * gcc.dg/20000926-1.c: GNU C now allows initializations of
12039         zero-size arrays in toplevel structures.
12041 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12043         * gcc.c-torture/execute/loop-8.c: New test.
12045 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12047         * g++.old-deja/g++.other/base1.C: New test.
12049 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12051         * g++.old-deja/g++.other/parse2.C: New test.
12053 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12055         * g++.old-deja/g++.pt/incomplete1.C: New test.
12057 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12059         * g++.old-deja/g++.other/friend9.C: New test.
12061 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12063         * gcc.dg/20001127-1.c: New test.
12065 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12067         * g++.old-deja/g++.pt/friend46.C: New test.
12069 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12071         * g++.old-deja/g++.other/ptrmem8.C: New test.
12073 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12075         * gcc.c-torture/execute/string-opt-7.c: New test.
12076         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12078 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12080         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
12081         instead of 'mkcheck 2'.
12083 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12085         * gcc.c-torture/execute/memcheck/driver.c,
12086         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
12087         C9X references to refer to C99.
12089 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
12091         * gcc.dg/ultrasp3.c: New test.
12093 2000-11-25  Neil Booth  <neilb@earthling.net>
12095         * gcc.dg/cpp/include2.c: Update test to be locale independent.
12097 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
12099         * gcc.c-torture/compile/20001123-2.c: New.
12101 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12103         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
12105 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
12107         * gcc.dg/sequence-point-1.c: Add some new tests.
12108         * gcc.c-torture/execute/20001124-1.c: New test.
12110 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12112         * g++.old-deja/g++.other/vaarg4.C: New test.
12113         * gcc.c-torture/compile/20001123-1.c: New test.
12115 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12117         * g++.other/crash24.C: Adjust and remove XFAIL.
12118         * g++.other/crash37.C: New test.
12120 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
12122         * g++.old-deja/g++.pt/instantiate9.C: New test.
12124 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
12126         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
12127         new ABI, too.
12129         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
12130         * g++.old-deja/g++.robertl/eb55.C: Likewise.
12132 2000-11-22  Neil Booth  <neilb@earthling.net>
12134         * gcc.dg/cpp/Wtrigraphs.c: New test.
12136 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12138         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
12140 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
12142         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
12144 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
12146         * lib/gcc-dg.exp: load_lib scanasm.exp.
12147         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
12148         * lib/g++-dg.exp: load_lib scanasm.exp.
12149         * lib/scanasm.exp: New.
12150         (scan-assembler, scan-assembler-not): Add optional arguments to
12151         test name, or if not present, the pattern name.
12152         (scan-assembler-dem, scan-assembler-dem-not): New.
12154         * g++.dg/dg.exp: New.
12156 2000-11-21  Neil Booth  <neilb@earthling.net>
12158         * gcc.dg/cpp/integrated1.c: Remove.
12160 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12162         * gcc.c-torture/execute/20001121-1.c: New test.
12164 2000-11-21  Richard Henderson  <rth@redhat.com>
12166         * gcc.c-torture/compile/20001121-1.c: New test.
12168 2000-11-20  Neil Booth  <neilb@earthling.net>
12170         * gcc.dg/cpp/integrated1.c: New test.
12172 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12174         * g++.old-deja/g++.other/inline17.C: New test.
12176 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
12178         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
12179         local variable to be zero: I made the variable global. Now
12180         uses abort() and exit() instead of relying on main's return value.
12182 2000-11-20  Neil Booth  <neilb@earthling.net>
12184         * gcc.dg/cpp/paste2.c: Update test.
12185         * objc/execute/paste.m: New test.
12187 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12189         * gcc.dg/c99-condexpr-1.c: New test.
12191 2000-11-20  Neil Booth  <neilb@earthling.net>
12193         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
12195 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
12197         * g++.old-deja/g++.pt/export1.C: New test.
12199 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
12201         * gcc.dg/20001117-1.c: New test.
12203 2000-11-18  Richard Henderson  <rth@redhat.com>
12205         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
12207 2000-11-18  Richard Henderson  <rth@redhat.com>
12209         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
12210         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
12211         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
12213 2000-11-18  Richard Henderson  <rth@redhat.com>
12215         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
12216         (main): New.  Exit cleanly.
12218 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12220         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
12221         gcc.dg/c99-fordecl-2.c: New tests.
12223 2000-11-18  Richard Henderson  <rth@redhat.com>
12225         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
12226         * gcc.c-torture/execute/zerolen-2.c: New.
12228 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12230         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
12231         memory.
12233 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12235         * g++.old-deja/g++.pt/instantiate8.C: New test.
12237 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12239         * g++.old-deja/g++.other/incomplete.C: Add more tests.
12240         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
12242 2000-11-16  Nick Clifton  <nickc@redhat.com>
12244         * gcc.c-torture/execute/nestfunc-2.c: New test.
12245         * gcc.c-torture/execute/nestfunc-3.c: New test.
12247 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12249         * gcc.c-torture/compile/20001116-1.c: New test.
12251 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12253         * gcc.c-torture/execute/20001115-1.c: New test.
12255 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
12257         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
12258         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
12259         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
12260         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12262 2000-11-15  Neil Booth  <neilb@earthling.net>
12264         gcc.dg/cpp/_Pragma1.c: Update.
12265         gcc.dg/cpp/_Pragma2.c: New test.
12267 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12269         * g++.old-deja/g++.other/anon5.C: New test.
12271 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
12273         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
12274         tests.
12276 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
12278         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
12279         output.
12281 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12283         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
12284         labels at end of compound statements.
12286 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
12288         * gcc.c-torture/execute/loop-7.c: New test.
12290 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12292         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
12294 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12296         * gcc.dg/c99-bool-1.c: New test.
12298 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12300         * gcc.dg/c99-scope-1.c: Remove xfail.
12301         * gcc.dg/c99-scope-2.c: New test.
12303 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12305         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
12306         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
12308 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
12310         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12311         error messages.
12313         * g++.mike/p700.C: Don't typedef wchar_t.
12314         * g++.mike/p784.C: Likewise.
12315         * g++.mike/eb101.C: Don't use __wchar_t.
12317 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12319         * g77.f-torture/execute/20001111.[fx]: Test premature exit
12320         from DO loop.
12322 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12324         * gcc.c-torture/execute/20001111-1.c: New test.
12326 2000-11-10  Nick Clifton  <nickc@redhat.com>
12328         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12329         long multuiple and accumulate.
12331 2000-11-09  Richard Henderson  <rth@redhat.com>
12333         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12334         via size_t instead of int.
12336         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12337         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12338         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12339         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12341 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
12343         * gcc.c-torture/compile/20001109-1.c: New test.
12344         * gcc.c-torture/compile/20001109-2.c: New test.
12346 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
12348         * g++.old-deja/g++.pt/operator1.C: New test.
12349         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
12351 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12353         * gcc.dg/20001108-1.c: New test.
12355 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12357         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12358         with both arguments constant strings.
12359         * gcc.c-torture/execute/string-opt-3.c: New test.
12360         * gcc.c-torture/execute/string-opt-4.c: New test.
12361         * gcc.c-torture/execute/string-opt-5.c: New test.
12363 2000-11-08  Nick Clifton  <nickc@redhat.com>
12365         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
12366         mulsidi3adddi patterns.
12368 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
12370         * g++.old-deja/g++.other/crash36.C: New test.
12372 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
12374         * g++.old-deja/g++.other/init16.C: New test.
12376 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
12378         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12380 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12382         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12383         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12384         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12386 2000-11-07  DJ Delorie  <dj@redhat.com>
12388         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12390 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12392         * gcc.c-torture/execute/string-opt-1.c: New test.
12394 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12396         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
12397         mips-sgi-irix6.* because the MIPS ABI passes floating-point
12398         parameters in registers, and there is no way for a varargs
12399         function to know in which order the integer and floating-point
12400         parameters should be interleaved when they are placed on the
12401         stack.
12402         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12403         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12405 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12407         * gcc.c-torture/execute/string-opt-2.c: New test.
12409 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
12411         * g++.old-deja/g++.pt/crash60.C: New test.
12413 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12415         * g++.old-deja/g++.other/crash24.C: New test.
12416         * g++.old-deja/g++.other/crash25.C: New test.
12417         * g++.old-deja/g++.other/crash26.C: New test.
12418         * g++.old-deja/g++.other/crash27.C: New test.
12419         * g++.old-deja/g++.other/crash28.C: New test.
12420         * g++.old-deja/g++.other/crash29.C: New test.
12421         * g++.old-deja/g++.other/crash30.C: New test.
12422         * g++.old-deja/g++.other/crash31.C: New test.
12423         * g++.old-deja/g++.other/crash32.C: New test.
12424         * g++.old-deja/g++.other/crash33.C: New test.
12425         * g++.old-deja/g++.other/crash34.C: New test.
12426         * g++.old-deja/g++.other/crash35.C: New test.
12428 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12430         * gcc.c-torture/execute/20001031-1.c: New test.
12432 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
12434         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12435         namespace.
12437         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12438         standards-conformant.
12440         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12442         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12443         * g++.old-deja/g++.mike/p755a.C: Likewise.
12444         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12445         library makes no calls to `operator new' during initialization.
12447 2000-11-04  Neil Booth  <neilb@earthling.net>
12449         * gcc.dg/cpp/include2.c: New tests.
12451 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12453         * lib/g++.exp (g++_set_ld_library_path): New function.
12454         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12456 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12458         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12459         warnings.
12461 2000-11-01  Richard Henderson  <rth@redhat.com>
12463         * g++.old-deja/g++.ext/namedret1.C: New.
12464         * g++.old-deja/g++.ext/namedret2.C: New.
12465         * g++.old-deja/g++.ext/namedret3.C: New.
12467 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12469         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12470         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12472 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12474         * gcc.c-torture/execute/va-arg-21.c: New test.
12476 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12478         * gcc.dg/c99-complex-2.c: New test.
12480 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12482         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12484 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12486         * g++.old-deja/g++.other/inline16.C: New test.
12488 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12490         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12491         __PRETTY_FUNCTION__
12493 2000-10-29  Neil Booth  <neilb@earthling.net>
12495         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12496         New tests.
12497         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12498         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12499         optimisation.
12501 2000-10-29  Neil Booth  <neilb@earthling.net>
12503         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12504         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12505         * mi5.c: Test multiple includes work with -C.
12506         * trigraphs.c: Test ^= version.
12508 2000-10-28  Neil Booth  <neilb@earthling.net>
12510         New tests and test updates for new macro expander.
12512         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12513         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12514         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12515         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12516         new diagnostic messages.
12518         * gcc.dg/cpp/macro3.c: New tests.
12520 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12522         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12523         on the same line.
12525 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12527         * g++.old-deja/g++.other/eh2.C: New test.
12529 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12531         * gcc.c-torture/execute/20001027-1.c: New test.
12533 2000-10-26  Richard Henderson  <rth@redhat.com>
12535         * gcc.c-torture/execute/20001026-1.c: New.
12537 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12539         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12540         * g++.old-deja/g++.law/builtin1.C: Likewise.
12541         * g++.old-deja/g++.law/ctors10.C: Likewise.
12542         * g++.old-deja/g++.law/virtual3.C: Likewise.
12543         * g++.old-deja/g++.mike/p658.C: Likewise.
12544         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12545         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12546         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12547         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12548         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12550 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12552         * gcc.c-torture/compile/20001024-1.c: New test.
12554 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12556         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12557         to tell us whether or not we are using V3.
12559 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12561         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12562         operands.
12564 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12566         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12568 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12570         * gcc.c-torture/execute/20001024-1.c: New test.
12572 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12574         * g++.old-deja/g++.other/sibcall1.C: New test.
12576 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12578         * gcc.dg/noncompile/init-3.c: New test.
12580 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12582         * gcc.dg/format-array-1.c: New test.
12584 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12586         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12587         writing through null pointers; remove comment about testing
12588         unterminated strings.
12590 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12592         * gcc.c-torture/execute/20001017-2.c: New test.
12594 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12596         * gcc.c-torture/compile/20001018-1.c: New test.
12597         * gcc.c-torture/compile/20001018-1.x: Xfail.
12599 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12601         * gcc.c-torture/execute/20001017-1.c: New test.
12603 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12605         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12606         for multiple use of arguments with scanf formats; add tests for
12607         multiple use of arguments.
12609 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12611         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12613 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12615         * gcc.dg/format-miss-1.c: New test.
12617 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12619         * gcc.c-torture/execute/20001013-1.c: New test.
12621 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12623         * gcc.dg/format-branch-1.c: New test.
12625 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12627         * README, lib/file-format.exp: Remove EGCS references.
12629 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12631         * gcc.dg/20001013-1.c: New test.
12633 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12635         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12636         for intmax_t in the compiler using __typeof__ and the type rules
12637         for conditional expressions.
12639 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12641         * gcc.dg/20001012-1.c: New test.
12642         * gcc.dg/20001012-2.c: New test.
12644 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12646         * gcc.dg/format-attr-1.c: New test.
12648 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12650         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12651         __LONG_LONG_MAX__ instead of LLONG_MAX.
12653 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12655         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12656         scanf flags.
12657         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12658         flags.
12660 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12662         * gcc.dg/sequence-pt-1.c: New test.
12664 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12666         * gcc.c-torture/execute/20001011-1.c: New testcase.
12667         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12669 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12671         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12672         does not error on it.
12674 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12676         * gcc.dg/20001009-1.c: New test.
12678 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12680         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12681         * gcc.c-torture/execute/20001009-2.c: ... to here.
12683 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12685         * gcc.c-torture/compile/20001009-1.c: New testcase.
12686         * gcc.c-torture/execute/20001009-1.c: New testcase.
12687         Testcases provided by Jan Hubicka <jh@suse.cz>.
12689 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12691         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12692         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12693         uintmax_t using <limits.h> to emulate the compiler's internal
12694         logic.  No longer XFAIL %j tests.
12696 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12698         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12699         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12700         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12701         regexps and details of expected handling of some bad formats.
12702         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12703         suppression.
12705 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12707         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12708         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12709         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12710         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12711         in list archives.
12713 2000-10-06  Richard Henderson  <rth@cygnus.com>
12715         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12716         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12717         * g++.old-deja/g++.jason/report.C: Likewise.
12718         * g++.old-deja/g++.law/friend5.C: Likewise.
12719         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12720         of the expected warnings.
12722 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12724         * g++.old-deja/g++.pt/enum14.C: New test.
12726 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12728         * g++.old-deja/g++.pt/crash59.C: New test.
12730 2000-10-04  Will Cohen  <wcohen@redhat.com>
12732         * gcc.dg/20000926-1.c: New test.
12734 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12736         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12737         function name for current C++ compiler.
12738         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12740 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12742         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12743         __PRETTY_FUNCTION__.
12744         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12746 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12748         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12750 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12752         * gcc.c-torture/compile/20000923-1.c: New test.
12754 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12756         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12757         * g++.old-deja/g++.pt/ttp62.C: Same.
12758         * g++.old-deja/g++.other/inline14.C: Same.
12760 2000-09-24  Richard Henderson  <rth@cygnus.com>
12762         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12764 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12766         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12768 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12770         * gcc.c-torture/compile/20000922-1.c: New file.
12772 2000-09-21  Nick Clifton  <nickc@redhat.com>
12774         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12775         a signed long modulo operation.
12776         (mod6): New function - perform an unsigned long modulo operation.
12777         (main): Add tests for modulos of very large numbers by very small
12778         dividends.
12780 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12782         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12784 2000-09-19  Richard Henderson  <rth@cygnus.com>
12786         * gcc.dg/compare2.c (case 10): XFAIL.
12788 2000-09-18  Richard Henderson  <rth@cygnus.com>
12790         * gcc.c-torture/execute/20000906-1.c: Move ...
12791         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12792         that support __builtin_trap.
12794 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12796         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12798 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12800         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12801         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12802         more $ format tests.
12804 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12806         * gcc.dg/format-errmk-1.c: New test.
12808 2000-09-17  Greg McGary  <greg@mcgary.org>
12810         * gcc.c-torture/execute/20000917-1.x: Remove.
12812 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12814         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12816 2000-09-17  Greg McGary  <greg@mcgary.org>
12818         * gcc.c-torture/execute/20000917-1.c: New test.
12819         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12821 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
12823         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12824         in nested macro bug.
12826 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
12828         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12830 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12832         * gcc.c-torture/execute/20000914-1.c: New test.
12834 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12836         * g++.other/inline13.C: New test.
12838 2000-09-12  Andreas Jaeger  <aj@suse.de>
12840         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12841         constant by Ulrich Drepper <drepper@redhat.com>.
12843 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12845         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12847 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12849         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12851 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12853         * gcc.dg/cpp/backslash.c: New test.
12855 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12857         * gcc.c-torture/execute/20000910-1.c: New test.
12858         * gcc.c-torture/execute/20000910-2.c: Likewise.
12860 2000-09-11  Robert Lipe  <robertl@sco.com>
12862         * gcc.dg/pragma-align.c: New test.
12864 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12866         * g++.old-deja/g++.pt/explicit82.C: New test.
12867         * g++.old-deja/g++.pt/explicit83.C: New test.
12869 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12871         * gcc.dg/asm-names.c: New test.
12873 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12875         * gcc.dg/cpp/tr-warn6.c: New test
12877 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12879         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12880         be accepted.
12882 2000-09-07  Catherine Moore  <clm@redhat.com>
12884         * gcc.c-torture/execute/unroll-1.c: New test.
12886 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12888         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12889         ERROR markers.
12890         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12891         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12892         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12893         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12894         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12895         Preprocess only.
12896         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12897         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12899 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12901         * g++.old-deja/g++.pt/deduct2.C: New test.
12903 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12905         * g++.old-deja/g++.pt/parms2.C: New test.
12907 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12909         * g++.old-deja/g++.pt/crash58.C: New test.
12911 2000-09-06  Greg McGary  <greg@mcgary.org>
12913         * gcc.c-torture/execute/20000906-1.c: New test.
12914         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12916 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12918         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12920 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12922         * g++.old-deja/g++.pt/crash57.C: New test.
12924 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12926         * g++.old-deja/g++.pt/crash56.C: New test.
12928 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12930         * g++.old-deja/g++.pt/koenig1.C: New test.
12932 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12934         * gcc.dg/20000904-1.c: New test.
12936 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12938         * gcc.dg/cpp/paste8.c: New test.
12940 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12942         * gcc.c-torture/compile/20000827-1.c: New test.
12944 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12946         * gcc.dg/format-diag-1.c: New test.
12948 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12950         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12951         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12952         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12953         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12954         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12956 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12958         * g++.old-deja/g++.other/nested4.C: New test.
12960 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12962         * g++.old-deja/g++.ns/scoped1.C: New test.
12964 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
12966         * lib/g++.exp: Support testing already-installed GCC.
12968 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12970         * wtr-label-1.c, wtr-suffix-1.c: New tests.
12972 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12974         * gcc.dg/return-type-2.c: New test.
12976 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
12978         * gcc.c-torture/compile/20000825-1.c: New test.
12980 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
12982         * gcc.dg/dwarf2-2.c: New test.
12984 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
12986         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
12987         dg-warning regexps.
12989 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12991         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
12992         gcc.dg/format-ext-5.c: New tests.
12994 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
12996         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
12998 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
13000         * gcc.dg/noncompile/930622-2.c: Adjust error message.
13002 2000-08-24  Richard Henderson  <rth@cygnus.com>
13004         * gcc.dg/ia64-sync-1.c: New test.
13005         * gcc.dg/ia64-sync-2.c: New test.
13006         * gcc.dg/ia64-asm-1.c: New test.
13008 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13010         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13011         * gcc.dg/format-ext-2.c: New test.
13013 2000-08-23  Jason Merrill  <jason@redhat.com>
13015         * lib/old-dejagnu.exp: Also ignore "In member function" and
13016         "At global scope".
13018 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13020         * gcc.dg/noncompile/label-lineno-1.c: New test.
13022 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13024         * gcc.dg/c99-array-nonobj-1.c: New test.
13026 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13028         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13029         tests.
13030         * gcc.dg/format-ext-1.c: New test.
13032 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13034         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13035         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13036         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13037         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13038         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13040 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13042         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13043         gcc.dg/c99-strftime-2.c: New tests.
13045 2000-08-22  Richard Henderson  <rth@cygnus.com>
13047         * gcc.c-torture/execute/20000822-1.c: New test.
13049 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13051         * gcc.c-torture/execute/20000819-1.x: Remove.
13053 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13055         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13056         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13057         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13058         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13059         gcc.dg/format-xopen-1.c: New tests.
13061 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13063         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13065 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13067         * g++.old-deja/g++.other/loop2.C: New test.
13069         * gcc.c-torture/compile/20000606-1.c: New test.
13070         * gcc.c-torture/compile/20000728-1.c: New test.
13071         * gcc.c-torture/execute/20000801-1.c: New test.
13072         * gcc.c-torture/execute/20000801-2.c: New test.
13073         * gcc.c-torture/execute/20000819-1.c: New test.
13074         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13075         * gcc.dg/20000629-1.c: New test.
13076         * gcc.dg/20000724-1.c: New test.
13077         * gcc.dg/20000807-1.c: New test.
13079 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13081         * gcc.dg/cpp/pragma-1.c: New test.
13082         * gcc.dg/cpp/pragma-2.c: New test.
13084 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13086         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13087         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13089 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13091         * gcc.c-torture/compile/20000818-1.c: New test.
13093 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13095         * gcc.c-torture/execute/20000818-1.c: New test.
13097 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13099         * gcc.dg/format-va-1.c: New test.
13101 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13103         * g++.old-deja/g++.other/typedef8.C: New test.
13105 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13107         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13108         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13109         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13110         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13111         * g++.old-deja/g++.other/ptrmem7.C: New test.
13112         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13114 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13116         * g++.old-deja/g++.pt/typename27.C: New test.
13118 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13120         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13121         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13122         * g++.old-deja/g++.pt/friend45.C: New test.
13123         * g++.old-deja/g++.other/friend8.C: New test.
13125 2000-08-15  Richard Henderson  <rth@cygnus.com>
13127         * gcc.c-torture/execute/20000815-1.c: New test.
13129 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13131         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13132         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13133         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13135 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13137         * g++.old-deja/g++.other/refinit2.C: New test.
13139 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13141         * lib/c-torture.exp (c-torture): Make
13142         compiler_conditional_xfail_data global.
13143         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13144         compiler_conditional_xfail_data machinery.
13145         (f-torture-execute): Likewise.
13146         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13147         and only when unrolling loops.
13149         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13151 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13153         * g++.old-deja/g++.pt/explicit81.C: New test.
13155 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13157         * g++.old-deja/g++.pt/typename26.C: New test.
13159 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13161         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13162         warning.
13164 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13166         * g++.old-deja/g++.other/array3.C: New test.
13168 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13170         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13171         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13172         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13173         New tests.
13175 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13177         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13178         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13180 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13182         * gcc.c-torture/execute/20000808-1.c: New test.
13184 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13186         * gcc.dg/c90-const-expr-1.c: New test.
13188 2000-08-08  Richard Henderson  <rth@cygnus.com>
13190         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13192 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13194         * gcc.dg/noncompile/const-ll-1.c: New test.
13196 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13198         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13200 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13202         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13203         that running programs linked against the shared version of libobjc
13204         run correctly.
13206 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13208         * gcc.dg/c99-printf-1.c: New test.
13210 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13212         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13214 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13216         * gcc.c-torture/execute/20000731-1.x: Delete.
13218 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13220         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13221         and torture_without_loops as is done by c-torture.exp.
13222         (search_for): Copy from c-torture.exp.
13223         (gcc-dg-runtest): New function, drives a directory of tests
13224         iterating over the TORTURE_OPTIONS.
13225         (scan-assembler, scan-assembler-not): Move here from
13226         individual directory drivers.
13228         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13229         defined by lib/gcc-dg.exp.
13230         * gcc.dg/cpp/cpp.exp: Likewise.
13231         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13232         gcc-dg-runtest, so we cycle over optimization options.
13234         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13235         * gcc.dg/compare2.c: No longer expected to fail.
13237 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13239         * gcc.c-torture/execute/20000804-1.c: New test.
13241 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13243         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13245 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13247         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13249 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13251         * gcc.c-torture/compile/20000803-1.c: New test.
13253 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13255         * gcc.c-torture/execute/20000801-3.c,
13256         gcc.c-torture/execute/20000801-4.c: New tests.
13257         * gcc.c-torture/execute/20000801-3.x,
13258         gcc.c-torture/execute/20000801-4.x: Xfail.
13260 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13262         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13263         libobjc/.libs to allow for libtool.
13265 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13267         * gcc.c-torture/compile/20000802-1.c: New test.
13269 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13271         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13273 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13275         * gcc-c-torture/execute/20000731-2.c: New test.
13277         * gcc.c-torture/execute/20000731-1.c: New test.
13278         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13280 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13282         * testsuite/gcc.dg/cpp/paste7.c: New test.
13283         * gcc.dg/cpp/20000725-1.c: New test.
13285 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13287         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13288         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13289         declaration warning for __builtin_dwarf_reg_size.
13291         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13293 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13295         * gcc.dg/noncompile/voidparam-1.c: New test.
13297 2000-07-30  Richard Henderson  <rth@cygnus.com>
13299         * gcc.dg/c90-digraph-1.c: Don't xfail.
13300         * gcc.dg/compare2.c (case 10): Xfail.
13301         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13303 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13305         * gcc.dg/c99-main-1.c: New test.
13307 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13309         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13311 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13313         * gcc.c-tortuer/execute/20000726-1.c: New test.
13315 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13317         * gcc.c-torture/execute/enum-2.c: New test.
13319 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13321         * gcc.dg/cpp/tr-warn3.c: New test.
13323 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13325         * g++.old-deja/g++.ext/implicit1.C: Remove.
13326         * g++.old-deja/g++.jason/c2.C: Remove
13327         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13328         * g++.old-deja/g++.pt/crash16.C: Likewise.
13329         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13331 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13333         * g++.old-deja/g++.other/for2.C: New test.
13335 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13337         * gcc.dg/20000720-1.c: New test.
13339 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13341         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13343 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13345         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13346         * gcc.c-torture/execute/20000722-1.c: New.
13347         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13349 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13351         * gcc.dg/cpp/20000720-1.S: New test.
13353 2000-07-21  Michael Meissner  <meissner@redhat.com>
13355         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13357 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13359         * g++.old-deja/g++.brendan/crash16.C,
13360         g++.old-deja/g++.brendan/parse3.C,
13361         g++.old-deja/g++.brendan/redecl1.C,
13362         g++.old-deja/g++.ns/template13.C,
13363         g++.old-deja/g++.other/decl4.C,
13364         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13366 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13368         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13369         and "Internal error".
13371         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13372         regexps.
13373         * gcc.dg/cpp/paste6.c: New test.
13375 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13377         * gcc.dg/cpp/tr-direct.c: New test.
13379         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13380         gcc.dg/cpp/undef1.c: Tweak error regexps.
13382 2000-07-18  Eric Christopher <echristo@redhat.com>
13384         * gcc.c-torture/compile/20000718-1.c: New test.
13386 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13388         * cpplex.c (_cpp_push_token): If the token being pushed back
13389         is the previous token in this context, just subtract one from
13390         context->posn.
13391         * cppmacro.c (save_expansion): Clear aux field when storing a
13392         placemarker.
13394 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13396         * gcc.dg/noncompile/redecl-1.c: New test.
13398 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13400         * gcc.c-torture/execute/20000717-5.c: New test.
13401         * gcc.c-torture/execute/20000717-1.x: Removed.
13403 2000-07-17  Richard Henderson  <rth@cygnus.com>
13405         * gcc.c-torture/execute/20000717-4.c: New test.
13407 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13409         * gcc.dg/cpp/syshdr.c: New test.
13410         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13412 2000-07-17  Neil Booth  <neilb@earthling.net>
13414         * gcc.dg/cpp/cmdlne-dM.c: New test.
13415         * gcc.dg/cpp/cmdlne-dD.c: New test.
13417 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13419         * gcc.c-torture/execute/20000717-3.c: New test.
13421         * gcc.c-torture/compile/20000717-1.c: New test.
13423 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13425         * gcc.c-torture/execute/20000717-2.c: New test.
13427 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13429         * gcc.dg/formatz-1.c: New test.
13431         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13432         * gcc.dg/c99-digraph-1.c: New tests.
13434         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13435         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13437         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13438         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13439         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13440         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13441         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13442         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13443         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13445 2000-07-17   Greg McGary <greg@mcgary.org>
13447         * gcc.c-torture/execute/20000717-1.c: New test.
13448         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13450 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13452         * gcc.c-torture/execute/20000715-2.c: New test.
13453         * gcc.dg/20000715-1.c: New test.
13455 2000-07-15  Michael Meissner  <meissner@redhat.com>
13457         * gcc.c-torture/execute/20000715-1.c: New test.
13459 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13461         * gcc.c-torture/execute/20000707-1.c: New test.
13463 2000-07-13  Neil Booth  <NeilB@earthling.net>
13465         * testsuite/gcc.dg/cpp/digraph1.c,
13466         testsuite/gcc.dg/cpp/digraph2.c,
13467         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13469 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13471         * g77.f-torture/compile/20000630-2.f:  New test.
13472         * g77.f-torture/compile/20000630-2.x
13474 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13476         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13478 2000-07-11  Neil Booth  <NeilB@earthling.net>
13480         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13482 2000-07-11  Neil Booth  <NeilB@earthling.net>
13484         * gcc.dg/cpp/cmdlne-C.c: New.
13486 2000-07-09  Neil Booth  <NeilB@earthling.net>
13488         * gcc.dg/cpp/directiv.c: New tests.
13489         * gcc.dg/cpp/undef1.c: Update.
13491 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13493         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13495 2000-07-09  Neil Booth  <NeilB@earthling.net>
13497         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13499 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13501         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13502         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13504 2000-07-08  Neil Booth  <NeilB@earthling.net>
13506         * gcc.dg/cpp/macsyntx.c: New tests.
13508 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13510         * gcc.dg/20000707-1.c: New test.
13512 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13514         * gcc.c-torture/execute/20000706-1.c: New test.
13515         * gcc.c-torture/execute/20000706-2.c: New test.
13516         * gcc.c-torture/execute/20000706-3.c: New test.
13517         * gcc.c-torture/execute/20000706-4.c: New test.
13518         * gcc.c-torture/execute/20000706-5.c: New test.
13520 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13522         * g++.old-deja/g++.pt/instantiate7.C: New test.
13524 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13526         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13527         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13528         * g++.old-deja/g++.other/rtti3.C: Likewise.
13529         * g++.old-deja/g++.other/rttid3.C: Likewise.
13531 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13533         *  g77.f-torture/compile/20000630-1.x: Fix typo
13535 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13537         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13538         assembly output.
13540 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13542         * gcc.dg/cpp/ident.c: New test.
13544 2000-07-05  Neil Booth  <NeilB@earthling.net>
13546         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13547           gcc.dg/cpp/lexstrng.c: New tests.
13549 2000-07-04  Neil Booth  <NeilB@earthling.net>
13551         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13552         * gcc.dg/cpp/strify2.c: Same.
13554 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13556         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13557         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13558         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13559         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13561         * testsuite/gcc.dg/cpp/macro1.c,
13562         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13563         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13564         testsuite/gcc.dg/cpp/strify1.c,
13565         testsuite/gcc.dg/cpp/strify2.c: New tests.
13567 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13569         * gcc.c-torture/execute/20000703-1.c: New test.
13571 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13573         * g++.old-deja/g++.pt (lookup10.C): New test.
13575 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13577         * g++.old-deja/g++.pt (typename25.C): New test.
13579 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13581         * gcc.c-torture/compile/20000701-1.c: New test.
13583 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13585         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13586         to test case.
13588 2000-06-30  Catherine Moore  <clm@cygnus.com>
13590         * gcc.c-torture/execute/align-1.c: New test.
13592 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13594         * g++.old-deja/g++.pt/expr8.C: New test.
13595         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13597 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13599         * gcc.c-torture/compile/20000629-1.c: New test.
13601 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13604         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13605         gcc.dg/noncompile directory, depending on whether they're
13606         preprocessor tests or not.  Annotate all the tests for the dg
13607         framework.
13609         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13610         * gcc.dg/noncompile/noncompile.exp: New.
13612         * Moved files:
13613         Old name                                New name
13614         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13615         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13616         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13617         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13618         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13619         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13620         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13621         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13622         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13623         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13624         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13625         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13626         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13627         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13628         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13629         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13630         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13631         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13632         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13633         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13634         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13635         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13636         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13637         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13639         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13640         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13641         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13642         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13643         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13644         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13646 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13648         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13649         declare one variable.  On the fourth, error.
13650         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13651         declared by 20000628-1a.h.
13653 2000-06-29  Richard Henderson  <rth@redhat.com>
13655         * gcc.c-torture/execute/930529-1.x: New file.
13656         * gcc.dg/920413-1.c: Adjust expected warning text.
13657         * gcc.dg/980217-1.c: Declare abort.
13658         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13660 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13662         * g77.f-torture/compile/20000629-1.f: New test.
13663         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13665 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13667         Rearrange lots of files, removing entirely the
13668         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13669         directories.
13671         * Deleted files:
13672         gcc.c-torture/code_quality/code_quality.exp
13673         gcc.c-torture/special/special.exp
13674         gcc.failure/failure.exp
13675         gcc.failure/940409-1.x
13676         gcc.c-torture/compile/961203-1.x
13678         * New files:
13679         gcc.misc-tests/linkage.exp
13680         gcc.c-torture/execute/920730-1t.c
13681         gcc.c-torture/execute/920730-1t.x
13682         gcc.c-torture/compile/920520-1.x
13683         gcc.c-torture/compile/920521-1.x
13684         gcc.c-torture/compile/981006-1.x
13685         gcc.c-torture/execute/eeprof-1.x
13687         * Moved files (possibly with modifications to fit a new harness):
13688         Old name                                New name
13689         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13690         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13691         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13692         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13693         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13694         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13695         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13696         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13697         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13698         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13699         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13700         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13701         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13702         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13704 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13706         * c-torture/compile/961203-1.x: Delete.
13708         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13709         not exit. Include stdio.h.
13710         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13711         * gcc.misc-tests/dg-12.c: Likewise.
13712         * gcc.misc-tests/dg-5.c: Likewise.
13713         * gcc.misc-tests/dg-6.c: Likewise.
13714         * gcc.misc-tests/dg-7.c: Prototype abort.
13715         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13716         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13717         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13718         not exit.
13719         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13720         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13722 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13724         * gcc.dg/cpp/20000628-1.c: New test.
13725         * gcc.dg/cpp/20000628-1.h: New header for above test.
13726         * gcc.dg/cpp/20000628-1a.h: Likewise.
13728 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13730         * gcc.dg/cpp: New directory.
13731         * gcc.dg/cpp/cpp.exp: New driver.
13732         * gcc.dg/cpp/20000627-1.c: New test.
13733         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13734         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13735         and rewrite as a compilation test.
13737         * gcc.dg: Move many files into the cpp subdirectory, possibly
13738         renaming or editing them as well.
13739         Old name                New name
13740         990119-1.c              cpp/19990119-1.c
13741         990228-1.c              cpp/19990228-1.c
13742         990407-1.c              cpp/19990407-1.c
13743         990409-1.c              cpp/19990409-1.c
13744         990413-1.c              cpp/19990413-1.c
13745         990703-1.c              cpp/19990703-1.c
13746         20000127-1.c            cpp/20000127-1.c
13747         20000129-1.c            cpp/20000129-1.c
13748         20000207-1.c            cpp/20000207-1.c
13749         20000207-2.c            cpp/20000207-2.c
13750         20000209-1.c            cpp/20000209-1.c
13751         20000209-2.c            cpp/20000209-2.c
13752         20000301-1.c            cpp/20000301-1.c
13753         20000419-1.c            cpp/20000419-1.c
13754         20000510-1.S            cpp/20000510-1.S
13755         20000519-1.c            cpp/20000519-1.c
13756         20000529-1.c            cpp/20000529-1.c
13757         20000625-1.c            cpp/20000625-1.c
13758         20000625-2.c            cpp/20000625-2.c
13759         cpp-as1.c               cpp/assert1.c
13760         cpp-as2.c               cpp/assert2.c
13761         cxx-comments-1.c        cpp/cxxcom1.c
13762         cxx-comments-2.c        cpp/cxxcom2.c
13763         endif-label.c           cpp/endif.c
13764         cpp-hash1.c             cpp/hash1.c
13765         cpp-hash2.c             cpp/hash2.c
13766         cpp-if1.c               cpp/if-1.c
13767         cpp-if2.c               cpp/if-2.c
13768         cpp-if3.c               cpp/if-3.c
13769         cpp-if4.c               cpp/if-4.c
13770         cpp-if5.c               cpp/if-5.c
13771         cpp-cond.c              cpp/if-cexp.c
13772         cpp-missingop.c         cpp/if-mop.c
13773         cpp-missingparen.c      cpp/if-mpar.c
13774         cpp-opprec.c            cpp/if-oppr.c
13775         cpp-ifparen.c           cpp/if-paren.c
13776         cpp-shortcircuit.c      cpp/if-sc.c
13777         cpp-shift.c             cpp/if-shift.c
13778         cpp-unary.c             cpp/if-unary.c
13779         cpp-li1.c               cpp/line1.c
13780         cpp-li2.c               cpp/line2.c
13781         lineno.c                cpp/line3.c
13782         lineno-2.c              cpp/line4.c
13783         cpp-mi.c                cpp/mi1.c
13784         cpp-mic.h               cpp/mi1c.h
13785         cpp-micc.h              cpp/mi1cc.h
13786         cpp-mind.h              cpp/mi1nd.h
13787         cpp-mindp.h             cpp/mi1ndp.h
13788         cpp-mix.h               cpp/mi1x.h
13789         cpp-mi2.c               cpp/mi2.c
13790         cpp-mi2a.h              cpp/mi2a.h
13791         cpp-mi2b.h              cpp/mi2b.h
13792         cpp-mi2c.h              cpp/mi2c.h
13793         cpp-mi3.c               cpp/mi3.c
13794         cpp-mi3.def             cpp/mi3.def
13795         poison-1.c              cpp/poison.c
13796         pr-impl.c               cpp/prag-imp.c
13797         cpp-redef-2.c           cpp/redef1.c
13798         cpp-redef.c             cpp/redef2.c
13799         strpaste.c              cpp/strp1.c
13800         strpaste-2.c            cpp/strp2.c
13801         cpp-tradpaste.c         cpp/tr-paste.c
13802         cpp-tradstringify.c     cpp/tr-str.c
13803         cpp-tradwarn1.c         cpp/tr-warn1.c
13804         cpp-tradwarn2.c         cpp/tr-warn2.c
13805         trigraphs.c             cpp/trigraphs.c
13806         cpp-unc1.c              cpp/unc1.c
13807         cpp-unc2.c              cpp/unc2.c
13808         cpp-unc3.c              cpp/unc3.c
13809         cpp-unc.c               cpp/unc4.c
13810         undef.c                 cpp/undef1.c
13811         undef-2.c               cpp/undef2.c
13812         cpp-wi1.c               cpp/widestr1.c
13814 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13816         * lib/g++.exp (g++_include_flags): Tweak.
13818 2000-06-27  H.J. Lu  <hjl@gnu.org>
13819             Loren J. Rittle  <ljrittle@acm.org>
13821         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13822         version with one that knows about the new gcc tree structure.
13823         (g++_link_flags): Same.
13825 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13827         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13828         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13829         case we are cross-compiling.
13831         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13832         g++.old-deja/g++.niklas/Makefile.in,
13833         g++.old-deja/g++.niklas/configure.in,
13834         g++.old-deja/g++.other/Makefile.in,
13835         g++.old-deja/g++.other/configure.in,
13836         gcc.c-torture/code_quality/Makefile.in,
13837         gcc.c-torture/code_quality/configure.in,
13838         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13839         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13840         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13841         gcc.c-torture/execute/ieee/Makefile.in,
13842         gcc.c-torture/execute/ieee/configure.in,
13843         gcc.c-torture/noncompile/Makefile.in,
13844         gcc.c-torture/noncompile/configure.in,
13845         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13846         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13847         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13849 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13851         * g++.old-deja/g++.other/ambig3.C: New test.
13853 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13855         * g++.old-deja/g++.pt/syntax1.C: New test.
13856         * g++.old-deja/g++.pt/syntax2.C: New test.
13857         * g++.old-deja/g++.other/syntax3.C: New test.
13858         * g++.old-deja/g++.other/syntax4.C: New test.
13860 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13862         * gcc.dg/20000623-1.c: Prototype exit and abort.
13864 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13866         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13867         New tests.
13868         * gcc.dg/cpp-mi3.def: New file.
13870         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13871         inside assertions.
13872         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13873         lexer's error messages.
13874         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13875         divine anything from the linemarkers.
13876         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13877         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13879 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13881         * gcc.dg/20000623-1.c: New test.
13883 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13885         * gcc.c-torture/execute/20000622-1.c: New test.
13887 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13889         * g++.old-deja/g++.other/init15.C: New test.
13891 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13893         * g++.old-deja/g++.pt/vaarg2.C: New test.
13894         * g++.old-deja/g++.pt/vaarg3.C: New test.
13896 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13898         * g++.old-deja/g++.other/dyncast6.C: New test.
13900 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13902         * gcc.c-torture/execute/loop-6.c: New test.
13904 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13906         * gcc.dg/20000614-1.c: New test.
13907         * gcc.dg/20000614-2.c: New test.
13909 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13911         * g++.old-deja/g++.other/inline12.C: New test.
13913 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13915         * g++.old-deja/g++.other/eh1.C: New test.
13917 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13919         * g++.old-deja/g++.other/type.C: New test.
13921 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13923         * g++.old-deja/g++.other/initstring.C: New test.
13925 2000-06-12  Jason Merrill  <jason@redhat.com>
13927         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13929 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13931         * gcc.c-torture/compile/20000609-1.c: New test.
13933 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13935         * gcc.dg/20000609-1.c: New test.
13937 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13939         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13940         * gcc.c-torture/noncompile/poison-1.c: Move...
13941         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13942         * gcc.dg/cpp-li1.c: Add a token after the #line.
13944 2000-06-05  Richard Henderson  <rth@cygnus.com>
13946         * gcc.c-torture/execute/20000605-2.c: New test.
13947         * gcc.c-torture/execute/20000605-3.c: New test.
13949 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13951         * g77.f-torture/execute/20000503-1.x: New file.
13953 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13955         * g++.old-deja/g++.eh/badalloc1.C: New test.
13957 2000-06-05  Richard Henderson  <rth@cygnus.com>
13959         * gcc.c-torture/execute/20000605-1.c: New test.
13961 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13962             Nathan Sidwell <nathan@codesourcery.com>
13964         * gcc.c-torture/compile/20000605-1.c: New test.
13966 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
13968         * g77.f-torture/compile/20000601-1.f:  New test.
13970 2000-06-03  Richard Henderson  <rth@cygnus.com>
13972         * gcc.c-torture/execute/20000603-1.c: New.
13974 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
13976         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
13977         * gcc.dg/noreturn-2.c (noreturn): Likewise.
13979 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
13981         * gcc.dg/compare2.c (case 12): XFAIL.
13982         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
13983         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
13985         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
13987 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
13989         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
13990         guard macro is already defined when the header is first
13991         included.
13992         * gcc.dg/cpp-mix.h: New file.
13993         * gcc.dg/endif-label.c: Update patterns to match compiler.
13995         * g++.brendan/complex1.C: Declare abort.
13996         * g++.law/refs4.C: Remove XFAIL.
13997         * g++.oliva/expr2.C: Declare abort and exit.
13999 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
14001         * gcc.c-torture/execute/20000528-1.c: New test.
14003         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
14004         * g++.old-deja/g++.law/temps4.C: Likewise.
14006         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
14007         stdlib.h.  Call abort() on failure.
14008         * g++.old-deja/g++.law/refs4.C: Likewise.
14009         * g++.old-deja/g++.law/temps4.C: Likewise.
14010         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
14011         * gcc.c-torture/execute/20000112-1.c: Include string.h.
14013 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14015         Relative to g++.dg/special:
14016         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14018         Relative to g++.old-deja:
14019         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14020         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14021         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14022         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14023         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14024         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14025         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14027         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14028         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14029         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14030         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14031         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14032         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14033         and/or string.h.
14035         * g++.other/goto1.C: Update expectations for error messages.
14037 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14039         * gcc.c-torture/compile/20000523-1.c: New test.
14041 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14043         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14045 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14047         * g++.old-deja/g++.eh/catch11.C: New test.
14048         * g++.old-deja/g++.eh/catch12.C: New test.
14050 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14052         * gcc.c-torture/execute/20000523-1.c: New test.
14054 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14056         * c-torture/execute/bcp-1.c: Replace abort in arg of
14057         __builtin_constant_p with a generic external function.
14059         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14060         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14061         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14062         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14063         Prototype abort and/or exit.
14065         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14066         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14067         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14068         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14070 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14072         * gcc.dg/dwarf2-1.c: New test.
14074 2000-05-20  Richard Henderson  <rth@cygnus.com>
14076         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14078 2000-05-20  Andreas Jaeger  <aj@suse.de>
14080         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14081         testcase.
14083 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14085         * gcc.c-torture/execute/20000519-2.c: New test.
14087 2000-05-19  Andreas Jaeger  <aj@suse.de>
14089         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14090         which fails with SSA.
14092         * lib/c-torture.exp: Also test with -O3 -fssa.
14094 2000-05-18  Michael Meissner  <meissner@redhat.com>
14096         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14097         * gcc.c-torture/execute/920415-1.c: Ditto.
14098         * gcc.c-torture/execute/920501-1.c: Ditto.
14099         * gcc.c-torture/execute/conversion.c: Ditto.
14100         * gcc.c-torture/execute/cvt-1.c: Ditto.
14102 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14104         * gcc.c-torture/compile/20000518-1.c: New test.
14106 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14108         * g77.f-torture/compile/200005018.f:  New test.
14110 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14112         * gcc.c-torture/compile/20000517-1.c: New test.
14114 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14116         * gcc.c-torture/execute/20000516-1.c: New test.
14118 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14120         * g++.old-deja/g++.other/eh.C: New test.
14122 2000-05-12  Richard Henderson  <rth@cygnus.com>
14124         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14125         constants through to doit's conditional.
14127 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14129         * gcc.c-torture/compile/20000511-1.c: New test.
14130         * g77.f-torture/compile/20000511-1.f: New test.
14131         * g77.f-torture/compile/20000511-2.f: New test.
14133 2000-05-11  Michael Meissner  <meissner@redhat.com>
14135         * gcc.c-torture/execute/20000511-1.c: New test.
14137 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14139         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14140         * gcc.dg/20000510-1.S: New.
14142 2000-05-08  Catherine Moore  <clm@cygnus.com>
14144         * gcc.dg/unused-3.c: New.
14146 2000-05-06  Richard Henderson  <rth@cygnus.com>
14148           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14149           * g++.old-deja/g++.mike/warn1.C: Likewise.
14150           * g++.old-deja/g++.pt/local1.C: Likewise.
14151           * g++.old-deja/g++.pt/local7.C: Likewise.
14152           * g++.old-deja/g++.pt/spec16.C: Likewise.
14154 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14156         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14158 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14160           * g77.f-torture/execute/20000503-1.f:  New test.
14162 2000-05-04  Andreas Jaeger  <aj@suse.de>
14164         * gcc.dg/noreturn-2.c: New test.
14166 2000-05-04  Neil Booth  <NeilB@earthling.net>
14168         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14169         preprocessor.
14171 2000-05-04  Richard Henderson  <rth@cygnus.com>
14173         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14175 2000-05-04  Richard Henderson  <rth@cygnus.com>
14177         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14178         OpenSSL by Jason R Thorpe.
14180 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14182         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14184 2000-05-03  Robert Lipe <robertlipe@usa.net>
14186         * gcc.dg/20000503-1.c: New test.
14188 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14190         * gcc.c-torture/compile/20000502-1.c: New test.
14191         * g++.old-deja/g++.other/align.C: New test.
14192         * gcc.dg/cpp-tradstringify.c: New test.
14194 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14196         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14197         and hard registers.
14199 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14201         * gcc.c-torture/execute/loop-5.c: New test.
14203 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14205         * gcc.c-torture/execute/va-arg-20.c: New test.
14207 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14209         * gcc.c-torture/execute/20000422-1.c: New test.
14211 2000-04-20  Greg McGary  <gkm@gnu.org>
14213         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14214         when optimizing, but without sibling-call optimizations (-O1).
14216 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14218           * gcc.c-torture/compile/20000420-1.c: New test.
14220 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14222         * g++.abi/ptrflags.C: New test.
14223         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14225 2000-04-19  Catherine Moore  <clm@cygnus.com>
14227         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14229 2000-04-19  Greg McGary  <gkm@gnu.org>
14231         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14232         sibling-call optimizations.
14234 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14236         * gcc.dg/20000419-1.c: New test.
14238 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14240         * gcc.c-torture/execute/20000412-6.c: New test.
14242 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14244         * gcc.c-torture/execute/20000412-5.c: New test.
14245         * g77.f-torture/compile/20000412-1.f: New test.
14246         * gcc.c-torture/execute/20000412-4.c: New test.
14247         * gcc.c-torture/compile/20000412-2.c: New test.
14248         * gcc.c-torture/execute/20000412-3.c: New test.
14249         * gcc.c-torture/compile/20000412-1.c: New test.
14250         * gcc.c-torture/execute/20000412-2.c: New test.
14252 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14254         * objc/execute/bf-20.m: New test.
14256 2000-04-10  Richard Henderson  <rth@cygnus.com>
14258         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14260         * gcc.c-torture/execute/20000412-1.c: New test.
14262 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14264         * g++.old-deja/g++.eh/catchptr1.C: New test.
14266 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14268         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14270 2000-04-08  Neil Booth  <NeilB@earthling.net>
14272         * gcc.dg/cpp-nullchar.c: Remove test as
14273         embedded nulls cause problems.
14275 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14277         * gcc.dg/compare2.c: New test.
14279 2000-04-08  Neil Booth  <NeilB@earthling.net>
14281         * gcc.dg/cpp-nullchar.c: New test.
14283 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14285         * gcc.dg/cpp-mi2.c: New test.
14286         * gcc.dg/cpp-mi2[abc].h: New files.
14288 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14290         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14291         member name.
14293 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14295         * g++.old-deja/g++.abi/vmihint.C: New test.
14297 2000-04-06  Neil Booth  <NeilB@earthling.net>
14299         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14300         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14301         copyright.
14303 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14305         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14306         avoid stack-frame overwrite.
14308 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14310         * gcc.c-torture/compile/20000405-2.c: New test.
14311         * gcc.c-torture/compile/20000405-3.c: New test.
14313 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14315         * gcc.c-torture/compile/20000405-1.c: New test.
14317 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14319         * gcc.dg/cast-qual-1.c: Revert last change.
14321 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14323         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14325 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14327         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14328         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14330 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14332         * gcc.c-torture/compile/20000403-2.c: New test.
14333         * gcc.c-torture/compile/20000403-1.c: New test.
14335 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14337         * gcc.c-torture/execute/20000403-1.c: New test.
14339 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14341         * gcc.c-torture/execute/20000402-1.c: New test.
14343 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14345         * gcc.c-torture/execute/va-arg-15.c: New test.
14346         * gcc.c-torture/execute/va-arg-16.c: New test.
14347         * gcc.c-torture/execute/va-arg-17.c: New test.
14348         * gcc.c-torture/execute/va-arg-18.c: New test.
14349         * gcc.c-torture/execute/va-arg-19.c: New test.
14351 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14353         * gcc.c-torture/compile/981211-1.c: Move to...
14354         * gcc.dg/cpp-as1.c: ...here.
14355         * gcc.dg/cpp-as2.c: New file.
14357         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14358         compiler.
14360 2000-04-02  Neil Booth  <NeilB@earthling.net>
14362         * gcc.dg/cpp-cond.c  New tests.
14363         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14364         accidental success less likely.
14365         * gcc.dg/cpp-missingop.c  New tests.
14366         * gcc.dg/cpp-missingparen.c  New tests.
14367         * gcc.dg/cpp-shift.c  New tests.
14368         * gcc.dg/cpp-shortcircuit.c  New tests.
14369         * gcc.dg/cpp-unary.c  New tests.
14371 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14373         * gcc.c-torture/compile/20000329-1.c: New test.
14375 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14377         * gcc.c-torture/compile/20000326-1.c: New test.
14378         * gcc.c-torture/compile/20000326-2.c: New test.
14380 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14382         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14383         the first parameter is a function argument.
14385 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14387         * g++.old-deja/g++.ext/array4.C: New test.
14389 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14391         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14393 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14395         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14397 2000-03-19  Richard Henderson  <rth@cygnus.com>
14399         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14401 2000-03-19  Richard Henderson  <rth@cygnus.com>
14403         * gcc.c-torture/compile/20000319-1.c: New test.
14405 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14407         * gcc.c-torture/execute/20000314-3.c: New test.
14408         * gcc.c-torture/execute/20000314-2.c: New test.
14409         * gcc.c-torture/execute/20000314-1.c: New test.
14410         * gcc.c-torture/compile/20000314-2.c: New test.
14411         * gcc.c-torture/compile/20000314-1.c: New test.
14413 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14415         * g++.old-deja/g++.warn/inline.C: New test.
14417 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14419         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14420         standards-compliant result rather than specific constants.
14421         Put test-values in array.
14423 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14425         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14426         (g++_target_compile): Put test-specific options last.
14428 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14430         * g++.old-deja/g++.eh/vbase4.C: New test.
14432 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14434         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14436 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14438         * g++.old-deja/g++.brendan/misc12.C: Removed.
14439         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14440         * g++.old-deja/g++.ext/pretty4.C: New test.
14442 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14444         * g++.old-deja/g++.other/string2.C: New test.
14446 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14448         * g++.old-deja/g++.warn/impint2.C: New test.
14450 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14452         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14453         is 1, not zero.
14455 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14457         * g++.old-deja/g++.warn/impint.C: New test.
14458         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14459         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14460         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14461         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14462         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14463         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14464         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14465         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14466         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14467         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14468         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14469         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14471 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14473         * gcc.dg/cpp-redef.c: New test.
14475 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14477         * g++.old-deja/g++.pt/unify7.C: New test.
14479 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14481         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14482         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14484 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14486         * gcc.c-torture/compile/20000224-1.c: New test.
14488 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14490         * gcc.c-torture/compile/cpp-2.c: New test.
14491         * gcc.c-torture/compile/cpp-1.c: New test.
14493 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14495         * gcc.c-torture/execute/20000225-1.c: New test.
14497 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14499         * gcc.dg/cpp-li2.c: New test.
14501         * gcc.dg/cpp-wi1.c: New test.
14503         * gcc.dg/cpp-li1.c: New test.
14505 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14507         * g++.old-deja/g++.other/sizeof5.C: New test.
14509 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14511         * gcc.c-torture/execute/va-arg-13.c: New test.
14513 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14515         * gcc.c-torture/execute/va-arg-12.c: New test.
14517 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14519         * gcc.c-torture/execute/20000223-1.c: New test.
14521 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14523         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14525 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14527         * g++.old-deja/g++.abi/ptrmem.C: New test.
14529 2000-02-19  Richard Henderson  <rth@cygnus.com>
14531         * gcc.c-torture/compile/init-3.c: New.
14533 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14535         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14536         ALWAYS_CXXFLAGS.
14538 2000-02-11  Robert Lipe <robertl@sco.com>
14540         * gcc.c-torture/compile/20000211-3.c: New test.
14542 2000-02-11  Martin Buchholz <martin@xemacs.org>
14544         * gcc.c-torture/compile/20000211-2.c: New test.
14546 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14548         * gcc.c-torture/compile/20000211-1.c: New test.
14550 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14552         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14553           on native targets
14555 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14557         * g++.old-deja/g++.other/cast5.C: New test.
14559 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14561         * gcc.c-torture/execute/20000205-1.c: New.
14563 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14565         * g++.old-deja/g++.jason/cast3.C: Return void.
14566         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14568 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14570         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14572         * gcc.dg/loop-1.c: New test.
14574 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14576         * gcc.c-torture/compile/20000127-1.c: New test.
14577         * gcc.c-torture/execute/991228-1.c: New test.
14579 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14581         * gcc.dg/unused-2.c: New test.
14583         * gcc.dg/conv-1.c: New test.
14585 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14587         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14588         compiler.
14589         (tool_option_proc): Fix typo.
14591 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14593         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14594         of the ld on the host, not on the build machine.
14595         Also, don't crash if '--help' is not a supported option.
14597 2000-01-24  Richard Henderson  <rth@cygnus.com>
14599         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14601 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14603         * gcc.c-torture/execute/20000120-2.c: New test.
14604         * gcc.c-torture/execute/20000120-1.c: New test.
14606 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14608         * gcc.c-torture/execute/20000113-1.c: New test.
14610 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14612         * gcc.c-torture/execute/20000112-1.c: New test.
14614 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14616         * gcc.dg/20000111-1.c: New test.
14618 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14620         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14621         with 16 bit integers.
14623 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14625         * gcc.dg/20000108-1.c: New test.
14627 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14629         * g++.old-deja/g++.ns/koenig8.C: New test.
14631 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14633         * g++.old-deja/g++.other/cast4.C: New test.
14635 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14637         * gcc.c-torture/compile/20000105-2.c: New test.
14638         * gcc.c-torture/compile/20000105-1.c: New test.
14640 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14642         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14643         references to printf & atoi to conform to ANSI standard.
14644         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14645         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14646         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14647         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14648         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14649         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14650         * g++.old-deja/g++.brendan/copy1.C: Likewise.
14651         * g++.old-deja/g++.brendan/copy2.C: Likewise.
14652         * g++.old-deja/g++.brendan/copy3.C: Likewise.
14653         * g++.old-deja/g++.brendan/copy4.C: Likewise.
14654         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14655         * g++.old-deja/g++.brendan/copy6.C: Likewise.
14656         * g++.old-deja/g++.brendan/copy7.C: Likewise.
14657         * g++.old-deja/g++.brendan/copy8.C: Likewise.
14658         * g++.old-deja/g++.brendan/crash11.C: Likewise.
14659         * g++.old-deja/g++.brendan/crash14.C: Likewise.
14660         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14661         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14662         * g++.old-deja/g++.brendan/delete2.C: Likewise.
14663         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14664         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14665         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14666         * g++.old-deja/g++.brendan/eh1.C: Likewise.
14667         * g++.old-deja/g++.brendan/groff1.C: Likewise.
14668         * g++.old-deja/g++.brendan/init3.C: Likewise.
14669         * g++.old-deja/g++.brendan/misc12.C: Likewise.
14670         * g++.old-deja/g++.brendan/misc7.C: Likewise.
14671         * g++.old-deja/g++.brendan/new2.C: Likewise.
14672         * g++.old-deja/g++.brendan/operators4.C: Likewise.
14673         * g++.old-deja/g++.brendan/operators5.C: Likewise.
14674         * g++.old-deja/g++.brendan/overload2.C: Likewise.
14675         * g++.old-deja/g++.brendan/overload7.C: Likewise.
14676         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14677         * g++.old-deja/g++.brendan/reference1.C: Likewise.
14678         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14679         * g++.old-deja/g++.brendan/template24.C: Likewise.
14680         * g++.old-deja/g++.brendan/template3.C: Likewise.
14681         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14682         * g++.old-deja/g++.jason/inline3.C: Likewise.
14683         * g++.old-deja/g++.jason/opeq.C: Likewise.
14684         * g++.old-deja/g++.law/arg5.C: Likewise.
14685         * g++.old-deja/g++.law/arm7.C: Likewise.
14686         * g++.old-deja/g++.law/ctors11.C: Likewise.
14687         * g++.old-deja/g++.law/cvt8.C: Likewise.
14688         * g++.old-deja/g++.law/init9.C: Likewise.
14689         * g++.old-deja/g++.law/refs4.C: Likewise.
14690         * g++.old-deja/g++.law/template2.C: Likewise.
14691         * g++.old-deja/g++.law/visibility24.C: Likewise.
14692         * g++.old-deja/g++.law/vtable3.C: Likewise.
14693         * g++.old-deja/g++.mike/asm2.C: Likewise.
14694         * g++.old-deja/g++.mike/eh1.C: Likewise.
14695         * g++.old-deja/g++.mike/misc1.C: Likewise.
14696         * g++.old-deja/g++.mike/misc13.C: Likewise.
14697         * g++.old-deja/g++.mike/misc14.C: Likewise.
14698         * g++.old-deja/g++.mike/ns12.C: Likewise.
14699         * g++.old-deja/g++.mike/p1248.C: Likewise.
14700         * g++.old-deja/g++.mike/p3708.C: Likewise.
14701         * g++.old-deja/g++.mike/p3708a.C: Likewise.
14702         * g++.old-deja/g++.mike/p3708b.C: Likewise.
14703         * g++.old-deja/g++.mike/p646.C: Likewise.
14704         * g++.old-deja/g++.mike/p700.C: Likewise.
14705         * g++.old-deja/g++.mike/p783.C: Likewise.
14706         * g++.old-deja/g++.mike/p783a.C: Likewise.
14707         * g++.old-deja/g++.mike/p783b.C: Likewise.
14708         * g++.old-deja/g++.mike/p786.C: Likewise.
14709         * g++.old-deja/g++.mike/p789.C: Likewise.
14710         * g++.old-deja/g++.mike/p789a.C: Likewise.
14711         * g++.old-deja/g++.mike/p807a.C: Likewise.
14712         * g++.old-deja/g++.other/delete3.C: Likewise.
14713         * g++.old-deja/g++.other/dyncast1.C: Likewise.
14714         * g++.old-deja/g++.other/dyncast2.C: Likewise.
14715         * g++.old-deja/g++.other/dyncast3.C: Likewise.
14716         * g++.old-deja/g++.other/empty1.C: Likewise.
14717         * g++.old-deja/g++.other/temporary1.C: Likewise.
14718         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14719         * g++.old-deja/g++.pt/t16.C: Likewise.
14720         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14722 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
14724         * gcc.dg/991230-1.c: New test.
14726 1999-12-29  Jeffrey A Law  (law@cygnus.com)
14728         * gcc.c-torture/compile/991229-3.c: New test.
14729         * gcc.c-torture/compile/991229-2.c: New test.
14730         * gcc.c-torture/compile/991229-1.c: New test.
14732 1999-12-29  Greg McGary <gkm@eng.ascend.com>
14734         * gcc.c-torture/compile/labels-2.c: New test.
14736 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14738         * gcc.c-torture/execute/991227-1.c: New test.
14740 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14742         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
14744 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14746         * gcc.c-torture/execute/991221-1.c: New test.
14748 1999-12-20  Nathan Sidwell  <nathan@acm.org>
14750         * g++.old-deja/g++.other/cast3.C: New test.
14752 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
14754         * gcc.c-torture/execute/991216-4.c: New test.
14756 1999-12-16  Michael Meissner  <meissner@cygnus.com>
14758         * gcc.c-torture/execute/991216-1.c: New test.
14759         * gcc.c-torture/execute/991216-2.c: New test.
14760         * gcc.c-torture/execute/991216-3.c: New test.
14762 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14764         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
14765         Actually make the test fail by using "-O2" for compilation.
14767 1999-12-15  Nathan Sidwell  <nathan@acm.org>
14769         * g++.old-deja/g++.warn/cast-align1.C: New test.
14771 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14773         * gcc.c-torture/compile/991214-1.c: New test.
14774         * gcc.c-torture/compile/991214-2.c: New test.
14776 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14778         * gcc.dg/991214-1.c: New test.
14780 1999-12-13  Jeffrey A Law  (law@cygnus.com)
14782         * gcc.c-torture/compile/991213-3.c: New test.
14783         * gcc.c-torture/compile/991213-2.c: New test.
14784         * gcc.c-torture/compile/991213-1.c: New test.
14786 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
14788         * gcc.dg/991209-1.c: New test.
14790 1999-12-08  Nathan Sidwell <nathan@acm.org>
14792         * gcc.c-torture/compile/991208-1.c: New test.
14794 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14796         * gcc.dg/ultrasp2.c: New test.
14798 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
14800         * g++.old-deja/g++.abi/align.C (main): Fix typo.
14802 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
14804         * gcc.c-torture/compile/991202-1.c: New test.
14805         * gcc.c-torture/execute/991202-1.c: New test.
14806         * gcc.c-torture/execute/991202-2.c: New test.
14807         * gcc.c-torture/execute/991202-3.c: New test.
14809 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
14811         * g++.old-deja/g++.abi/align.C: New test.
14812         * g++.old-deja/g++.abi/aggregates.C: Likewise.
14813         * g++.old-deja/g++.abi/bitfields.C: Likewise.
14815 1999-12-01  Richard Henderson  <rth@cygnus.com>
14817         * gcc.c-torture/execute/991201-1.c: New.
14819 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
14821         * gcc.dg/991129-1.c: New test.
14823 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14825         * gcc.c-torture/compile/991127-1.c: New test.
14827 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14829         * g++.old-deja/g++.other/warn4.C: New test.
14831 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14833         * g++.old-deja/g++.eh/cleanup2.C: New test.
14834         * g++.old-deja/g++.ext/pretty2.C: New test.
14835         * g++.old-deja/g++.ext/pretty3.C: New test.
14836         * g++.old-deja/g++.other/debug6.C: New test.
14838 1999-10-20  Jim Wilson  <wilson@cygnus.com>
14840         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
14841         compiler_output to look for one error message instead of two.
14843 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
14845         * gcc.c-torture/execute/991118-1.c: Also test case
14846         where the word boundary does not split a byte evenly.
14848 1999-11-19  Nathan Sidwell  <nathan@acm.org>
14850         * g++.old-deja/g++.ext/restrict1.C: New test.
14852 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14854         * gcc.c-torture/execute/991118-1.c: New test.
14856 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
14858         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
14859         working directory pathnames.
14861 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
14863         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
14864         host is equipped with driver.h and driver.o so it can actually
14865         compile and run the tests.
14867 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
14869         * gcc.c-torture/compile/991008-1.c: New test.
14871 1999-11-08  Nick Clifton  <nickc@cygnus.com>
14873         * lib/gcc-dg.exp: Include target-supports.exp
14875 1999-11-05  Nick Clifton  <nickc@cygnus.com>
14877         * lib/target-supports.exp: New file: Provide procs to test for
14878         features supported by the target.
14879         (check_weak_available): Moved here from ecos.exp.
14880         (check_alias_available): New proc: Determine of the target
14881         toolchain supports the alias attribute.
14883         * gcc.dg/special/ecos.exp: Move check_weak_available to
14884         target-supports.exp.
14885         (alias-1.c): Only perform the test if the target supports
14886         aliases.
14887         (wkali-1.c): Only perform the test if the target supports
14888         aliases.
14890         * gcc.dg/990506-0.c: Expect error messages from cross
14891         targets as well as native targets.
14893 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14895         * gcc.dg/ultrasp1.c: Removed xfail.
14896         * gcc.dg/struct-ret-2.c: Likewise.
14897         * gcc.dg/array-1.c: Likewise.
14899 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14901         * gcc.dg/struct-ret-2.c: New test.
14903         * gcc.dg/array-1.c: New test.
14905 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
14907         * gcc.c-torture/execute/991030-1.c: New test.
14909 1999-10-26  Richard Henderson  <rth@cygnus.com>
14911         * gcc.c-torture/compile/991026-2.c: New test.
14913 1999-10-26  Jeffrey A Law  (law@cygnus.com)
14915         * gcc.c-torture/compile/991026-1.c: New test.
14917 1999-10-23  Jeffrey A Law  (law@cygnus.com)
14919         * gcc.c-torture/execute/991023-1.c: New test.
14921 1999-10-19  Jeffrey A Law  (law@cygnus.com)
14923         * gcc.c-torture/execute/991019-1.c: New test.
14925 1999-10-16  Richard Henderson  <rth@cygnus.com>
14927         * gcc.c-torture/execute/991016-1.c: New test.
14929 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
14931         * gcc.c-torture/execute/991014-1.c: New test.
14933 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
14935         * g++.old-deja/g++.other/union2.C: New test.
14937 1999-10-13  Nathan Sidwell  <nathan@acm.org>
14939         * g++.old-deja/g++.other/vaarg2.C: New test.
14940         * g++.old-deja/g++.other/vaarg3.C: New test.
14942 1999-10-12  Craig Burley  <craig@jcb-sc.com>
14944         * g77.f-torture/noncompile/19990905-1.f: Moved from being
14945         in compile/.
14947 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
14949         * gcc.c-torture/execute/va-arg-11.c: New test.
14951 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
14953         * lib/file-format.exp (gcc_target_object_format): Don't
14954         crash if objdump is unavailable.
14956 1999-09-29  Donn Terry <donn@interix.com>
14958         * gcc.misc-tests/mg.exp: delete extraneous redirection.
14960 1999-09-28  Nick Clifton  <nickc@cygnus.com>
14962         * gcc.c-torture/compile/990928-1.c: New test.
14964 1999-09-28  Nathan Sidwell  <nathan@acm.org>
14966         * g++.old-deja/g++.other/decl6.C: New test.
14968 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14970         * gcc.c-torture/execute/va-arg-10.c: New test.
14972 1999-09-27  Nathan Sidwell  <nathan@acm.org>
14974         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
14975         __PRETTY_FUNCTION__.
14977 1999-09-23  Nick Clifton  <nickc@cygnus.com>
14979         * gcc.c-torture/execute/990923-1.c: New test.
14981 1999-09-21  Nick Clifton  <nickc@cygnus.com>
14983         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
14984         for which -fpic is inappropriate.
14986 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
14988         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
14990 1999-09-21  Nathan Sidwell  <nathan@acm.org>
14992         * g++.old-deja/g++.other/dyncast1.C: New test.
14993         * g++.old-deja/g++.other/dyncast2.C: New test.
14994         * g++.old-deja/g++.other/dyncast3.C: New test.
14995         * g++.old-deja/g++.other/dyncast4.C: New test.
14996         * g++.old-deja/g++.other/dyncast5.C: New test.
14997         * g++.old-deja/g++.eh/catch3.C: New test.
14998         * g++.old-deja/g++.eh/catch3p.C: New test.
14999         * g++.old-deja/g++.eh/catch4.C: New test.
15000         * g++.old-deja/g++.eh/catch4p.C: New test.
15001         * g++.old-deja/g++.eh/catch5.C: New test.
15002         * g++.old-deja/g++.eh/catch5p.C: New test.
15003         * g++.old-deja/g++.eh/catch6.C: New test.
15004         * g++.old-deja/g++.eh/catch6p.C: New test.
15005         * g++.old-deja/g++.eh/catch7.C: New test.
15006         * g++.old-deja/g++.eh/catch7p.C: New test.
15007         * g++.old-deja/g++.eh/catch8.C: New test.
15008         * g++.old-deja/g++.eh/catch8p.C: New test.
15009         * g++.old-deja/g++.eh/catch9.C: New test.
15010         * g++.old-deja/g++.eh/catch9p.C: New test.
15012 1999-09-13  Nathan Sidwell  <nathan@acm.org>
15014         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
15015         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
15017 1999-09-13  Jeffrey A Law  (law@cygnus.com)
15019         * gcc.c-torture/compile/990913-1.c: New test.
15021 1999-09-10  Nathan Sidwell  <nathan@acm.org>
15023         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
15024         * g++.old-deja/g++.jason/rfg5.C: Likewise.
15026 1999-09-09  Richard Henderson  <rth@cygnus.com>
15028         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
15030 1999-09-09  Nathan Sidwell  <nathan@acm.org>
15032         * g++.old-deja/g++.other/lookup11.C: New test.
15033         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
15034         what is permitted and what we want.
15035         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
15036         overload use.
15037         * g++.old-deja/g++.jason/rfg5.C: Likewise
15039 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
15041         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
15042         * gcc.c-torture/noncompile/poison-1.c: New file.
15044 1999-09-08  Nathan Sidwell  <nathan@acm.org>
15046         * g++.old-deja/g++.other/sizeof3.C: New test.
15047         * g++.old-deja/g++.other/sizeof4.C: New test.
15048         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
15049         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
15051 1999-09-07  Richard Henderson  <rth@cygnus.com>
15053         * gcc.dg/va-arg-1.c: New.
15055 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15057         * gcc.c-torture/execute/va-arg-9.c: New test.
15059 1999-09-05  Craig Burley  <craig@jcb-sc.com>
15061         * g77.f-torture/compile/980519-2.f: New test.
15062         * g77.f-torture/compile/19990905-0.f: New test.
15063         * g77.f-torture/compile/19990905-1.f: New test.
15064         * g77.f-torture/compile/19990905-2.f: New test.
15066         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
15068 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
15070         * gcc.c-torture/execute/990827-1.c: Fix typo.
15072 1999-09-03  Nathan Sidwell  <nathan@acm.org>
15074         * g++.old-deja/g++.other/deref1.C: New test.
15076 1999-09-02  Nathan Sidwell  <nathan@acm.org>
15078         * g++.old-deja/g++.other/ambig2.C: New test.
15079         * g++.old-deja/g++.other/cond5.C: New test.
15080         * g++.old-deja/g++.other/lookup16.C: New test.
15082 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
15084         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
15085         assemblers too.
15087 1999-08-31  Jeffrey A Law  (law@cygnus.com)
15089         * lib/c-torture.exp: Avoid the "compare executables" optimization
15090         when testing native.
15092 1999-08-29  Jeffrey A Law  (law@cygnus.com)
15094         * gcc.c-torture/execute/990829-1.c: New test.
15095         * gcc.c-torture/compile/990829-1.c: New test.
15097 1999-08-27  Paul Burchard  <burchard@pobox.com>
15099         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
15100         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
15101         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
15102         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
15103         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
15104         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
15105         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
15106         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
15107         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
15108         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
15109         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
15111 1999-08-27  Jeffrey A Law  (law@cygnus.com)
15113         * gcc.c-torture/execute/990827-1.c: New test.
15115 1999-08-26  Craig Burley  <craig@jcb-sc.com>
15117         * g77.f-torture/noncompile/19990826-4.f: New test.
15119         * g77.f-torture/compile/19990826-3.f: New test.
15121         * g77.f-torture/execute/19990826-2.f: New test.
15123         * g77.f-torture/compile/19990826-1.f: New test.
15125         * gcc.c-torture/execute/990826-0.c: New test.
15126         * g77.c-torture/execute/19990826-0.f: New test.
15128         * g77.f-torture/noncompile/970626-2.f: New test.
15130 1999-08-25  Paul Burchard  <burchard@pobox.com>
15132         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
15133         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
15134         lss-011.C: New tests.
15136 1999-08-25  Nathan Sidwell  <nathan@acm.org>
15138         * g++.old-deja/g++.other/decl5.C: New test.
15140 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15142         * noncompile/noncompile.exp: Load_lib c-torture.exp.
15143         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
15144         call `postbase' for each one.  All callers of `postbase' changed
15145         to call this instead.
15147 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
15149         * gcc.c-torture/execute/990811-1.c: New test.
15151 1999-08-09  Nick Clifton  <nickc@cygnus.com>
15153         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
15154         just native ones.
15156         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
15157         just native ones.
15159 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15161         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
15163 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15165         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
15167 1999-08-04  Nathan Sidwell  <nathan@acm.org>
15169         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
15171 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15173         * gcc.c-torture/execute/990804-1.c: New test.
15175 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15177         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
15178         * g++.old-deja/g++.brendan/crash64.C: Likewise
15179         * g++.old-deja/g++.brendan/overload8.C: Likewise
15181 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15183         * g++.old-deja/g++.other/struct1.C: New test.
15185 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15187         * g++.old-deja/g++.other/enum2.C: New test.
15189 1999-08-02  Richard Henderson  <rth@cygnus.com>
15191         Adapted from tests from Franz Sirl:
15192         * gcc.c-torture/execute/va-arg-7.c: New test.
15193         * gcc.c-torture/execute/va-arg-8.c: New test.
15195 1999-08-01  Jeffrey A Law  (law@cygnus.com)
15197         * gcc.c-torture/compile/990801-2.c: New test.
15199         * gcc.c-torture/compile/990801-1.c: New test.
15201 1999-07-27  Michael Meissner  <meissner@cygnus.com>
15203         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
15204         fp-cmp-1.c, converting double to float.
15206         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
15207         fp-cmp-1.c, converting double to long double.
15209         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
15210         from fr1 to unknown_register, since fr1 is a legitimate register
15211         on some machines.
15213 1999-07-25  Jeffrey A Law  (law@cygnus.com)
15215         * README: More listname related changes.
15217 1999-07-08  Catherine Moore  <clm@cygnus.com>
15219         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
15221 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
15223         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
15225 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15227         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
15229 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
15231         * gcc.dg/990703-1.c: New test.
15233 1999-06-29  Nick Clifton  <nickc@cygnus.com>
15235         * lib/file-format.exp: New file: Move definition of proc
15236         gcc_target_object_format to here from
15237         gcc.dg/special/ecos.exp.
15239         * lib/c-torture.exp: Include lib file-format.exp.
15240         * lib/gcc-dg.exp: Include lib file-format.exp.
15242         * gcc.dg/special/ecos.exp: Remove definition of proc
15243         gcc_target_object_format.
15245 1999-06-28  Jeffrey A Law  (law@cygnus.com)
15247         * gcc.c-torture/execute/990628-1.c: New test.
15249 1999-06-25  Jeffrey A Law  (law@cygnus.com)
15251         * gcc.c-torture/compile/990625-2.c: New test.
15253         * gcc.c-torture/compile/990625-1.c: New test.
15255 1999-06-23  Nick Clifton  <nickc@cygnus.com>
15257         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
15258         attributes compile.
15259         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
15260         ports that use the COFF/PE file format.
15262 1999-06-17  Jeffrey A Law  (law@cygnus.com)
15264         * gcc.c-torture/compile/990617-1.c: New test.
15266 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
15268         * g++.old-deja/g++.other/decl4.C: New test.
15270 1999-06-14  Nathan Sidwell  <nathan@acm.org>
15272         * g++.old-deja/g++.other/bitfld3.C: New test.
15274 1999-06-08  Nathan Sidwell  <nathan@acm.org>
15276         * g++.old-deja/g++.eh/catch1.C: New test.
15278 1999-06-07  Jeffrey A Law  (law@cygnus.com)
15280         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
15282         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
15283         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
15285 1999-06-05  Craig Burley  <craig@jcb-sc.com>
15287         * g77.f-torture/compile/19990502-0.f: Replace with new,
15288         shorter, test that still fails after recent changes.
15290 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15292         * gcc.c-torture/execute/990604-1.c: New test.
15294 1999-05-31  Jeffrey A Law  (law@cygnus.com)
15296         * gcc.c-torture/execute/990531-1.c: New test.
15298 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15300         * gcc.c-torture/compile/990527-1.c: New test.
15302 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
15304         * gcc.c-torture/execute/990527-1.c: New test.
15306 1999-05-25  Nick Clifton  <nickc@cygnus.com>
15308         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
15309         bitfields as signed.
15311 1999-05-25  Craig Burley  <craig@jcb-sc.com>
15313         * g77.f-torture/compile/19990525-0.f: New test.
15315 1999-05-25  Jeffrey A Law  (law@cygnus.com)
15317         * gcc.c-torture/execute/990525-2.c: New test.
15319         * gcc.c-torture/execute/990525-1.c: New test.
15321 1999-05-24  Nathan Sidwell  <nathan@acm.org>
15323         * g++.old-deja/g++.other/anon3.C: New test.
15324         * g++.old-deja/g++.other/anon4.C: New test.
15325         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
15326         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
15327         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
15328         Merrill).
15330 1999-05-24  Jeffrey A Law  (law@cygnus.com)
15332         * gcc.c-torture/execute/990524-1.c: New test.
15334         * gcc.dg/990524-1.c: New test.
15336 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15338         * gcc.c-torture/compile/990523-1.c: New test.
15340 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
15342         * gcc.c-torture/compile/990519-1.c: New test.
15344 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15346         * gcc.c-torture/compile/990517-1.c: New test.
15348         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
15349         (e4, f4): New tests.
15350         (main): Call them.
15352 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15354         * gcc.dg/noreturn-1.c: New test.
15356 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
15358         * gcc.c-torture/execute/990513-1.c: New test.
15360 1999-05-10  Richard Henderson  <rth@cygnus.com>
15362         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
15364 1999-05-10  Craig Burley  <craig@jcb-sc.com>
15366         * g77.f-torture/execute/erfc.f: Use small single-precision
15367         values, to avoid problems on Alphas when not -mieee.
15369 1999-05-08  Craig Burley  <craig@jcb-sc.com>
15371         * gcc.dg/990506-0.c: New test.
15373 1999-05-08  Richard Henderson  <rth@cygnus.com>
15375         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
15376         the constant to test.  Don't XFAIL 64-bit targets.
15378         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
15379         * g++.old-deja/g++.law/profile1.C: Likewise.
15381         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
15382         operator new instances.
15383         * g++.old-deja/g++.other/delete5.C: Likewise.
15385 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15387         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
15388         intrinsic.
15390 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15392         * g77.f-torture/execute/u77-test.f: Reverse order of two
15393         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
15395 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15397         * gcc.dg/compare1.c: New test.
15399 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
15401         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
15402         New tests.
15404 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15406         * g77.f-torture/compile/19990502-1.f: New test.
15408 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15410         * g77.f-torture/compile/19990502-0.f: New test.
15412 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15414         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
15415         intrinsic.
15417 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15419         * g77.f-torture/execute/u77-test.f (main): List libU77
15420         intrinsics not currently tested.
15421         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
15422         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
15423         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
15424         Trim blanks off the ends of some printed strings.
15426 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15428         * g77.f-torture/execute/u77-test.f (main): Just warn about
15429         FSTAT gid disagreement, as it's expected on some systems.
15431 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15433         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
15434         use a new function, which allows for some slop.
15435         Clean up some commentary.
15436         (issum): The new function.
15437         (sgladd): Deleted subroutine.
15439 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15441         * g77.f-torture/execute/u77-test.f: Modify to be more like
15442         libf2c/libU77 version, bringing patches to that version here.
15443         Add suitable commentary.
15445 1999-04-25  Richard Henderson  <rth@cygnus.com>
15447         * gcc.dg/990424-1.c: New test.
15449 1999-04-24  Craig Burley  <craig@jcb-sc.com>
15451         * g77.f-torture/execute/u77-test.f (main): Bug involving
15452         LSTAT has been fixed, so turn back on full checking.
15454 1999-04-20  Craig Burley  <craig@jcb-sc.com>
15456         * g77.f-torture/compile/19990419-0.f: New test.
15457         * g77.f-torture/execute/19990419-1.f: New test.
15459 1999-04-17  Richard Henderson  <rth@cygnus.com>
15461         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
15462         to avoid the need for a prototype to supress a warning.
15464 1999-04-07  Jim Wilson  <wilson@cygnus.com>
15466         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
15468 1999-04-04  Jeffrey A Law  (law@cygnus.com)
15470         * gcc.c-torture/execute/990404-1.c: New test.
15472 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15474         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
15475         * gcc.dg/cpp-if3.c: Don't use -pedantic.
15476         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
15477         missing initializer warnings.
15479 1999-03-28  Jeffrey A Law  (law@cygnus.com)
15481         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
15482         matching strings.
15484 1999-03-26  Jeffrey A Law  (law@cygnus.com)
15486         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
15488 1999-03-26  Craig Burley  <craig@jcb-sc.com>
15490         * g77.f-torture/execute/19990325-0.f: New test.
15491         * g77.f-torture/execute/19990325-1.f: New test.
15493 1999-03-24  Jeffrey A Law  (law@cygnus.com)
15495         * gcc.c-torture/execute/990324-1.c: New test.
15497 1999-03-22  Jim Wilson  <wilson@cygnus.com>
15499         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
15500         test with 4.
15502 1999-03-17  Richard Henderson  <rth@cygnus.com>
15504         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
15506 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15508         * g77.f-torture/execute/19990313-2.f: New test.
15509         * g77.f-torture/execute/19990313-3.f: New test.
15511 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15513         * g77.f-torture/execute/19990313-0.f: New test.
15514         * g77.f-torture/execute/19990313-1.f: New test.
15516 1999-03-12  Jim Wilson  <wilson@cygnus.com>
15518         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
15519         printf to sprintf.
15520         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
15521         (main): Add check for u15.  Conditionalize u31 check depending on
15522         whether ints are <32 bits or >=32 bits.
15524 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15526         * g77.f-torture/execute/19981119-0.f: Improve testiness.
15528 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15530         * g77.f-torture/compile/19990305-0.f: New test.
15531         * g77.f-torture/execute/19981119-0.f: New test.
15533 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15535         * g77.f-torture/execute/970625-2.f: call ABORT if final
15536         result is not correct, instead of just printing it.
15537         Add this checking via newly introduced obfuscation, to
15538         trip up buggy front ends.
15540 1999-03-07  Craig Burley  <craig@jcb-sc.com>
15542         * g77.f-torture/compile/960317-1.f: Moved from being
15543         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
15545 1999-03-06  Craig Burley  <craig@jcb-sc.com>
15547         * g77.f-torture/execute/960317-1.f: New (old) test.
15548         * g77.f-torture/execute/970625-2.f: Ditto.
15550 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
15552         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
15553         message on line 1 or line 2; cccp and cpplib do this differently.
15555 1999-03-01  Jeffrey A Law  (law@cygnus.com)
15557         * g++.old-deja/g++.law/weak1.C: New test.
15559 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15561         * gcc.c-torture/execute/990119-1.c: Renamed to...
15562         * gcc.dg/990119-1.c: this, so it will only be tested once
15563         (it's a preprocessor test, it doesn't need to be run at
15564         multiple optimization levels).
15566 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15568         * lib/g++.exp: Don't add incdir=$base_dir/../include to
15569           ALWAYS_CXXFLAGS.
15571 1999-02-24  Craig Burley  <craig@jcb-sc.com>
15573         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
15574         * g77.f-torture/compile/19981216-0.f: ...as it is expected
15575         to not be compilable by current g77.
15577 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15579         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15581 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15583         * gcc.c-torture/execute/990222-1.c: New test.
15585 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15587         * g77.f-torture/compile/19990218-0.f: New test.
15588         * g77.f-torture/noncompile/19990218-1.f: New test.
15590 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15592         * g77.f-torture/compile/19981216-0.f: New test.
15594 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15596         * gcc.dg/990214-1.c: New test.
15598 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15600         * gcc.dg/990213-2.c: New test.
15602         * gcc.dg/990213-1.c: New test.
15604 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15606         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15607         ints.
15609 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15611         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15612         specified by target.
15614         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15616 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15618         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15620 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15622         * gcc.dg/special/ecos.exp: New test driver for new tests with
15623         special requirements.
15625         * gcc.dg/special/alias-1.c: New test.
15626         * gcc.dg/special/gcsec-1.c: New test.
15627         * gcc.dg/special/weak-1.c: New test.
15628         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15629         * gcc.dg/special/weak-2.c: New test.
15630         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15631         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15632         * gcc.dg/special/wkali-1.c: New test.
15633         * gcc.dg/special/wkali-2.c: New test.
15634         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15635         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15637 1999-02-10  Felix Lee  <flee@cygnus.com>
15639           * lib/c-torture.exp (c-torture-compile): Pull out code for
15640           analyzing gcc error messages.
15641           (c-torture-execute): Likewise.  Fix some (harmless) false
15642           positives.
15643           * lib/gcc.exp (gcc_check_compile): New function.
15645 1999-02-08  Richard Henderson  <rth@cygnus.com>
15647         * gcc.c-torture/execute/990208-1.c: New test.
15649 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15651         * g++.dg/special/ecos.exp: New driver for new tests with special
15652         requirements
15654         * g++.dg/special/conpr-1.C: New test
15655         * g++.dg/special/conpr-2.C: New test
15656         * g++.dg/special/conpr-2a.C: New test
15657         * g++.dg/special/conpr-3.C: New test
15658         * g++.dg/special/conpr-3a.C: New test
15659         * g++.dg/special/conpr-3b.C: New test
15661         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
15662         allow g++ to use the dg driver
15664         * README: Add comment about g++.dg directory
15666 1999-02-06  Jeffrey A Law  (law@cygnus.com)
15668         * README: Update email addresses.
15670 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15672         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15673         arguments in order to force structure S onto the stack even on
15674         the alpha.
15675         (test): Pass 10 leading arguments to function foo as well as the
15676         structure S.
15678         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15679         failure for all targets.
15681         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15682         abort to terminate program execution.
15684 1999-01-30  Richard Henderson  <rth@cygnus.com>
15686         * gcc.c-torture/execute/990130-1.c: New test.
15688 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15690         * gcc.dg/990130-1.c: New test.
15692 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15694         * gcc.c-torture/execute/990128-1.c: New test.
15696 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15698         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15700 1999-01-27  Felix Lee  <flee@cygnus.com>
15702         * lib/c-torture.exp (c-torture-compile): pull out code for
15703         analyzing gcc error messages.
15704         (c-torture-execute): ditto, and fix some (harmless) false
15705         positives.
15706         * lib/gcc.exp (gcc_check_compile): new function.
15708 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15710         * gcc.dg/990117-1.c: New test.
15712         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15714         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15716 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15718         * g77.f-torture/compile/990115-1.f: New test.
15720 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15722         * gcc.c-torture/compile/990107-1.c: New test
15724 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15726         * gcc.c-torture/execute/990106-2.c: New test.
15728         * gcc.c-torture/execute/990106-1.c: New test.
15730 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15732         * gcc.c-torture/compile/981223-1.c: New test.
15734 1998-12-29  Richard Henderson  <rth@cygnus.com>
15736         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15737         (opt3): Rename from opt4 and disable.
15739 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15741         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15743 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15745         * g++.old-deja/g++.other/conv5.C: New test.
15747 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15749         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15751 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15753         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15755 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15757         * gcc.c-torture/compile/981211-1.c: New test.
15759 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15761         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15763         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15765 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15767         * gcc.special/930510-1.c: Make C9X safe.
15768         * gcc.misc-tests/gcov-1.c Similarly.
15769         * gcc.misc-tests/gcov-2.c Similarly.
15771 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15773         * gcc.dg/ultrasp1.c: New test.
15775 1998-12-06  Richard Henderson  <rth@cygnus.com>
15777         * gcc.c-torture/execute/981206.c: New test.
15779 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15781         * g++.old-deja/g++.ns/template7.C: New test.
15783         * g++.old-deja/g++.other/expr1.C: New test.
15785         * g++.old-deja/g++.eh/tmpl3.C: New test.
15787         * g++.old-deja/g++.eh/tmpl2.C: New test.
15789 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15791         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15792         * g++.old-deja/g++.other/using6.C: Removed.
15793         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15795         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15797 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15799         * g++.old-deja/g++.pt/overload8.C: New test.
15801         * g++.old-deja/g++.pt/overload7.C: New test.
15803         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15805         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15806         and relinking messages.
15807         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15808         compiling with -frepo.
15810 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15812         * g++.old-deja/g++.pt/lookup6.C: New test.
15814 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15816         * gcc.c-torture/execute/981130-1.c: New test.
15817         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15819 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15821         * g++.old-deja/g++.pt/explicit76.C: New test.
15823         * g++.old-deja/g++.pt/friend38.C: New test.
15825         * g++.old-deja/g++.ns/crash2.C: New test.
15827         * g++.old-deja/g++.pt/defarg8.C: New test.
15829         * g++.old-deja/g++.pt/instantiate6.C: New test.
15831         * g++.old-deja/g++.pt/static6.C: New test.
15833         * g++.old-deja/g++.pt/decl2.C: New test.
15835 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15837         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15838         problem is actually related with name lookup, but so what? :-)
15840         * g++.old-deja/g++.pt/friend37.C: New test.
15842 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15844         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15845         element, which fails on some systems.
15847         * g77.f-torture/execute/labug1.f: New test.
15849 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15851         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15852         is defined.
15854 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15856         * g77.f-torture/compile/981117-1.f: New test.
15858 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15860         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15861         properly discarded.
15863 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15865         * gcc.c-torture/execute/memcheck: New directory of tests for
15866         -fcheck-memory-usage.
15868 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15870         * README: New file, general information about the testsuite and
15871         new description of the various C++ test subdirectories.
15872         * README.g++: Eliminate obsolete information, update and move most
15873         relevant stuff to README.
15875 1998-11-07  Richard Henderson  <rth@cygnus.com>
15877         * gcc.c-torture/compile/981107-1.c: New test.
15879 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
15881         * execute/memcpy-bi.c: New testcase.
15883 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
15885         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
15886         base classes.
15888         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
15889         template is selected.
15891         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
15892         classes, it should be accepted for all types.
15894         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
15896         * g++.old-deja/g++.pt/spec24.C: Ensure that template
15897         specializations start with template headers.
15899 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
15901         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
15903         * g++.old-deja/g++.other/init9.C: Test cross initialization of
15904         non-POD types.
15906 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15908         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
15910 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15912         * compile/981022-1.c, compile/981022-1.x: New test and driver.
15914 1998-10-19  Jeffrey A Law  (law@cygnus.com)
15916         * 981019-1.c: New test.
15918 1998-10-14  Robert Lipe <robertl@dgii.com>
15920         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
15921         find objc headers.
15923 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15925         * compile/981001-4.c: Remove use of GCC extension that triggers a
15926         compiler bug.
15928 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
15930         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
15932 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15934         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
15935         instantiation of template produces incorrect code for delete
15936         expression.
15938         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
15939         constructors' name is not unique.
15940         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
15941         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
15943         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
15944         automatic array of const is ill-formed.
15946         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
15947         of template parameter?
15949         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
15950         const.
15952         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
15953         pointer-to-member expression.
15955         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
15956         declaration causes ICE.
15958 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
15960         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
15961         reserved in the global namespace.
15963         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
15964         generate needed virtual table.
15966         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
15968 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
15970         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
15971         template-dependent type
15973 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
15975         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
15976         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
15977         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
15979         * g++.old-deja/g++.other/using5.C: New test; using decl from base
15980         class should be usable as argument of member function.
15981         * g++.old-deja/g++.other/using6.C: New test; using decl from base
15982         class should be usable as return type of member function.
15983         * g++.old-deja/g++.other/using7.C: New test; using decl from base
15984         class should be usable as type of data member.
15986         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
15988 1998-10-09  Jeffrey A Law  (law@cygnus.com)
15990         * gcc.c-torture/special/920521-1.c: Fix bogus test.
15992 1998-10-08  Nick Clifton  <nickc@cygnus.com>
15994         * gcc.dg/dll-?.c Add thumb to target list.
15995         Fix assembler scan patterns to match current assembler output.
15997 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
15999         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
16000         matching of template brackets.
16002         * g++.old-deja/g++.other/using4.C: New test.  Test using
16003         declarations of methods from base classes.
16005         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
16006         within functions should introduce names into the innermost
16007         enclosing namespace.
16009         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
16010         of static locals if first initialization throws.
16012 1998-10-07  Jim Wilson  <wilson@cygnus.com>
16014         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
16016 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
16018         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
16019         lose track of the possible targets of tablejump insns.
16020         * special/special.exp: Run it.
16022 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16024         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
16025         must be declared before its specializations can be named in friend
16026         declarations.
16028 1998-10-05  Dave Love  <d.love@dl.ac.uk>
16030         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
16032         * g77.f-torture/execute/io1.f: New test.
16034 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
16036         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
16037         with pointer to template function, for which no argument deduction
16038         is possible.
16040         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
16041         specialization of template function as argument to template
16042         function.
16044         * g++.old-deja/g++.other/access2.C: New test; Inner class
16045         shouldn't have privileged access to Outer's names.
16047 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
16049         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
16050         friend template declared within template class conflicts with
16051         nested class of the same name.
16053         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
16054         is ignored.
16056         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
16057         object with direct initializer as function declaration.
16059         * g++.old-deja/g++.other/decl2.C: New test; duplicate
16060         initializers.
16062         * g++.old-deja/g++.other/null2.C: New test; conditional operator
16063         involving const pointer and NULL produces incorrect result.
16065         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
16066         type name without `typename' should be rejected with -pedantic.
16068 1998-10-02  Richard Henderson  <rth@cygnus.com>
16070         * g++.old-deja/g++.other/addrof1.C: New test.
16072 1998-10-01  Nick Clifton  <nickc@cygnus.com>
16074         * gcc.c-torture/compile/981001-1.c: New test.
16075         * gcc.c-torture/execute/981001-1.c: New test.
16077 1998-10-01  Jeffrey A Law  (law@cygnus.com)
16079         * gcc.c-torture/compile/981001-2.c: New test.
16080         * gcc.c-torture/compile/981001-3.c: New test.
16081         * gcc.c-torture/compile/981001-4.c: New test.
16083 1998-10-01  Robert Lipe  <robertl@dgii.com>
16085         * lib/objc.exp (objc_target_compile): Add -L during compiles for
16086         multilibbed hosts.   Idea grafted from g77.exp.
16088 1998-09-30  Dave Love  <d.love@dl.ac.uk>
16090         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
16091         avoid losing on systems which need -lsocket.
16093 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
16095         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
16096         * g++.old-deja/g++.other/nested2.C: Ditto.
16097         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
16098         failure.
16100 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16102         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
16103         preferred over template operator!= for enum bitfields.
16105 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
16107         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
16108         that happen to have the same base name, but in different scopes,
16109         are incorrectly rejected.
16111 1998-09-16  Richard Henderson  <rth@cygnus.com>
16113         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
16114         on the native word size instead of an integer literal.
16116 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
16118         * g++.old-deja/g++.other/static2.C: Invocation of static data
16119         member of type pointer-to-function denoted as non-static member.
16121         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
16122         checks involving function types and aliases.
16124 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16126         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
16127         redefined to the same non-trivial type.
16129         * g++.old-deja/g++.pt/explicit73.C: Test for proper
16130         namespace-qualification of template specializations declared in
16131         other namespaces.
16133         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
16134         to declare a subset of the specializations of a template function
16135         as friends of specializations of a template class.
16137         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
16138         member templates that do not fully specialize the enclosing
16139         template class are rejected.
16141 1998-09-11  Dave Love  <d.love@dl.ac.uk>
16143         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
16145 1998-09-08  Dave Love  <d.love@dl.ac.uk>
16147         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
16148         altered from libf2c/libU77 version.
16150 1998-09-06  Dave Love  <d.love@dl.ac.uk>
16152         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
16154 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
16156         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
16157         (un)signed char are different types for template specialization
16158         purposes.
16160 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
16162         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
16163         * objc: ObjC testsuite.
16165 1998-08-31  Catherine Moore  <clm@cygnus.com>
16167         * gcc.c-torture/execute/941014-1.x:  New file.
16169 1998-08-31  Nick Clifton  <nickc@cygnus.com>
16171         * lib/c-torture.exp: Add support for
16172         torture_eval_before_compile and torture_eval_before_execute
16173         variables.
16175 1998-08-30  Jeffrey A Law  (law@cygnus.com)
16177         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
16178         this test triggers valid.
16180 1998-08-27  Jeffrey A Law  (law@cygnus.com)
16182         * gcc.dg/980827-1.c: New test.
16184 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
16186         * gcc.c-torture/execute/loop-4b.c: New test.
16188 1998-08-26  Nick Clifton  <nickc@cygnus.com>
16190         * lib/c-torture.exp: Add support for
16191         torture_eval_before_compile and torture_eval_before_execute
16192         variables.
16194 1998-08-25  Jeffrey A Law  (law@cygnus.com)
16196         * gcc.c-torture/compile/980825-1.c: New test.
16198 1998-08-24  Nick Clifton  <nickc@cygnus.com>
16200         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
16201         count number tests in opt_t0 not good_t0.
16203 1998-08-24  Jeffrey A Law  (law@cygnus.com)
16205         * gcc.c-torture/compile/930326-1.x: Fix typo.
16207 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
16209         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
16210         causes an ICE.
16212 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16214         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
16215         STACK_SIZE is defined.
16216         * gcc.c-torture/unsorted/stuct.c: Similarly.
16218         * gcc.c-torture/compile/980821-1.c: New test.
16220 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16222         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
16224 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
16226         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
16227         code.
16229 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
16231         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
16232         error'.
16234 1998-08-18  Jeffrey A Law  (law@cygnus.com)
16236         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
16238 1998-08-16  Jeffrey A Law  (law@cygnus.com)
16240         * gcc.c-torture/compile/980816-1.c: New test.
16242         * gcc.dg/980816-1.c: New test.
16244 1998-08-13  Jeffrey A Law  (law@cygnus.com)
16246         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
16247         compiler for ieee tests.
16249 1998-08-01  Dave Love  <d.love@dl.ac.uk>
16251         * g77.f-torture/compile/980729-0.f: New test.
16253 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
16255         * gcc.c-torture/special/eeprof-1.c: New test, for
16256         -finstrument-functions.
16257         * gcc.c-torture/special/special.exp: Run it.
16259 1998-07-29  Jeffrey A Law  (law@cygnus.com)
16261         * gcc.c-torture/compile/980729-1.c: New test.
16263 1998-07-27  Nick Clifton  <nickc@cygnus.com>
16265         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
16266         __thumb__ is defined, and test for ARM style doubles if so.
16268 1998-07-26  Dave Love  <d.love@dl.ac.uk>
16270         * g77.f-torture/noncompile/980615-0.f: New test.
16272 1998-07-26  H.J. Lu  (hjl@gnu.org)
16274         * gcc.dg/980312-1.c: Do link instead of compile.
16275         * gcc.dg/980313-1.c: Likewise.
16277 1998-07-26  Jeffrey A Law  (law@cygnus.com)
16279         * gcc.c-torture/compile/980726-1.c: New test.
16281 1998-07-25  Dave Love  <d.love@dl.ac.uk>
16283         * g77.f-torture/execute/io0.f: New test.
16285 1998-07-24  Nick Clifton  <nickc@cygnus.com>
16287         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
16288         an int.
16290 1998-06-18  Michael Meissner  <meissner@cygnus.com>
16292         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
16293         m32r bugs.
16295 1998-07-17  Nick Clifton  <nickc@cygnus.com>
16297         * gcc.dg/980626-1.c: Expect failures for all toolchains until
16298         c-decl.c:grokdeclarator can handle mode attributes.
16300 1998-07-16  Jeffrey A Law  (law@cygnus.com)
16302         * gcc.c-torture/execute/980716-1.c: New test.
16304 1998-07-13  Jeffrey A Law  (law@cygnus.com)
16306         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
16307         the mn10200.
16308         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
16309         the mn10200.
16310         * gcc.c-torture/execute/va-arg-3.x: Similarly.
16311         * gcc.c-torture/compile/930326-1.x: Similarly.
16313 1998-07-13  Dave Love  <d.love@dl.ac.uk>
16315         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
16316         New test from Craig.
16318 1998-07-12  Dave Love  <d.love@dl.ac.uk>
16320         * g77.f-torture/noncompile/980616-0.f: New test.
16322         * g77.f-torture/execute/970816-3.f:  New test from Craig.
16324 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16326         *  g++.other/singleton.C: Return error value instead of taking
16327         SIGSEGV.
16329 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
16331         *  g++.other/singleton.C: New test.   Warning is under dispute.
16332         Runtime crash is not.
16334 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16336         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
16337         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
16338         using6.C, using7.C}:  New namespace tests.
16340 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
16342         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
16343         specialization with typedef'ed names used as array indexes.
16345 1998-07-09  Jeffrey A Law  (law@cygnus.com)
16347         * gcc.c-torture/execute/980709-1.c: New test.
16349         * gcc.dg/980709-1.c: New test.
16351 1998-07-07  Richard Henderson  <rth@cygnus.com>
16353         * gcc.c-torture/execute/bcp-1.c: New test.
16355 1998-07-07  Jeffrey A Law  (law@cygnus.com)
16357         * gcc.c-torture/execute/980707-1.c: New test.
16359 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
16361         * gcc.c-torture/compile/980706-1.c: New test.
16363 1998-07-01  Dave Love  <d.love@dl.ac.uk>
16365         * g77.f-torture/execute/980701-0.f,
16366         g77.f-torture/execute/980701-1.f: New test from Craig.
16368 1998-07-01  Jeffrey A Law  (law@cygnus.com)
16370         * gcc.c-torture/compile/980701-1.c: New test.
16372         * gcc.c-torture/execute/980701-1.c: New test.
16374 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
16375 rlsruhe.de>
16377         * g++.old-deja/g++.robertl/eb132.C: New test.
16378         * g++.old-deja/g++.robertl/eb133.C: Likewise.
16380 1998-06-29  Dave Love  <d.love@dl.ac.uk>
16382         * g77.f-torture/execute/980628-7.f,
16383         g77.f-torture/execute/980628-8.f,
16384         g77.f-torture/execute/980628-9.f,
16385         g77.f-torture/execute/980628-10.f: New tests from Craig.
16387         * g77.f-torture/execute/980628-3.f: Remove mail headers.
16389 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16391         * g77.f-torture/execute/980628-4.f: New test from Craig.
16392         * g77.f-torture/execute/980628-5.f: Likewise.
16393         * g77.f-torture/execute/980628-2.f: Likewise.
16394         * g77.f-torture/execute/980628-0.f: Likewise.
16395         * g77.f-torture/execute/980628-1.f: Likewise.
16396         * g77.f-torture/execute/980628-3.f: Likewise.
16397         * g77.f-torture/execute/980628-6.f: Likewise.
16399 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16401         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
16402         directory when nothing has been installed yet.
16404 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
16406         * gcc.c-torture/special/special.exp: Handle newer versions of
16407         dejagnu.
16409 1998-06-26  Jeffrey A Law  (law@cygnus.com)
16411         * gcc.dg/980626-1.c: New test.
16413 1998-06-19  Bruno Haible <haible@ilog.fr>
16415         * gcc.misc-tests/m-un-2.c: New test.
16416         * g++.old-deja/g++.other/warn01.c: Likewise.
16418 1998-06-19  Robert Lipe  <robertl@dgii.com>
16420         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
16421         compatibility with assmblers with a different comment character.
16422         Eliminate use of GAS-specific extensions.
16424 1998-06-19  Jeffrey A Law  (law@cygnus.com)
16426         * gcc.c-torture/execute/ieee/980619-1.c: New test.
16428 1998-06-19  Robert Lipe  <robertl@dgii.com>
16430         *lib/g77.exp: Replace search for libf2c.a with search for newly
16431         renamed libg2c.a
16433 1998-06-17  Jeffrey A Law  (law@cygnus.com)
16435         * gcc.c-torture/execute/980617-1.c: New test.
16437 1998-06-12  Jeffrey A Law  (law@cygnus.com)
16439         * gcc.c-torture/execute/980612-1.c: New test.
16441 1998-06-08  Jeffrey A Law  (law@cygnus.com)
16443         * gcc.dg/980523-1.c: Only test on ppc-linux.
16444         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
16446         * gcc.c-torture/execute/980608-1.c: New test.
16448 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
16450         * gcc.c-torture/execute/980605-1.c: New test.
16452 1998-06-04  Jeffrey A Law  (law@cygnus.com)
16454         * gcc.c-torture/execute/980604-1.c: New test.
16456 1998-06-02  Jeffrey A Law  (law@cygnus.com)
16458         * gcc.c-torture/execute/980602-1.c: New test.
16459         * gcc.c-torture/execute/980602-2.c: Likewise.
16461 1998-06-02  Dave Love  <d.love@dl.ac.uk>
16463         * 970125-0.f: Fix per JCB.  Add commentary.
16465 1998-05-31  Michael Meissner  <meissner@cygnus.com>
16467         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
16468         IEEE -0 support.
16470 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
16472         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
16473         earlier.
16475 1998-05-28  Catherine Moore <clm@cygnus.com>
16477         * gcc.c-torture/execute/980526-3.c: New test.
16479 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
16481         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
16482         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
16483         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
16484         m88k-motorola-sysv3 to XFAIL.
16486 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16488         * gcc.dg/980526-1.c: New test.
16489         * gcc.c-torture/execute/980526-2.c: New test.
16491 1998-05-26  Jeffrey A Law  (law@cygnus.com)
16493         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
16495         * gcc.c-torture/execute/980526-1.c: New test.
16497 1998-05-26  Dave Love  <d.love@dl.ac.uk>
16499         * g77.f-torture/execute/alpha2.f: Add runtime test.
16501 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
16503         * g++.old-deja/old-deja.exp: Strip leading directories.
16505         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
16506         error for the line.  Don't run multiple tests for the same line.
16508 1998-05-23  Jeffrey A Law  (law@cygnus.com)
16510         * gcc.dg/980523-1.c: New test.
16512 1998-05-23  Dave Love  <d.love@dl.ac.uk>
16514         * g77.f-torture/compile/970915-0.f: New test.
16516 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
16518         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
16520 1998-05-21  Jeffrey A Law  (law@cygnus.com)
16522         * gcc.dg/980520-1.c: New test.
16524 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
16526         * gcc.dg/980502-1.c: Fix return type.
16528 1998-05-20  Jeffrey A Law  (law@cygnus.com)
16530         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
16531         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
16532         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
16533         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
16534         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
16536 1998-05-20  Dave Love  <d.love@dl.ac.uk>
16538         * g77.f-torture/execute/980520-1.f: New test.
16540 1998-05-15  Dave Love  <d.love@dl.ac.uk>
16542         * lib/mike-g77.exp: New file.
16544         * g77.f-torture/noncompile/noncompile.exp,
16545         g77.f-torture/noncompile/check0.f: New files.
16547 1998-05-14  Dave Love  <d.love@dl.ac.uk>
16549         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
16550         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
16551         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
16552         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
16553         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
16554         abort where appropriate.
16556 1998-05-05  Michael Meissner  <meissner@cygnus.com>
16558         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
16559         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
16561 1998-04-29  Dave Love  <d.love@dl.ac.uk>
16563         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
16565 1998-04-27  Dave Love  <d.love@dl.ac.uk>
16567         * g77.f-torture/compile/980427-0.f: New test.
16569 1998-04-24  Dave Love  <d.love@dl.ac.uk>
16571         * g77.f-torture/compile/980424-0.f: New test.
16573 1998-04-19  Dave Love  <d.love@dl.ac.uk>
16575         * g77.f-torture/compile/980419-2.f (main): New test.
16576         * g77.f-torture/compile/970125-0.f: New test.
16577         * g77.f-torture/compile/980419-1.f: New test.
16579 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16581         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16582         of loop-4.c.
16584 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16586         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16588 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16590         * gcc.c-torture/compile/980329-1.c: New test.
16592 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16594         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16595         * gcc.dg/980312-1.c: Fix typo in -march command.
16597 1998-03-16  H.J. Lu  (hjl@gnu.org)
16599         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16601 1998-03-11  Robert Lipe  <robertl@dgii.com>
16603         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16604         Dave Love agree the Fortran source is bogus.
16606 1998-03-11  Robert Lipe  <robertl@dgii.com>
16608         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16609         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16610         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16611         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16612         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16614 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16616         * g++.old-deja/g++.other/friend1.C: New test.
16618 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16620         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16621         possibly uninitialized) variables and declare dnrm2.
16623 1998-02-23  Robert Lipe <robertl@dgii.com>
16625         From Bruno Haible <haible@ilog.fr>:
16626         * gcc.c-torture/execute/980223.c: New test.
16628 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16630         * gcc.dg/ifelse-1.c: New test.
16632 1998-02-09  H.J. Lu  (hjl@gnu.org)
16634         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16636           * lib/old-dejagnu.exp (old-dejagnu): Added the
16637           "execution test - XFAIL *-*-*" handling in the spirit of
16638           "excess errors test -". Changed the "execution test fails"
16639           handling to be like "excess errors test fails".
16640           * Update various tests accordingly.
16642 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16644         * gcc.c-torture/execute/980205.c: New test.
16646 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16648         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16649         * lib/f-torture.exp: Similarly.
16650         * gcc.c-torture: Rename all .cexp files to .x files.
16652 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
16654         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
16655         (940510-1.c): Removed duplicate.
16656         (971104-1.c): New test.
16658 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
16660           * lib/f-torture.exp: Improve error and loop detection.
16662 1997-11-19  Michael Meissner  <meissner@cygnus.com>
16664         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
16665         use that to size the filler array.
16667 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
16669         * lib/c-torture.exp(c-torture-execute): Fix typo.
16671         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
16672         testcase as the executable name. Keep the executable around if
16673         the test fails.
16675 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
16677         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
16678         changes.  Only test one -g option, and move it to the end of the
16679         list of options to test.
16681 1997-09-19  Michael Meissner  <meissner@cygnus.com>
16683         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
16684         variable GCC_TORTURE_OPTIONS to supply default switches separated
16685         by colons.  If no environment variable, run tests with -O0 -g, -O1
16686         -g, and -O2 -g as well.
16688 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
16690         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
16691         explanatory comments. Fix indentation.
16693 1997-09-15  Jeffrey A Law  (law@cygnus.com)
16695         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
16697 1997-09-11  Jeffrey A Law  (law@cygnus.com)
16699         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
16700         * g++.old-deja/g++.mike/p7325.C: Likewise.
16701         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
16703 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
16705         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
16706         * g++.old-deja/g++.brendan/crash30.C: Likewise.
16707         * g++.old-deja/g++.brendan/crash39.C: Likewise.
16708         * g++.old-deja/g++.law/operators4.C: Likewise.
16710 1997-09-11  Joe Buck  (jbuck@synopsys.com)
16712         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
16713         * g++.old-deja/g++.mike/p784.C: Ditto.
16714         * g++.old-deja/g++.mike/p785.C: Ditto.
16716 1997-09-05  Jeffrey A Law  (law@cygnus.com)
16718           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
16720 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16722         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
16723         target feature; pass this to c-torture-execute as needed.
16725 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16727         * lib/c-torture.exp(c-torture-execute): If the previous and the
16728         current executables being tested are identical, we don't need to
16729         run the executable again. Try to make the executable names
16730         unique. Add an optional argument for passing additional compiler
16731         flags.
16733 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
16735         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
16737 1997-08-29  Jeffrey A Law  (law@cygnus.com)
16739         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
16741 1997-07-31  Jeffrey A Law  (law@cygnus.com)
16743         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
16744         32bit or larger longs.
16746         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
16747         have either a 32bit long or 32bit int.
16749 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
16751         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
16752         Make double precision tests dependent on sizeof (double).
16754 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
16756         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
16757         too.
16759 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
16761         * gcc.c-torture/compile/961203-1.cexp: New script.
16763 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
16765         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
16766         up the includes ourselves.
16768 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
16770         * lib/plumhall.exp: Remove random include, and add a few
16771         verbose messages for debugging.
16773 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
16775         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
16776         of trying to do it ourselves.
16778 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16780         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
16782 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
16784         * gcc.prms/5403.c: Made regexp a bit less strict.
16786 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
16788         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
16789         is returned from remote_load instead.
16790         * lib/plumhall.exp: Ditto.
16791         * lib/mike-g++.exp: Ditto.
16792         * lib/old-dejagnu.exp: Ditto.
16793         * lib/c-torture.exp: Ditto.
16795 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
16797         * lib/g++.exp: Use build_wrapper procedure.
16798         * lib/gcc.exp: Ditto.
16800 1997-05-20  Jeffrey A Law  (law@cygnus.com)
16802         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
16803         an old-style decl for malloc.  Fixes tests to work when
16804         sizeof (int) != sizeof (size_t).
16806 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16808         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
16810         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
16811         use stdargs.h interface.
16813 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16815         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
16816         NO_VARARGS when compiling.
16818 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
16820         * lib/plumhall.exp(ph_includes): New procedure.
16821         (ph_make): Use it.
16822         (ph_compiler): Ditto.
16824         * lib/g++.exp: Rename test-glue.c to testglue.c.
16825         * lib/gcc.exp: Ditto.
16827 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
16829         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
16830         to completion when it's called.
16832 1997-03-21  Michael Meissner  <meissner@cygnus.com>
16834         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
16835         is defined, don't do test.
16837 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
16839         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
16840         for object files.
16841         (ph_summary): Mark skipped testcases as untested, not unresolved.
16843         * lib/plumhall.exp (ph_make): If unresolved because of bad
16844         errorCode, record errorCode in log file.
16845         (*): Replace send_log/verbose with verbose -log.
16847 1997-03-19  Michael Meissner  <meissner@cygnus.com>
16849         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
16850         double conversion if double isn't at least 8 bytes.
16852         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
16853         int to work with targets where int is 16 bits.
16855         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
16856         8 bytes, just exit, since 4 byte doubles don't have enough bits of
16857         precision for the test to complete.
16859 1997-03-14  Michael Meissner  <meissner@cygnus.com>
16861         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
16862         if d10v is not compiled with the -mdouble64 flag.
16863         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
16865         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
16866         d10v is not compiled with the -mint32 flag.
16868 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
16870         * lib/plumhall.exp: Use incr_count.
16872 1997-03-12  Jeffrey A Law  (law@cygnus.com)
16874         * gcc.c-torture: Update to c-torture-1.45.
16876 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
16878         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
16879         the name of the expect testcase file).
16881         * lib/g++.exp(g++_init): Ditto.
16883 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
16885         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
16886         the host.
16888         * lib/gcc.exp(gcc_exit): New procedure.
16890 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
16892         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
16893         specs where appropriate.
16895         * g++.old-deja/g++.arm/*: Added additional ERROR checks
16896         because of new "candidates are" messages, and removed a few
16898         * Converted all non-old-style g++ testcases to old-style, and
16899         moved into g++.old-deja.
16901 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
16903         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
16904         options.
16906         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
16907         succeeded.
16909         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
16911 1997-02-13  Michael Meissner  <meissner@cygnus.com>
16913         * lib/gcc.exp (gcc_target_compile): Add support for defining
16914         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
16915         the machine doesn't have those features.
16917 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
16919         * g++.law/operators4.exp: Don't use LIBS.
16921 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
16923         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
16925         * lib/mike-g++.exp: Don't set the compiler to be tested here.
16926         * lib/g++.exp: Set it here instead. Also, allow use of the
16927         --tool_exec and --tool_opt options. Change CXX to
16928         GXX_UNDER_TEST.
16930         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
16932         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
16934 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
16936         * lib/old-dejagnu.exp: Use prune_warnings instead of
16937         prune_system_crud.
16938         * lib/mike-g++.exp: Ditto.
16939         * lib/gcc.exp: Ditto.
16940         * lib/g++.exp: Ditto.
16942         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
16944 1997-02-07  Jeffrey A Law  (law@cygnus.com)
16946           * 941014-2.c: Include stdlib.h
16947           * 960327-1.c: Include stdio.h
16948           * dbra.c, index-1.c: Don't assume ints are 32bits.
16950 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
16952         * lib/gcc.exp: Add gcc,stack_size target feature.
16954         * lib/g++.exp(g++_target_compile): Add the include and link
16955         paths here, not in two other places. And, it's $options, not
16956         options.
16958         * lib/mike-g++.exp(postbase): Remove the code that determines
16959         the correct include and link paths.
16960         * g++.old-deja/old-deja.exp: Ditto.
16962 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
16964         * lib/g++.exp(g++_init): target_compile no longer returns the
16965         filename of the result.
16967 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
16969         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
16970         call to glob.
16972         * gcc.c-torture/special/special.exp: Change call to
16973         gcc_target_compile to include the object file.
16975 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
16977         * gcc.c-torture/special/special.exp: Correct misspelling in last
16978         change.
16980 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
16982         * lib/plumhall.exp(ph_summary): Log the entire output of the
16983         executable. Return -1 if there were any failures, 0 otherwise.
16984         (ph_execute): Return -1 if there were any failures, 0 otherwise.
16985         (ph_make): Clean up objects and executables that were built
16986         if the tests succeeded.
16988 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
16990         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
16991         libraries and includes in the build tree as appropriate.
16993 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
16995         * lib/c-torture.exp: Instead of looking for the global variable
16996         NO_LONG_LONG, check to see if that's a feature of the target.
16998 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17000         * config/default.exp: Minimize. Delete the remainer of the files in
17001         config; this functionality is now in devo/dejagnu/config.
17003         g++.*/*: Pass any additional flags used to compile to postbase;
17004         delete CXXFLAGS.
17006         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
17007         is now done by runtest.exp. Use gcc_target_compile instead of
17008         compile.
17010         lib/c-torture.exp: Use gcc_target_compile instead of compile.
17011         Remove references to CFLAGS. Use remote_file instead of
17012         calling rm -f.
17013         (c-torture): Take a list of arguments to use to compile this
17014         testcase.
17016         lib/g++.exp: Simplify. Use target_compile instead of compile.
17017         lib/gcc-dg.exp: Ditto.
17018         lib/gcc.exp: Ditto.
17019         lib/mike-{gcc,g++}.exp: Ditto.
17020         lib/old-dejagnu.exp: Ditto.
17021         lib/plumhall.exp: Ditto.
17023 1997-01-08  Jim Wilson  <wilson@cygnus.com>
17025         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
17026         (ph_linker): Likewise.
17028 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
17030           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
17031         MAP_ANON / MAP_ANONYMOUS if defined;
17032         else try to map from /dev/zero .
17034 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17036         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
17037         isn't defined, then define it to MAP_ANONYMOUS.
17039 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17041         * gcc.c-torture: Update to c-torture-1.42 release.
17043 1996-11-11  Jeffrey A Law  (law@cygnus.com)
17045         * gcc.c-torture: Update to c-torture-1.41 release.
17047 1996-10-27  Jeffrey A Law  (law@cygnus.com)
17049         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
17050         c-torture release.
17052 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
17054         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
17055         and LDFLAGS.  Fix second case to append the target_info ldflags
17056         onto LDFLAGS, not CFLAGS.
17057         * lib/g++.exp (g++_init): Add target_info stuff.
17058         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
17059         of libgloss and newlib flags for !native.
17061         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
17062         (GDB): Fix relative path to go up another dir for finding gdb.
17064 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
17066         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
17067         versions in the target_info array, if they don't exist.
17069 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
17071         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
17073 1996-07-08  Jim Wilson  <wilson@cygnus.com>
17075         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
17076         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
17078 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
17080         * lib/old-dejagnu.exp: Don't remove the output file before we've
17081         actually tested it. Don't append pwd to the path of the executable
17082         we're testing.
17084 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
17086         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
17088 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
17090         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
17091         temporary directory for compiler files, and set it to a default
17092         value of /tmp. Set $output as the name of the output file from
17093         compiling the testcase. Add a -o option to $cflags_var so the
17094         compiler writes the final output file as $output. Set $executable
17095         to $output.
17097         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
17098         directory for compiler files, and set it to /tmp if it doesn't
17099         already have a value. Set $output_file to the name of the output
17100         file from compiling the testcase. Add a -o option to CXXFLAGS so
17101         the compiler writes the final output file as $output. Use $output
17102         as the executable to be tested.
17104 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17106         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
17108 1996-06-08  Jeffrey A Law  (law@cygnus.com)
17110         * gcc.c-torture/execute/pending-1.c: New test.  Still
17111         pending in Tege's queue.
17113 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
17115         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
17116         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
17117         if there were failures.  Call unresolved if there were unresolved
17118         testcases.  Call gcc_fail if program did not run to completion.
17119         (ph_make): Pass additional argument name to ph_execute.
17120         (ph_execute): Add new argument.  Pass additional arguments to
17121         ph_summary.  Call gcc_fail is there is no execution output.
17123 1996-04-24  Jeffrey A Law  (law@cygnus.com)
17125         * lib/plumhall.exp (proc_summary): Output relavent summary
17126         lines into the log so specific failures in plumhall can be
17127         investigated.
17129 1996-04-10  Jeffrey A Law  (law@cygnus.com)
17131         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
17132         (c-torture-execute): Don't try to execute tests which use
17133         "long long" types if $NO_LONG_LONG is nonzero.
17135 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
17137         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
17138         not c-torture.
17140         * gcc.ieee: Move from here.
17141         * gcc.c-torture/execute/ieee: To here.
17143 1996-03-26  Jeffrey A Law  (law@cygnus.com)
17145         * gcc.c-torture: Update to c-torture-1.41 release.
17147 1996-03-22  Jeffrey A Law  (law@cygnus.com)
17149         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
17150         not "$output".
17152 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
17154         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
17155         -c present.
17157 1996-03-02  Jeffrey A Law  (law@cygnus.com)
17159         * config/proelf.exp: Handle connecting to a simulator.
17161 1996-01-31  Jeffrey A Law  (law@cygnus.com)
17163         * config/proelf.exp: New file.  Enough framework that we can
17164         run c-torture tests on the proelf targets (or any other target
17165         that gdb can connect to for that matter).
17167 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
17169         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
17170         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
17172         * lib/plumhall.exp (ph_execute): Always call ph_summary if
17173         exec_output exists.
17175 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
17177         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
17178         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
17180         * config/*.exp: Update FSF address.  Change result of ${tool}_load
17181         to pass/fail/unresolved/unsupported/untested.  Caller must now
17182         call unresolved/unsupported/untested.
17183         * lib/*.exp: Update FSF address.  Update to handle new results of
17184         ${tool}_load.
17185         * lib/chill.exp (verbose): Delete.
17187 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
17189         * lib/gcc.exp (default_gcc_start): Change order of args to
17190         $LDFLAGS $CFLAGS $LIBS.
17191         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
17192         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
17193         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
17194         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
17195         * gcc.misc-tests/dg-test.exp: Likewise.
17196         * gcc.misc-tests/msgs.exp: Likewise.
17197         * gcc.prms/prms.exp: Likewise.
17198         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
17199         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
17201         * lib/dg.exp: Deleted, moved to dejagnu/lib.
17203 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17205         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
17207         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
17208         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
17210         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
17211         necessary.
17213 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
17215         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
17216         global for loop; add use of $mathlib.
17217         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
17218         settings here; set mathlib for anything but VxWorks.
17220 1996-01-22  Jeffrey A Law  (law@cygnus.com)
17222         * gcc.c-torture: Update to c-torture-1.40 release.
17224 1996-01-03  Jeffrey A Law  (law@cygnus.com)
17226         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
17227         dg.exp.
17229 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
17231         * lib/c-torture.exp (c-torture-execute): Declare "output" as
17232         global.
17234 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
17236         * lib/g++.exp (LIBS): Define if not already.
17237         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
17238         (gcc-dg-prune): Call prune_gcc_output.
17239         * lib/gcc.exp (prune_gcc_output): New proc.
17240         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
17241         prune_gcc_output.
17243 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
17245         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
17246         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
17248 1995-11-15  Jeffrey A Law  (law@cygnus.com)
17250         * gcc.c-torture: Update to c-torture-1.39 release.
17252 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
17254         * lib/c-torture.exp (c-torture-execute): Don't return if one option
17255         fails, try others as well.
17257 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
17259         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
17260         If compilation fails, mark execute tests as `untested'.
17261         If test is marked as unsupported, don't mark compilation and
17262         execute tests as failed.
17264 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
17266         * lib/g++.exp (g++_init): Don't link in libg++, and look to
17267         libstdc++ for whether or not we want to be doing shared
17268         libraries.  Delete link_curses since we don't need it anymore.
17269         * lib/mike-g++.exp (postbase): Don't link in libg++.
17270         * g++.old-deja/old-deja.exp: Likewise.
17272 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
17274         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
17276 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
17278         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
17279         For that, add `-Wl,-a,shared_archive'.
17280         * g++.old-deja/old-deja.exp: Likewise.
17282 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
17284         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
17286 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
17288         * lib/mike-g++.exp (postbase): Pay attention to the status of
17289         g++_load.
17291 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
17293           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
17295 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
17297         * lib/gcc.exp (default_gcc_start): No longer need to log program
17298         being executed or its output, execute_anywhere does that now.
17299         * lib/g++.exp (default_g++_version): Call execute_anywhere.
17300         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
17302 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
17304         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
17305         the same as those in lib/g++.exp.
17307 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
17309         * gcc.c-torture: Update to c-torture-1.38 release.
17310         * gcc.ieee: Related changes.
17312 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
17314         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
17315         "exec". Minor reformatting changes.
17317         * config/rom68k.exp (${tool}_load): Make it work in a canadian
17318         cross. This means all "exec" calls now work on a remote host as
17319         well.
17320         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
17321         cross. Filter out the extra "\r\n" stuff that expect puts in.
17322         (c-torture-execute): Filter out the bogus warnings like
17323         c-torture-compile does. Add support for canadian cross.
17324         * lib/gcc.exp (default_gcc_version, default_gcc_start)
17325         Use execute_anywhere rather than calling exec directly. Now it
17326         works for canadian cross testing.
17328 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
17330         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
17331         results into a variable, and check that rather than using file exists.
17333 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
17335         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
17336         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
17338 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17340         * g++.old-deja/old-deja.exp: Create and pass runshlib and
17341         lib_curses if there's a shared libg++ in the build tree.
17343 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
17345         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
17346         if not supported target.
17348 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
17350         * lib/g++.exp (g++_init): Move empty setting of runshlib and
17351         link_curses up to always happen, not just for native builds.
17353 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
17355         * gcc.c-torture: Update to c-torture-1.36 release.
17356         * gcc.failure: Related changes.
17358 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
17360         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
17362 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
17364         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
17365         * lib/mike-g++.exp (postbase): Not in here.  Still reference
17366         runshlib, link_curses, and mathlib for link and run.
17368         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
17369         pass the runtime shared library options for Solaris, OSF/1, and
17370         Irix5, and link with -lcurses to avoid unresolved references.
17372 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
17374         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
17375         only run once.
17377 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
17379         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
17381 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
17383         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
17384         do not have a framework for the "compat" tests yet.
17386 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
17388         * lib/mike-g++.exp (postbase): New local variable `mathlib',
17389         set to null if we're testing vxworks5.1.  Use that instead of
17390         `-lm' in the setting of LIBS for link and run.
17392 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
17394         * config/rom68k.exp (${tool}_load): Major changes to make it
17395         work.  Verified that it does in fact return the stuff in
17396         exec_output properly.  Catch any Emul or any TRAP other than 0.
17398 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
17400         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
17401         LDFLAGS properly for targets that need stuff from libgloss.
17402         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
17403         only run once.
17404         (gpp_initialized): New variable.
17406 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
17408         * config/rom68k.exp: Load libgloss.exp.
17409         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
17410         so we can produce a fully linked binary.
17411         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
17412         so we can produce a fully linked binary.
17414 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
17416         * lib/plumhall.exp (ph_section): Watch for expected failures.
17417         Add missing `else'.
17419         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
17420         run the testcase.
17421         (c-torture): Likewise.
17423 1995-08-28  Doug Evans  <dje@cygnus.com>
17425         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
17427         * lib/mike-g++.exp (mike_cleanup): New proc.
17428         (prebase): New globals compiler_result, not_compiler_result,
17429         target_regexp.
17430         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
17431         allow leading "-" in pattern.  Watch for unsupported tests.
17432         If $compiler_result is set, pattern match assembler code,
17433         and ditto for $not_compiler_result.
17434         * lib/mike-gcc.exp: Likewise.
17436         * lib/plumhall.exp (ph_execute): Only call ph_summary if
17437         execution "succeeded".
17439 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
17441         * config/win32.exp: New file.
17442         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
17444 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
17446         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
17447         unsupported.
17448         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
17449         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
17450         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
17452         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
17453         "... without exceptions was ...".  That is now handled by
17454         prune_system_crud.
17455         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17457 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
17459         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
17460         sieve.c,sort2.c}: New files.
17461         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
17462         sieve.exp,sort2.exp}: Drivers for them.
17464         * lib/mike-gcc.exp (program_output): New user settable variable.
17465         (postbase): Call prune_system_crud.  Also prune extraneous compiler
17466         messages.
17467         * lib/mike-g++.exp (program_output): New user settable variable.
17469         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
17471         * config/sh.exp: Deleted (use sim.exp instead).
17473 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
17475         * config/vx.exp: Declare CHECKTASK as global.
17476         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
17477         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
17478         * lib/old-dejagnu.exp: Load [pwd]/$executable.
17480 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17482         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
17483         target. Like vx.exp, only includes `vx29k.exp' instead of
17484         `vxworks.exp'.
17486 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
17488         * config/sim.exp: Increase time limit from 120 seconds to 240.
17490 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
17492         * gcc.c-torture/execute/950628-1.c: New test.
17494 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
17496         * gcc.c-torture: Update with changes/additions from
17497         c-torture-1.34.
17499 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
17501         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
17503 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
17505         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
17507 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
17509         * gcc.c-torture/compile/950512-1.c: New test.
17510         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
17511         * gcc.dg/struct-ret-1.c: Likewise.
17513 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
17515         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
17516           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
17518 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
17520         * gcc.c-torture/special/920411-1.c: Deleted.
17521         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
17523 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
17525         * config/sim.exp (${tool}_load): Hack in call to bash to get a
17526         cpu limit.
17528 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
17530         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
17532 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
17534         From kenner;
17535         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
17536         is the proper length.
17537         * va-arg-3.c: Likewise.
17539 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
17541         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
17542         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
17544         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
17545         * lib/g++.exp (default_g++_start): Delete old cruft.
17547 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
17549         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
17550         (2 * (1 << 18)) to (2 * (1 << 17)).
17552         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
17554 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
17556         * config/rom68k.exp: Renamed from config/idp.exp
17558 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
17560         * c-torture/compile/921109-2.c
17562 1995-04-18  Mike Stump  <mrs@cygnus.com>
17564         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
17565         excess errors.
17567 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
17569         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
17570         output.
17571         * lib/g++.exp (default_g++_start): Likewise.
17573 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
17575         * gcc.c-torture/compile/950329-1.c: New test.
17577 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17579           * config/bug.exp (${tool}_load): Updated to use new remote_open
17580           and remote_close procs.
17581         * config/idp.exp: New file.
17583 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17585         * gcc.c-torture/execute/950322-1.c: New test.
17587 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17589         * config/vx.exp (${tool}_load): Clean up testing of return code from
17590         vxworks_ld and vxworks_spawn.
17592 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17594         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17596 1995-03-13  Mike Stump  <mrs@cygnus.com>
17598         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17599         can mark excess errors on a machine by machine basis.  Note, the
17600         default is to not expect any excess errors, even when excess
17601         errors test - is given, so you will want to put an XFAIL ... on
17602         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17603         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17604         those 4 machines, but no others.
17606 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17608         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17609         * lib/c-torture.exp: to here.
17611 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17613         * gcc.c-torture/execute/950221-1.c: New test.
17614         * gcc.c-torture/execute/struct-ret-1.c: New test.
17615         * gcc.c-torture/compile/950221-1.c: New test.
17617         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17619 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17621         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17622         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17624 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17626         * g++.gb: New directory of tests, derived from my signature and
17627         class scoping tests.
17629         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17630         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17631         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17632         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17633         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17634         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17635         * g++.gb/sig25.C: Likewise.
17637         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17638         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17639         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17640         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17641         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17642         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17643         * g++.gb/sig25.exp: Likewise.
17645         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17646         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17647         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17648         * g++.gb/scope13.C: Likewise, this test still fails.
17650         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
17651         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
17652         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
17653         * g++.gb/scope13.exp: Ditto.
17655         * g++.gb/README: New file, explains what these tests are about.
17657 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
17659         * lib/dg.exp (dg-do): Support `preprocess'.
17660         (dg-test): Likewise.
17662 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
17664         * config/udi.exp: change "continue -expect" to "exp_continue".
17666 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
17668         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
17669         Delete redundant tests.
17671         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
17672         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
17673         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
17674         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
17675         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
17676         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
17677         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
17678         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
17680         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
17681         storing label pointers.
17682         * gcc.c-torture/execute/921019-1.c: Likewise.
17683         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
17684         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
17685         parameter fp.
17686         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
17687         constants.
17689         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
17690         Delete obsolete tests.
17692         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
17693         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
17694         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
17695         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
17696         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
17697         * gcc.c-torture/compile/950124-1.c: New test.
17699         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
17701 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
17703         * lib/mike-g++.exp: Add -lm to LIBS.
17705 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
17707         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
17709 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
17711         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
17713 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
17715         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
17717 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
17719         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
17720         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
17721         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
17722         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
17723         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
17724         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
17725         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
17726         * g++.law/{operators31.C, operators32.C,
17727         * g++.law/{operators33.C, operators34.C}: Likewise.
17728         * g++.law/{pic1.C, refs2.C}: Likewise.
17729         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
17730         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
17731         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
17732         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17734         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
17735         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
17736         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
17737         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
17738         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
17739         * g++.law/{enum9.exp, friend5.exp}: Likewise.
17740         * g++.law/{nest3.exp, nest4.exp}: Likewise.
17741         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
17742         * g++.law/{operators30.exp, operators31.exp}: Likewise.
17743         * g++.law/{operators32.exp, operators33.exp}: Likewise.
17744         * g++.law/{operators34.exp}: Likewise.
17745         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
17746         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
17747         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
17748         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
17749         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17751         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
17752         No longer expected to fail.
17753         * g++.law/missed-error3.C: Tweak for recent bool changes.
17755 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
17757         * config/emb-unix: Deleted.
17758         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
17759         remote execution.  Do final link on remote host if REMOTE_LINK is set.
17761 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
17763         * lib/dg.exp (dg-test): Fix typo in last patch.
17765 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
17767         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
17768         (handles multiple occurrences).
17770 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
17772         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
17773         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
17774         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
17775         printed).
17776         * lib/c-torture.exp (c-torture-compile): Likewise.
17777         (c-torture): Prepend full path if missing.
17778         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
17779         (gcc_fail): Likewise.
17780         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
17782 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
17784         * lib/netware.exp: Only attach to NetWare i386 systems.
17786 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
17788         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
17789         messages.  Add test name to "output pattern match" pass/fail message.
17791 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
17793         * gcc.dg: New testsuite.
17794         * gcc.dg/dg.exp: New file.
17796         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
17797         test-switch.c}: Deleted.
17799         * gcc.misc-tests/msgs.exp: New testcase driver.
17801 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
17803         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
17804         Watch for illegal return values from ${tool}_load.
17805         * config/unix.exp (${tool}_load): Fix pass/fail detection for
17806         cross targets.  Coerce return value >0 to 1.
17808 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
17810         * config/unix.exp (${tool}_load): Call program rsh, not proc.
17812         * config/emb-unix.exp: New file.
17814         * config/sim.exp: Error if variable $SIM not defined.
17815         (${tool}_load): Mark test as "untested" if simulator missing.
17817         * config/unix.exp: Load remote.exp to get rcp_download.
17818         * lib/c-torture.exp: Use different option lists for testcases with
17819         and without loops.
17820         * gcc.c-torture/execute/execute.exp: Likewise.
17822 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
17824         * config/*.exp: Clarify return code from ${tool}_load.
17825         Call `unresolved' or `untested' instead of `warning' or `perror'
17826         (sometimes you still want to call both though).
17827         Add comment that `shell_id' is local to each file.
17828         * config/udi.exp (timeout): Set to 30.
17829         Don't print warning if connection fails, $connectmode has already
17830         printed an error.
17831         (${tool}_load): Move verbose messages to level 2.
17832         Rework pattern for "Process started" message.
17833         Pass `shell_id' to ${connectmode}_download.
17834         Retry twice upon timeout.  Make resetting of target more robust.
17835         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
17836         Pass `shell_id' to exit_$connectmode.
17837         Only call exit_$connectmode if connected.
17838         * config/unix.exp (${tool}_load): Check return codes better.
17839         * config/vrtx.exp (${tool}_load): Likewise.
17840         * config/vx.exp (${tool}_load): Likewise.
17841         Delete unneeded global's.
17842         * lib/dg.exp (dg-test): Update to reflect clarified return codes
17843         from ${tool}_load.
17844         (dg-stat): Delete.
17845         (dg-init): Delete recording of pass/fail counts.
17846         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17847         (old-dejagnu-init): Likewise.
17848         (old-dejagnu-stat): Delete contents, empty proc now.
17849         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
17850         (c-torture): Delete references to lcnt, lpass, lfail.
17851         Get option list from TORTURE_OPTIONS.
17852         Delete -funroll[-all]-loops if no loops.
17853         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
17854         (g++_stat): Delete contents (empty proc now).
17855         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
17856         (gcc_finish): Likewise.
17857         (gcc_stat): Deleted.
17858         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
17859         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
17860         * gcc.c-torture/execute/execute.exp: Likewise.
17861         Split tests into two parts: compile, execute.
17862         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
17863         no loops.  Update to reflect clarified return codes from ${tool}_load.
17865 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
17867         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
17868         to grep for.
17869         (old-dejagnu): Likewise (where necessary).
17871 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
17873         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
17875         * lib/dg.exp (dg-process-target): Fix processing of selector.
17876         Add comment regarding use of `error'.
17878         * lib/gcc.exp (prune_system_crud): Define if missing.
17879         * lib/g++.exp (prune_system_crud): Likewise.
17881         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
17882         Call prune_system_crud.
17883         * lib/dg.exp (dg-runtest): New proc.
17884         Use perror instead of send_user for tcl errors in testcase.
17885         Don't return any value, it's never used.
17886         Don't clobber previous definition of `unknown'.
17887         Print tcl errors in `dg-final'.
17889 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
17891         * lib/dg.exp (dg-process-target): Improve syntax error messages.
17892         (dg-test): Don't print errorInfo, it contains stack backtrace.
17894 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
17896         * lib/g++.exp (runtest_file_p): Define if missing.
17898 1994-09-24  Doug Evans  (dje@cygnus.com)
17900         * lib/mike-g++.exp: Comment out loading of g++.exp.
17901         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
17902         (default_g++_version): Always print something.
17903         (default_g++_start): Comment out call to `which'.
17904         (g++_start, g++_load): Deleted (must be defined in config file).
17905         * lib/gcc.exp: Test for existence of $CC at start.
17906         Delete check for tmpdir (done in gcc_init).
17907         (default_gcc_version): Always print something.
17908         (default_gcc_start): Comment out call to `which'.
17909         * config/*.exp: Major cleanup - make cross targets work at least a
17910         little better for g++ (by not being "--tool gcc" specific).
17911         Rename gcc_xxx to ${tool}_xxx.
17912         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
17913         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
17915 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
17917         * lib/c-torture.exp (c-torture-compile): Rework compiler
17918         message processing.
17920         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
17921         c-torture.
17923 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
17925         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
17927         * lib/dg.exp (dg-process-target): Support { target native }.
17929 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
17931         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
17932         looked for "... program xxx got fatal signal".
17933         Correct regsub munging of `comp_output'.
17934         Ignore compiler messages "path prefix not used" and "linker input
17935         file unused".
17937 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
17939         * lib/gcc.exp (runtest_file_p): Define if missing.
17940         * gcc.prms/template.c: Example to work from.
17942 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
17944         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
17945         * lib/dg.exp (dg-test): Call unsupported testcases as such.
17947         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
17948         * gcc.prms/1883.c: Moved from compile/940714-1.c.
17949         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
17950         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
17952         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
17953         (dg-process-target): No longer a varargs proc.
17954         Return S/N for target, P/F for xfail.  All callers changed.
17955         (user option procs): More argument checking.
17956         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
17957         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
17958         (dg-test): Skip test if not running on selected target in `dg-do'.
17959         Update handling of `dg-do-what', `dg-output-text'.
17960         Separate execution pass/fail from output pattern match pass/fail.
17961         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
17963 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
17965         * gcc.c-torture/special/special.exp: Don't expect failure for mips
17966         target for 920510-1.c.
17968 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
17970         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
17971         Clean up comment regarding use of passcnt, etc.
17972         (gcc_stat): Don't update `testcnt' here.
17973         (gcc_finish): Do it here.
17974         Might as well reset `but_id' here too.
17975         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
17976         to determine if the file should be tested.
17977         * gcc.c-torture/compile/compile.exp: Likewise.
17978         * gcc.c-torture/execute/execute.exp: Likewise.
17979         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
17980         * gcc.misc-tests/dg-test.exp: Likewise.
17981         * gcc.prms/prms.exp: Likewise.
17982         * gcc.wendy/wendy.exp: Likewise.
17983         * g++.old-deja.exp: Likewise.
17984         Move "Testing file" message to verbose level 1.
17986 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
17988         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
17990 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
17992         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
17993         (default_gcc_start): Accept optional second list element
17994         of compiler flags.  Print compiler output at verbosity level 2.
17995         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
17996         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
17997         Save current values of framework globals passcnt, failcnt, xpasscnt,
17998         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
17999         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
18000         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
18001         xfailcnt to compute stats.  Update framework global `testcnt' from
18002         pass/fail counts.
18003         (gcc_finish): New proc.  Clean up test environment.
18004         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
18005         (gcc_epass, gcc_efail): Delete.
18006         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
18007         argument of line number.
18008         (dg-init): If the tool has an init routine, call it.
18009         (dg-test): Remove args `cflags_var' and `libs_var'.
18010         Pass all compiler options to ${tool}_start.
18011         Handle missing line number.
18012         (dg-finish): New function.
18013         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
18014         particular files.  Call gcc_finish at end.  Move "skipping test"
18015         message to verbosity level 3.
18016         * gcc.c-torture/compile/compile.exp: Likewise.
18017         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18018         * gcc.c-torture/execute/execute.exp: Likewise.
18019         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18020         Print testcase being tried at verbosity level 1.
18021         * gcc.c-torture/special/special.exp: Unset xfail.
18022         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18023         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
18024         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
18025         * gcc.failure/failure.exp: Likewise.
18026         * gcc.ieee/ieee.exp: Likewise.
18027         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
18028         Update call to dg-test.  Call dg-finish at end.
18029         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
18030         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18031         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
18032         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
18033         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
18034         * gcc.wendy/wendy.exp: Add copyright.
18035         Delete setting of tmpdir (done by gcc_init).
18036         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
18037         Pass compiler flags to gcc_start.  Call gcc_finish at end.
18038         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
18039         gcc_[ce]pass/fail.
18041 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
18043         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
18044         confusion.
18045         (g++_load): Likewise.
18047         * config/*.exp (gcc_load): Some were varargs fns and some were not.
18048         Rename argument to `prog' to remove the confusion.
18049         Varargs fns behave differently too!
18050         (g++_load): Likewise.
18052         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
18054         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
18055         what it is.  Delete (always) printing of status value for !native.
18056         Simplify verbose code, and include status and exec_output.
18057         (g++_load): Use gcc_load.
18059 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
18061         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
18062         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
18063         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
18064         940714-3.c as these testcases don't exist anymore.  Make
18065         va-arg-1.c expected to pass.
18067 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
18069         * gcc.misc-tests/misc.exp: Only run specific testcases.
18070         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
18071         * gcc.misc-tests/dg-[1-9].c: New files.
18073         * lib/dg.exp: New testsuite driver.
18074         * gcc.prms/prms.exp: Use it.
18076         * README.gcc: New file.
18078         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
18079         Document and reset `lxpass' and `lxfail'.
18080         Simplify "initialized" message.
18081         (gcc_stat): Clean up comments a little.
18083 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
18085         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
18087 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
18089         * lib/old-dejagnu.exp (process-option): New proc.
18090         (old-dejagnu-init, old-dejagnu-stat): Likewise.
18091         (old-dejagnu): Simplify.
18092         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
18094 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
18096         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
18097         exists and is not an empty string.
18099         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
18100         $xfail rather than calling setup_xfail.  Clear $xfail when test is
18101         finished.
18102         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
18103         automatically.
18105         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
18106         longer expected to fail.
18108         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
18109         "f" function call.
18111         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
18113         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
18114         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
18115         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
18116         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
18117         c-torture-1.29.
18119         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
18120         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
18122         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
18124         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
18125         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
18127         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
18128         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
18129         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
18131 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
18133         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
18134         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
18135         940714-1.c, 940714-2.c, 940714-3.c},
18136         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
18137         gcc.misc-tests/{mg.c,mg.exp}:
18138         New tests.
18139         * gcc.noncompile/noncompile.exp: Change accordingly.
18141 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
18143         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
18144         Undo previous clobberage.
18146 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
18148         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
18149         * gcc.special/{930510-1.c, special.exp}:
18150         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
18151         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
18152         struct-varargs-1.c}: New tests from c-torture-1.26.
18154 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
18156         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
18157           argument to switch.
18159 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
18161         * Revert the previous changes.  Please see Rob's directory
18162           (/lisa/test/rob/progressive/gcc/testsuite) for testing
18163           fixes.
18165 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
18167         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
18168             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
18169             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
18170             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
18171             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
18172             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
18173             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
18174             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
18175             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
18176             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
18177             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
18178             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
18179             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
18180             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
18181             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
18182             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
18183             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
18184             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
18185             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
18186             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
18187             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
18188             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
18189             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
18190             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
18191             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
18192             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
18193             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
18195 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
18197         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
18198             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
18199           with perror calls.
18201 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
18203         * config/unix.exp (g++_load): Fix syntax.
18205 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
18207         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
18208         * gcc.noncompile/921017-1.c: Deleted obsolete test.
18209         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
18210         Don't expect va-arg-1.c to fail.  Correct expected output for
18211         920928-1.c.
18212         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
18213         * gcc.wendy/hbm4.c: Correct typo.
18214         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
18216 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
18218         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
18219         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
18220         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
18221         * lib/c-torture.exp (c-torture-compile): Ditto.
18223         Reduce volume of output (remove all the -I's and such).
18224         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
18225         Call gcc_cpass, gcc_cfail.
18226         (c-torture): Pass testing option to c-torture-compile.
18228 1994-03-21  Doug Evans  (dje@cygnus.com)
18230         Bring patches over from progressive.
18231         * config/default.exp: Exit remote shell cleanly.
18232         (g++_exit, g++_start): Add default versions.
18233         * config/sim.exp (gcc_load): Use perror, not error.
18235 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
18237         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
18238         set in site.exp.
18240 1994-03-14  Doug Evans  (dje@cygnus.com)
18242         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
18243         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
18244         (wendy_try): New proc to run testcase.
18245         (main loop): Call 'em.
18246         * gcc.wendy/*.c: Clean up pass to correct expected output.
18248         * lib/gcc.exp: Minor cleanup work.
18249         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
18251 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
18253         * config/sim.exp (gcc_load): Document return codes better.
18254         Don't pass -v to simulator.
18256 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
18258           * gcc.special/920717-x.c: Fix typo.
18259           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
18260           get at sources.
18262         * lib/mike-gcc.exp: Fix typo.
18264 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
18266         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
18267         binary to use, transform the name.
18268         * config/*.exp: rename everything. Nuke any g++ specific files,
18269         it's now a special case of gcc that requires no special support.
18270         Add a default.exp for unsupported targets.
18272 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
18274         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
18275         lib/old-dejagnu.exp: Fix a few patterns to work with the new
18276         version of Tcl.
18278 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
18280         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
18281         than a warning.
18283 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
18285         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
18287 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
18289         * gcc.execute/execute.exp: Combine opt_list and foption_list into
18290         option_list.  Compile every file with only 4/6 option choices
18291         (same as C torture) instead of with 12/18 different option
18292         choices.
18293         * lib/c-torture.exp: Likewise.
18295         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
18296         not already set.
18298 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
18300         * lib/old-deja.exp: Add `excess errors test fails' error, now one
18301         can put an XFAIL *-*-* on excess errors.
18303 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
18305         * g++.law: Add more tests derived from g++-bugs snapshots.
18307         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
18308         equivalent to g++.law/init9.
18310         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
18311         compiled it, and the a.out file after we've run it.
18313 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
18315         * lib/mike-g++.exp (postbase): Delete the .o file after we've
18316         compiled it, and the a.out file after we've run it.
18318 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
18320         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
18322 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
18324         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
18325         version number.
18327 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
18329         * g++.law: New directory of g++ tests derived from the g++-bugs
18330         snapshots.
18332 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
18334         * gcc.compile: initbug1.c initbug1.exp testcase added
18336 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
18338         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
18339         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
18340           fixes submitted by Jeff Law (law@cs.utah.edu)
18341         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
18342           Jeff Law (law@cs.utah.edu)
18345 1993-11-30  Mike Stump  (mrs@cygnus.com)
18347         * config/unix-g++.exp: Follow the gcc way of doing things.
18348         * g++.old-deja/old-deja.exp: Minor updates.
18349         * lib/g++.exp: New file, follow the gcc way of doing things.
18350         * lib/old-dejagnu.exp: Minor updates.
18351         * lib/mike-g++.exp: Always unset errorInfo.
18353 1993-11-06  Mike Stump  (mrs@cygnus.com)
18355         * lib/gcc.exp: Fix some errors with the below change, CC and
18356         CFLAGS should be global when setting, not local.
18358 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
18360         * lib/gcc.exp: Transform tool name.
18362 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18364         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
18366 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18368         * lib/gcc.exp: change gcc_done to gcc_stat
18370 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18372         * Upgraded gcc testsuite to c-torture version 1.25
18374 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
18376         * lib/gcc.exp: added reporting code. Changed verbose compile message.
18377         * lib/c-torture: added hooks for new reporting code.
18379 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
18381         * config/sh-gcc.exp: check if sh-sim exists in the path
18383 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
18385         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
18386         * gcc.compile/compile.exp: Initial changes for new logic.
18387         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
18388         * gcc.failure/failure.exp: Initial changes for new logic.
18389         * gcc.ieee/ieee.exp: Initial changes for new logic.
18390         * gcc.misc-tests/misc.exp: Initial changes for new logic.
18391         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
18392         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
18393         * lib/c-torture.exp: Initial changes for new logic.
18394         * lib/gcc.exp: Initial changes for new logic.
18396 1993-10-15  Mike Stump  (mrs@cygnus.com)
18398         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
18399         depend upon failure or success.  Fully qualify names in failure
18400         and success messages.  Always remove a.out before starting
18401         compile, just in case.  Pay more attention to error text output by
18402         the compiler.  Handle testcases with no known past errors just
18403         like all others, so that things are uniform.  Other miscellaneous
18404         improvements.
18406 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
18408         * gcc.cpp: new directory for cpp tests
18410 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
18412         * lib/chill.exp: Code reformatted, removed unused code.
18413         * config/unix-chill.exp: Code reformatted, removed unused code.
18414         * chill.execute/execute.exp: Code reformatted, removed unused code.
18415         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
18417 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
18419         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
18420         routines not written.
18422 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
18424         * config/bug-gcc.exp: Use new procs from bug.exp.
18426 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
18428         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
18429         via ftp, rather than depending on NFS.
18430         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
18431         case.
18433 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
18435         * config/bug-gcc.exp: Use new download proc.
18437 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
18439         * chill.execute/execute.exp: cleanups, handles errors better
18440         * chill.compile/compile.exp: rewrite, based on execute.exp
18441         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
18442         * lib/chill.exp: major changes to diff proc and compile and link
18443           procs. added chill_fail and chill_pass wrappers to pass and
18444           fail. added more comments, and handle error codes better.
18445           Added a hack to capture stderr from exec, so noncompile tests
18446           can work.
18448 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
18450         * chill.execute/execute.exp: rewrite of testsuite driver
18451         * lib/chill.exp: rewrite of testsuite driver
18452         * config/unix-chill.exp: rewrite of testsuite driver
18454 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
18456     In chill.execute:
18457         * iexpr.ch: Standardize uppercase.
18458         * tuples.dat: Standardize uppercase.
18459         * vary.ch: standardize.  Correct varying string assignments.
18460         * vary.dat: Add new output lines.
18462 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
18464     In chill.execute:
18465         * chprintf.ch: Standardize use of uppercase.
18466         * tuples.ch: Standardize and turn arr2 into a DCL,
18467           rather than a SYN.
18468         * pinits.ch: Standardize.
18470 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
18472         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
18473         * Makefil: Renamed to Makefile.in.
18474         * configure.in: New.
18476 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
18478     In chill.execute:
18479         * .cvsignore: Add result/output files.
18480         * Makefile: Fix up variables at start.  Use MFLAGS
18481           everywhere.  Correct bool_loc, built_ins entries.
18482           Add entry for vary1.ch.
18483         * bitarray.ch: Standardize upper-case usage.
18484         * bitexpr.ch: Standardize, add output of b1.
18485         * params.ch: Use arrayt in along PROC parameters, to
18486           avoid novelty problems.
18487         * sets.ch: Tiny cleanup.
18488         * vary1.ch: Re-indent.
18490 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
18492           * Add PR-related files to Makefiles, .cvsignore files, etc.
18494 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
18496         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
18497           with compiler objects. New names are test-flow.c and test-loop.c
18499 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
18501         * Upgraded c-torture tests from 1.19 to 1.20
18503         * new files:
18504         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
18505         * gcc.compile: 930623-1.c 930623-2.c
18506         * gcc.noncompile: 930622-1.c 930622-2.c
18507         * gcc.failure: 920411-1.c 920627-2.c
18508         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
18510 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
18512         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18513           More changes to get testsuite working properly. Needs more work.
18514           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
18516 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
18518         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18519           More changes to get testsuite working properly. Needs more work.
18521 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
18523         * chill.compile/compile.exp: Added for Dejagnu support
18524         * chill.execute/execute.exp: Added for Dejagnu support
18525         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
18527 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
18529     This should complete moving the CHILL test files.
18530         * chill.noncompile(.cvsignore printf.grt
18531             in-printf.grt chprintf.grt chprintf.ch):
18532             Added test-support files.
18533           (Makefile): Modified further.
18534         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
18535             signal.ch): Added test files.
18536           * chill.execute (.cvsignore printf.grt printr.c
18537             in-printf.grt rts.c chprintf.grt rts.h): Added
18538           test-support files.
18539             (Makefile): More corrections.
18541 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
18543         * chill.compile, chill.execute, chill.nocompile: Add CHILL
18544           test cases, ready for DejaGnu.
18546 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
18548         * Upgraded c-torture tests from 1.18 to 1.19
18550         * gcc.compile: added test(s):
18551           930607-1.c
18552         * gcc.execute: added test(s):
18553           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
18555         * added new subdirectory for misc tests: gcc.misc-tests
18556         * gcc.misc-test(s): added tests:
18557           inst-check.c test-consts.c test-ior.c test-switch.c
18559 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
18561         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
18563 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
18565         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
18567 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
18569         * Upgraded c-torture tests from 1.17 to 1.18
18571 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
18573         * Upgraded c-torture tests from 1.12 to 1.17
18575 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
18577         * lib/old-dejagnu.exp:
18578           Fixed handling of XFAIL target triplets to correctly
18579           recognize wildcard characters.  Removed code that
18580           appended a unique id tag to the end of the file name
18581           printed out by the result of the testcases within a
18582           given test file.
18584 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18586         * lib/old-dejagnu.exp:
18587           Reworked expected failure handling to trigger off of XFAIL
18588           keyword in keyphrase embeded in testcase source code. The
18589           XFAIL keyword must be at the end of the keyphrase line. It
18590           may optionally be followed by one or more target triplets.
18591           It has just occured that the handling of wildcards in the
18592           target triplet may not be correct.
18594 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18596         * g++.old-deja/tests:
18597           Moved all subdirectories up one level into g++.old-deja .
18599         * lib/old-dejagnu.exp:
18600           Fixed problem with CXXFLAGS not being properly reset, and being
18601           corrupted with extraneous "-c" compiler option.  This was
18602           causing binaries to not be generated for test that needed them.
18603           Modified strings passed to "pass" and "fail" so that individual
18604           tests from the same test file would be distinguished by an
18605           identifier appended to the test file name in the summary logs;
18606           this corrected a problem with erroneous diff logs.  Added code
18607           to search testcases for expected fail and unexpected pass keywords.
18609 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18611         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18613 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18615         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18616           Removed extraneous text from end of "Special g++ Options"
18617           keyphrase.
18619         * lib/old-dejagnu.exp: Added pattern matching to look for new
18620           keywords, embedded in testcases comments, which will trigger
18621           calls to xpass and xfail.
18623 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18625         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18626           comments embedded in the testcases, especially the one looking for
18627           special compiler options, as well as the pattern matching for the
18628           compiler output again.
18630 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18632         * lib/old-dejagnu.exp: Do a proper check of the return value for
18633           execute tests. Fixed several problems with the pattern matching
18634           of the compiler output which gave erroneous test results.
18635           Changed several of the test result messages to be more descriptive.
18636         * config/unix-g++.exp: Proc g++_load now actually works and
18637           executes the tests passed to it and returns a usable return
18638           value.
18640 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18642           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18644 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18646         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18647           Modified both files to properly execute the old style
18648           dejagnu tests. The previous versions of these files were
18649           experimental and did not function anything near correctly.
18651 1993-04-05  Rob Savoye  (rob@cygnus.com)
18653         * Removed all Makefile.in and configure.in files. No configuration
18654         needed now.
18656 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
18658         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
18660 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18662         * gcc.compile/configure.in, gcc.unsorted/configure.in,
18663         gcc.special/configure.in, gcc.noncompile/configure.in,
18664         gcc.execute/configure.in, gcc.code_quality/configure.in,
18665         g++.other/configure.in, g++.old-deja/configure.in,
18666         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
18667         in srcname setting.
18669 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
18671         * lib/udi.exp:  Fixed mondfe and mondfe_download.
18672         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
18673         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
18675 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
18677         * config/udi-gdb.exp: Check $shell_id after connecting to target.
18678         (gdb_exit): Don't remove *_soc files.
18680 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
18682         * lib/c-torture.exp: Don't look for main; instead always use -w
18683         -c.  This is how the c-torture tests work.  Remove the object
18684         file if the compilation succeeds.
18685         * gcc.execute/execute.exp: Remove executable if test passes.
18686         * gcc.noncompile/noncompile.exp: Every test is an expected
18687         failure.
18688         * gcc.special/special.exp: Added tests from c-torture 1.11,
18689         corrected use of existing test.
18690         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
18691         gcc.execute/920625-1.c: Updated to c-torture 1.11.
18692         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
18693         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
18694         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
18695         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
18696         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
18697         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
18698         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
18699         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
18700         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
18701         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
18702         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
18703         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
18704         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
18705         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
18706         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
18707         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
18708         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
18709         c-torture 1.11.
18710         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
18711         correspond to c-torture 1.11.
18713         * New file.