* c-typeck.c (common_type): Prefer long long to long when same
[official-gcc/alias-decl.git] / gcc / testsuite / ChangeLog
blob040aac8a716d28c391d5d162413b7671dbf474b8
1 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
3         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
7         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
9 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
11         * lib/target-supports.exp (check_named_sections_available): New.
12         * lib/gcc-dg.exp (dg-require-named-sections): New.
13         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
14         old-deja.exp.  Also prune error-count message from HP linker.
15         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
17         * g++.dg/init/init-ref4.C: Use dg-require-weak.
18         * g++.old-deja/g++.pt/static3.C: Likewise.
19         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
21 2004-04-09  Roger Sayle  <roger@eyesopen.com>
23         * gcc.c-torture/execute/20040409-1.c: New test case.
24         * gcc.c-torture/execute/20040409-2.c: New test case.
25         * gcc.c-torture/execute/20040409-3.c: New test case.
27 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
29         * gcc.dg/20040409-1.c: New test.
31 2004-04-08  Roger Sayle  <roger@eyesopen.com>
33         PR target/14888
34         * g++.dg/opt/pr14888.C: New test case.
36 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
38         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
39         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
40         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
41         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
42         New tests.
44 2004-04-08  Paul Brook  <paul@codesourcery.com>
46         * gcc.dg/spill-1.c: New test.
48 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
50         * gcc.dg/torture/builtin-ctype-2.c: New test.
52 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
54         * gcc.dg/pch/pch.exp: Add largefile test.
56 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
58         * g++.dg/pch/externc-1.Hs: New.
59         * g++.dg/pch/externc-1.C: New.
61 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
63         * gcc.dg/compat/struct-by-value-5a_main.c,
64         gcc.dg/compat/struct-by-value-5b_main.c: New files.
65         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
66         * gcc.dg/compat/struct-by-value-5a_x.c,
67         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
68         gcc.dg/compat/struct-by-value-5_x.c.
69         * gcc.dg/compat/struct-by-value-5a_y.c,
70         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
71         gcc.dg/compat/struct-by-value-5_y.c.
73         * gcc.dg/compat/struct-by-value-6a_main.c,
74         gcc.dg/compat/struct-by-value-6b_main.c: New files.
75         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
76         * gcc.dg/compat/struct-by-value-6a_x.c,
77         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
78         gcc.dg/compat/struct-by-value-6_x.c.
79         * gcc.dg/compat/struct-by-value-6a_y.c,
80         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
81         gcc.dg/compat/struct-by-value-6_y.c.
83         * gcc.dg/compat/struct-by-value-7a_main.c,
84         gcc.dg/compat/struct-by-value-7b_main.c: New files.
85         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
86         * gcc.dg/compat/struct-by-value-7a_x.c,
87         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
88         gcc.dg/compat/struct-by-value-7_x.c.
89         * gcc.dg/compat/struct-by-value-7a_y.c,
90         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
91         gcc.dg/compat/struct-by-value-7_y.c.
93 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
95         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
96         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
97         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
98         options.
100 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
102         * gcc.dg/builtins-36.c: New test.
104 2004-04-06  Paul Brook  <paul@codesourcery.com>
106         * README.gcc: Remove obsolete contraint on testcases.
108 2004-04-05  Paul Brook  <paul@codesourcery.com>
110         PR2123
111         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
112         failure and exit(0) on success.
113         * g++.dg/expr/anew2.C: Ditto.
114         * g++.dg/expr/anew3.C: Ditto.
115         * g++.dg/expr/anew4.C: Ditto.
117 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
119         PR c++/3518
120         * g++.dg/template/unify7.C: New.
122 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
124         * g++.dg/README: Bring up to date with new subdirectories; remove
125         duplicate subdirectory lines.
127 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
129         PR c++/14007
130         * g++.dg/template/unify5.C: New.
131         * g++.dg/template/unify6.C: New.
132         * g++.dg/template/qualttp20.C: Adjust.
133         * g++.old-deja/g++.jason/report.C: Adjust.
134         * g++.old-deja/g++.other/qual1.C: Adjust.
136 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
138         PR c++/14803
139         * g++.dg/inherit/ptrmem1.C: New test.
141 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
143         PR c++/14755
144         * gcc.c-torture/execute/20040331-1.c: New test.
145         * gcc.dg/20040331-1.c: New test.
147 2004-04-01  Paul Brook  <paul@codesourcery.com>
149         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
151 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
153         PR c++/14724
154         * g++.dg/init/goto1.C: New test.
156         PR c++/14763
157         * g++.dg/template/defarg4.C: New test.
159 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
161         * gcc.dg/altivec-11.c: Extend test for more valid cases.
163 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
165         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
167 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
169         * gcc.dg/noncompile/undeclared-2.c: New test.
171 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
173         * gcc.dg/940409-1.c: Remove XFAIL.
174         * gcc.dg/reg-vol-struct-1.c: New test.
176 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
178         * gcc.dg/torture/builtin-wctype-1.c: New test.
180 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
182         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
183         * gcc.dg/20001101-1.c: Likewise.
184         * gcc.dg/20001102-1.c: Likewise.
186 2004-03-25  Roger Sayle  <roger@eyesopen.com>
188         * gcc.dg/compare8.c: Add an additional test for XOR.
190 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
192         * gcc.dg/torture/builtin-ctype-1.c: New test.
194 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
196         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
197         * gcc.dg/torture/builtin-math-1.c: Likewise.
198         * gcc.dg/torture/builtin-power-1.c: New test.
200 2004-03-24  Andreas Schwab  <schwab@suse.de>
202         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
203         IA64 assembler.
205 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
206             Roger Sayle  <roger@eyesopen.com>
208         * gcc.dg/compare8.c: New test case.
210 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
212         * g++.dg/ext/altivec-7.C: New test.
214 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
216         PR 12267, 12391, 12560, 13129, 14114, 14133
217         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
218         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
219         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
220         Adjust error regexps.
221         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
222         * gcc.dg/noncompile/undeclared-1.c: New test cases.
223         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
224         * gcc.dg/local1.c: Add explanatory comment.
226 2004-03-23  Roger Sayle  <roger@eyesopen.com>
228         PR optimization/14669
229         * g++.dg/opt/fold2.C: New test case.
231 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
233         PR c/14069
234         * gcc.dg/20040322-1.c: New test.
236 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
238         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
239         * gcc.dg/ultrasp4.c: Likewise.
240         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
242 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
244         * gcc.dg/i386-sse-8.c: Reset default options.
246 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
248         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
249         in the error message text.
251 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
253         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
255 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
257         PR c++/14616
258         * g++.dg/init/array13.C: New test.
260 2004-03-20  Roger Sayle  <roger@eyesopen.com>
262         PR target/13889
263         * gcc.c-torture/compile/pr13889.c: New test case.
265 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
267         PR c/14635
268         * builtins-1.c (nan, nans): Don't test.
269         * builtins-30.c: Don't use nan, nanf, nanl.
270         * builtins-35.c: New test.
272 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
274         * g++.dg/ext/altivec-6.C: New test.
276 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
278         * g++.dg/init/placement3.C: New test.
280         * g++.dg/template/spec13.C: New test.
282         * g++.dg/lookup/using11.C: New test.
284         * g++.dg/lookup/koenig3.C: New test.
286         * g++.dg/template/operator2.C: New test.
288         * g++.dg/expr/dtor3.C: New test.
289         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
290         marker.
291         * g++.old-deja/g++.law/visibility28.C: Likewise.
293 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
295         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
296         * gcc.dg/ppc64-abi-3.c: Likewise.
298 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
300         PR c++/14545
301         * g++.dg/parse/template15.C: New test.
303 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
305         * g++.dg/expr/dtor2.C: New test.
307         * g++.dg/lookup/anon4.C: New test.
309         * g++.dg/overload/using1.C: New test.
311         * g++.dg/template/lookup7.C: New test.
313         * g++.dg/template/typename6.C: New test.
315         * g++.dg/expr/cond6.C: New test.
317 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
319         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
321 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
323         * g++.dg/expr/cond5.C: New test.
324         * g++.dg/expr/constcast1.C: Likewise.
325         * g++.dg/expr/ptrmem2.C: Likewise.
326         * g++.dg/expr/ptrmem3.C: Likewise.
327         * g++.dg/lookup/main1.C: Likewise.
328         * g++.dg/template/lookup6.C: Likewise.
330 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
332         * gcc.dg/local1.c: New test.
334         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
336 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
338         * gcc.dg/torture/builtin-convert-1.c: New test.
340 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
342         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
344 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
346         PR c++/14481
347         * g++.dg/warn/Wunused-7.C: New test.
349 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
351         * gcc.dg/torture/builtin-integral-1.c: New test.
353 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
355         PR c++/14586
356         * g++.dg/parse/non-dependent3.C: New test.
358 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
360         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
361         * g++.dg/eh/simd-2.C: Likewise.
362         * g++.dg/init/array10.C: Likewise.
363         * gcc.c-torture/compile/simd-1.c: Likewise.
364         * gcc.c-torture/compile/simd-2.c: Likewise.
365         * gcc.c-torture/compile/simd-3.c: Likewise.
366         * gcc.c-torture/compile/simd-4.c: Likewise.
367         * gcc.c-torture/compile/simd-6.c: Likewise.
368         * gcc.c-torture/execute/simd-1.c: Likewise.
369         * gcc.c-torture/execute/simd-2.c: Likewise.
370         * gcc.dg/compat/vector-defs.h: Likewise.
371         * gcc.dg/20020531-1.c: Likewise.
372         * gcc.dg/altivec-3.c: Likewise.
373         * gcc.dg/altivec-4.c: Likewise.
374         * gcc.dg/altivec-varargs-1.c: Likewise.
375         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
376         * gcc.dg/i386-mmx-3.c: Likewise.
377         * gcc.dg/i386-sse-4.c: Likewise.
378         * gcc.dg/i386-sse-5.c: Likewise.
379         * gcc.dg/i386-sse-8.c: Likewise.
380         * gcc.dg/simd-1.c: Likewise.
381         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
382         __ev64_opaque__ since the machine description provides it.
384 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
386         * lib/compat.exp (skip_list): New global variable.
387         Use it to hold the user defined COMPAT_SKIPS list if any.
388         (compat-obj): Add the members of skip_list to optall.
390 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
392         * gcc.dg/compat/union-by-value-1_main.c,
393         union-by-value-1_x.c, union-by-value-1_y.c,
394         union-check.h, union-defs.h,
395         union-init.h, union-return-1_main.c,
396         union-return-1_x.c, union-return-1_y.c: New files.
398 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
400         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
401         mixed-struct-init.h: Add 4 mixed structure types.
402         struct-by-value-21_main.c, struct-by-value-21_x.c,
403         struct-by-value-21_y.c, struct-return-21_main.c,
404         struct-return-21_x.c, struct-return-21_y.c: New files.
406 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
408         PR c++/14550
409         * g++.dg/parse/template14.C: New test.
411 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
413         * gcc.c-torture/execute/20040313-1.c: New test.
415 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
417         PR target/14533
418         * gcc.dg/20040311-2.c: New test.
420 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
422         PR other/14544
423         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
424         bit-field.
426 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
428         * gcc.dg/20040305-2.c: Add missing return statement.
430 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
432         * gcc.dg/builtins-34.c: Also check pow10*.
434 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
436         PR target/14262
437         * gcc.dg/20040305-2.c: New test.
439 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
441         * gcc.dg/20040310-1.c: New test.
443 2004-03-11  Roger Sayle  <roger@eyesopen.com>
445         * gcc.c-torture/execute/20040311-1.c: New test case.
447 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
449         PR c++/14476
450         * g++.dg/lookup/enum1.C: New test.
452 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
454         PR c++/14510
455         * g++.dg/lookup/struct2.C: New test.
457 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
459         * gcc.dg/builtins-34.c: New test.
461 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
463         * gcc.dg/torture/builtin-nonneg-1.c: New test.
465 2004-03-09  James E Wilson  <wilson@specifixinc.com>
467         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
468         * gcc.dg/alias-2.c: New testcase.
470 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
472         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
474 2004-03-09  Roger Sayle  <roger@eyesopen.com>
476         * gcc.c-torture/execute/20040309-1.c: New test case.
478 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
480         PR c++/14397
481         * g++.dg/overload/ref1.C: New.
483 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
485         PR c++/14409
486         * g++.dg/template/spec12.C: New test.
488         PR c++/14448
489         * g++.dg/parse/crash14.C: New test.
491 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
493         PR c++/14230
494         * g++.dg/init/ref11.C: New test.
496 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
498         PR c++/14432
499         * g++.dg/parse/builtin2.C: New test.
501 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
503         PR c++/14401
504         * g++.dg/init/ctor3.C: New test.
505         * g++.dg/init/union1.C: New test.
506         * g++.dg/ext/anon-struct4.C: New test.
508 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
510         * g++.dg/lookup/koenig1.C: Tweak error messages.
511         * g++.dg/lookup/used-before-declaration.C: Likewise.
512         * g++.dg/other/do1.C: Likewise.
513         * g++.dg/overload/koenig1.C: Likewise.
514         * g++.dg/parse/crash13.C: Likewise.
515         * g++.dg/template/instantiate3.C: Likewise.
517 2004-03-08  Eric Christopher  <echristo@redhat.com>
519         * * lib/target-supports.exp: Enable libiconv in test
520         compilation.  Fix up error checking.
522 2004-03-08  Roger Sayle  <roger@eyesopen.com>
524         PR middle-end/14289
525         * gcc.dg/pr14289-1.c: New test case.
526         * gcc.dg/pr14289-2.c: Likewise.
527         * gcc.dg/pr14289-3.c: Likewise.
529 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
531         * gcc.c-torture/execute/20040308-1.c: New test.
533 2004-03-07  Roger Sayle  <roger@eyesopen.com>
535         * gcc.c-torture/execute/20040307-1.c: New test case.
537 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
539         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
541 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
543         * gcc.dg/20040306-1.c: New test.
545 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
547         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
548         them static.
549         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
551 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
553         PR c/14465
554         * gcc.dg/decl-6.c: New test.
556 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
558         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
559         Rename LOGPOW -> LOG_POW.
560         (SQRT_EXP, POW_EXP): New.
562 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
564         * gcc.dg/i386-sse-8.c: New test.
566 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
568         PR c/14114
569         * gcc.dg/decl-5.c: New test.
571 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
573         * gcc.dg/20040305-1.c: New test.
575 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
577         PR other/14354
578         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
580 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
582         PR c++/14425, c++/14426
583         * g++.dg/ext/altivec-4.C: New test.
584         * g++.dg/ext/altivec-5.C: New test.
586 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
588         * g++.old-deja/g++.other/linkage1.C: Expect errors about
589         global variables of a type with no linkage.
590         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
591         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
592         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
593         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
594         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
595         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
596         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
597         * g++.dg/warn/deprecated.C: Name enum Color.
598         * g++.dg/overload/VLA.C: Name structure for 'b'.
599         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
601 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
603         * gcc.c-torture/compile/20040304-1.c: New test.
605 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
607         PR 13728
608         * gcc.dg/decl-4.c: New testcase.
610 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
612         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
613         as PRECF if sizeof (float) > sizeof (double).
614         (PRECL): Make it the same as PRECF if
615         sizeof (float) > sizeof (long double).
617 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
619         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
620         system type.  Add check for irix6 which doesn't have c99 runtime.
622 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
624         * gcc.dg/const-elim-1.c: xfail for xtensa.
626 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
628         PR c++/14369
629         * g++.dg/template/cond4.C: New test.
631 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
633         PR c++/14360
634         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
636         PR c++/14361
637         * g++.dg/parse/defarg7.C: New test.
639         PR c++/14359
640         * g++.dg/template/friend26.C: New test.
642 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
644         PR c++/14324
645         * g++.dg/abi/mangle21.C: New test.
647         PR c++/14260
648         * g++.dg/parse/constructor2.C: New test.
650         PR c++/14337
651         * g++.dg/template/sfinae1.C: New test.
653 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
655         PR c++/14267
656         * g++.dg/expr/crash2.C: New test.
658         PR middle-end/13448
659         * gcc.dg/inline-5.c: New test.
660         * gcc.dg/always-inline.c: Split out tests into ...
661         * gcc.dg/always-inline2.c: ... this and ...
662         * gcc.dg/always-inline3.c: ... this.
664 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
666         PR debug/12103
667         * g++.dg/debug/crash1.C: New test.
669 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
671         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
672         function with __attribute__((noinline)).
673         (recurser_void2): Likewise.
674         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
675         (recurser_void2): Likewise.
677 2004-02-29  Roger Sayle  <roger@eyesopen.com>
679         PR middle-end/14203
680         * g++.dg/warn/Wunused-6.C: New test case.
682 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
684         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
685         not defined.
687 2004-02-27  Eric Christopher  <echristo@redhat.com>
689         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
690         * g++.dg/charset/asm2.c: Run only x86.
691         * gcc.dg/charset/asm3.c: Ditto.
693 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
695         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
696         ld_library_path.
698 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
700         * g++.dg/ext/altivec-3.C: New.
702 2004-02-26  Richard Henderson  <rth@redhat.com>
704         * g++.dg/ext/attrib10.C: Mark for warning.
705         * gcc.dg/attr-alias-1.c: New.
707 2004-02-26  Richard Henderson  <rth@redhat.com>
709         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
710         * gcc.c-torture/execute/20040208-2.c: ... it back.
712 2004-02-26  Eric Christopher  <echristo@redhat.com>
714         * lib/target-supports.exp (check-iconv-available): New function.
715         * lib/gcc-dg.exp (dg-require-iconv): New function.
716         Use above.
717         * gcc.dg/charset: New directory.
718         * gcc.dg/charset/charset.exp: New file.
719         * gcc.dg/charset/asm1.c: Ditto.
720         * gcc.dg/charset/asm2.c: Ditto.
721         * gcc.dg/charset/asm3.c: Ditto.
722         * gcc.dg/charset/asm4.c: Ditto.
723         * gcc.dg/charset/asm5.c: Ditto.
724         * gcc.dg/charset/attribute1.c: Ditto.
725         * gcc.dg/charset/attribute2.c: Ditto.
726         * gcc.dg/charset/string1.c: Ditto.
727         * g++.dg/charset: New directory.
728         * g++.dg/dg.exp: Add here. Special options.
729         * g++.dg/charset/charset.exp: New file.
730         * g++.dg/charset/asm1.c: Ditto.
731         * g++.dg/charset/asm2.c: Ditto.
732         * g++.dg/charset/asm3.c: Ditto.
733         * g++.dg/charset/asm4.c: Ditto.
734         * g++.dg/charset/attribute1.c: Ditto.
735         * g++.dg/charset/attribute2.c: Ditto.
736         * g++.dg/charset/extern1.cc: Ditto.
737         * g++.dg/charset/extern2.cc: Ditto.
738         * g++.dg/charset/string1.c: Ditto.
740 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
742         PR c++/14278
743         * g++.dg/parse/comma1.C: New test.
745 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
747         PR c++/14284
748         * g++.dg/template/ttp8.C: New test.
750 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
752         * gcc.dg/fixuns-trunc-1.c: New test.
754 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
756         * gcc.dg/builtins-config.h: Use #elif.
758 2004-02-26  Michael Matz  <matz@suse.de>
760         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
761         * gcc.dg/991214-1.c: Likewise.
762         * gcc.dg/i386-asm-1.c: Likewise.
764 2004-02-25  Richard Henderson  <rth@redhat.com>
766         * gcc.c-torture/execute/20040208-2.c: Move ...
767         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
769 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
771         PR c++/14246
772         * g++.dg/other/crash-3.C: New test.
774 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
776         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
777         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
779         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
780         HP-UX.
782 2004-02-24  Michael Matz  <matz@suse.de>
784         * gcc.dg/i386-regparm.c: New.
786 2004-02-23  James E Wilson  <wilson@specifixinc.com>
788         * gcc.c-torture/execute/20040223-1.c: New.
790 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
791             Kazu Hirata  <kazu@cs.umass.edu>
793         * gcc.dg/fwritable-strings-1.c: Remove.
795 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
797         PR c/14156
798         * gcc.dg/20040223-1.c: New test.
800 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
802         PR c++/14106
803         * g++.dg/ext/typeof9.C: New test.
805 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
807         PR c++/14250
808         * g++.dg/other/switch1.C: New test.
810 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
812         * gcc.dg/cast-function-1.c: Adjust for new informative message.
813         * gcc.dg/va-arg-1.c: Likewise.
815 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
817         PR c++/14143
818         * g++.dg/template/koenig5.C: New test.
820 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
822         * g++.dg/ext/altivec-1.C: Generalize target triple.
823         * g++.dg/ext/altivec-2.C: New test case.
824         * g++.dg/ext/altivec_check.h: New file.
825         * gcc.dg/altivec-1.c: Generalize target triple;
826         include altivec_check.h and call altivec_check().
827         * gcc.dg/altivec-[2-5].c: Generalize target triple.
828         * gcc.dg/altivec-6.c: New test case.
829         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
830         type casts as needed.
831         * gcc.dg/altivec-10.c: Include altivec_check.h and call
832         altivec_check().
833         * gcc.dg/altivec-12.c: New test case.
834         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
835         include altivec_check.h and call altivec_check().
836         * gcc.dg/altivec_check.h: New file.
838 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
840         * lib/target-supports.exp (check_alias_available): Don't mangle
841         function `g' in test program.
843 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
845         * lib/target-supports.exp (check_profiling_available): Check
846         argument to determine whether we support a profiling type.
847         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
848         check_profiling_available.
849         * g++.dg/bprob/bprob.exp: Likewise
850         * g77.dg/bprob/bprob.exp: Likewise.
851         * gcc.misc-tests/bprob.exp: Likewise.
852         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
853         dg-require-profiling and delete expected error handling.
854         * gcc.dg/20021014-1.c: Likewise.
855         * gcc.dg/nest.c: Likewise.
857 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
859         PR c++/12007
860         * g++.dg/other/vthunk1.C: New test.
862 2004-02-20  Falk Hueffner  <falk@debian.org>
864         PR target/14201
865         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
867 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
869         PR c++/13927
870         * g++.dg/other/error8.C: Remove XFAIL markers.
872         PR c++/14173
873         * g++.dg/ext/packed5.C: New test.
875         PR c++/14199
876         * g++.dg/warn/Wunused-5.C: New test.
878         PR c++/14186
879         * g++.dg/lookup/member1.C: New test.
881 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
883         * gcc.c-torture/compile/20040130-1.c: Enable only when
884         __INT_MAX__ >= 2147483647L.
885         * gcc.c-torture/compile/961203-1.c: Likewise.
887 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
889         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
890         * g++.dg/opt/template1.C: Robustify assembler regexp
892 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
894         * gcc.c-torture/execute/simd-4.x: Remove.
895         * gcc.c-torture/execute/va-arg-25.x: Likewise.
896         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
897         Guard with #ifndef SKIP_ATTRIBUTE.
898         * gcc.dg/compat/vector-1_y.c: Likewise.
899         * gcc.dg/compat/vector-2_x.c: Likewise.
900         * gcc.dg/compat/vector-2_y.c: Likewise.
901         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
902         * g++.dg/eh/simd-2.C: Likewise.
904 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
906         * gcc.c-torture/compile/complex-1.c: New.
908 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
910         PR target/14209
911         * gcc.c-torture/execute/20040218-1.c: New test.
913 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
915         PR c++/14181
916         * g++.dg/parse/new2.C: New test.
918 2004-02-18  Paul Brook  <paul@codesourcery.com>
920         * gcc.c-torture/compile/libcall-1.c: New test.
922 2004-02-18  Paul Brook  <paul@codesourcery.com>
924         PR debug/12934
925         * gcc.dg/debug/debug-7.c: New test.
927 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
929         * gcc.dg/20040217-1.c: New test.
931 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
933         * gcc.c-torture/execute/990208-1.x: Delete.
935 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
937         * gcc.c-torture/execute/20040208-2.x: New file.
939 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
941         PR c++/11326
942         * g++.dg/abi/structret1.C: New test.
944 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
946         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
947         (i386_cpuid): No need to test if cpuid is available on AMD64.
948         Fix assembly, so that it works onboth i386 and AMD64.
949         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
950         (vecInLong): Fix s[] member type to unsigned int.
951         (vecInWord): Remove type.
952         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
953         (a64, b64, c64, d64, e64): Remove.
954         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
955         Remove unused variable.  Remove initialization of removed variables.
956         Don't call mmx_tests nor sse_tests.
957         (reference_mmx, reference_sse): Remove.
958         (check): Add return stmt.
959         * gcc.dg/i386-sse-7.c: New test.
960         * gcc.dg/i386-mmx-4.c: New test.
962 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
964         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
965         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
966         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
967         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
968         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
969         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
970         g++.dg/tc1/dr94.C: Fix line terminator.
972 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
974         * gcc.c-torture/compile/20040216-1.c: New.
976 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
978         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
979         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
980         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
981         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
982         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
983         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
985 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
987         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
989 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
991         PR c++/13971
992         * g++.dg/expr/cond4.C: New test.
994         PR c++/14086
995         * g++.dg/lookup/crash2.C: New test.
997 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
999         * gcc.c-torture/compile/20040214-2.c: New test.
1001 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
1003         PR c++/14116
1004         * g++.dg/ext/typeof8.C: New test.
1006 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
1008         * gcc.c-torture/compile/20040214-1.c: New test.
1010 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1012         PR c++/13635
1013         * g++.dg/template/spec11.C: New test.
1015 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1017         PR c++/13927
1018         * g++.dg/other/error8.C: New test.
1020 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
1022         PR c++/14122
1023         * g++.dg/template/array4.C: New test.
1025         PR c++/14108
1026         * g++.dg/inherit/thunk2.C: New test.
1028         PR c++/14083
1029         * g++.dg/eh/cond2.C: New test.
1031 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
1033         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
1035 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
1037         * lib/scanasm.exp (dg-scan): Quote pattern before display.
1039 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
1041         * g++.dg/simd-2.C: xfail on ppc64-linux.
1043 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1045         PR c/456
1046         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
1047         tests.
1049 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
1051         * gcc.dg/builtins-33.c: New test.
1053 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
1055         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
1057 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
1059         * g++.dg/simd-2.C: Set -maltivec for ppc64.
1061 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
1063         * gcc.dg/ppc64-abi-3.c: New test.
1065 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
1067         PR c/14092
1069         * gcc.dg/pr14092-1.c: New testcase.
1071 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
1073         * gcc.dg/cpp/assert4.c: Fix typo last change.
1075         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
1076         * gcc.dg/cpp/assert4.c: Handle powerpc64.
1078         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
1080 2004-02-09  Roger Sayle  <roger@eyesopen.com>
1082         * gcc.c-torture/compile/20040209-1.c: New test case.
1084 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1086         * gcc.dg/c90-init-1.c: Adjust expected error messages.
1088 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
1090         * gcc.c-torture/execute/20040208-[12].c: New tests.
1092 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1094         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
1096 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1098         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
1100 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
1102         Bug 13856
1103         * gcc.dg/visibility-8.c: New testcase.
1105 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
1107         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
1108         arguments.
1109         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
1111 2004-02-07  Roger Sayle  <roger@eyesopen.com>
1113         PR middle-end/13696
1114         * g++.dg/opt/fold1.C: New test case.
1116 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1118         PR c++/14033
1119         * g++.dg/other/crash-2.C: New test.
1121 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1123         PR c++/14028
1124         * g++.dg/parse/angle-bracket2.C: New test.
1126 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1128         PR middle-end/13750
1129         Revert:
1130         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
1131         PR pch/13361
1132         * testsuite/g++.dg/pch/wchar-1.C: New.
1133         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1135 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1137         PR c++/14008
1138         * g++.dg/parse/error15.C: New test.
1139         * g++.dg/parse/crash11.C: Update dg-error mark.
1141 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
1143         PR c++/13932
1144         * g++.dg/warn/conv2.C: New test.
1146 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1148         PR c++/13086
1149         * g++.dg/warn/incomplete1.C: Remove xfail.
1151 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
1153         * lib/file-format.exp (gcc_target_object_format): Use
1154         ${tool}_target_compile, not gcc_target_compile.
1155         * lib/target-supports.exp (check_alias_available): Likewise.
1156         (check_gc_sections_available): Likewise.
1157         * g++.dg/ext/attrib10.C: Use dg-require-alias.
1158         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
1159         dg-require-alias.
1161 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
1163         PR c++/13969
1164         * g++.dg/template/static6.C: New test.
1166 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
1168         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
1170 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1172         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
1173         tests for systems where `char' is unsigned by default.
1175 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1177         PR c++/13997
1178         * g++.dg/template/partial3.C: New test.
1180 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
1182         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
1183         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
1184         Remove mentions of obsolete ports.
1186 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
1188         * gcc.dg/noncompile/20001228-1.c: Fix for new
1189         error message.
1191 2004-02-03  Roger Sayle  <roger@eyesopen.com>
1193         PR target/9348
1194         * gcc.c-torture/execute/multdi-1.c: New test case.
1196 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1198         PR c++/13925
1199         * g++.dg/template/lookup5.C: New test.
1201 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1203         PR c++/13950
1204         * g++.dg/template/lookup4.C: New test.
1206         PR c++/13970
1207         * g++.dg/parse/error14.C: New test.
1209         PR c++/14002
1210         * g++.dg/parse/template13.C: New test.
1212 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1214         PR c++/13978
1215         * g++.dg/template/koenig4.C: New test.
1217         PR c++/13968
1218         * g++.dg/template/crash17.C: New test.
1220         PR c++/13975
1221         * g++.dg/parse/error13.C: New test.
1222         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
1224 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1226         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
1228 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
1230         PR c/11658
1231         PR c/13994
1232         * gcc.dg/noncompile/20040203-1.c: New test.
1233         * gcc.dg/noncompile/20040203-2.c: Likewise.
1234         * gcc.dg/noncompile/20040203-3.c: Likewise.
1235         * gcc.dg/20040203-1.c: Likewise.
1237 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
1239         PR c++/10858
1240         * g++.dg/template/sizeof7.C: New test.
1242 2004-02-02  Eric Christopher  <echristo@redhat.com>
1243             Zack Weinberg  <zack@codesourcery.com>
1245         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
1247 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
1249         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
1250         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
1251         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
1252         * gcc.dg/cleanup-5.c: Run only on Linux targets.
1254 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
1256         PR c++/13113
1257         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
1259         PR c++/13854
1260         * g++.dg/ext/attrib13.C: New test.
1262         PR c++/13907
1263         * g++.dg/conversion/op2.C: New test.
1265 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1267         * gcc.dg/titype-1.c: Fix pasto.
1269 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1271         * gcc.dg/titype-1.c: New test.
1273 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1275         PR c++/13957
1276         * g++.dg/template/non-type-template-argument-1.C,
1277         g++.dg/template/qualified-id1.C: Update dg-error marks.
1278         * g++.dg/template/nontype6.C: New test.
1280 2004-02-01  Roger Sayle  <roger@eyesopen.com>
1282         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
1283         * gcc.dg/builtins-31.c: New testcase.
1284         * gcc.dg/builtins-32.c: New testcase.
1286 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
1288         * objc.dg/call-super-2.m: Update line numbers
1289         for the including of stddef.h.
1291 2004-01-30  Michael Matz  <matz@suse.de>
1293         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
1294         g++.dg/ext/case-range3.C: New tests.
1296 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1298         DR206
1299         PR c++/13813
1300         * g++.dg/template/member4.C: New test.
1302 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1304         PR c++/13683
1305         * g++.dg/template/sizeof6.C: New test.
1307 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1309         * gcc.dg/fwritable-strings-1.c: New test.
1311 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1313         * gcc.c-torture/compile/20040130-1.c: New test.
1315 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
1317         * objc.dg/call-super-2.m: Include stddef.h for size_t.
1319 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
1321         PR c++/13883
1322         * g++.dg/template/ctor3.C: New test.
1324 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1326         * g++.dg/tc1: New directory.
1327         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
1328         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
1329         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
1330         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
1331         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
1333 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1335         * g++.dg/parse/error11.C: New test.
1336         * g++.dg/parse/error12.C: Likewise.
1338 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
1340         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
1341         (scan_initial, main): Use aligned_sizeof instead of sizeof.
1343 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
1345         PR c++/13791
1346         * g++.dg/ext/attrib12.C: New test.
1348         PR c++/13736
1349         * g++.dg/parse/cast2.C: New test.
1351 2004-01-27  James E Wilson  <wilson@specifixinc.com>
1353         * objc.dg/encode-2.m (main): New local string.  Set depending on
1354         sizeof long.  Use in sscanf call.
1355         * objc.dg/encode-3.m (main): New local string.  Set depending on
1356         sizeof long.  Use in scan_initial call.
1358 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1360         * objc.dg/call-super-2.m: Make LP64-safe.
1361         * objc.dg/desig-init-1.m: Likewise.
1363 2004-01-27  Devang Patel <dpatel@apple.com>
1365         * g++.dg/debug/namespace1.C: New test.
1367 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
1369         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
1370         xscale-*-*.
1372         * gcc.dg/arm-mmx-1.c: New test.
1374 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1376         * gcc.dg/20040127-1.c: New test.
1377         * gcc.dg/20040127-2.c: New test.
1379 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1381         * objc.dg/stret-1.m (glob): Renamed to globa.
1383 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
1385         PR c++/13663
1386         * g++.dg/expr/for1.C: New test.
1388 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
1390         PR middle-end/13779
1391         * gcc.dg/darwin-longlong.c: New test.
1393 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
1395         * gcc.dg/20040124-1.c: Moved test from here...
1396         * gcc.c-torture/compile/20040124-1.c: ...to here.
1398 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1400         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
1401         the assembly output if -m64 is passed.
1403 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
1405         PR c++/13833
1406         * g++.dg/template/cond3.C: New test.
1408 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1410         PR c++/13810
1411         * g++.dg/template/ttp7.C: New test.
1413 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1415         PR c++/13797
1416         * g++.dg/template/nontype4.C: New test.
1417         * g++.dg/template/nontype5.C: Likewise.
1419 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
1421         * gcc.dg/torture/mips-clobber-at.c: New test.
1423 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
1425         * gcc.dg/20040124-1.c: New test.
1427 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
1429         * gcc.dg/20040123-1.c: New test.
1431 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1433         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
1435 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1437         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
1439 2004-01-23  Andrew Pinski  <apinski@apple.com>
1441         * gcc.dg/20030121-1.c: Move to ..
1442         * gcc.dg/20040121-1.c: here.
1444 2004-01-23  Roger Sayle  <roger@eyesopen.com>
1446         * gcc.dg/builtins-29.c: New test case.
1448 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1450         PR 18314
1451         * gcc.dg/builtins-30.c: New testcase.
1453 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
1455         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
1456         * lib/g77.exp: Likewise.
1457         * lib/objc.exp: Likewise.
1458         * lib/g++.exp: Likewise.
1460 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1462         * gcc.dg/struct-by-value-2.c: New test.
1464 2004-01-21  Andrew Pinski  <apinski@apple.com>
1466         PR target/13785
1467         * gcc.dg/20030121-1.c: New test.
1469 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
1471         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
1472         clobber frame pointer register in asm statement.
1474 2004-01-21  Falk Hueffner  <falk@debian.org>
1476         * gcc.c-torture/compile/20040121-1.c: New test.
1478 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
1480         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
1482 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
1484         * gcc.dg/ppc64-abi-2.c: New test.
1486 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1488         * lib/treelang.exp: Fill out this file.
1489         * lib/treelang-dg.exp: New File.
1491 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1493         * gcc.c-torture/compile/981022-1.c: Remove.
1494         * gcc.dg/array-5.c: Remove XFAIL.
1495         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
1496         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
1497         gcc.dg/cond-lvalue-1.c: Update.
1498         * gcc.dg/cast-lvalue-2.c: New test.
1500 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
1502         PR c++/13592
1503         * g++.dg/other/error1.C (class foo): Tweak error message.
1505         PR c++/13592
1506         * g++.dg/template/call2.C: New test.
1508 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1510         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
1511         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
1512         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
1513         scalar-return-1_x.c, scalar-return-2_y.c,
1514         scalar-return-3_x.c, scalar-return-3_y.c,
1515         scalar-return-4_x.c, scalar-return-4_y.c,
1516         struct-align-1.h, struct-align-1_x.c,
1517         struct-align-1_y.c, struct-align-2.h,
1518         struct-align-2_x.c, struct-align-2_y.c,
1519         struct-by-value-10_y.c, struct-by-value-11_x.c,
1520         struct-by-value-11_y.c, struct-by-value-12_x.c,
1521         struct-by-value-12_y.c, struct-by-value-13_x.c,
1522         struct-by-value-13_y.c, struct-by-value-14_x.c,
1523         struct-by-value-14_y.c, struct-by-value-15_x.c,
1524         struct-by-value-15_y.c, struct-by-value-16_y.c,
1525         struct-by-value-17_y.c, struct-by-value-18_y.c,
1526         struct-by-value-19_y.c, struct-by-value-1_x.c,
1527         struct-by-value-1_y.c, struct-by-value-20_y.c,
1528         struct-by-value-2_x.c, struct-by-value-2_y.c,
1529         struct-by-value-3_y.c, struct-by-value-4_x.c,
1530         struct-by-value-4_y.c, struct-by-value-5_y.c,
1531         struct-by-value-6_y.c, struct-by-value-7_y.c
1532         struct-by-value-8_x.c, struct-by-value-8_y.c
1533         struct-by-value-9_x.c, struct-by-value-9_y.c
1534         struct-return-10_x.c, struct-return-10_y.c,
1535         struct-return-19_x.c, struct-return-20_x.c
1536         struct-return-2_x.c, struct-return-2_y.c
1537         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
1538         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
1540 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1542         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
1543         attribute on sparc*-sun-solaris2.*.
1545 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
1547         PR c++/13710
1548         * g++.dg/ext/typeof7.C: New test.
1550 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
1552         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
1553         * gcc.dg/const-elim-1.c: Same.
1555 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
1557         * objc.dg/stret-1.m: New.
1558         * objc.dg/stret-2.m: New.
1560 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
1562         PR c++/11895
1563         * g++.dg/ext/vector1.C: New test.
1565 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
1567         * gcc.dg/pch/import-1.c: New.
1568         * gcc.dg/pch/import-1.hs: New.
1569         * gcc.dg/pch/import-1a.h: New.
1570         * gcc.dg/pch/import-1b.h: New.
1571         * gcc.dg/pch/import-1c.h: New.
1573 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1575         PR c++/13574
1576         * g++.dg/ext/array1.C: New test.
1578         PR c++/13178
1579         * g++.dg/conversion/op1.C: New test.
1581 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
1583         PR 11864
1584         From Kazumoto Kojima / Dan Kegel:
1585         * gcc.dg/pr11864-1.c: New test.
1587         PR 10392
1588         From Marcus Comstedt / Dan Kegel:
1589         * gcc.dg/pr10392-1.c: New test.
1591 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1593         PR c++/13478
1594         * g++.dg/init/ref10.C: New test.
1596 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1598         PR c++/13407
1599         * g++.dg/parse/typename6.C: New test.
1601 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
1603         PR pch/13361
1604         * testsuite/g++.dg/pch/wchar-1.C: New.
1605         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1607 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1609         PR c++/9259
1610         * g++.dg/expr/sizeof2.C: New test.
1612 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
1614         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
1616 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1618         PR c++/13659
1619         * g++.dg/lookup/strong-using-3.C: New.
1620         * g++.dg/lookup/using-10.C: New.
1622 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1624         PR c++/13594
1625         * g++.dg/lookup/strong-using-2.C: New.
1627 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
1628             Dan Kegel <dank@kegel.com>
1629             J"orn Rennecke <joern.rennecke@superh.com>
1631         PR target/9365
1632         * gcc.dg/pr9365-1.c: New test.
1634 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1636         PR c++/8856
1637         * g++.dg/parse/casting-operator2.C: New test.
1638         * g++.old-deja/g++.pt/explicit83.C: Remove.
1640 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1642         * gcc.dg/label-compound-stmt-1.c: New test.
1643         * gcc.c-torture/compile/950922-1.c,
1644         gcc.c-torture/compile/20000211-3.c,
1645         gcc.c-torture/compile/20000518-1.c,
1646         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
1647         compound statements.
1649 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
1651         * gcc.dg/ppc64-abi-1.c: New test.
1653 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
1655          * g++.dg/ext/attrib9.C: Add dg-warnings.
1657 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1659         PR c++/12335
1660         * g++.dg/parse/dtor3.C: New test.
1662 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
1664         PR c++/12709
1665         * g++.dg/parse/try-catch-1.C: New test.
1667 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
1669         * ada/acats/run_all.sh: Add more verbose output in acats.log
1670         when compiling tests.
1672 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1674         PR 13656
1675         * gcc.dg/typedef-redecl.c: New test case.
1676         * gcc.dg/typedef-redecl.h: New support file.
1678 2004-01-13  Jan Hubicka  <jh@suse.cz>
1680         * gcc.dg/always_inline.c: New test.
1681         * gcc.dg/debug/20031231-1.c: Fix.
1683 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1685         PR c++/13474
1686         * g++.dg/template/array3.C: New test.
1688 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1690         * g++.dg/ext/lvalue1.C: No longer expected to fail.
1691         * g++.dg/warn/Wunused-2.C: Likewise.
1693 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1695         PR c++/13289
1696         * g++.dg/template/instantiate6.C: New test.
1698 2004-01-12  Roger Sayle  <roger@eyesopen.com>
1700         PR middle-end/11397
1701         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
1703 2004-01-12  Jan Hubicka  <jh@suse.cz>
1705         PR opt/12826
1706         * gcc.dg/20040112-1.c: New.
1708         * gcc.dg/dwarf-die[1-7].c: Move to...
1709         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
1710         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
1712 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1714         PR c++/4100
1715         * g++.dg/parse/friend4.C: New test.
1717 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
1719         PR c++/4100
1720         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
1721         definition is called a friend.
1723 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
1725         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
1727 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
1729         PR c++/3478
1730         * g++.dg/parse/error10.C: New test.
1731         * g++.dg/template/arg2.C: Accept "invalid type" error.
1733 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
1735         PR middle-end/13392
1736         * g++.dg/opt/expect2.C: New test.
1738 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1740         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
1741         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
1742         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
1743         Update dg-error regexps.
1745 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1747         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
1748         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
1750 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1752         * gcc.dg/pragma-re-1.c: Use right pointer type.
1754 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1756         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
1758 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
1760         * gcc.dg/rs6000-ldouble-1.c: New.
1762 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1764         DR 337
1765         PR c++/9256
1766         * g++.dg/other/abstract1.C: New test.
1768 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
1770         * g++.dg/lookup/strong-using-1.C: New.
1772 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1774         PR c/11234
1775         * gcc.dg/func-ptr-conv-1.c: New test.
1776         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
1778 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
1780         PR target/13380.
1781         * gcc.c-torture/compile/20040109-1.c: New.
1783 2004-01-08  Stuart Hastings  <stuart@apple.com>
1785         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1786         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1787         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1789 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
1791         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1793 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1795         * ada/acats/run_acats: Treat 'gnatchop' the same way
1796         as 'gnatmake'.  Export GCC_DRIVER.
1797         * ada/acats/run_all.sh: Add target_gnatchop.  Use
1798         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1800 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1802         PR c++/12573
1803         * g++.dg/template/dependent-expr4.C: New test.
1805 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
1807         * gcc.dg/altivec-11.c: New test.
1809 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
1811         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1813 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1815         PR c/6024
1816         * gcc.dg/enum-compat-1.c: New test.
1817         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1819 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1821         PR c/12165
1822         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1823         gcc.dg/c99-idem-qual-3.c: New tests.
1825 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
1827         * gcc.dg/winline-7.c: Don't cast void * to int.
1829 2004-01-06  Jan Hubicka  <jh@suse.cz>
1831         * gcc.dg/i386-sse-5.c: New test
1832         * g++.dg/eh/simd-1.c: Add -w argument for i386.
1834 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1836         PR c++/12815
1837         * g++.dg/rtti/typeid4.C: New test.
1839 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1841         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1843 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1845         PR c++/12132
1846         * g++.dg/template/error11.C: New test.
1848         PR c++/13451
1849         * g++.dg/template/class2.C: New test.
1851 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1852         Richard Sandiford <rsandifo@redhat.com>
1854         PR c++/13387
1855         * g++.dg/opt/alias3.C: New test.
1857 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
1859         PR c++/13157
1860         * g++.dg/template/koenig3.C: New test.
1862         PR c++/13529
1863         * g++.dg/parse/offsetof3.C: New test.
1865         * g++.dg/init/copy7.C: Add missing dg-error markers.
1867         PR c++/12226
1868         * g++.dg/init/copy7.c: New test.
1870         PR c++/13536
1871         * g++.dg/parse/cast1.C: New test.
1873 2004-01-04  Jan Hubicka  <jh@suse.cz>
1875         * gcc.dg/winline[1-7].c: New tests.
1877 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1879         PR c++/13520
1880         * g++.dg/template/qualttp22.C: New test.
1882 2004-01-01  Jan Hubicka  <jh@suse.cz>
1884         * gcc.dg/debug/20031231-1.c: New.
1885         * gcc.c-torture/compile/20040101-1.c: New.
1886         * gcc.dg/dwarf-die-[1-7].c: New.
1888 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1890         PR optimization/13521
1891         * gcc.c-torture/compile/20031231-1.c: New test.
1893 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1895         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1897 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1899         PR c++/10079
1900         * g++.dg/template/crash16.C: New test.
1902 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1904         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1906 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1908         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1909         ports.
1910         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1911         * g++.old-deja/g++.law/profile1.C: Likewise.
1912         * gcc.c-torture/compile/981006-1.c: Likewise.
1913         * gcc.c-torture/execute/loop-2e.x: Likewise.
1914         * gcc.c-torture/execute/loop-2f.x: Remove.
1915         * gcc.c-torture/execute/loop-2g.x: Likewise.
1916         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1917         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1919 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1921         PR c++/13507
1922         * g++.dg/ext/attrib11.C: New test.
1924         PR c++/13494
1925         * g++.dg/template/array2-1.C: New test.
1926         * g++.dg/template/array2-2.C: New test.
1928 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1930         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1932 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1934         PR c++/12774
1935         * g++.dg/template/array1-1.C: New test.
1936         * g++.dg/template/array1-2.C: New test.
1938 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1940         PR fortran/12632
1941         * g77.dg/12632.f: New test case.
1943 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1945         PR c++/13289
1946         * g++.dg/parse/nontype1.C: New test.
1948 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1950         PR c++/12403
1951         * g++.dg/parse/explicit1.C: New test.
1952         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1954 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1956         PR c++/13081
1957         * g++.dg/opt/inline6.C: New test.
1959         PR c++/12613
1960         * g++.dg/parse/error9.C: New test.
1962         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1964 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1966         PR c++/13009
1967         * g++.dg/init/assign1.C: New test.
1969 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1971         PR c++/13070
1972         * g++.dg/warn/format3.C: New test case.
1974 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1976         * gcc.c-torture/compile/20031227-1.c: New test.
1978 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1980         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1981         * g77.dg/bprob/bprob.exp: Likewise.
1982         * gcc.misc-tests/bprob.exp: Likewise.
1983         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1984         variants on systems where the library does not provide that
1985         functionality.
1986         * gcc.dg/builtins-20.c: Use builtins-config.h.
1987         * gcc.dg/builtins-config.h: New file.
1989 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1991         * lib/gcc-dg.exp (dg-require-profiling): New function.
1992         * lib/target-supports.exp (check_profiling_available): Likewise.
1993         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1994         * g77.dg/bprob/bprob.exp: Likewise.
1995         * gcc.misc-tests/bprob.exp: Likewise.
1996         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1997         * gcc.dg/20021014-1.c: Likewise.
1998         * gcc.dg/nest.c: Likewise.
2000 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
2002         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
2003         compiling.
2004         * g++.dg/lookup/java2.C: Likewise.
2005         * gcc.dg/cpp/lexident.c: Likewise.
2007 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2009         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
2010         given.
2011         * gcc.c-torture/compile/961203-1.c: Likewise.
2012         * gcc.c-torture/compile/980506-1.c: Likewise.
2014 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
2016         * lib/gcc-dg.exp (dg-prune-output): New annotation.
2017         (additional_prunes): New global.
2018         (gcc-dg-prune): Handle additional per-test pruning.
2019         (dg-test): Clear additional_prunes between tests.
2021         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
2022         dg-prune-output to avoid spurious failures from assembler
2023         complaining about nonexistent WAW violations.
2024         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
2025         Use dg-prune-output to avoid spurious failures from assembler
2026         warning about Itanium B-step errata.
2028 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
2030         * g++.dg/abi/macro0.C: New test.
2031         * g++.dg/abi/macro1.C: Likewise.
2032         * g++.dg/abi/macro2.C: Likewise.
2034         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
2035         * g++.dg/abi/bitfield7.C: Likewise.
2036         * g++.dg/abi/dtor2.C: Likewise.
2037         * g++.dg/abi/mangle11.C: Likewise.
2038         * g++.dg/abi/mangle12.C: Likewise.
2039         * g++.dg/abi/mangle14.C: Likewise.
2040         * g++.dg/abi/mangle17.C: Likewise.
2041         * g++.dg/abi/vbase10.C: Likewise.
2042         * g++.dg/abi/vbase14.C: Likewise.
2043         * g++.dg/template/qualttp17.C: Likewise.
2045 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
2047         PR c/11995
2048         * gcc.dg/20031223-1.c: New test.
2050 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2052         * gcc.dg/noreturn-7.c: New test.
2054 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2056         * gcc.dg/null-pointer-1.c: New test.
2058 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
2060         * g++.old-deja/g++.jason/template18.C: Remove.
2061         * g++.old-deja/g++.jason/template37.C: Likewise.
2063         PR c++/12862
2064         * g++.dg/lookup/ns1.C: New test.
2066         PR c++/12397
2067         * g++.dg/template/lookup3.C: New test.
2069 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
2071         * g++.dg/template/recurse1.C: New test
2073 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
2075         PR c++/12479
2076         * g++.dg/parse/semicolon1.C: New test.
2077         * g++.dg/parse/semicolon1.h: Likewise.
2079 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
2081         * gcc.dg/darwin-misaligned.c: New test.
2083 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
2085         PR c/9163
2086         * gcc.dg/20031222-1.c: New test.
2088 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
2090         PR c++/13438
2091         * g++.dg/parse/error8.C: New test.
2093         PR c++/11554
2094         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
2096 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
2098         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
2099         too small.
2100         * gcc.c-torture/compile/930217-1.c: Likewise.
2101         * gcc.c-torture/compile/930513-1.c: Likewise.
2102         * gcc.c-torture/execute/920908-2.c: Likewise.
2103         * gcc.c-torture/execute/921204-1.c: Likewise.
2104         * gcc.c-torture/execute/930621-1.c: Likewise.
2105         * gcc.c-torture/execute/930630-1.c: Likewise.
2106         * gcc.c-torture/execute/931031-1.c: Likewise.
2107         * gcc.c-torture/execute/980602-2.c: Likewise.
2108         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
2109         * gcc.c-torture/execute/compndlit-1.c: Likewise.
2110         * gcc.c-torture/execute/extzvsi.c: Likewise.
2111         * gcc.c-torture/unsorted/ext.c: Likewise.
2113 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
2115         PR target/12749
2116         * gcc.c-torture/compile/20031220-2.c: New test case.
2118 2003-12-20  Roger Sayle  <roger@eyesopen.com>
2120         PR optimization/13031
2121         * gcc.c-torture/compile/20031220-1.c: New test case.
2123 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2125         * gcc.dg/cast-function-1.c: New test.
2127 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2129         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
2130         formats.
2132 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
2134         PR c++/12795
2135         * g++.dg/ext/attrib10.C: New test.
2137 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
2139         * gcc.dg/cleanup-10.c: New test.
2140         * gcc.dg/cleanup-11.c: New test.
2142 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
2144         PR c++/13239
2145         * g++.dg/opt/expect1.C: New test.
2147 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
2149         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
2151 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
2153         PR debug/12923
2154         * gcc.dg/20031218-1.c: New test.
2156         PR debug/12389
2157         * gcc.dg/20031218-2.c: New test.
2158         * gcc.dg/20031218-3.c: New test.
2160         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
2161         of label name and allow for USER_LABEL_PREFIX == "_" names.
2162         * g++.dg/abi/mangle18-2.C: Likewise.
2163         * g++.dg/abi/mangle19-1.C: Likewise.
2164         * g++.dg/abi/mangle19-2.C: Likewise.
2165         * g++.dg/abi/mangle20-1.C: Likewise.
2166         * g++.dg/abi/mangle20-2.C: Likewise.
2168 2003-12-18  Richard Henderson  <rth@redhat.com>
2170         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
2172 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
2173             Dan Kegel <dank@kegel.com>
2175         PR other/12009
2176         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
2177         testing a cross compiler, it causes spurious compile failures.
2178         * lib/g++.exp: Likewise.
2180 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2182         PR c++/13262
2183         * g++.dg/template/access13.C: New test.
2185 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
2187         * gcc.dg/20031216-1.c: New test.
2189 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2191         PR c++/9154
2192         * g++.dg/template/error10.C: New test.
2194 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2196         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
2197         * g++.dg/eh/simd-2.C: Likewise.
2199 2003-12-17  James E Wilson  <wilson@specifixinc.com>
2200             Roger Sayle  <roger@eyesopen.com>
2202         * gcc.c-torture/execute/ieee/mzero5.c: New.
2204 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
2206         PR c++/10603
2207         * g++.dg/parse/error6.C: New test.
2209         PR c++/12827
2210         * g++.dg/parse/error7.C: New test.
2212 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2214         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
2215         at -O with stabs debugging formats.
2216         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
2217         * gcc.dg/debug/debug-2.c: Likewise.
2219 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
2221         PR c++/12696
2222         * g++.dg/init/error1.C: New test.
2224         PR c++/12218
2225         * g++.dg/init/pm3.C: New test.
2227 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2229         PR c/3347
2230         * gcc.dg/bitfld-8.c: New test.
2232 2003-12-16  James Lemke  <jim@wasabisystems.com>
2234         * gcc.dg/arm-scd42-[123].c: New tests.
2236 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2238         PR c++/9043
2239         * g++.dg/abi/mangle20-1.C: New test.
2240         * g++.dg/abi/mangle20-2.C: New test.
2242 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
2244         PR c++/13275
2245         * g++.dg/other/offsetof2.C: Remove XFAIL.
2246         * g++.dg/parse/offsetof1.C: New test.
2247         * g++.gd/parse/offsetof2.C: Likewise.
2249 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2251         * g++.dg/template/nontype3.C: New test.
2252         * g++.dg/template/static2.C: Tweaked the dg-error clause.
2254 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2256         * g++.dg/warn/noreturn-3.C: Also test instantiation.
2258 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2260         PR c++/13387
2261         * g++.dg/expr/assign1.C: New test.
2263         PR c++/13242
2264         * g++.dg/abi/mangle19-1.C: New test.
2265         * g++.dg/abi/mangle19-2.C: New test.
2267 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
2269         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
2271 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2273         * gcc.c-torture/execute/20031216-1.c: New test.
2275 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2277         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
2278         an ICE regression.
2280 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2282         PR c++/10926
2283         * g++.dg/template/error9.C: New test.
2285         PR c++/11116
2286         * g++.dg/template/error8.C: New test.
2288 2003-12-15  Roger Sayle  <roger@eyesopen.com>
2290         PR middle-end/13400
2291         * gcc.c-torture/execute/20031215-1.c: New test case.
2293 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2295         PR c++/13269
2296         * g++.dg/parse/error5.C: New test.
2298         PR c++/12989
2299         * g++.dg/expr/sizeof1.C: New test.
2301         PR c++/13310
2302         * g++.dg/template/crash15.C: New test.
2304 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
2306         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
2307         a non-POD type as the last named parameter of a varargs function.
2309 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2311         PR c++/13243
2312         PR c++/12573
2313         * g++.dg/template/crash14.C: New test.
2314         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
2316 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
2318         * g++.dg/other/java1.C: New test.
2320         PR c++/13241
2321         * g++.dg/abi/mangle18-1.C: New test.
2322         * g++.dg/abi/mangle18-2.C: New test.
2324 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2326         PR optimization/10312
2327         * gcc.c-torture/execute/20031214-1.c: New.
2329 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
2331         PR c++/10779
2332         PR c++/12160
2333         * g++.dg/parse/error3.C: New test.
2334         * g++.dg/parse/error4.C: Likewise.
2335         * g++.dg/abi/mangle4.C: Tweak error messages.
2336         * g++.dg/lookup/using5.C: Likewise.
2337         * g++.dg/other/error2.C: Likewise.
2338         * g++.dg/parse/typename5.C: Likewise.
2339         * g++.dg/parse/undefined1.C: Likewise.
2340         * g++.dg/template/arg2.C: Likewise.
2341         * g++.dg/template/ttp3.C: Likewise.
2342         * g++.dg/template/type1.C: Likewise.
2343         * g++.old-deja/g++.other/crash32.C: Likewise.
2344         * g++.old-djea/g++.pt/defarg8.C: Likewise.
2346 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2348         PR c++/13106
2349         * g++.dg/warn/noreturn-3.C: New test.
2351 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2353         PR c++/13118
2354         * g++.dg/abi/covariant3.C: New.
2356 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
2358         * g++.dg/eh/ia64-1.C: New test.
2360 2003-12-12  Roger Sayle  <roger@eyesopen.com>
2362         PR optimization/13037
2363         * g77.f-torture/execute/13037.f: New test case.
2365 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2367         PR c++/12881
2368         * g++.dg/abi/covariant2.C: New.
2370 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
2372         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
2374 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
2376         * gcc.c-torture/execute/wchar_t-1.x: Delete.
2378 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
2380         PR other/10819
2381         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
2382         to fix Bug 10819.
2383         * lib/g++.exp (g++_version): Likewise.
2384         * lib/g77.exp (g77_version): Likewise.
2385         * lib/objc.exp (default_objc_version): Likewise.
2387 2003-12-10  Richard Henderson  <rth@redhat.com>
2389         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
2391         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
2393 2003-12-08  Matt Austern  <austern@apple.com>
2395         PR c/13134
2396         * lib/gcc-dg.exp (dg-require-visibility): Define.
2397         * lib/target-supports (check_visibility_available): Define.
2398         * gcc.dg/visibility-1.c: New test.
2399         * gcc.dg/visibility-2.c: Likewise.
2400         * gcc.dg/visibility-3.c: Likewise.
2401         * gcc.dg/visibility-4.c: Likewise.
2402         * gcc.dg/visibility-5.c: Likewise.
2403         * gcc.dg/visibility-6.c: Likewise.
2404         * g++.dg/ext/visibility-1.C: Likewise.
2405         * g++.dg/ext/visibility-2.C: Likewise.
2406         * g++.dg/ext/visibility-3.C: Likewise.
2407         * g++.dg/ext/visibility-4.C: Likewise.
2408         * g++.dg/ext/visibility-5.C: Likewise.
2409         * g++.dg/ext/visibility-6.C: Likewise.
2411 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2413         * g++.dg/lookup/java1.C: New test.
2414         * g++.dg/lookup/java2.C: New test.
2416 2003-12-07  Falk Hueffner  <falk@debian.org>
2418         * g++.dg/opt/noreturn-1.C: New test.
2420 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
2422         * gcc.dg/overflow-1.c: New test.
2424 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2426         * g77.f-torture/compile/13060.f: New test.
2428 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
2430         PR c++/13323
2431         * g++.dg/inherit/operator2.C: New test.
2433 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2435         PR c++/13305
2436         * g++.dg/ext/attrib9.C: New test.
2438 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2440         PR c++/13314
2441         * g++.dg/template/error7.C: New test.
2443 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
2444             J"orn Rennecke <joern.rennecke@superh.com>
2446         PR target/13302
2447         * g++.dg/other/struct-va_list.C: New test.
2449 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2451         PR c++/13166
2452         * g++.dg/parse/defarg6.C: New test.
2454 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
2456         PR target/13256
2457         * gcc.c-torture/execute/20031201-1.c: New test.
2459 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
2461         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
2463 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2465         * gcc.dg/builtin-return-1.c: New test.
2467 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
2468             J"orn Rennecke <joern.rennecke@superh.com>
2470         PR optimization/13260
2471         * gcc.c-torture/execute/20031204-1.c: New test.
2473 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2475         PR c++/9127
2476         * g++.dg/template/error6.C: New test.
2478 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
2480         * gcc.dg/20031202-1.c: New test.
2482 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2484         PR c++/13179
2485         * g++.dg/template/eh1.C: New test.
2487         PR c++/10771
2488         * g++.dg/template/error5.C: New test.
2490 2003-12-02  David Ung  <davidu@mips.com>
2492         * gcc.dg/compat/vector-check.h: Corrected type for var
2493         g_##TMODE
2495 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2497         PR c++/10126
2498         * g++.dg/template/ptrmem8.C: New test.
2500 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2502         PR c++/12573
2503         * g++.dg/template/dependent-expr3.C: New test.
2505 2003-12-01  James Lemke  <jim@wasabisystems.com>
2507         * gcc.dg/arm-g2.c: New test.
2509 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2511         PR optimization/11634
2512         * gcc.dg/20031201-2.c: New test case.
2514 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
2516         PR 11433
2517         * objc.dg/proto-lossage-3.m: New test.
2519 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2521         PR optimization/12628
2522         * gcc.dg/20031201-1.c: New test case.
2524 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2526         * gcc.dg/unaligned-1.c: New test.
2528 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
2530         PR c++/9849
2531         * g++.dg/template/error4.C: New test.
2532         * g++.dg/template/nested3.C: Adjust error markers.
2534 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2536         * gcc.dg/cpp/assert4.c: Check more #system assertions.
2538 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2540         PR c/10333
2541         * gcc.dg/bitfld-7.c: New test.
2543 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
2545         * gcc.dg/tls/asm-1.C: New test.
2547 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2549         * gcc.dg/cpp/assert4.c: Update.
2551 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2553         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
2554         * gcc.dg/builtin-apply3.c: New test.
2556 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2558         * lib/compat.exp (compat-obj): New xfaildata parameter.
2559         Use it to set compiler_conditional_xfail_data before compiling.
2560         (compat-get-options): Handle dg-xfail-if.
2561         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
2562         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
2563         * gcc.dg/compat/vector-1_y.c: Likewise.
2564         * gcc.dg/compat/vector-2_x.c: Likewise.
2565         * gcc.dg/compat/vector-2_y.c: Likewise.
2567 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2569         * g++.dg/opt/reg-stack4.C: New test.
2571 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2573         * gcc.dg/builtin-apply2.c: New test.
2575 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2577         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
2579 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2581         PR c++/12924
2582         * g++.dg/template/template-id-2.C: New test.
2584 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2586         PR c++/5369
2587         * g++.dg/template/memfriend1.C: New test.
2588         * g++.dg/template/memfriend2.C: Likewise.
2589         * g++.dg/template/memfriend3.C: Likewise.
2590         * g++.dg/template/memfriend4.C: Likewise.
2591         * g++.dg/template/memfriend5.C: Likewise.
2592         * g++.dg/template/memfriend6.C: Likewise.
2593         * g++.dg/template/memfriend7.C: Likewise.
2594         * g++.dg/template/memfriend8.C: Likewise.
2595         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
2597 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
2599         PR c++/12515
2600         * g++.dg/ext/cond1.C: New test.
2602 2003-11-20  Richard Henderson  <rth@redhat.com>
2604         * gcc.dg/20020201-2.c: Remove.
2605         * gcc.dg/20020201-4.c: Remove.
2606         * gcc.dg/20020304-1.c: Remove.
2608 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2610         * gcc.dg/cpp/trad/xwin1.c: New test case.
2612 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2614         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
2615         * lib/g77.exp: Likewise.
2616         * lib/objc.exp: Likewise.
2617         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
2618         for darwin.
2620 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2622         PR c++/12932
2623         * g++.dg/template/static5.C: New test.
2625 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2627         * gcc.dg/nested-func-1.c: New test.
2629 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2631         * gcc.dg/cpp/assert4.c: New test.
2633 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2635         PR c++/2294
2636         * g++.dg/lookup/using9.c: New test.
2638 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
2640         PR c++/12762
2641         * g++.dg/template/error3.C: New test.
2643 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2645         PR ada/13035
2646         * ada/acats/run_acats, run_all.sh: Fix syntax error.
2647         No longer use a wrapper for gcc, since this does not work under
2648         Windows.
2650 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2652         PR c++/2094
2653         * g++.dg/template/ptrmem7.C: New test.
2655 2003-11-13  Andrew Pinski <apinski@apple.com>
2657         * gcc.c-torture/compile/20031113-1.c: New test.
2659 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
2660             Kean Johnston <jkj@sco.com>
2662         PR c/13029
2663         * gcc.dg/unused-4.c: Update.
2665 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2667         * g++.dg/opt/const3.C: New test.
2669 2003-11-13  Jan Hubicka  <jh@suse.cz>
2671         * gcc.c-torture/compile/20031112-1.c: New test.
2673 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
2675         * g++.dg/parse/crash10.C: Remove bogus error marker.
2677 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2679         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
2680         (host_gcc): Likewise.
2681         (ROOT): Honor $PWDCMD.
2682         (BASE): Likewise.
2683         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
2685 2003-11-12  Catherine Moore  <clm@redhat.com>
2687         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
2689 2003-11-12  Andreas Jaeger  <aj@suse.de>
2690             Jakub Jelinek  <jakub@redhat.com>
2691             Andrew Pinski  <pinskia@physics.uc.edu>
2692             Richard Henderson  <rth@redhat.com>
2694         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
2695         systems.
2696         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
2698         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
2699         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
2701 2003-11-11  Andreas Jaeger  <aj@suse.de>
2703         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
2705         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
2707 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2709         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
2710         Clean ups.
2712 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
2714         * gcc.dg/trampoline-1.c: New test.
2716 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
2718         * gcc.c-torture/compile/200031109-1.c: New test.
2720 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2722         PR c/3190
2723         PR c/8714
2724         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2725         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
2726         gcc.dg/format/no-y2k-1.c: Update.
2728 2003-11-08  Roger Sayle  <roger@eyesopen.com>
2730         PR optimization/10467
2731         * gcc.dg/20031108-1.c: New test case.
2733 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2735         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
2737 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2739         * gcc.dg/compound-lvalue-1.c: New test.
2740         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
2741         some XFAILs.
2743 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2745         * gcc.dg/altivec-varargs-1.c: New test.
2747 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2749         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
2750         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
2751         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
2752         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
2753         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
2755 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2757         * gcc.dg/cond-lvalue-1.c: New test.
2759 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
2761         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2763 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2765         PR c++/11616
2766         * g++.dg/template/instantiate5.C: New test.
2768 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2770         PR c++/12726
2771         * g++.dg/ext/complit2.C: Replace test with self-contained version.
2772         * ChangeLog: Add missing first entry for above test.
2774 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2776         PR c++/9810
2777         * g++.dg/template/using8.C: New test.
2778         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
2780 2003-11-02  Roger Sayle  <roger@eyesopen.com>
2782         PR optimization/10817
2783         * gcc.c-torture/compile/20031102-1.c: New test case.
2785 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
2787         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2788         2147483647.
2790 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2792         * gcc.dg/20031102-1.c: New test.
2794 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2796         * gcc.dg/complex-1.c: New test.
2798 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2800         PR c++/12796
2801         * g++.dg/template/crash13.C: Adjust expected error location.
2802         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2804 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2806         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2808 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2810         PR/10239
2811         * gcc.c-torture/compile/20031031-2.c: New test.
2813 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2815         PR/11640
2816         * gcc.c-torture/compile/20031031-1.c: New test.
2818 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2820         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2821         * gcc.misc-tests/bprob.exp: Likewise.
2822         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2823         the execution test on arm-elf configs.
2824         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
2825         configs that don't support scratch files.
2826         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2828 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
2830         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2831         done by dejagnu.
2833 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2835         * ada/acats/run_all.sh: Redirect mv output to /dev/null
2836         Avoid non pure sh syntax. Add more logging.
2838         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2839         fail.
2841 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2843         PR libgcj/10610
2844         * gcc.dg/ppc-stackalign-1.c: New test.
2846 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
2848         * ada/acats/run_all.sh: Change output to be more compliant with
2849         dejagnu framework.
2850         Create acats.sum and acats.log files under testsuite/ada/acats
2851         Only run [a-z]* directories, to filter out e.g. CVS.
2852         Redirect build output to log file.
2854 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2856         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2858 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2860         PR ada/5909:
2861         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2863 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
2865         * gcc.c-torture/compile/20031023-1.c: New test.
2866         * gcc.c-torture/compile/20031023-2.c: New test.
2867         * gcc.c-torture/compile/20031023-3.c: New test.
2868         * gcc.c-torture/compile/20031023-4.c: New test.
2870 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2872         PR c++/10371
2873         * g++.dg/lookup/scoped8.C: New test.
2875 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2877         * g++.dg/opt/reg-stack3.C: New test.
2879 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2881         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2883 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2885         PR c++/11076
2886         * g++.dg/template/crash13.C: New test.
2888 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2890         * gcc.dg/c99-restrict-2.c: New test.
2892 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2894         PR c++/12698, c++/12699, c++/12700, c++/12566
2895         * g++.dg/inherit/covariant9.C: New test.
2896         * g++.dg/inherit/covariant10.C: New test.
2897         * g++.dg/inherit/covariant11.C: New test.
2899 2003-10-23  Jason Merrill  <jason@redhat.com>
2901         PR c++/12726
2902         * g++.dg/ext/complit2.C: New test.
2904 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2906         PR target/12654
2907         * gcc.c-torture/execute/20031020-1.c: New test.
2909 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2911         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2912         following the jump_insn.
2914 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2916         * gcc.dg/cast-lvalue-1.c: New test.
2918 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2920         PR c++/11962
2921         * g++.dg/template/cond2.C: New test.
2923 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2925         * gcc.dg/builtins-28.c: New test.
2927 2003-10-20  Jan Hubicka  <jh@suse.cz>
2929         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2930         parameter.
2931         * testsuite/gcc.dg/inline-2.c: Likewise.
2933 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2935         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2936         * gcc.dg/nest.c:  Likewise.
2938 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2940         PR c++/9781, c++/10583, c++/11862
2941         * g++.dg/parse/crash13.C: New test.
2943 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2945         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2947 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2949         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2950         Define HAVE_C99_RUNTIME except on Solaris.
2951         * gcc.dg/builtins-20.c: Likewise.
2953 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2955         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2957 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2959         PR c++/12495
2960         * g++.dg/template/crash21.C: New test.
2962 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2964         PR c++/2513
2965         * g++.dg/template/typename5.C: New test.
2967 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2969         PR c++/12369
2970         * g++.dg/template/friend25.C: New test.
2972 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2974         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2975         versions.
2977 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2979         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2980         == 2147483647.
2982 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2984         * gcc.c-torture/execute/960416-1.x: Remove.
2985         * gcc.c-torture/execute/divconst-3.x: Likewise.
2987 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2989         PR target/12598
2990         * gcc.dg/torture/cris-volatile-1.c: New test.
2992 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2994         PR optimization/9325
2995         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2996         for overflowing floating point to integer conversion during RTL
2997         simplification.
2999 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
3001         * objc/execute/_cmd.m: Fix typo.
3002         * objc.dg/image-info.m, objc.dg/symtab-1.m:
3003         Relax 'scan-assembler' regexp.
3004         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
3005         objc.dg/try-catch-4.m: Run on non-Darwin targets.
3006         * objc.dg/zero-link-2.m: Remove blank line.
3007         * objc.dg/zero-link-3.m: New test case.
3009 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
3011         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
3013         * gcc.dg/asm-names.c: Use scan-assembler-not rather
3014         than linker trickery.
3016 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3018         PR c++/12370
3019         * g++.dg/other/friend2.C: New test.
3021 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
3023         * gcc.dg/20031012-1.c: New test.
3025 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
3027         * gcc.dg/weak/weak-3.c: Fix for new warning.
3029 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
3031         PR optimization/8750
3032         * gcc.c-torture/execute/20031012-1.c: New test case.
3034 2003-10-11  Roger Sayle  <roger@eyesopen.com>
3036         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
3037         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
3039 2003-10-11  Roger Sayle  <roger@eyesopen.com>
3041         PR optimization/12260
3042         * gcc.c-torture/compile/20031011-2.c: New test case.
3044 2003-10-11  Roger Sayle  <roger@eyesopen.com>
3046         * gcc.c-torture/execute/20031011-1.c: New testcase.
3048 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
3050         * gcc.c-torture/compile/20031011-1.c: New test.
3052 2003-10-11  Jan Hubicka  <jh@suse.cz>
3054         * g++.dg/other/first-global.C: New test.
3056 2003-10-11  Roger Sayle  <roger@eyesopen.com>
3058         * gcc.c-torture/execute/string-opt-18.c: New testcase.
3060 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
3062         * gcc.c-torture/compile/20031010-1.c: New test.
3064 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
3066         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
3067         * gcc.c-torture/execute/va-arg-25.c: ... here.
3069 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
3071         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
3073 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
3075         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
3077 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
3079         * g++.dg/parse/error2.C: New test.
3081 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
3083         PR c++/11097
3084         * g++.dg/other/error5.C: Modify the error message.
3085         * g++.dg/lookup/using8.C: New test.
3087 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
3089         * gcc.dg/darwin-abi-2.c: New file.
3090         * gcc.c-torture/execute/va-arg-24.c: New file.
3092 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
3094         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
3095         indentation.
3097 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
3099         PR c++/10147
3100         * g++.dg/other/error4.C: Update error messages.
3101         * g++.dg/template/ptrmem4.C: Likewise.
3103         PR c++/12337
3104         * g++.dg/init/new9.C: New test.
3106         PR c++/12334, c++/12236, c++/8656
3107         * g++.dg/ext/attrib8.C: New test.
3109 2003-10-06  Devang Patel  <dpatel@apple.com>
3111         * gcc.dg/debug/dwarf2-3.h: New test.
3112         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
3114 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
3116         * g++.dg/opt/cfg2.C: New test.
3118 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3120         * g++.dg/opt/float1.C: New test.
3122 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3124         * gcc.dg/c90-array-lval-6.c: New test.
3125         * gcc.dg/c99-array-lval-6.c: New test.
3127 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
3128             Ziemowit Laski  <zlaski@apple.com>
3130         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
3131         'Derived', so that it is never considered a class method; add
3132         new warning for '+port' method ambiguity.
3133         * objc.dg/method-12.m: Include <objc/objc.h> instead of
3134         <objc/objc-api.h> (needed on Mac OS X).
3135         * objc.dg/method-13.m: New test.
3137 2003-10-03  Roger Sayle  <roger@eyesopen.com>
3139         PR optimization/9325, PR java/6391
3140         * gcc.c-torture/execute/20031003-1.c: New test case.
3142 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
3144         PR optimization/12180
3145         * gcc.dg/20031002-1.c: New test.
3147         PR c++/12486
3148         * g++.dg/inherit/error1.C: New test.
3150 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
3152         * lib/f-torture.exp (search_for): Rename to...
3153         (search_for_re): This.  Also, clean up comments and the
3154         "regexp" invocation.
3156 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
3158         * gcc.c-torture/compile/20031002-1.c: New test.
3160 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
3162         * g++.dg/opt/cond1.C: New test.
3164 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
3166         * gcc.dg/Wold-style-definition-2.c: New testcase.
3167         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
3169 2003-09-29  Richard Henderson  <rth@redhat.com>
3171         * g++.dg/init/array10.C: Add dg-options.
3173 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
3175         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
3177 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3179         * g++.dg/template/friend19.C: Fix typo.
3180         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
3182 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
3184         * gcc.c-torture/execute/20030928-1.c: New test.
3185         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
3187 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
3189         * g++.dg/opt/unroll1.C: New test.
3191 2003-09-26  Roger Sayle  <roger@eyesopen.com>
3193         PR optimization/11741
3194         * gcc.dg/20030926-1.c: New test case.
3196 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3198         PR c++/5655
3199         * g++.dg/parse/access7.C: New test.
3200         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
3202 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
3204         MERGE OF objc-improvements-branch into MAINLINE:
3205         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
3206         if libobjc has not been built.
3207         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
3208         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
3209         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
3210         objc/execute/nested-3.m, objc/execute/np-2.m,
3211         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
3212         objc/execute/redefining_self.m, objc/execute/root_methods.m,
3213         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
3214         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
3215         objc.dg/special/unclaimed-category-1.h,
3216         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
3217         well as GNU runtime.
3218         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
3219         * execute/cascading-1.m, execute/function-message-1.m,
3220         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
3221         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
3222         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
3223         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
3224         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
3225         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
3226         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
3227         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
3228         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
3229         * objc.dg/bitfield-2.m: Run only on Darwin.
3230         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
3231         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
3232         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
3233         * objc.dg/const-str-1.m: Fix constant string layout.
3235 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
3237         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
3239 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
3241         * gcc.dg/darwin-abi-1.c: New file.
3243 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
3245         PR target/12281
3246         * gcc.c-torture/compile/20030921-1.c: New test.
3248 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3250         * g++.dg/opt/reg-stack2.C: New test.
3252 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3254         * g++.dg/eh/delayslot1.C: New test.
3256 2003-09-20  Richard Henderson  <rth@redhat.com>
3258         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
3260 2003-09-20  Roger Sayle  <roger@eyesopen.com>
3262         * gcc.c-torture/execute/20030920-1.c: New test case.
3264 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3266         * g++.dg/rtti/typeid3.C: Correct expected error message.
3268 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3270         PR c++/157
3271         * g++.dg/parse/crash12.C: New test.
3273 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
3275         * gcc.dg/compat/mixed-struct-check.h: New.
3276         * gcc.dg/compat/mixed-struct-defs.h: New.
3277         * gcc.dg/compat/mixed-struct-init.h: New.
3278         * gcc.dg/compat/struct-by-value-19_main.c: New.
3279         * gcc.dg/compat/struct-by-value-19_x.c: New.
3280         * gcc.dg/compat/struct-by-value-19_y.c: New.
3281         * gcc.dg/compat/struct-by-value-20_main.c: New.
3282         * gcc.dg/compat/struct-by-value-20_x.c: New.
3283         * gcc.dg/compat/struct-by-value-20_y.c: New.
3284         * gcc.dg/compat/struct-return-19_main.c: New.
3285         * gcc.dg/compat/struct-return-19_x.c: New.
3286         * gcc.dg/compat/struct-return-19_y.c: New.
3287         * gcc.dg/compat/struct-return-20_main.c: New.
3288         * gcc.dg/compat/struct-return-20_x.c: New.
3289         * gcc.dg/compat/struct-return-20_y.c: New.
3291 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
3292         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
3293         so that it will not complain on LP64 targets.
3295 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3297         PR c++/495
3298         * g++.dg/template/friend24.C: New test.
3300 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
3302         PR c++/12332
3303         * g++.dg/template/memtmpl2.C: New test.
3305 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
3307         PR target/11184
3308         * gcc.dg/builtin-apply1.c: New test.
3310 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3312         PR c++/9848
3313         * g++.dg/warn/Wunused-4.C: New test.
3315 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3317         PR c++/12316
3318         * g++.dg/other/gc2.C: New test.
3320 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
3322         PR c++/11991
3323         * g++.dg/rtti/typeid3.C: New test.
3325         PR c++/12266
3326         * g++.dg/overload/template1.C: New test.
3328 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3330         * g++.dg/opt/cfg3.C: New test.
3332 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3334         PR c++/7939
3335         * g++.dg/template/crash11.C: New test.
3337 2003-09-16  Jason Merrill  <jason@redhat.com>
3338             Jakub Jelinek  <jakub@redhat.com>
3340         * gcc.dg/attr-warn-unused-result.c: New test.
3342 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3344         PR c++/12184
3345         * g++.dg/expr/call2.C: New test.
3347 2003-09-15  Andreas Jaeger  <aj@suse.de>
3349         * gcc.dg/Wold-style-definition-1.c: New test.
3351 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
3353         PR c++/3907
3354         * g++.dg/parse/template12.C: New test.
3356         * g++.dg/abi/bitfield11.C: New test.
3357         * g++.dg/abi/bitfield12.C: Likewise.
3359 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
3361         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
3362         non-expansion of functional macro name without arguments at EOL.
3363         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
3365 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3367         * gcc.c-torture/execute/20030914-[12].c: New tests.
3369 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3371         PR c++/11788
3372         * g++.dg/overload/addr1.C: New test.
3374 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
3376         * gcc.dg/20030909-1.c: New test.
3378 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3380         * gcc.dg/ultrasp10.c: New test.
3382 2003-09-09  Devang Patel  <dpatel@apple.com>
3384         * gcc.dg/darwin-ld-6.c: New test.
3386 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3388         * gcc.dg/torture/builtin-explog-1.c: New testcase.
3390 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3392         * gcc.dg/ia64-types1.c: New test.
3393         * gcc.dg/ia64-types2.c: Likewise.
3395 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3397         * gcc.dg/builtins-1.c: Add more _Complex tests.
3398         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3400         * gcc.dg/builtins-1.c: Test existing _Complex functions.
3401         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3403 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3405         PR c++/11786
3406         * g++.dg/lookup/koenig2.C: New test.
3408         PR c++/5296
3409         * g++.dg/rtti/typeid2.C: New test.
3411 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
3413         * gcc.c-torture/compile/20030904-1.c: New test.
3415 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3417         * g++.dg/opt/longbranch2.C: New test.
3419 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3421         * g++.dg/template/crash10.C: Only compile it.
3423 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3425         PR middle-end/11665
3426         * gcc.c-torture/compile/20030907-1.c: New test.
3427         * g++.dg/init/array11.C: New test.
3429 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3431         PR c++/11852
3432         * g++.dg/init/struct1.C: New test.
3434 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3436         PR c++/12181
3437         * g++.dg/expr/comma1.C: New test.
3439 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
3441         PR c++/11867
3442         * g++.dg/expr/static_cast5.C: New test.
3444 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
3446         PR c++/11507
3447         * g++.dg/lookup/scoped7.C: New test.
3449         PR c++/9574
3450         * g++.dg/other/static1.C: New test.
3452         PR c++/11490
3453         * g++.dg/warn/template-1.C: New test.
3455         PR c++/11432
3456         * g++.dg/template/crash10.C: New test.
3458         PR c++/2478
3459         * g++.dg/overload/VLA.C: New test.
3461         PR c++/10804
3462         * g++.dg/template/call1.C: New test.
3464 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3466         PR c++/11794
3467         * g++.dg/parse/using3.C: New test.
3469 2003-09-06  Roger Sayle  <roger@eyesopen.com>
3471         PR c++/11409
3472         * g++.dg/overload/builtin3.C: New test case.
3474 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
3476         PR c/9862
3477         * gcc.dg/20030906-1.c: New test.
3478         * gcc.dg/20030906-2.c: Likewise.
3480 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3482         PR c++/12167
3483         * g++.dg/parse/defarg5.C: New test.
3485         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
3487 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
3489         PR c++/12163
3490         * g++.dg/expr/static_cast4.C: New test.
3492         PR c++/12146
3493         * g++.dg/template/crash9.C: New test.
3495 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
3497         * g++.old-deja/g++.ext/pretty2.C: Update for change
3498         in __FUNCTION__.
3499         * g++.old-deja/g++.ext/pretty3.C: Likewise.
3501 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
3503         PR c++/11922
3504         * g++/dg/template/qualified-id1.C: New test.
3506         PR c++/12037
3507         * g++.dg/warn/noeffect4.C: New test.
3509 2003-09-04  Matt Austern  <austern@apple.com>
3511         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
3512         * g++.dg/ext/fnname2.C: Likewise.
3513         * g++.dg/ext/fnname3.C: Likewise.
3515 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
3517         * g++.dg/expr/lval1.C: New test.
3518         * g++.dg/ext/lvcast.C: Remove.
3520 2003-09-03  Roger Sayle  <roger@eyesopen.com>
3522         PR optimization/11700.
3523         * gcc.c-torture/compile/20030903-1.c: New test case.
3525 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
3527         PR c++/12053
3528         * g++.dg/abi/layout4.C: New test.
3530 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
3532         PR c++/11553
3533         * g++.dg/parse/friend3.C: New test.
3535 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
3537         PR c++/11847
3538         * g++.dg/template/class1.C: New test.
3540         PR c++/11808
3541         * g++.dg/expr/call1.C: New test.
3543 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
3545         PR c++/12114
3546         * g++.dg/init/ref9.C: New test.
3548         PR c++/11972
3549         * g++.dg/template/nested4.C: New test.
3551 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3553         PR c++/12093
3554         * g++.dg/template/non-dependent4.C: New test.
3556         PR c++/11928
3557         * g++.dg/inherit/conv1.C: New test.
3559 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3561         PR c++/6196
3562         * g++.dg/ext/label1.C: New test.
3563         * g++.dg/ext/label2.C: Likewise.
3565 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3567         * g++.dg/expr/cond3.C: New test.
3569 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3571         * gcc.dg/builtins-1.c: Add new builtin cases.
3573 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3575         * gcc.dg/builtins-1.c: Add new cases.
3576         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3578 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3580         * gcc.dg/builtins-1.c: Add more math builtin tests.
3581         * gcc.dg/torture/builtin-attr-1.c: New test.
3583 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3585         PR optimization/5079
3586         * g++.dg/opt/static3.C: New test.
3588 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3590         * gcc.misc-tests/gcov-10b.c: New test.
3592 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
3594         * g++.dg/opt/ptrmem3.C: New test.
3596         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
3598 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
3600         * gcc.dg/20030826-2.c: New test.
3602 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3604         PR middle-end/12002
3605         * g77.f-torture/compile/12002.f: New test case.
3607 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3609         * gcc.dg/20030826-1.c: New test case.
3611 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
3613         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
3615 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
3617         PR c++/11871
3618         * c++.dg/lookup/crash1.C: New test.
3620         * c++.dg/warn/noeffect3.C: New test.
3622 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
3624         * gcc.dg/compat/vector-1_x.c: Compile with -w.
3625         * gcc.dg/compat/vector-1_y.c: Ditto.
3626         * gcc.dg/compat/vector-2_x.c: Ditto.
3627         * gcc.dg/compat/vector-2_y.c: Ditto.
3629 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
3631         * gcc.dg/20030702-1.c: New test.
3633 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
3635         PR c++/8795
3636         * g++.dg/ext/altivec-1.C: New test.
3638 2003-08-24  Richard Henderson  <rth@redhat.com>
3640         * g++.dg/eh/simd-2.C: Add -w for x86.
3642 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
3644         * gcc.dg/20030815-1.c: New test.
3646 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3648         PR c++/3765
3649         * g++.dg/parse/access6.C: New test.
3651 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3653         PR c++/641, c++/11876
3654         * g++.dg/template/friend22.C: New test.
3655         * g++.dg/template/friend23.C: Likewise.
3657 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3659         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
3660         identically.
3662 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3664         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
3666 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3668         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
3670 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3672         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
3674 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3676         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
3678 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3680         PR c++/11919
3681         * g++.dg/overload/prom1.C: New test.
3683         PR c++/11551
3684         * g++.dg/parse/dtor2.C: New test.
3686         PR c++/10762
3687         * g++.dg/parse/using2.C: New test.
3689 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
3691         PR target/11805
3692         * gcc.c-torture/compile/20030821-1.c: New.
3694 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
3696         PR c++/11834
3697         * g++.dg/template/deduce2.C: New test.
3699 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
3701         * gcc.c-torture/execute/20030821-1.c: New test.
3703 2003-08-20  Roger Sayle  <roger@eyesopen.com>
3705         PR middle-end/11984
3706         * gcc.dg/20030820-1.c: New test case.
3708 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
3710         PR c++/11945
3711         * g++.dg/warn/noeffect2.C: New test.
3713 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
3715         PR c++/10926
3716         * g++.dg/template/dtor2.C: New test.
3718         PR c++/11684
3719         * g++.dg/template/operator1.C: New test.
3720         * g++.dg/parse/operator4.C: New test.
3722         PR c++/11946.C
3723         * g++.dg/expr/enum1.C: New test.
3724         * gcc.dg/c99-bool-1.c: Remove bogus warning.
3726         PR c++/11036.C
3727         * g++.dg/parse/elab2.C: New test.
3728         * g++.dg/parse/typedef4.C: Change error message.
3729         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
3730         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
3731         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
3733 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3735         * gcc.dg/pch/warn-1.c: New.
3736         * gcc.dg/pch/warn-1.hs: New.
3738         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
3739         not-tested file.
3741 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3743         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
3745 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3747         * gcc.dg/uninit-D.c: New Test.
3748         * gcc.dg/uninit-E.c: New Test.
3749         * gcc.dg/uninit-F.c: New Test.
3750         * gcc.dg/uninit-G.c: New Test.
3752 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
3754         * g++.dg/README: Describe the pch directory.
3756 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3758         PR c++/11174
3759         * g++.dg/parse/access4.C: New test.
3760         * g++.dg/parse/access5.C: Likewise.
3761         * g++.old-deja/g++.jason/access17.C: Adjust error message.
3763 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
3765         * gcc.dg/noncompile/20030818-1.c: New.
3767 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3769         PR c++/11957
3770         * g++.dg/warn/noeffect1.C: New test.
3772         * g++.dg/template/scope2.C: New test.
3773         * g++.dg/template/error2.C: Correct dg-error
3775 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
3777         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
3779 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
3781         PR C++/11512
3782         * g++.dg/template/warn1.C: New.
3784 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3786         * g++.dg/template/error2.C: New test.
3787         * g++.dg/lookup/using7.C: Adjust errors
3788         * g++.old-deja/g++.pt/crash36.C: Likewise.
3789         * g++.old-deja/g++.pt/derived3.C: Likewise.
3791 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3793         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3794         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3795         * gcc.c-torture/execute/builtins/string-9.c: New, from
3796         string-opt-9.c.  Adjust for execute/builtins framework.
3797         * gcc.c-torture/execute/string-opt-9.c: Delete.
3799 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
3801         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3803         * g++.dg/parse/ret-type2.C: New test.
3805         PR c++/11703
3806         * g++.dg/init/new8.C: New test.
3808         PR c++/10923
3809         * g++.dg/parse/typedef5.C: New test.
3811         PR c++/9512
3812         * g++.dg/parse/qualified2.C: New test.
3813         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3814         invalid code.
3816 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
3818         * g++.dg/conversion/ptrmem1.C: New test.
3820 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
3822         PR target/11693
3823         * gcc.dg/20030811-1.c: New test.
3825         PR target/11535
3826         * gcc.c-torture/execute/20030811-1.c: New test.
3828 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3830         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3832 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
3834         PR c++/11789.C
3835         * g++.dg/inherit/multiple1.C: New test.
3837 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3839         * gcc.dg/spe1.c: New test.
3841         PR c++/11670
3842         * g++.dg/expr/cast2.C: New test.
3844         PR c++/10530
3845         * g++.dg/template/dependent-name2.C: New test.
3847 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
3849         * g++.dg/parse/crash11.C: Put the dg options in comments.
3851 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
3853         * lib/gcc-dg.exp: Update for diagnostic change.
3855 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3857         PR c++/5767
3858         * g++.dg/parse/crash11.C: New test.
3860 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
3862         * gcc.dg/cpp/spacing1.c: Update.
3864 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
3866         PR target/11739
3867         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3868         a value for -mtune.
3870 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3872         PR middle-end/11771
3873         * gcc.c-torture/compile/20030804-1.c: New test case.
3875 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3877         * gcc.dg/20030804-1.c: New test case.
3879 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3881         * gcc.dg/cpp/separate-1.c: New test.
3883 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3885         PR c++/11704
3886         * g++.dg/template/dependent-expr2.C: New test.
3888         PR c++/11766
3889         * g++.dg/expr/ptrmem1.C: New test.
3891 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3893         PR c++/9453
3894         * g++.dg/template/friend15.C: New test.
3896 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3898         * lib/dg-pch.exp: Work round PCH bug.
3900 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3902         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3903         builtins.  Move cases from builtins-4.c here.
3905         * gcc.dg/torture/builtin-math-1.c: New test taken from
3906         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3907         additional cases.
3909         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3910         Delete.
3912 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3914         PR c++/9447
3915         * g++.dg/template/using7.C: New test.
3917 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3919         * import1.c, import2.c: New tests.
3921 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3923         * g++.dg/eh/crossjump1.C: New test.
3925 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3927         PR c++/11697
3928         * g++.dg/template/using6.C: New test.
3930         PR c++/11744
3931         * g++.dg/template/koenig2.C: New test.
3933 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3935         PR c++/7983
3936         * g++.dg/parse/typedef4.C: New test.
3938 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3940         PR c++/8442, c++/8806
3941         * g++.dg/template/elab1.C: New test.
3942         * g++.dg/template/type2.C: Likewise.
3943         * g++.dg/template/ttp3.C: Adjust expected error message.
3944         * g++.old-deja/g++.law/visibility13.C: Likewise.
3945         * g++.old-deja/g++.niklas/t135.C: Likewise.
3946         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3947         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3948         template argument.
3949         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3951 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3953         PR c++/11295
3954         * g++.dg/ext/stmtexpr1.C: New test.
3956         * g++.dg/opt/tmp1.C: New test.
3958         PR c++/11525
3959         * g++.dg/parse/constant4.C: New test.
3961         PR c++/9447
3962         * g++.dg/template/using5.C: New test.
3964 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3966         * gcc.dg/builtins-27.c: New test case.
3968 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3970         * gcc.dg/tls/opt-7.c: New test.
3972 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3974         * g++.old-deja/g++.other/crash18.C: Remove.
3976 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3978         * g++.dg/template/explicit3.C: New.
3979         * g++.dg/template/explicit4.C: New.
3980         * g++.dg/template/explicit5.C: New.
3982         PR c++/11347
3983         * g++.dg/template/memtmpl1.C: New.
3985 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3987         PR target/11565
3988         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3989         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3991 2003-07-30  Jan Hubicka  <jh@suse.cz>
3993         * vtgc1.c: Kill.
3995 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3997         * gcc.dg/struct-in-proto-1.c: New test.
3999 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
4001         * gcc.dg/cpp/include2.c: Only expect one message.
4003 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
4005         PR c++/9447
4006         * g++.dg/template/using1.C: New test.
4007         * g++.dg/template/using2.C: New test.
4008         * g++.dg/template/using3.C: New test.
4009         * g++.dg/template/using4.C: New test.
4011 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
4013         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
4014         * gcc.c-torture/execute/string-opt-10.c: Likewise.
4016 2003-07-28  Jan Hubicka  <jh@suse.cz>
4018         PR c++/11530
4019         * g++.dg/opt/call1.C: New test.
4021 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
4023         PR c++/11667
4024         * g++.dg/init/enum2.C: New test.
4025         * g++.dg/template/overload1.C: Add "-w" option.
4027 2003-07-28    <hp@bitrange.com>
4029         * gcc.dg/Wdeclaration-after-statement-1.c,
4030         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
4032 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
4034         * gcc.c-torture/compile/20030725-1.c: New test.
4036 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
4038         * gcc.dg/20030505.c: Only run for SPE.
4039         Remove definition of opaque type.
4041 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
4043         * g++.dg/template/ptrmem6.C: New test.
4045 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
4047         * gcc.c-torture/compile/zero-strct-2.c: New test.
4049 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
4051         * gcc.dg/intermod-1.c: New test.
4053 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4055         PR c++/11617
4056         * g++.dg/template/lookup2.C: New test.
4057         * g++.dg/template/memclass1.C: Remove instantiated from error.
4058         * g++.dg/other/error2.C: Tweak expected errors.
4060         PR c++/11596
4061         * g++.dg/template/defarg3.C: New test.
4063         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
4065 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
4067         * g++.dg/inherit/access5.C: New test.
4069 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4071         PR c++/11513
4072         * g++.dg/template/crash8.C: New test.
4074 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
4076         PR c/10602
4077         * gcc.dg/noncompile/incomplete-2.c: New test.
4079 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
4081         PR c++/11645
4082         * g++.dg/inherit/access4.C: New test.
4084         PR c++/11517
4085         * g++.dg/expr/cond2.C: New test.
4087         PR optimization/10679
4088         * g++.dg/opt/inline4.C: New test.
4090 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
4092         * g++.dg/parse/crash10: New test.
4094 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
4096         * g++.dg/ext/flexary1.C: New test.
4098 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4100         PR c++/10793
4101         * g++.dg/template/crash9.C: New test.
4103 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4105         PR c++/3004
4106         * g++.dg/parse/typedef3.C: New test.
4108         PR c++/7906
4109         * g++.dg/parse/operator2.C: New test.
4111         PR c++/8895
4112         * g++.dg/parse/def-tmpl-arg1.C: New test.
4114         PR c++/9282
4115         * g++.dg/parse/funptr1.C: New test.
4117         PR c++/9452
4118         * g++.dg/parse/ambig3.C: New test.
4120         PR c++/9454
4121         * g++.dg/parse/operator3.C: New test.
4123         PR c++/9486
4124         * g++.dg/parse/template10.C: New test.
4126         PR c++/9488
4127         * g++.dg/parse/template11.C: New test.
4129         PR c++/10150
4130         * g++.dg/parse/invalid-op1.C: New test.
4132         PR c++/10247
4133         * g++.dg/parse/condexpr1.C: New test.
4135 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
4137         * g++.dg/ext/packed3.C: New test.
4138         * g++.dg/ext/packed4.C: New test.
4140         * gcc.dg/pack-test-3.c: New test.
4142 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
4144         * lib/compat.exp: Handle dg-options per source file.
4145         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
4146         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
4147         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
4148         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
4149         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
4150         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
4151         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
4152         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
4153         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
4154         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
4155         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
4156         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
4157         * g++.dg/compat/break/bitfield7_x.C: Ditto.
4158         * g++.dg/compat/break/bitfield7_y.C: Ditto.
4160 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4162         PR c/10320
4163         * gcc.c-torture/execute/20030718-1.c: New test.
4165 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4167         PR optimization/11536
4168         * gcc.dg/20030721-1.c: New test.
4170 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
4172         PR c++/11546
4173         * g++.dg/template/lookup1.C: New test.
4175 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
4177         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
4178         diagnostics of ill-formed constructs involving labels.
4179         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
4180         the new 'previously defined here' message.
4182 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
4184         * g++.dg/parse/non-dependent2.C: New test.
4186 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
4188         * g++.dg/init/init-ref4.C: xfail on targets without
4189         weak symbols.
4191 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
4193         PR target/11087
4194         * gcc.c-torture/execute/20030717-1.c: New test.
4196 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4198         * g++.dg/opt/cfg1.C: New test.
4200 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
4202         PR optimization/11557
4203         * gcc.dg/20030717-1.c: New test.
4205 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
4207         PR c++/10476
4208         * g++.dg/expr/crash-1.C: New test.
4210         PR c++/11027
4211         * g++.dg/template/init3.C: New test.
4213         PR c++/8222
4214         * g++.dg/template/non-dependent1.C: New test.
4216         PR c++/11070
4217         * g++.dg/template/non-dependent2.C: New test.
4219         PR c++/11071
4220         * g++.dg/template/non-dependent3.C: New test.
4222         PR c++/9907
4223         * g++.dg/template/sizeof5.C: New test.
4225 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
4227         PR 11498
4228         * gcc.c-torture/compile/mangle-1.c: New file.
4230 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4232         PR c++/7809
4233         * g++.dg/parse/access3.C: New test.
4235 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
4237         PR c++/11384
4238         * g++.dg/init/init-ref4.C: New test.
4240 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
4242         PR c++/11547
4243         * g++.dg/parse/constant3.C: New test.
4244         * g++.dg/parse/crash7.C: Likewise.
4246 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
4248         PR target/11008
4249         * gcc.dg/i386-pentium4-not-mull.c: New.
4251 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
4253         * gcc.dg/asm-names.c (ymain): Make it weak.
4255 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4257         PR c++/5421
4258         * g++.dg/template/friend21.C: New test.
4260 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
4262         * gcc.dg/cleanup-8.c: New test.
4263         * gcc.dg/cleanup-9.c: New test.
4265 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
4267         * g++.dg/ext/dll-MI1.h: New file.
4268         * g++.dg/ext/dllexport-MI1.C: New file.
4269         * g++.dg/ext/dllimport-MI1.C: New file.
4271 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
4273         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
4274         it does not have cmpstrsi patterns (just cmpmemsi).
4276 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
4278         PR debug/11473
4279         * g++.dg/debug/debug8.C: New test.
4281 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4283         PR c++/10108
4284         * g++.dg/template/crash7.C: New test.
4286 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
4288         PR target/10795
4289         * gcc.c-torture/compile/20030708-1.c: New.
4291 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
4293         * gcc.c-torture/execute/20030715-1.c: New test.
4295 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
4297         * gcc.dg/pch/inline-3.c: New file.
4298         * gcc.dg/pch/inline-3.hs: New file.
4299         * gcc.dg/pch/inline-4.c: New file.
4300         * gcc.dg/pch/inline-4.hs: New file.
4302 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
4304         PR c++/11509
4305         * g++.dg/template/crash6.C: New test.
4307         PR c++/7053
4308         * g++.dg/template/friend20.C: New test.
4310         PR c++/7019
4311         * g++.dg/template/overload2.C: New test.
4313 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4315         PR optimization/11440
4316         * gcc.c-torture/execute/20030714-1.c: New test.
4318 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4320         PR c++/11154
4321         * g++.dg/template/partial2.C: New test.
4323 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
4325         PR c++/11503
4326         * g++.dg/template/anon1.C: New test.
4328         PR c++/11493
4329         PR c++/11495
4330         * g++.dg/parse/template9.C: Likewise.
4331         * g++.dg/template/crash4.C: New test.
4332         * g++.dg/template/koenig1.C: Likewise.
4333         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
4334         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
4335         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
4336         functions.
4337         * g++.old-deja/g++.jason/template36.C: Likewise.
4338         * g++.old-deja/g++.mike/p1989.C: Likewise.
4339         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
4340         * g++.old-deja/g++.pt/ttp20.C: Use this->.
4341         * g++.old-deja/g++.pt/ttp21.C: Use this->.
4342         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
4343         compiling.
4344         * g++.old-deja/g++.pt/union2.C: Use this->.
4346 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
4348         * gcc.dg/20030711-1.c: New test.
4350 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
4352         PR c++/11050
4353         * g++.dg/parse/args1.C: New test.
4354         * g++.pt/defarg8.C: Change expected errors.
4356 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
4358         PR c++/8164
4359         * g++.dg/template/nontype2.C: New test.
4361         PR c++/10558
4362         * g++.dg/parse/template8.C: New test.
4364         PR c++/8327
4365         * g++.dg/template/scope1.C: New test.
4367         * g++.dg/warn/Wsign-compare-1.C: New test.
4369 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4371         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
4373 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
4375         PR c++/9411
4376         * g++.dg/template/explicit2.C: New test.
4378         PR c++/10032
4379         * g++.dg/warn/pedantic1.C: New test.
4381 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
4383         PR c++ 9483
4384         * g++.dg/other/field1.C: New test.
4386 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4388         PR c/11449
4389         * gcc.c-torture/compile/20030707-1.c: New.
4391 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4393         PR c++/10849
4394         * g++.dg/template/access12.C: New test.
4396 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
4398         * g++.dg/bprob/bprob.exp (prof_ext): Update.
4399         * g77.dg/bprob/bprob.exp (prof_ext): Update.
4400         * gcc.misc-tests/bprob.exp (prof_ext): Update.
4401         * gcc.misc-tests/gcov.exp: Update
4402         * g++.dg/gcov/gcov.exp: Update
4403         * lib/gcov.exp: Update.
4405 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
4407         * g++.dg/abi/mangle17.C: Make sure template expressions are
4408         dependent.
4409         * g++.dg/abi/mangle4.C: Mark erroneous casts.
4410         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
4411         * g++.dg/opt/stack1.C: Remove erroneous code.
4412         * g++.dg/parse/template7.C: New test.
4413         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
4414         * g++.old-deja/g++.pt/crash4.C: Likewise.
4416 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4418         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
4419         with zero or one occurence of `$' after the initial `L'.
4421 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
4423         * gcc.c-torture/compile/20030704-1.c: Add a comment.
4425 2003-07-08  Roger Sayle  <roger@eyesopen.com>
4427         PR c/11370
4428         * gcc.dg/Wunreachable-6.c: New testcase.
4429         * gcc.dg/Wunreachable-7.c: New testcase.
4431 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4433         PR c/11420
4434         * gcc.dg/20030708-1.c: New test.
4436 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
4438         * gcc.dg/compat/sdata-section.h: New file.
4439         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
4440         * gcc.dg/torture/mips-sdata-1.c: New test.
4442 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4444         PR c++/11030
4445         * g++.dg/template/friend19.C: New test.
4447 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4449         * g++.dg/opt/strength-reduce.C: New test.
4451 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4453         PR target/10979
4454         * gcc.dg/20030707-1.c: New testcase.
4456 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4458         PR optimization/11059
4459         * g++.dg/opt/emptyunion.C: New testcase.
4461 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4462             Eric Botcazou  <ebotcazou@libertysurf.fr>
4464         * g++.dg/opt/stack1.C: New test.
4466 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
4468         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
4469         run test.
4471         PR c++/11431
4472         * g++.dg/expr/static_cast3.C: New test.
4474 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4476         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
4477         everywhere.
4478         * gcc.dg/concat.c: Concatenation of string constants with
4479         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
4480         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
4481         * gcc.dg/cpp/escape-2.c: Use wide character constants where
4482         necessary to avoid multi-character character constant warning.
4483         * gcc.dg/cpp/escape.c: Likewise.
4484         * gcc.dg/cpp/ucs.c: Likewise.
4485         Remove backslashes from dg-bogus comments, as they confuse Tcl.
4486         Fix a typo.
4488 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4490         PR c/11428
4491         * gcc.c-torture/compile/20030704-1.c: New.
4493 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4495         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
4497 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
4499         PR c++/5287, PR c++/7910,  PR c++/11021
4500         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
4501         tests for warnings.
4502         * g++.dg/ext/dllimport2.C: Add tests for warnings.
4503         * g++.dg/ext/dllimport3.C: Likewise.
4504         * g++.dg/ext/dllimport4.C: New file.
4505         * g++.dg/ext/dllimport5.C: New file.
4506         * g++.dg/ext/dllimport6.C: New file.
4507         * g++.dg/ext/dllimport7.C: New file.
4508         * g++.dg/ext/dllimport8.C: New file.
4509         * g++.dg/ext/dllimport9.C: New file.
4510         * g++.dg/ext/dllimport10.C: New file.
4511         * g++.dg/ext/dllexport1.C: New file.
4513 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4515         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
4516         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
4518 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4520         * gcc.dg/builtins-25.c: New testcase.
4521         * gcc.dg/builtins-26.c: New testcase.
4523 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
4525         * gcc.dg/compat/vector-defs.h: New file.
4526         * gcc.dg/compat/vector-setup.h: New file.
4527         * gcc.dg/compat/vector-check.h: New file.
4528         * gcc.dg/compat/vector-1_main.c: New file.
4529         * gcc.dg/compat/vector-1_x.c: New file.
4530         * gcc.dg/compat/vector-1_y.c: New file.
4531         * gcc.dg/compat/vector-2_main.c: New file.
4532         * gcc.dg/compat/vector-2_x.c: New file.
4533         * gcc.dg/compat/vector-2_y.c: New file.
4535         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
4536         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
4537         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
4538         * gcc.dg/compat/struct-align-1.h: New file.
4539         * gcc.dg/compat/struct-align-1_main.c: New file.
4540         * gcc.dg/compat/struct-align-1_x.c: New file.
4541         * gcc.dg/compat/struct-align-1_y.c: New file.
4542         * gcc.dg/compat/struct-align-2.h: New file.
4543         * gcc.dg/compat/struct-align-2_main.c: New file.
4544         * gcc.dg/compat/struct-align-2_x.c: New file.
4545         * gcc.dg/compat/struct-align-2_y.c: New file.
4547         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
4548         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4549         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4550         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4551         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4552         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4553         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4554         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4555         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4556         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4557         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4558         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4559         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4560         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4561         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4562         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4563         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4564         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4565         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4566         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4567         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4568         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4569         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4570         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4571         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4572         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4573         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4574         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4575         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4577 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4579         * gcc.dg/i386-call-1.c: New test.
4581 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4583         PR c++/9162
4584         * g++.dg/parse/defarg4.C: New.
4586 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4588         PR target/10700
4589         * gcc.c-torture/compile/20030703-1.c: New test case.
4591 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4593         * g++.dg/template/local3.C: Remove extra semicolon.
4595 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4597         * gcc.dg/i386-volatile-1.c: New test.
4599 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
4601         PR c++/11072
4602         * g++.dg/other/offsetof2.C: XFAIL.
4603         * g++.dg/other/offsetof5.C: New.
4605         PR c++/10219
4606         * g++.dg/template/error1.C: New.
4608         PR c++/9779
4609         * g++.dg/template/dependent-expr1.C: New.
4611 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4613         PR c++/6949
4614         * g++.dg/template/local3.C: New test.
4616         PR c++/11149
4617         * g++.dg/lookup/scoped6.C: New test.
4619 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
4621         PR c++/8046
4622         * g++.dg/other/error7.C: New test.
4624 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
4626         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
4627         * g++.old-deja/g++.abi/vtable3.h: Likewise.
4628         * g++.old-deja/g++.law/code-gen5.C: Likewise.
4629         * g++.old-deja/g++.other/union2.C: Likewise.
4630         * gcc.dg/c90-const-expr-2.c: Likewise.
4631         * gcc.dg/c90-const-expr-3.c: Likewise.
4632         * gcc.dg/c99-const-expr-2.c: Likewise.
4633         * gcc.dg/c99-const-expr-3.c: Likewise.
4634         * gcc.dg/concat.c: Likewise.
4636 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4638         PR c++/9559
4639         * g++.dg/init/static1.C: New test.
4641 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4643         * Changelog: Remove ">>>>>>>" from previous change.
4645 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4647         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
4648         * g++.old-deja/g++.other/access2.C: Likewise.
4649         * g++.old-deja/g++.other/decl2.C: Likewise.
4650         * gcc.c-torture/execute/20020615-1.c: Likewise.
4652 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4654         PR c++/4933
4655         * g++.dg/template/sizeof4.C: New test.
4657 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4659         * g++.dg/other/error6.C: New test.
4661 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4663         PR c++/10750
4664         * g++.dg/parse/constant2.C: New test.
4666 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
4668         PR c++/11106
4669         * g++.dg/other/error5.C: New test.
4671 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4673         * gcc.dg/format/gcc_diag-1.c: New test.
4675 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
4677         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
4679 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4681         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
4682         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
4683         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
4685 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
4687         * gcc.c-torture/execute/builtins/string-8.c: New test.
4688         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
4689         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
4690         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
4692 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4694         PR c++/10468
4695         * g++.dg/ext/typeof6.C: New test.
4697 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4699         PR c++/10796
4700         * g++.dg/init/enum1.C: New test.
4702 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
4704         * gcc.dg/20030627-1.c: New test.
4706 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
4708         PR c++/11332
4709         * g++.dg/expr/static_cast2.C: New test.
4711 2003-06-26  Roger Sayle  <roger@eyesopen.com>
4712             Jakub Jelinek  <jakub@redhat.com>
4714         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
4715         sprintf(dst,"%s",src) optimization.
4716         * gcc.c-torture/execute/20030626-1.c: New test case.
4717         * gcc.c-torture/execute/20030626-2.c: New test case.
4719 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
4721         * gcc.c-torture/execute/multi-ix.c: New test.
4723         * gcc.c-torture/execute/simd-4.c (main):
4724         Added missing semicolon at end of union.
4726 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
4728         PR c++/8266
4729         * g++.dg/template/explicit-instantiation3.C: New test.
4731 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4733         * gcc.dg/20030626-1.c: Use signed char.
4735 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4737         * gcc.dg/20030626-1.c: New test.
4739 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
4741         * const-str-2.m: Update.
4743 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
4745         PR c++/10990
4746         * g++.dg/rtti/dyncast1.C: New test.
4747         * g++.dg/abi/mangle4.C: Correct base-specifier access.
4748         * g++.dg/lookup/scoped1.C: Remove XFAIL.
4749         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
4751         PR c++/10931
4752         * g++.dg/expr/static_cast1.C: New test.
4754 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
4756         * gcc.dg/20030625-1.c: New test.
4758 2003-06-24  Roger Sayle  <roger@eyesopen.com>
4760         * gcc.c-torture/compile/20030624-1.c: New test case.
4762 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
4764         * gcc.c-torture/execute/string-opt-17.c: New test.
4766 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
4768         PR c++/5754
4769         * g++.dg/parse/crash6.C: New test.
4771 2003-06-23  Roger Sayle  <roger@eyesopen.com>
4773         * gcc.dg/builtins-24.c: New test case.
4775 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
4777         * g++.dg/opt/operator1.C: New test.
4779 2003-06-22  Roger Sayle  <roger@eyesopen.com>
4781         * gcc.c-torture/execute/string-opt-16.c: New test case.
4783 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4785         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
4786         * g++.old-deja/g++.other/conv7.C: Likewise
4787         * g++.old-deja/g++.other/overcnv2.C: Likewise.
4788         * g++.old-deja/g++.other/overload14.C: Likewise.
4790 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4792         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4793         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4795 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4797         PR c++/10888
4798         * g++.dg/warn/Winline-3.C: New test.
4800 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4802         * lib/target-supports.exp (check_alias_available): Make the test
4803         program acceptable to the Solaris assembler.
4805         PR c++/10749
4806         * g++.dg/template/memclass2.C: New test.
4808 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4809             Eric Botcazou  <ebotcazou@libertysurf.fr>
4811         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4812         data for non-matching targets.
4813         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4815 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4817         PR c++/10845
4818         * g++.dg/template/member3.C: New test.
4820 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
4822         PR c++/10939
4823         * g++.dg/template/func1.C: New test.
4825         PR c++/9649
4826         * g++.dg/template/static4.C: New test.
4827         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4829         PR c++/11041
4830         * g++.dg/init/ref7.C: New test.
4832 2003-06-19  Matt Austern  <austern@apple.com>
4834         PR c++/11228
4835         * g++.dg/anew1.C: New test.
4836         * g++.dg/anew2.C: New test.
4837         * g++.dg/anew3.C: New test.
4838         * g++.dg/anew4.C: New test.
4840 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4842         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4844 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4846         * gcc.c-torture/execute/simd-4.c (main): Make expected value
4847         endian-dependent.
4849 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4851         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4852         Remove cruft.
4854 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4856         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4857         * gcc.c-torture/compile/961203-1.c: Likewise.
4858         * gcc.c-torture/compile/980506-1.c: Likewise.
4860 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4862         PR c++/10712
4863         * g++.dg/lookup/using7.C: New test.
4865 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4867         PR c++/11105
4868         * g++.dg/abi/conv1.C: Remove it.
4869         * g++.dg/template/conv7.C: New test.
4870         * g++.dg/template/conv8.C: Likewise.
4871         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4872         conversion operator.
4874 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4876         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4877         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4878         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4879         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4880         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4881         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4882         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4883         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4884         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4885         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4886         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4887         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4888         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4889         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4890         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4891         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4892         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4893         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4894         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4895         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4896         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4897         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4898         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4899         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4900         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4901         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4902         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4903         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4904         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4906 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4908         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4909         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4910         indications.
4912 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4914         * gcc.dg/i386-387-5.c: New test case.
4915         * gcc.dg/i386-387-6.c: New test case.
4916         * gcc.dg/builtins-23.c: New test case.
4918 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4920         * gcc.dg/builtins-22.c: New test case.
4921         * gcc.dg/i386-387-1.c: Update to test exp.
4922         * gcc.dg/i386-387-2.c: Likewise.
4924 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4926         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4928 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4930         * lib/gcc-dg.exp (dg-require-dll): New function.
4931         (dg-xfail-if): Likewise.
4932         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4933         driver.
4935         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4936         * gcc.c-torture/compile/20001205-1.c: Likewise.
4937         * gcc.c-torture/compile/20001226-1.c: Likewise.
4938         * gcc.c-torture/compile/20010518-2.c: Likewise.
4939         * gcc.c-torture/compile/20020312-1.c: Likewise.
4940         * gcc.c-torture/compile/20020604-1.c: Likewise.
4941         * gcc.c-torture/compile/920501-12.c: Likewise.
4942         * gcc.c-torture/compile/920501-4.c: Likewise.
4943         * gcc.c-torture/compile/920520-1.c: Likewise.
4944         * gcc.c-torture/compile/920521-1.c: Likewise.
4945         * gcc.c-torture/compile/920625-1.c: Likewise.
4946         * gcc.c-torture/compile/961203-1.c: Likewise.
4947         * gcc.c-torture/compile/980506-1.c: Likewise.
4948         * gcc.c-torture/compile/981006-1.c: Likewise.
4949         * gcc.c-torture/compile/981022-1.c: Likewise.
4950         * gcc.c-torture/compile/981223-1.c: Likewise.
4951         * gcc.c-torture/compile/990617-1.c: Likewise.
4952         * gcc.c-torture/compile/dll.c: Likewise.
4953         * gcc.c-torture/compile/labels-3.c: Likewise.
4954         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4955         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4956         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4957         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4958         * gcc.c-torture/compile/simd-5.c: Likewise.
4959         * gcc.c-torture/compile/20000804-1.x: Remove.
4960         * gcc.c-torture/compile/20001205-1.x: Likewise.
4961         * gcc.c-torture/compile/20001226-1.x: Likewise.
4962         * gcc.c-torture/compile/20010518-2.x: Likewise.
4963         * gcc.c-torture/compile/20020312-1.x: Likewise.
4964         * gcc.c-torture/compile/20020604-1.x: Likewise.
4965         * gcc.c-torture/compile/920501-12.x: Likewise.
4966         * gcc.c-torture/compile/920501-4.x: Likewise.
4967         * gcc.c-torture/compile/920520-1.x: Likewise.
4968         * gcc.c-torture/compile/920521-1.x: Likewise.
4969         * gcc.c-torture/compile/920625-1.x: Likewise.
4970         * gcc.c-torture/compile/961203-1.x: Likewise.
4971         * gcc.c-torture/compile/980506-1.x: Likewise.
4972         * gcc.c-torture/compile/981006-1.x: Likewise.
4973         * gcc.c-torture/compile/981022-1.x: Likewise.
4974         * gcc.c-torture/compile/981223-1.x: Likewise.
4975         * gcc.c-torture/compile/990617-1.x: Likewise.
4976         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4977         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4978         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4979         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4980         * gcc.c-torture/compile/simd-5.x: Likewise.
4982         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4984 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4986         * gcc.c-torture/execute/20030611-1.c: New test.
4988 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4990         PR middle-end/168
4991         * gcc.dg/20030612-1.c: New test case.
4993 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4995         PR c++/10635
4996         * g++.dg/expr/cast1.C: New test.
4998 2003-06-12  Roger Sayle  <roger@eyesopen.com>
5000         * gcc.dg/builtins-21.c: New test case.
5002 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
5004         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
5005         options instead of at the end.
5006         * lib/objc.exp (objc_target_compile): Likewise.
5008 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
5010         PR c++/10432
5011         * g++.dg/parse/error1.C: New test.
5013 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
5015         * gcc.dg/compat/struct-by-value-11_main.c: New file.
5016         * gcc.dg/compat/struct-by-value-11_x.c: New file.
5017         * gcc.dg/compat/struct-by-value-11_y.c: New file.
5018         * gcc.dg/compat/struct-by-value-12_main.c: New file.
5019         * gcc.dg/compat/struct-by-value-12_x.c: New file.
5020         * gcc.dg/compat/struct-by-value-12_y.c: New file.
5021         * gcc.dg/compat/struct-by-value-13_main.c: New file.
5022         * gcc.dg/compat/struct-by-value-13_x.c: New file.
5023         * gcc.dg/compat/struct-by-value-13_y.c: New file.
5024         * gcc.dg/compat/struct-by-value-14_main.c: New file.
5025         * gcc.dg/compat/struct-by-value-14_x.c: New file.
5026         * gcc.dg/compat/struct-by-value-14_y.c: New file.
5027         * gcc.dg/compat/struct-by-value-15_main.c: New file.
5028         * gcc.dg/compat/struct-by-value-15_x.c: New file.
5029         * gcc.dg/compat/struct-by-value-15_y.c: New file.
5030         * gcc.dg/compat/struct-by-value-16_main.c: New file.
5031         * gcc.dg/compat/struct-by-value-16_x.c: New file.
5032         * gcc.dg/compat/struct-by-value-16_y.c: New file.
5033         * gcc.dg/compat/struct-by-value-17_main.c: New file.
5034         * gcc.dg/compat/struct-by-value-17_x.c: New file.
5035         * gcc.dg/compat/struct-by-value-17_y.c: New file.
5036         * gcc.dg/compat/struct-by-value-18_main.c: New file.
5037         * gcc.dg/compat/struct-by-value-18_x.c: New file.
5038         * gcc.dg/compat/struct-by-value-18_y.c: New file.
5040         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
5041         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
5042         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
5043         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
5044         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
5045         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
5046         * gcc.dg/compat/scalar-return-3_main.c: New file.
5047         * gcc.dg/compat/scalar-return-3_x.c: New file.
5048         * gcc.dg/compat/scalar-return-3_y.c: New file.
5049         * gcc.dg/compat/scalar-return-4_main.c: New file.
5050         * gcc.dg/compat/scalar-return-4_x.c: New file.
5051         * gcc.dg/compat/scalar-return-4_y.c: New file.
5053 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
5055         * gcc.dg/compat/fp2-struct-check.h: New file.
5056         * gcc.dg/compat/fp2-struct-defs.h: New file.
5057         * gcc.dg/compat/fp2-struct-init.h: New file.
5058         * gcc.dg/compat/struct-by-value-10_main.c: New file.
5059         * gcc.dg/compat/struct-by-value-10_x.c: New file.
5060         * gcc.dg/compat/struct-by-value-10_y.c: New file.
5061         * gcc.dg/compat/struct-return-10_main.c: New file.
5062         * gcc.dg/compat/struct-return-10_x.c: New file.
5063         * gcc.dg/compat/struct-return-10_y.c: New file.
5065         * gcc.dg/compat/compat-common.h: New file.
5066         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
5067         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
5068         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
5069         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
5070         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
5071         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
5072         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
5073         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
5074         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
5075         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
5076         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
5077         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
5078         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
5079         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
5080         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
5081         * gcc.dg/compat/small-struct-check.h: Ditto.
5082         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
5083         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
5084         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
5085         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
5086         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
5087         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
5088         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
5089         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
5090         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
5091         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
5092         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
5093         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
5094         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
5095         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
5096         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
5097         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
5098         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
5099         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
5100         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
5101         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
5102         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
5103         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
5104         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
5105         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
5106         * gcc.dg/compat/struct-return-2_main.c: Ditto.
5107         * gcc.dg/compat/struct-return-2_x.c: Ditto.
5108         * gcc.dg/compat/struct-return-2_y.c: Ditto.
5109         * gcc.dg/compat/struct-return-3_main.c: Ditto.
5110         * gcc.dg/compat/struct-return-3_x.c: Ditto.
5111         * gcc.dg/compat/struct-return-3_y.c: Ditto.
5113 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
5115         * g++.dg/pch/static-1.C: New file.
5116         * g++.dg/pch/static-1.Hs: New file.
5118 2003-06-10  Richard Henderson  <rth@redhat.com>
5120         * gcc.dg/asm-7.c: Adjust expected warning text.
5122 2003-06-10  Roger Sayle  <roger@eyesopen.com>
5124         * gcc.dg/builtins-20.c: New test case.
5126 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
5128         PR c++/11131
5129         * g++.dg/opt/template1.C: New test.
5131 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
5133         * lib/gcc-dg.exp (dg-test): Clear additional_files and
5134         additional_sources.
5136 2003-05-21  David Taylor  <dtaylor@emc.com>
5138         * gcc.dg/Wpadded.c: New file.
5140 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
5142         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
5143         * gcc.dg/special/weak-2.c: Add dg-require-weak.
5144         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
5145         dg-require-weak.
5147 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
5149         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
5151 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
5153         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
5154         (dg-require-alias): Likewise.
5155         (dg-require-gc-sections): Likewise.
5156         * lib/target-supports.exp (check_gc_sections_available): Likewise.
5158 2003-06-08  Richard Henderson  <rth@redhat.com>
5160         * gcc.dg/20011029-2.c: Fix the array reference.
5161         * gcc.dg/asm-7.c: New.
5163 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5165         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
5167 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
5169         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
5170         (dg-require-gc-sections): Likewise.
5172 2003-06-08  Jan Hubicka  <jh@suse.cz>
5174         * i386-cmov1.c: Fix regular expression.
5175         * i386-cvt-1.c: Likewise.
5176         * i386-local.c: Likewise.
5177         * i386-local2.c: Likewise.
5178         * i386-mul.c: Likewise.
5179         * i386-ssetype-1.c: Likewise.
5180         * i386-ssetype-3.c: Likewise.
5181         * i386-ssetype-5.c: Likewise.
5183 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5185         PR c++/11039
5186         * g++.dg/warn/implicit-typename2.C: New test.
5187         * g++.dg/warn/implicit-typename3.C: New test.
5189 2003-06-07  Richard Henderson  <rth@redhat.com>
5191         * g++.dg/other/offsetof3.C: Use size_t.
5192         * g++.dg/other/offsetof4.C: Likewise.
5194 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
5196         * lib/copy-file.exp: New. Implement gcc_copy_files.
5198         * lib/dg-pch.exp: Load copy-file.exp
5199         (dg-pch): Use gcc_copy_files instead of "file copy".
5201 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
5203         * gcc.dg/weak/weak.exp: Simplify.
5204         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
5205         * gcc.dg/weak/weak-1.c: Likewise.
5206         * gcc.dg/weak/weak-2.c: Likewise.
5207         * gcc.dg/weak/weak-3.c: Likewise.
5208         * gcc.dg/weak/weak-4.c: Likewise.
5209         * gcc.dg/weak/weak-5.c: Likewise.
5210         * gcc.dg/weak/weak-6.c: Likewise.
5211         * gcc.dg/weak/weak-7.c: Likewise.
5212         * gcc.dg/weak/weak-8.c: Likewise.
5213         * gcc.dg/weak/weak-9.c: Likewise.
5215 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5217         gcc.c-torture/execute/20030606-1.c: New.
5219 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5221         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
5222         * gcc.dg/builtins-19.c: Likewise.
5224 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5226         * gcc.dg/builtins-2.c: Add some more tests.
5227         * gcc.dg/builtins-18.c: New test case.
5228         * gcc.dg/builtins-19.c: New test case.
5230 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5231             Jim Wilson  <wilson@tuliptree.org>
5233         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
5235 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5237         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
5238         mempcpy/stpcpy calls not to be optimized into something else.
5239         * gcc.c-torture/execute/string-opt-3.c: Moved to...
5240         * gcc.c-torture/execute/builtins/string-7.c: ...here.
5241         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
5243 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5245         * gcc.dg/format/asm_fprintf-1.c: New test.
5247 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
5249         * lib/gcc-defs.exp (additional_sources): New variable.
5250         (dg-additional-sources): New function.
5251         (additional_files): New variable.
5252         (dg-additional-files): New function.
5253         (dg-additional-files-options): Likewise.
5254         * lib/gcc-dg.exp (dg-require-weak): New function.
5255         (dg-require-alias): Likewise.
5256         (dg-require-gc-sections): Likewise.
5257         * lib/target-supports.exp (check_alias_available): Remove testfile
5258         parameter.
5259         (check_gc_sections_available): New function.
5260         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
5261         (dg-gpp-additional-files): Likewise.
5262         * lib/g++.exp (additional_sources): Remove.
5263         (additional_files): Likewise.
5264         (g++_target_compile): Use dg-additional-files-options.
5266         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
5267         Tcl logic.
5268         * gcc.dg/special/ecos.exp: Remove.
5269         * gcc.dg/special/20000419-2.c: Use dg-require-*.
5270         * gcc.dg/special/alias-1.c: Likewise.
5271         * gcc.dg/special/alias-2.c: Likewise.
5272         * gcc.dg/special/gcsec-1.c: Likewise.
5273         * gcc.dg/special/weak-1.c: Likewise.
5274         * gcc.dg/special/weak-2.c: Likewise.
5275         * gcc.dg/special/wkali-1.c: Likewise.
5276         * gcc.dg/special/wkali-2.c: Likewise.
5278         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
5279         dg-gpp-additional-*.
5280         * g++.dg/special/conpr-3.C: Likewise.
5281         * g++.dg/special/conpr-4.C: Likewise.
5282         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
5283         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
5284         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
5285         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
5286         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
5287         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
5288         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
5289         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
5290         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
5291         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
5292         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
5293         * g++.old-deja/g++.other/comdat1.C: Likewise.
5294         * g++.old-deja/g++.other/comdat2.C: Likewise.
5295         * g++.old-deja/g++.other/comdat3.C: Likewise.
5296         * g++.old-deja/g++.other/ctor1.C: Likewise.
5297         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
5299 2003-06-05  Richard Henderson  <rth@redhat.com>
5301         * gcc.dg/debug/20030605-1.c: New.
5303 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5305         * README.QMTEST: Update.
5307 2003-06-04  Richard Henderson  <rth@redhat.com>
5309         * gcc.dg/cleanup-1.c: New.
5310         * gcc.dg/cleanup-2.c: New.
5311         * gcc.dg/cleanup-3.c: New.
5312         * gcc.dg/cleanup-4.c: New.
5313         * gcc.dg/cleanup-5.c: New.
5314         * gcc.dg/cleanup-6.c: New.
5315         * gcc.dg/cleanup-7.c: New.
5317 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5319         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
5321         * lib/dg-pch.exp: New file.
5322         * g++.dg/pch/pch.exp: Use dg-pch.exp.
5323         * gcc.dg/pch/pch.exp: Likewise.
5325 2003-06-04  Roger Sayle  <roger@eyesopen.com>
5327         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
5328         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
5329         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
5330         * gcc.dg/builtins-17.c: New test case.
5331         * gcc.dg/i386-387-4.c: New test case.
5332         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
5334 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5336         * gcc.dg/ultrasp9.c: New test.
5338 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5340         * gcc.c-torture/compile/20030604-1.c: New test.
5341         * gcc.dg/sparc-constant-1.c: New test.
5343 2003-06-03  Glen Nakamura  <glen@imodulo.com>
5345         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
5347 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
5349         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
5351         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
5352         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
5354 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
5356         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
5358 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5360         PR c++/10940
5361         * g++.dg/template/spec10.C: New test.
5363 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5365         * gcc.dg/builtins-16.c: New test case.
5367 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5369         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
5370         mempcpy test with post-increments.
5371         * gcc.c-torture/execute/string-opt-3.c: New test.
5372         * gcc.dg/string-opt-1.c: New test.
5374 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
5376         PR fortran/10965
5377         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
5379 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
5381         * lib/scanasm.exp (dg-scan): New function, factored out of ...
5382         (scan-assembler): ... here.  Use dg-scan.
5383         (scan-assembler-not): Likewise.
5384         (scan-file): New function.
5385         (scan-file-not): Likewise.
5386         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
5387         * gcc.dg/cpp/_Pragma4.c: Likewise.
5388         * gcc.dg/cpp/_Pragma5.c: Likewise.
5389         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5390         * gcc.dg/cpp/avoidpaste2.c: Likewise.
5391         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
5392         * gcc.dg/cpp/cmdlne-P.c: Likewise.
5393         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
5394         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
5395         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
5396         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
5397         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
5398         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
5399         * gcc.dg/cpp/cxxcom1.c: Likewise.
5400         * gcc.dg/cpp/line1.c: Likewise.
5401         * gcc.dg/cpp/maccom1.c: Likewise.
5402         * gcc.dg/cpp/maccom2.c: Likewise.
5403         * gcc.dg/cpp/maccom3.c: Likewise.
5404         * gcc.dg/cpp/maccom4.c: Likewise.
5405         * gcc.dg/cpp/maccom5.c: Likewise.
5406         * gcc.dg/cpp/maccom6.c: Likewise.
5407         * gcc.dg/cpp/multiline.c: Likewise.
5408         * gcc.dg/cpp/spacing1.c: Likewise.
5409         * gcc.dg/cpp/spacing2.c: Likewise.
5410         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
5411         * gcc.dg/cpp/trad/maccom1.c: Likewise.
5412         * gcc.dg/cpp/trad/maccom2.c: Likewise.
5413         * gcc.dg/cpp/trad/maccom3.c: Likewise.
5414         * gcc.dg/cpp/trad/maccom4.c: Likewise.
5415         * gcc.dg/cpp/trad/maccom6.c: Likewise.
5416         * gcc.dg/cpp/cxxcom2.c: Likewise.
5417         * gcc.dg/cpp/cxxcom2.h: New file.
5419         * gcc.dg/cpp/truefalse.cpp: Move it to ...
5420         * g++.dg/cpp/truefalse.C: Here.
5421         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
5423 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
5425         * gcc.dg/cpp/redef3.c: New file.
5427 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5429         * gcc.dg/i386-loop-3.c: New test.
5431 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
5433         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
5435 2003-05-31  Roger Sayle  <roger@eyesopen.com>
5437         * gcc.dg/fwrapv-1.c: New test case.
5438         * gcc.dg/fwrapv-2.c: New test case.
5440 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5442         PR c++/10956
5443         * g++.dg/template/spec9.C: New test.
5445 2003-05-29  Roger Sayle  <roger@eyesopen.com>
5447         * gcc.dg/duff-4.c: New test case.
5449 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
5451         PR fortran/10843
5452         * g77.dg/ffixed-form-1.f: New test
5453         * g77.dg/ffixed-form-2.f: New test
5454         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
5455         * g77.dg/ffree-form-3.f: New test
5457 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
5459         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
5460         * gcc.dg/wint_t-1.c: Likewise.
5462 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5464         * g++.dg/template/access11.C: New test.
5466 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5468         PR c++/10849
5469         * g++.dg/template/access10.C: New test.
5471 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5472             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5474         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
5476 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5478         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
5479         suppress for powerpc-*-darwin*.
5480         * gcc.dg/torture/builtin-noret-2.c: Likewise.
5482 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5484         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
5485         suppress option for powerpc-*-darwin*.
5487 2003-05-23  Roger Sayle  <roger@eyesopen.com>
5489         * gcc.dg/builtins-1.c: Add tests for tan and atan.
5490         * gcc.dg/builtins-4.c: Add test for fmod.
5492 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5494         PR c++/10682
5495         * g++.dg/template/instantiate4.C: New test.
5497 2003-05-22  Roger Sayle  <roger@eyesopen.com>
5499         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
5501 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
5503         * gcc.dg/compat/scalar-return-1_main.c: New file.
5504         * gcc.dg/compat/scalar-return-1_x.c: New file.
5505         * gcc.dg/compat/scalar-return-1_y.c: New file.
5506         * gcc.dg/compat/scalar-return-2_main.c: New file.
5507         * gcc.dg/compat/scalar-return-2_x.c: New file.
5508         * gcc.dg/compat/scalar-return-2_y.c: New file.
5509         * gcc.dg/compat/struct-return-3_main.c: New file.
5510         * gcc.dg/compat/struct-return-3_y.c: New file.
5511         * gcc.dg/compat/struct-return-3_x.c: New file.
5512         * gcc.dg/compat/struct-return-2_main.c: New file.
5513         * gcc.dg/compat/struct-return-2_x.c: New file.
5514         * gcc.dg/compat/struct-return-2_y.c: New file.
5516 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5518         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
5519         for hppa*-hp-hpux*.
5520         * gcc.dg/20021014-1.c (dg-options): Likewise.
5521         * gcc.dg/nest.c (dg-options): Likewise.
5523 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
5525         PR c++/9738
5526         * g++.dg/ext/dllimport2.C: New file.
5527         * g++.dg/ext/dllimport3.C: New file.
5529 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
5531         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
5532         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
5533         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
5534         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
5535         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
5536         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
5537         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
5538         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
5539         * gcc.dg/compat/small-struct-defs.h: New file.
5540         * gcc.dg/compat/small-struct-init.h: New file.
5541         * gcc.dg/compat/small-struct-check.h: New file.
5542         * gcc.dg/compat/fp-struct-defs.h: New file.
5543         * gcc.dg/compat/fp-struct-check.h: New file.
5544         * gcc.dg/compat/fp-struct-init.h: New file.
5545         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
5546         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
5548 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
5550         * gcc.dg/20030225-2.c: New test.
5552 2003-05-18  Roger Sayle  <roger@eyesopen.com>
5553             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5555         * gcc.c-torture/compile/20030518-1.c: New test case.
5557 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
5559         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
5560         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
5561         gcc-dg-debug-runtest.
5562         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
5563         gcc-dg-debug-runtest.
5565 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5567         PR c++/9022
5568         * g++.dg/lookup/using6.C: New test.
5570 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5572         * g++.dg/parse/access2.C: New test.
5574 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
5576         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
5577         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
5578         * gcc.dg/debug/debug.exp: Likewise.
5580 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
5582         * gcc.dg/dollar.c: New test.
5584 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
5586         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
5587         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
5588         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
5589         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
5590         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
5591         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
5592         * gcc.dg/compat/struct-by-value-6_main.c: New file.
5593         * gcc.dg/compat/struct-by-value-6_x.c: New file.
5594         * gcc.dg/compat/struct-by-value-6_y.c: New file.
5595         * gcc.dg/compat/struct-by-value-7_main.c: New file.
5596         * gcc.dg/compat/struct-by-value-7_x.c: New file.
5597         * gcc.dg/compat/struct-by-value-7_y.c: New file.
5598         * gcc.dg/compat/struct-by-value-8_main.c: New file.
5599         * gcc.dg/compat/struct-by-value-8_x.c: New file.
5600         * gcc.dg/compat/struct-by-value-8_y.c: New file.
5601         * gcc.dg/compat/struct-by-value-9_main.c: New file.
5602         * gcc.dg/compat/struct-by-value-9_x.c: New file.
5603         * gcc.dg/compat/struct-by-value-9_y.c: New file.
5605 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
5607         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
5608         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
5609         support for "repo" mode.
5610         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
5611         * lib/g77-dg.exp: Likewise.
5612         * lib/obj-dg.exp: Likewise.
5614 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
5616         Merge from gcc-3_2-rhl8-branch:
5617         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
5619         * gcc.dg/tls/opt-6.c: New test.
5621         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
5623         * gcc.dg/20030405-1.c: New test.
5625         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
5627         * gcc.dg/20030309-1.c: New test.
5629         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5631         * gcc.c-torture/execute/20030307-1.c: New test.
5633         2003-02-20  Randolph Chung  <tausq@debian.org>
5635         * gcc.c-torture/compile/20030220-1.c: New test.
5637         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
5639         * gcc.dg/20030217-1.c: New test.
5641         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
5643         * gcc.c-torture/compile/20020129-1.c: New test.
5645         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5647         * gcc.dg/unroll-1.c: New test.
5649         2002-11-16  Jan Hubicka  <jh@suse.cz>
5651         * gcc.c-torture/execute/20020920-1.c: New test.
5653         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
5655         PR target/7434
5656         * gcc.c-torture/compile/20021008-1.c: New test.
5658         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
5660         PR target/7559
5661         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
5663         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5665         * gcc.c-torture/compile/20020807-1.c: New test.
5667         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
5669         * gcc.dg/tls/opt-1.c: New test.
5671         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
5673         * gcc.dg/20020729-1.c: New test.
5675         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
5677         * g++.dg/opt/life1.C: New test.
5679         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
5681         * gcc.dg/20020525-1.c: New test.
5683         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5685         PR c++/6794
5686         * g++.dg/ext/pretty1.C: New test.
5687         * g++.dg/ext/pretty2.C: New test.
5689 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
5691         PR c++/8385
5692         * g++.dg/ext/typeof5.C: New test.
5694 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
5696         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
5697         __USER_LABEL_PREFIX__ into account.
5698         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
5700 2003-05-14  Roger Sayle  <roger@eyesopen.com>
5702         * gcc.dg/builtins-15.c: New test case.
5704 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
5706         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
5708 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
5710         * lib/g++.exp: Tweak handling of additional source files.
5711         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
5712         * g++.dg/special/conpr-2a.C: Rename to ...
5713         * g++.dg/special/conpr-2a.cc: ... this.
5714         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
5715         * g++.dg/special/conpr-3a.C: Rename to ...
5716         * g++.dg/special/conpr-3a.cc: This.
5717         * g++.dg/special/conpr-3b.C: Rename to ...
5718         * g++.dg/special/conpr-3b.cc: This.
5719         * g++.dg/special/conpr-4.C: New test.
5720         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
5722 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
5724         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5726 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5728         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
5729         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5730         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
5731         * g++.old-deja/g++.other/warn3.C: Likewise.
5733 2003-05-11  Roger Sayle  <roger@eyesopen.com>
5735         * gcc.dg/i386-387-1.c: Update to also test log.
5736         * gcc.dg/i386-387-2.c: Likewise.
5738 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
5740         * g77.f-torture/execute/int8421.f: New test.
5742 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5744         PR c++/10230, c++/10481
5745         * g++.dg/lookup/scoped5.C: New test.
5747 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5749         PR c++/10552
5750         * g++.dg/template/ttp6.C: New test.
5752 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
5754         * gcc.c-torture/execute/builtins: New directory.
5755         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
5756         gcc.c-torture/execute/builtins.
5757         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
5758         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
5759         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
5760         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
5762 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5764         PR c++/9252
5765         * g++.dg/template/access8.C: New test.
5766         * g++.dg/template/access9.C: New test.
5768 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5770         PR c++/9554
5771         * g++.dg/parse/access1.C: New test.
5773 2003-05-09  DJ Delorie  <dj@redhat.com>
5775         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
5776         long, and not an int.
5778 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5780         PR c++/10555, c++/10576
5781         * g++.dg/template/memclass1.C: New test.
5783 2003-05-08  DJ Delorie  <dj@redhat.com>
5785         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5786         targets.
5787         * gcc.c-torture/execute/20021024-1.x: Likewise.
5788         * gcc.c-torture/execute/shiftdi.x: Likewise.
5789         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5790         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5791         * gcc.dg/20021018-1.c: Likewise.
5793 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5795         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5797         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5798         (bcopy): Call memmove.
5800 2003-05-08  Roger Sayle  <roger@eyesopen.com>
5802         * g77.f-torture/compile/8485.f: New test case.
5804 2003-05-07  Richard Henderson  <rth@redhat.com>
5806         PR c++/10570
5807         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5808         Verify exception_cleanup not called for rethrows.
5809         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5810         when exiting catch block without rethrowing.
5811         * g++.dg/eh/forced3.C: New.
5812         * g++.dg/eh/forced4.C: New.
5814 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5816         * gcc.dg/20030505.c: Fix triplet.
5818 2003-05-06  DJ Delorie  <dj@redhat.com>
5820         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5821         * gcc.dg/nest.c: Likewise.
5823 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5825         * gcc.dg/builtins-14.c: New test case.
5827 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5829         * lib/compat.exp (compat-execute): New argument.
5830         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5831         * gcc.dg/compat: New test directory.
5832         * gcc.dg/compat/compat.exp: New expect script.
5833         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5834         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5835         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5836         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5837         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5838         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5840         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5841         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5842         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5843         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5844         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5845         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5846         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5847         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5848         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5849         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5850         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5851         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5852         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5853         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5854         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5856 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5858         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5860 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5862         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5864 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5866         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5867         * gcc.dg/ppc-fsel-2.c: New test.
5869         * gcc.dg/unused-5.c: New test.
5871 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5873         PR c++/10496
5874         * g++.dg/warn/pmf1.C: New test.
5876 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5878         PR c++/4494
5879         * g++.dg/warn/main.C: New test.
5881 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5883         * gcc.dg/nonnull-3.c: New test.
5885 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5887         * gcc.dg/cpp/Wtrigraphs.c: Update.
5888         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5890 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5892         * gcc.dg/ppc-fsel-1.c: New test.
5894 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5896         PR c/10604
5897         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5899 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5901         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5903 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5905         PR c++/9364, c++/10553, c++/10586
5906         * g++.dg/parse/typename4.C: New test.
5907         * g++.dg/parse/typename5.C: Likewise.
5909 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5911         * gcc.c-torture/compile/20030503-1.c: New test.
5913 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5915         * g++.dg/lookup/using5.C: Fix testcase error.
5917 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5919         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5920         since MEABI is no longer supported.  Remove all vestiges
5921         of MEABI from the test.
5923 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5925         PR c++/10554
5926         * g++.dg/lookup/using5.C: New test.
5928 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5930         PR c++/8772
5931         * g++.dg/template/ttp5.C: New test.
5933 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5935         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5936         (dg-gpp-additional-sources): New function.
5937         (dg-gpp-additional-files): Likewise.
5938         * lib/g++.exp (additional_sources): New variable.
5939         (additional_files): Likewise.
5940         (g++_target_compile): Deal with them.
5941         * lib/old-dejagnu.exp: Remove.
5942         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5943         * g++.old-deja: Revise all tests to use dg commands.
5945 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5947         PR c++/9432, c++/9528
5948         * g++.dg/lookup/using4.C: New test.
5950 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5952         * gcc.dg/noreturn-5.c: New file.
5953         * gcc.dg/noreturn-6.c: New file.
5955         * gcc.c-torture/compile/inline-1.c: New file.
5957 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5959         PR c++/10551
5960         * g++.dg/template/explicit1.C: New test.
5962 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5964         PR c++/10549
5965         * g++.dg/other/bitfield1.C: New test.
5967         PR c++/10527
5968         * g++.dg/init/new7.C: New test.
5970 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5972         * g++.dg/ext/desig1.C: New test.
5973         * g++.dg/ext/init1.C: Update.
5975         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5977 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5979         PR c++/10180
5980         * g++.dg/warn/Winline-1.C: New test.
5982 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5984         * gcc.c-torture/execute/string-opt-19.c: New test.
5986         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5987         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5989 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5991         PR c++/10506
5992         * g++.dg/init/new6.C: New test.
5994         PR c++/10503
5995         * g++.dg/init/ref6.C: New test.
5997 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5999         * g++.dg/warn/weak1.C: XFAIL on AIX4.
6001 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6003         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
6004         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
6006 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
6008         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
6009         initialized static data members.
6011 2003-04-25  H.J. Lu <hjl@gnu.org>
6013         * gcc.dg/ia64-sync-4.c: New test.
6015 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6017         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
6018         date.
6020 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6022         PR c++/10337
6023         * g++.dg/warn/conv1.C: New test.
6024         * g++.old-deja/g++.other/conv7.C: Adjust.
6025         * g++.old-deja/g++.other/overload14.C: Adjust.
6027 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6029         PR c++/10471
6030         * g++.dg/template/defarg2.C: New test.
6032 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
6034         * gcc.dg/cpp/include2.c: Update.
6035         * gcc.dg/cpp/multiline-2.c: New.
6036         * gcc.dg/cpp/multiline.c: Update.
6037         * gcc.dg/cpp/strify2.c: Update.
6038         * gcc.dg/cpp/trad/literals-2.c: Update.
6040 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6042         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
6044 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6046         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
6048 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6050         PR c++/10451
6051         * g++.dg/parse/crash4.C: New test.
6053         PR c++/9847
6054         * g++.dg/parse/crash5.C: New test.
6056 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6058         PR c++/10446
6059         * g++.dg/parse/crash3.C: New test.
6061         PR c++/10428
6062         * g++.dg/parse/elab1.C: New test.
6064 2003-04-22  Devang Patel  <dpatel@apple.com>
6066         * gcc.dg/cpp/trad/funlike-5.c: New test.
6068 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
6070         * g++.dg/other/packed1.C: Fix dg options.
6072 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
6074         * g++.dg/other/offsetof2.C: New test.
6076 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6078         * g++.dg/template/recurse.C: Adjust location of error messages.
6080 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6082         PR c++/9881
6083         * g++.dg/init/addr-const1.C: New test.
6084         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
6086 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6088         PR c++/10405
6089         * g++.dg/lookup/struct-hack1.C: New test.
6091 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6093         * ucs.c: Update diagnostic messages.
6095 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6097         * gcc.dg/cpp/truefalse.cpp: New test.
6098         * gcc.dg/cpp/cpp.exp: Update.
6099         * g++.dg/other/stdbool-if.C: Remove.
6101 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6103         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
6104         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
6106 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6108         * gcc.c-torture/compile/20030418-1.c: New test.
6110 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
6112         * README.compat: Remove; content moved to doc/sourcebuild.texi.
6114 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6116         PR c++/10347
6117         g++.dg/template/dependent-name1.C: New test.
6119 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
6121         * gcc.dg/warn-1.c (tourist_guide): New array,
6122         contains a pointer to bar.
6124 2003-04-16  Roger Sayle  <roger@eyesopen.com>
6126         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
6127         * gcc.c-torture/execute/medce-1.c: New test case.
6128         * gcc.c-torture/execute/medce-2.c: New test case.
6130 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
6132         * lib/prune.exp: Ignore more messages.
6134         PR c++/10381
6135         * g++.dg/parse/lookup3.C: New test.
6137 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
6139         * gcc.c-torture/compile/20030415-1.c : New test.
6141 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
6143         * gcc.c-torture/execute/scope-2.c: Move to ...
6144         * gcc.dg/noncompile/scope.c: .... here.
6146 2003-04-14  Roger Sayle  <roger@eyesopen.com>
6148         * gcc.dg/20030414-2.c: New test case.
6150 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
6152         PR target/10377
6153         * gcc.dg/20030414-1.c: New test.
6155 2003-04-13  Roger Sayle  <roger@eyesopen.com>
6157         * gcc.dg/builtins-12.c: New test case.
6158         * gcc.dg/builtins-13.c: New test case.
6160 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6162         * gcc.c-torture/execute/string-opt-18.c: New test.
6164 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
6166         PR c++/10300
6167         * g++.dg/init/new5.C: New test.
6169 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
6171         PR c++/7910
6172         * g++.dg/ext/dllimport1.C: New test.
6174 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6176         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
6178 2003-04-11  Bud Davis <bdavis9659@comcast.net>
6180         PR Fortran/9263
6181         * g77.f-torture/noncompile/9263.f: New test
6182         PR Fortran/1832
6183         * g77.f-torture/execute/1832.f: New test
6185 2003-04-11  David Chad  <davidc@freebsd.org>
6186             Loren J. Rittle  <ljrittle@acm.org>
6188         libobjc/8562
6189         * objc.dg/headers.m: New test.
6191 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6193         * gcc.c-torture/execute/builtin-noret-2.c: New.
6194         * gcc.c-torture/execute/builtin-noret-2.x: New.
6195         XFAIL builtin-noret-2.c at -O1 and above.
6196         * gcc.dg/redecl.c: New.
6197         * gcc.dg/Wshadow-1.c: Update error regexps.
6199 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
6201         * g++.dg/abi/bitfield10.C: New test.
6203 2003-04-09  Mike Stump  <mrs@apple.com>
6205         * gcc.dg/pch/pch.exp: Make testcase names longer.
6206         * g++.dg/pch/pch.exp: Make testcase names longer.
6208 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6210         * gcc.dg/builtins-11.c: New test case.
6212 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6214         * gcc.dg/builtins-9.c: New test case.
6215         * gcc.dg/builtins-10.c: New test case.
6217 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6219         * gcc.dg/noncompile/init-4.c.c: New test.
6221 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6223         * gcc.misc-test/gcov-9.c: New test.
6224         * gcc.misc-test/gcov-10.c: New test
6225         * gcc.misc-test/gcov-11.c: New test.
6227 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
6229         PR optimization/10024
6230         * gcc.c-torture/compile/20030405-1.c: New test.
6232 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
6234         * gcc.dg/pch/static-3.c: New.
6235         * gcc.dg/pch/static-3.hs: New.
6236         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
6238 2003-04-04  Richard Henderson  <rth@redhat.com>
6240         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
6241         * g++.dg/eh/forced2.C: Likewise.
6243 2003-04-03  Mike Stump  <mrs@apple.com>
6245         * lib/scanasm.exp (scan-assembler): Add xfail processing for
6246         target arg.
6247         (scan-assembler-times, scan-assembler-not): Likewise.
6248         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
6250 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6252         * gcc.dg/sparc-loop-1.c: New test.
6254 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
6256         PR other/9274
6257         * g++.dg/pch/system-2.C: New.
6258         * g++.dg/pch/system-2.Hs: New.
6260 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
6262         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
6264         * g++.dg/eh/simd-1.C (vecfunc): Same.
6266 2003-04-01  Roger Sayle  <roger@eyesopen.com>
6268         * gcc.c-torture/execute/20030401-1.c: New test case.
6270 2003-04-01  Ziemowit Laski <zlaski@apple.com>
6272         * objc.dg/defs.m: New.
6274 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
6276         * g++.dg/eh/simd-1.C: New.
6277         * g++.dg/eh/simd-2.C: New.
6279 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
6281         * gcc.c-torture/execute/simd-3.c: New.
6283 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6285         PR c/9936
6286         * gcc.dg/20030331-2.c: New test.
6288 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6290         PR c++/10278
6291         * g++.dg/parse/crash2.C: New test.
6293 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6295         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
6296         * gcc.c-torture/execute/20030331-1.c: ...here.
6298 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6300         * gcc.c-torture/execute/20030331-1.c: New test.
6302 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
6304         * lib/gcov.exp: Adjust call return testing strings.
6305         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
6307 2003-03-31  Roger Sayle  <roger@eyesopen.com>
6309         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
6310         * gcc.dg/builtins-7.c: New test case.
6311         * gcc.dg/builtins-8.c: New test case.
6313 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6315         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
6317 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
6319         PR c++/7647
6320         * g++.dg/lookup-class-member-2.C: New test.
6322 2003-03-30  Glen Nakamura  <glen@imodulo.com>
6324         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
6326 2003-03-28  Roger Sayle  <roger@eyesopen.com>
6328         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
6330 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
6332         * g++.dg/init/attrib1.C: New test.
6334 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6336         * gcc.dg/ultrasp8.c: New test.
6338 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6340         * gcc.dg/ultrasp7.c: New test.
6342 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
6344         PR c++/10047
6345         * g++.dg/template/inline1.C: New test.
6347 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6349         * gcc.dg/sparc-dwarf2.c: New test.
6351 2003-03-27  Roger Sayle  <roger@eyesopen.com>
6353         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
6354         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
6356 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
6358         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
6359         than reading .x files.
6360         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
6361         * g77.dg/gcov/gcov-1.f: Likewise.
6362         * gcc.misc-tests/gcov-4b.c: Likewise.
6363         * gcc.misc-tests/gcov-5b.c: Likewise.
6364         * gcc.misc-tests/gcov-6.c: Likewise.
6365         * gcc.misc-tests/gcov-7.c: Likewise.
6366         * gcc.misc-tests/gcov-8.c: Likewise.
6367         * g++.dg/gcov/gcov-1.x: Remove.
6368         * g77.dg/gcov/gcov-1.x: Likewise.
6369         * gcc.misc-tests/gcov-4b.x: Likewise.
6370         * gcc.misc-tests/gcov-5b.x: Likewise.
6371         * gcc.misc-tests/gcov-6.x: Likewise.
6372         * gcc.misc-tests/gcov-7.x: Likewise.
6373         * gcc.misc-tests/gcov-8.x: Likewise.
6375 2003-03-27  Glen Nakamura  <glen@imodulo.com>
6377         PR opt/10087
6378         * gcc.dg/20030324-1.c: New test.
6380 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
6382         PR c++/10224
6383         * g++.dg/template/arg3.C: New test.
6385         PR c++/10158
6386         * g++.dg/template/friend18.C: New test.
6388 2003-03-26  Roger Sayle  <roger@eyesopen.com>
6390         * g77.f-torture/compile/20030326-1.f: New test case.
6392 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
6394         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
6396         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
6398 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
6400         * gcc.dg/ia64-sync-3.c: New test.
6402 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
6404         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
6406 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6408         * gcc.dg/ultrasp6.c: New test.
6410 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6412         * gcc.dg/i386-signbit-1.c: New test.
6413         * gcc.dg/i386-signbit-2.c: New test.
6414         * gcc.dg/i386-signbit-3.c: New test.
6416 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6418         * gcc.dg/ultrasp5.c: Fix options.
6420 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6422         * gcc.dg/ultrasp5.c: Fix comment.
6424 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
6426         PR fortran/10197
6427         * g77.f-torture/execute/10197.f: New test.
6429 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
6431         PR c++/9898, c++/383
6432         * g++.dg/template/conv6.C: New test.
6434         PR c++/10119
6435         * g++.dg/template/ptrmem5.C: New test.
6437         PR c++/10026
6438         * g++.dg/lookup/koenig1.C: New test.
6440         PR C++/10199
6441         * g++.dg/lookup/template2.C: New test.
6443 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
6445         * g++.dg/opt/rtti1.C: New test.
6447 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6449         * gcc.dg/ultrasp5.c: New test.
6451 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
6453         PR middle-end/9967
6454         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
6455         builtin fputs.
6457 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6459         PR c/8224
6460         * gcc.dg/20030323-1.c: New test.
6462 2003-03-23  Roger Sayle  <roger@eyesopen.com>
6464         * gcc.c-torture/compile/20030323-1.c: New test case.
6466 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
6468         * gcc.dg/20030321-1.c: New test.
6470 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
6472         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
6474 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
6476         PR c++/9978, c++/9708
6477         * g++.dg/ext/vlm1.C: Adjust expected error.
6478         * g++.dg/ext/vla2.C: New test.
6479         * g++.dg/template/arg1.C: New test.
6480         * g++.dg/template/arg2.C: New test.
6482 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
6484         * g77.f-torture/execute/select.f: New test.
6485         * g77.f-torture/noncompile/select_no_compile.f: New test.
6487 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
6489         PR c++/9898
6490         * g++.dg/other/error4.C: New test.
6492 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
6494         * g++.dg/template/friend17.C: New test.
6496 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
6498         * gcc.c-torture/compile/20030320-1.c: New.
6500 2003-03-20  Roger Sayle  <roger@eyesopen.com>
6502         * gcc.dg/builtins-6.c: New test case.
6504 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
6506         PR target/10073
6507         * gcc.c-torture/compile/20030319-1.c: New.
6509 2003-03-18  Jan Hubicka  <jh@suse.cz>
6511         * gcc.dg/i386-cvt-1.c: New test.
6513 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
6515         * objc.dg/naming-1.m: Use "(parse|syntax) error".
6516         * objc.dg/naming-2.m: Likewise.
6518 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
6520         PR c++/9639
6521         * g++.dg/parse/crash1.C: New test.
6523 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
6525         PR c++/8805
6526         * g++.dg/eh/cleanup1.C: New test.
6528 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6530         * gcc.c-torture/execute/20030316-1.c: New test case.
6532 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6534         PR c++/9629
6535         * g++.dg/init/ctor2.C: New test.
6537 2003-03-15  Roger Sayle  <roger@eyesopen.com>
6539         * g77.f-torture/compile/xformat.f: New test case.
6541 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6543         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
6544         * g++.old-deja/g++.mike/eh50.C: Likewise.
6546 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6548         PR c++/6440
6549         * g++.dg/template/spec7.C: New test.
6550         * g++.dg/template/spec8.C: Likewise.
6552 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
6554         * gcc.c-torture/execute/20030313-1.c: New test.
6556 2003-03-14  Richard Henderson  <rth@redhat.com>
6558         * gcc.dg/inline-2.c: Adjust alpha test for external call.
6560 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6562         * gcc.c-torture/compile/20030314-1.c: New test.
6564 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6566         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
6567         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
6568         thumb target,
6569         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
6570         to accept newer _imp__  prefix and additional
6571         newline in .drectve section.
6572         * gcc.dg/dll-4.c: Likewise.
6573         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
6574         switch.
6576 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
6578         * g++.dg/parse/namespace9.C: New test.
6580         * g++.dg/init/ref5.C: New test.
6581         * g++.dg/parse/ptrmem1.C: Likewise.
6583 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6585         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
6586         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
6587         regular expression.
6588         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
6589         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
6591 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
6593         * gcc.c-torture/execute/20030224-2.c: New test.
6595 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6597         * gcc.dg/decl-3.c: New test.
6599 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6601         * gcc.dg/i386-loop-2.c: New test.
6603 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
6605         PR c++/9474
6606         * g++.dg/parse/namespace8.C: New test.
6608         PR c++/9924
6609         * g++.dg/overload/builtin2.C: New test.
6611 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6613         * gcc.dg/return-type-3.c: New test.
6615 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
6617         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
6618         profiling options are not supported.
6620 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
6622         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
6623         * g++.old-deja/g++.warn/impint2.C: Likewise.
6625 2003-03-10  Devang Patel  <dpatel@apple.com>
6627         * g++.dg/cpp/c++_cmd_1.C: New test.
6628         * g++.dg/cpp/c++_cmd_1.h: New file.
6630 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
6632         * gcc.dg/altivec-9.c: New file.
6634 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6636         * gcc.dg/ppc-sdata-1.c: New test.
6637         * gcc.dg/ppc-sdata-2.c: New test.
6639 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
6641         PR c++/9373
6642         * g++.dg/opt/ptrmem2.C: New test.
6644         PR c++/8534
6645         * g++.dg/opt/ptrmem1.C: New test.
6647 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6649         * gcc.dg/i386-loop-1.c: New test.
6651 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6653         PR c++/9970
6654         * g++.dg/lookup/friend1.C: New test.
6656 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6658         PR c++/9823
6659         * g++.dg/parser/constructor1.C: New test.
6661 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6663         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
6665         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
6667 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6669         * gcc.dg/cpp/Wunused.c: Update test.
6671 2003-03-08  Jan Hubicka  <jh@suse.cz>
6673         * gcc.dg/inline-3.c: New test.
6675 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6677         PR c++/9809
6678         * g++.dg/parse/builtin1.C: New test.
6680         PR c++/9982
6681         * g++.dg/abi/cookie1.C: New test.
6682         * g++.dg/abi/cookie2.C: Likewise.
6684         PR c++/9524
6685         * g++.dg/template/field1.C: New test.
6687         PR c++/9912
6688         * g++.dg/parse/class1.C: New test.
6689         * g++.dg/parse/namespace7.C: Likewise.
6690         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
6692 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
6694         * g++.dg/init/ref4.C: New test.
6696 2003-03-07  Jan Hubicka  <jh@suse.cz>
6698         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
6699         * gcc.dg/inline-3.c:  New test.
6701 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
6703         * g++.dg/init/ref3.C: New test.
6705         PR c++/9965
6706         * g++.dg/init/ref2.C: New test.
6708         PR c++/9400
6709         * g++.dg/warn/Wshadow-2.C: New test.
6711         PR c++/9791
6712         * g++.dg/warn/Woverloaded-1.C: New test.
6714 2003-03-05  Jan Hubicka  <jh@suse.cz>
6716         * gcc.dg/i386-local2.c: New.
6717         * gcc.dg/i386-local.c: Fix typo.
6719 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
6721         * g++.dg/abi/layout3.C: New test.
6723 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6725         * gcc.c-torture/compile/20030305-1.c
6727 2003-03-05  Jan Hubicka  <jh@suse.cz>
6729         * gcc.dg/i386-local.c: New.
6731 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
6733         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
6735 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6737         * gcc.dg/switch-2.c: New test.
6738         * gcc.dg/switch-3.c: New test.
6739         * gcc.dg/Wswitch.c: Adjust line numbers.
6740         * gcc.dg/Wswitch-default.c: Likewise.
6741         * gcc.dg/Wswitch-enum.c: Likewise.
6743 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
6745         * gcc.c-torture/execute/20030222-1.c: New test.
6747 2003-03-03  James E Wilson  <wilson@tuliptree.org>
6749         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
6751 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
6753         PR c++/9878
6754         * g++.dg/init/ref1.C: New test.
6756 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
6758         * gcc.dg/sh-relax.c: New SH-only test.
6760 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
6762         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
6763         comment explaining purpose of testcase.
6765 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6767         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
6768         for HC11/HC12 (asm needs two int registers).
6769         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
6770         HC11/HC12 because the test uses an asm which needs two 32-bit
6771         registers.
6773 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6775         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
6776         for HC11/HC12 (array is too large otherwise).
6777         * gcc.c-torture/compile/920501-4.x: New file, likewise.
6778         * gcc.c-torture/compile/20010518-2.x: Likewise.
6779         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
6780         HC11/HC12 (array is too large).
6782 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
6784         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6785         * lib/g++-dg.exp (g++-dg-test): Likewise.
6787 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6789         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6790         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6792 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6794         * g++.dg/warn/implicit-typename1.C: Remove warning.
6796 2003-02-28  Richard Henderson  <rth@redhat.com>
6798         * gcc.dg/noreturn-1.c: Move noreturn warning line.
6799         * gcc.dg/return-type-1.c: Move control reaches end warning line.
6801 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
6803         * gcc.dg/pch/pch.exp: Change .pch to .gch.
6804         * g++.dg/pch/pch.exp: Likewise.
6806 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
6808         PR c++/9879
6809         * testsuite/g++.dg/init/new4.C: New test.
6811 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
6813         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6815 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
6817         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6818         unsigned long.
6820         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6821         wider than float.
6823 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6825         * lib/scanasm.exp: Add support for counting numbers of
6826         occurences.
6827         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6828         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6830 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
6832         PR c++/9683
6833         * g++.dg/template/static3.C: New test.
6835         PR c++/9829
6836         * g++.dg/parse/namespace6.C: New test.
6838 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6840         PR target/9732
6841         * gcc.dg/20030225-1.c: New test.
6843 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
6845         * README: Remove out-of-date information.
6847         PR c++/9836
6848         * g++.dg/template/spec6.C: New test.
6850 2003-02-24  Jeff Law  <law@redhat.com>
6852         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6854 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6856         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6857         * gcc.dg/pragma-ep-1.c: Likewise.
6859 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6861         PR c++/9602
6862         * g++.dg/template/friend16.C: New test.
6864 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
6866         PR c++/5333
6867         * g++.dg/parse/fused-params1.C: Adjust error messages.
6868         * g++.dg/template/nested3.C: New test.
6870 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6872         * g++.dg/abi/param1.C: New test.
6874 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6876         PR c++/7982
6877         * g++.dg/warn/implicit-typename1.C: New test.
6879 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6881         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6882         with "mtune".
6883         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6884         * gcc.c-torture/execute/20010129-1.x: Likewise.
6885         * gcc.dg/20011107-1.c: Likewise.
6886         * gcc.dg/20020108-1.c: Likewise.
6887         * gcc.dg/20020122-3.c: Likewise.
6888         * gcc.dg/20020206-1.c: Likewise.
6889         * gcc.dg/20020310-1.c: Likewise.
6890         * gcc.dg/20020426-2.c: Likewise.
6891         * gcc.dg/20020517-1.c: Likewise.
6892         * gcc.dg/991230-1.c: Likewise.
6893         * gcc.dg/i386-unroll-1.c: Likewise.
6894         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6896 2003-02-22  Jan Hubicka  <jh@suse.cz>
6898         * gcc.dg/i386-mul.c: New test.
6900 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6902         * gcc.dg/builtins-5.c: New test case.
6904 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6906         * gcc.dg/asmreg-1.c: New test.
6908 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6910         PR c++/9749
6911         * g++.dg/parse/varmod1.C: New test.
6913 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6915         PR c++/9727
6916         * g++.dg/template/op1.C: New test.
6918 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6920         PR c++/8906
6921         * g++.dg/template/nested2.C: New test.
6923 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6925         PR c++/8724
6926         * g++.dg/expr/dtor1.C: New test.
6928 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6930         * gcc.dg/cpp/include3.c: New test.
6931         * gcc.dg/cpp/inc/foo.h: New file.
6933 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6935         * gcc.c-torture/execute/20030221-1.c: New test.
6937 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6939         PR c++/9729
6940         * g++.dg/abi/conv1.C: New test.
6942 2003-02-20  Jan Hubicka  <jh@suse.cz>
6944         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6946 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6948         * gcc.c-torture/compile/20030219-1.c: New test.
6950 2003-02-18  Jan Hubicka  <jh@suse.cz>
6952         * gcc.dg/funcorder.c: New test.
6954 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6956         * gcc.c-torture/execute/20030218-1.c: New.
6958 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6960         * gcc.dg/20030218-1.c: New.
6962 2003-02-18  Richard Henderson  <rth@redhat.com>
6964         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6965         * gcc.dg/attr-used-2.c: New.
6967 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6969         PR c++/9704
6970         * g++.dg/init/copy5.C: New test.
6972 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6974         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6975         * g++.dg/pch/pch.exp: Likewise.
6977 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6979         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6980         STACK_SIZE is not defined.
6982 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6984         PR c++/9457
6985         * g++.dg/template/init1.C: New test.
6987 2003-02-16  Jan HUbicka  <jh@suse.cz>
6989         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6990         (foo): Add few extra tests
6991         * gcc.dg/c99-const-expr-3.c: Likewise.
6992         * gcc.c-torture/execute/20030216-1.c: New.
6994 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6996         PR c++/9459
6997         * g++.dg/ext/typeof4.C: New test.
6999 2003-02-15  Roger Sayle  <roger@eyesopen.com>
7001         * gcc.dg/i386-387-3.c: New test case.
7003 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
7005         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
7006         cris-*-elf* cris-*-aout* and mmix-*-*.
7008 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
7010         * gcc.dg/20030213-1.c: New test.
7012 2003-02-12  Roger Sayle  <roger@eyesopen.com>
7014         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
7015         * gcc.dg/i386-387-2.c: Likewise.
7017 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
7019         * gcc.dg/ppc-spe.c: Fix formatting.
7020         Enable tests that were previously unsupported by gas.
7021         Delete tests for instructions that no longer exist.
7022         Switch arguments on evsubifw builtin.
7024 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7026         * gcc.c-torture/execute/20030209-1.c: Disable the test if
7027         STACK_SIZE is too small.
7029 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7030             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7032         * gcc.dg/decl-2.c: New test.
7034 2003-02-10  Jan Hubicka  <jh@suse.cz>
7036         * gcc.dg/i386-fpcvt-1.c:  New test.
7038 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
7040         * gcc.c-torture/execute/20030209-1.c: New test.
7042 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
7044         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
7045         int-wide bitops, use the constants of the same width.
7046         Likewise, if long long is 32-bit wide, test bitops using
7047         32-bit constants.
7049 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
7051         * gcc.dg/20021014-1.c: Annotate with expected notice text.
7053 2003-02-07  Roger Sayle  <roger@eyesopen.com>
7055         * testsuite/gcc.dg/builtins-4.c: New test case.
7057 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7059         * gcc.dg/20020430-1.c: Fix dg command typos.
7060         * gcc.dg/20020503-1.c: Likewise.
7062 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7064         PR c++/8785
7065         * g++.dg/parse/fused-params1.C: New test.
7067         PR c++/8857
7068         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
7070         PR c++/8921
7071         * g++.dg/parse/non-dependent1.C: New test.
7073         PR c++/8928
7074         * g++.dg/parse/dupl-tmpl-args1.C: New test.
7076         PR c++/9228
7077         * g++.dg/parse/undefined7.C: New test.
7078         * g++.dg/parse/non-templ1.C: New test.
7080         PR c++/9229
7081         * g++.dg/parse/too-many-tmpl-args1.C: New test.
7083 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
7085         * gcc.c-torture/compile/20030206-1.c: New test.
7087 2003-02-05  Roger Sayle  <roger@eyesopen.com>
7089         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
7090         "pow" to "foo" to avoid potential confusion with a math built-in.
7092 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7094         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
7095         conditions for SPARC targets.
7097 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
7099         * gcc.dg/20030204-1.c: New test.
7101 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7103         PR c++/38
7104         * g++.dg/parse/array-size1.C: New test.
7106         PR c++/5657
7107         * g++.dg/parse/undefined3.C: New test.
7109         PR c++/5665
7110         * g++.dg/parse/undefined4.C: New test.
7112         PR c++/5975
7113         * g++.dg/parse/undefined5.C: New test.
7115         PR c++/7259
7116         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
7118         PR c++/8578
7119         * g++.dg/parse/casting-operator1.C: New test.
7121         PR c++/8596
7122         * g++.dg/parse/undefined6.C: New test.
7124         PR c++/8736
7125         * g++.dg/parse/missing-template1.C: New test.
7127 2003-02-04  Jan Hubicka  <jh@suse.cz>
7129         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
7130         * gcc.dg/i386-cmov?.c:  Likewise.
7131         * gcc.dg/i386-fpcvt-?.c:  Likewise.
7132         * gcc.dg/i386-ssefp-1.c:  Likewise.
7133         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
7134         conventions.
7136 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
7138         PR c++/7129
7139         * testsuite/g++.dg/ext/max.C: New test.
7141 2003-02-03  Jan Hubicka  <jh@suse.cz>
7143         * gcc.c-torture/execute/20030203-1.c: New test.
7145 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
7147         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
7148         'natural-endian'.
7150 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
7152         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
7153         * g++.dg/init/new2.C: Likewise.
7154         * g++.dg/other/new1.C: Likewise.
7156 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
7158         * gcc.dg/struct-ret-libc.c: New test.
7160 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7162         * gcc.dg/20030129-1.c: New test.
7164 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7166         PR c++/8849
7167         * g++.dg/template/ptrmem4.C: New test.
7169 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
7171         * g++.dg/parser/constant1.C: New test.
7173 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7175         PR c++/8591
7176         * g++.dg/parse/friend2.C: New test.
7178 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7180         PR c++/9437
7181         * g++.dg/template/unify4.C: New test.
7183 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7185         * gcc.c-torture/execute/20030128-1.c: New test.
7187 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
7189         * g++.dg/lookup/nested1.C: Test moved from ...
7190         * g++.old-deja/g++.other/lookup24.C: ... here.
7192 2003-01-28  Jan Hubicka  <jh@suse.cz>
7194         * gcc.dg/i386-cmov5.c:  New test.
7196 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
7198         * gcc.c-torture/execute/20010925-1.c: Changed the
7199         memcpy declaration.
7201 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7203         PR c++/3902
7204         * g++.dg/parse/template5.C: New test.
7206 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
7208         PR fortran/9258
7209         * g77.dg/pr9258: New test.
7211 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7213         * README: Move relevant parts from README.g++.
7215         * README.g++: Remove this file.
7217 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7219         * g++.dg/abi/dcast1.C: New test.
7221 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7223         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
7225 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
7227         PR c++/47
7228         * g++.old-deja/g++.other/lookup24.C: New test.
7230 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7232         PR middle-end/7227
7233         * gcc.dg/uninit-C.c: New test.
7235 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
7237         * g++.dg/abi/covariant1.C: New test.
7239 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
7241         * gcc.dg/20030123-1.c: New test.
7243 2003-01-25  Jan Hubicka  <jh@suse.cz>
7245         PR opt/8492
7246         * gcc.c-torture/compile/20030125-1.c
7248 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
7250         PR c++/9403
7251         * g++.dg/parse/template3.C: New test.
7252         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
7254         PR c++/795
7255         * g++.dg/parse/template4.C: New test.
7257         PR c++/9415
7258         * g++.dg/template/qual2.C: New test.
7260         PR c++/8545
7261         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
7263         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
7265 2003-01-25  Roger Sayle  <roger@eyesopen.com>
7267         * gcc.c-torture/execute/switch-1.c: New test case.
7269 2003-01-25  Jan Hubicka  <jh@suse.cz>
7271         * gcc.c-torture/execute/20030125-1.[cx]: New test.
7273 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
7275         Tweaks for Bison-1.875. From the NEWS file:
7276         "- `parse error' -> `syntax error'
7277         Bison now uniformly uses the term `syntax error'"
7278         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
7279         * gcc.dg/cpp/digraph2.c: Likewise.
7280         * gcc.dg/cpp/direct2.c: Likewise.
7281         * gcc.dg/cpp/paste4.c: Likewise.
7282         * gcc.dg/c90-restrict-1.c: Likewise.
7283         * gcc.dg/c99-func-2.c: Likewise.
7284         * gcc.dg/noncompile/920721-2.c: Likewise.
7285         * gcc.dg/noncompile/930622-2.c: Likewise.
7286         * gcc.dg/noncompile/940112-1.c: Likewise.
7287         * gcc.dg/noncompile/950921-1.c: Likewise.
7288         * gcc.dg/noncompile/951123-1.c: Likewise.
7289         * gcc.dg/noncompile/971104-1.c: Likewise.
7290         * gcc.dg/noncompile/990416-1.c: Likewise.
7292 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
7294         * g++.dg/parse/undefined1.C: Add error message.
7296 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7298         PR c++/9354
7299         * g++.dg/parse/new1.C: New test.
7301         PR c++/9216
7302         * g++.dg/parse/template2.C: New test.
7304         PR c++/9354
7305         * g++.dg/parse/typedef2.C: New test.
7307         PR c++/9328
7308         * g++.dg/ext/typeof3.C: New test.
7310 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7312         PR c++/2738
7313         * g++.dg/parse/ret-type1.C: New test.
7315         PR c++/3792
7316         * g++.dg/parse/tmpl-outside1.C: New test.
7318         PR c++/4207
7319         * g++.dg/parse/int-as-enum1.C: New test.
7321         PR c++/4903
7322         * g++.dg/parse/no-typename1.C: New test.
7324         PR c++/5533
7325         * g++.dg/parse/no-value1.C: New test.
7327         PR c++/5921
7328         * g++.dg/parse/wrong-inline1.C: New test.
7330         PR c++/6402
7331         * g++.dg/parse/ref1.C: New test.
7333         PR c++/6992
7334         * g++.dg/parse/attr-ctor1.C: New test.
7336         PR c++/7229
7337         * g++.dg/parse/namespace5.C: New test.
7339         PR c++/7917
7340         * g++.dg/parse/func-def1.C: New test.
7342         PR c++/8143
7343         * g++.dg/parse/undefined1.C: New test.
7345         PR c++/5723, PR c++/8522
7346         * g++.dg/parse/specialization1.C: New test.
7348         PR c++/163, PR c++/8595
7349         * g++.dg/parse/struct-as-enum1.C: New test.
7351         PR c++/9173
7352         * g++.dg/parse/undefined2.C: New test.
7354 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7356         PR c++/9298
7357         * g++.dg/parse/template1.C: New test.
7359         PR c++/9384
7360         * g++.dg/parse/using1.C: New test.
7362         PR c++/9285
7363         PR c++/9294
7364         * g++.dg/parse/expr2.C: New test.
7366         PR c++/9388
7367         * g++.dg/parse/lookup2.C: Likewise.
7369 2003-01-21  Jan Hubicka  <jh@suse.cz>
7371         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
7372         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
7373         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
7374         * gcc.c-torture/execute/string-opt-*.c: Likewise.
7376 2003-01-20  Nick Clifton  <nickc@redhat.com>
7378         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
7379         problem with ARM sibcall code generation.
7381 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
7383         * gcc.c-torture/execute/20030120-1.c: New.
7385 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
7387         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
7389 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
7391         PR c++/9272
7392         * g++.dg/parse/ctor1.C: New test.
7394         PR c++/9294:
7395         * g++.dg/parse/qualified1.C: New test.
7397         * g++.dg/parse/typename3.C: New test.
7399 2003-01-16  Richard Henderson  <rth@redhat.com>
7401         * g++.dg/tls/init-2.C: Fix error matches for real this time.
7403 2003-01-16  Richard Henderson  <rth@redhat.com>
7405         * g++.dg/pch/pch.exp: Copy test header to the working directory
7406         before using it either for precompilation or direct use.
7407         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
7408         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
7410 2003-01-16  Richard Henderson  <rth@redhat.com>
7412         * gcc.dg/pch/pch.exp: Copy test header to the working directory
7413         before using it either for precompilation or direct use.
7414         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
7415         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
7417 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
7419         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
7420         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
7421         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
7422         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
7423         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
7424         typename warning into error.
7425         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
7426         error messages.
7427         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
7428         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
7429         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
7430         messages.
7431         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
7432         make declaration visible in template.
7433         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
7434         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
7435         messages.
7436         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
7437         message.
7438         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
7439         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
7440         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
7441         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
7442         typename warning with error message.
7443         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
7444         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
7445         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
7447 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
7449         * g++.dg/parse/ambig2.C: New test.
7451 2003-01-15  Richard Henderson  <rth@redhat.com>
7453         * g++.dg/tls/init-2.C: Update error message string.
7455 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7457         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
7459 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
7461         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
7462         all for HC11/HC12.
7463         * gcc.c-torture/compile/20001205-1.x: Likewise.
7464         * gcc.c-torture/compile/20001226-1.x: Likewise.
7465         * gcc.c-torture/compile/920520-1.x: Likewise.
7466         * gcc.c-torture/compile/961203-1.x: Likewise.
7467         * gcc.c-torture/compile/20020604-1.x: Likewise.
7469 2003-01-15  Jan Hubicka  <jh@suse.cz>
7471         * gcc.c-torture/compile/20030115-1.c: New test.
7473         * gcc.dg/i386-fpcvt-1.c: New test.
7474         * gcc.dg/i386-fpcvt-2.c: New test.
7476 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
7478         Further conform g++'s __vmi_class_type_info to the C++ ABI
7479         specification.
7480         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
7481         the specification.
7483 2003-01-14  Jan Hubicka  <jh@suse.cz>
7485         * gcc.dg/i386-fpcvt-1.c: New test.
7486         * gcc.dg/i386-fpcvt-2.c: New test.
7488 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7490         * gcc.dg/i386-mmx-3.c: New test.
7492 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
7494         PR c++/9264
7495         * g++.dg/parse/octal1.C: New file.
7497         PR c++/9172
7498         * g++.dg/parse/typename1.C: New file.
7500 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
7502         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
7503         * gcc.dg/bf-no-ms-layout.c: Likewise.
7504         * gcc.dg/bf-ms-attrib.c: Likewise.
7506 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
7508         PR c++/9099
7509         * g++.dg/parse/dtor1.C: New file.
7511         PR c++/9128
7512         * g++.dg/rtti/typeid1.C: New file.
7514         PR c++/9153
7515         * g++.dg/parse/lookup1.C: New file.
7517         PR c++/9171
7518         * g++.dg/templ/spec5.C: New file.
7520 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
7522         * gcc.c-torture/compile/20030110-1.c: New test.
7524 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
7526         Merge from pch-branch:
7528         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
7530         * gcc.dg/pch/cpp-1.h: New.
7531         * gcc.dg/pch/cpp-1.c: New.
7532         * gcc.dg/pch/cpp-2.h: New.
7533         * gcc.dg/pch/cpp-2.c: New.
7535         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
7537         * gcc.dg/pch/except-1.h: New.
7538         * gcc.dg/pch/except-1.c: New.
7540         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
7542         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
7543         running test.
7544         * gcc.dg/pch: Include *.hp not *.h.
7545         * gcc.dg/pch/system-1.h: New.
7546         * gcc.dg/pch/system-1.c: New.
7548         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
7550         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
7551         rather than trying to build and run a program using PCH.
7552         * gcc.dg/pch: Remove dg-do commands from test files.
7554         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
7556         * gcc.dg/pch/macro-3.c: New.
7557         * gcc.dg/pch/macro-3.h: New.
7559         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
7561         * gcc.dg/pch/common-1.c: New.
7562         * gcc.dg/pch/common-1.h: New.
7563         * gcc.dg/pch/decl-1.c: New.
7564         * gcc.dg/pch/decl-1.h: New.
7565         * gcc.dg/pch/decl-2.c: New.
7566         * gcc.dg/pch/decl-2.h: New.
7567         * gcc.dg/pch/decl-3.c: New.
7568         * gcc.dg/pch/decl-3.h: New.
7569         * gcc.dg/pch/decl-4.c: New.
7570         * gcc.dg/pch/decl-4.h: New.
7571         * gcc.dg/pch/decl-5.c: New.
7572         * gcc.dg/pch/decl-5.h: New.
7573         * gcc.dg/pch/global-1.c: New.
7574         * gcc.dg/pch/global-1.h: New.
7575         * gcc.dg/pch/inline-1.c: New.
7576         * gcc.dg/pch/inline-1.h: New.
7577         * gcc.dg/pch/inline-2.c: New.
7578         * gcc.dg/pch/inline-2.h: New.
7579         * gcc.dg/pch/static-1.c: New.
7580         * gcc.dg/pch/static-1.h: New.
7581         * gcc.dg/pch/static-2.c: New.
7582         * gcc.dg/pch/static-2.h: New.
7584         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
7586         * g++.dg/pch/pch.exp: Better handle failing testcases.
7587         * gcc.dg/pch/pch.exp: Likewise.
7588         * gcc.dg/pch/macro-1.c: New.
7589         * gcc.dg/pch/macro-1.h: New.
7590         * gcc.dg/pch/macro-2.c: New.
7591         * gcc.dg/pch/macro-2.h: New.
7593         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
7595         * g++.dg/dg.exp: Treat files in pch/ specially.
7596         * g++.dg/pch/pch.exp: New file.
7597         * g++.dg/pch/empty.H: New file.
7598         * g++.dg/pch/empty.C: New file.
7599         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
7600         "precompile".
7602         * gcc.dg/pch/pch.exp: New file.
7603         * gcc.dg/pch/empty.h: New file.
7604         * gcc.dg/pch/empty.c: New file.
7605         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
7606         "precompile".
7608 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7610         * g++.dg/template/friend14.C: New test.
7612 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7614         * gcc.dg/old-style-asm-1.c: New test.
7616 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
7618         * gcc.c-torture/compile/20030109-1.c: New test.
7620 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7622         * gcc.c-torture/execute/20030109-1.c: New test.
7624 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
7626         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
7627         * g++.old-deja/g++.mike/dyncast2.C: Likewise
7628         * g++.old-deja/g++.mike/dyncast3.C: Likewise
7629         * g++.old-deja/g++.mike/eh2.C: Likewise
7630         * g++.old-deja/g++.mike/eh3.C: Likewise
7631         * g++.old-deja/g++.mike/eh5.C: Likewise
7632         * g++.old-deja/g++.mike/eh6.C: Likewise
7633         * g++.old-deja/g++.mike/eh7.C: Likewise
7634         * g++.old-deja/g++.mike/eh8.C: Likewise
7635         * g++.old-deja/g++.mike/eh9.C: Likewise
7636         * g++.old-deja/g++.mike/eh10.C: Likewise
7637         * g++.old-deja/g++.mike/eh12.C: Likewise
7638         * g++.old-deja/g++.mike/eh13.C: Likewise
7639         * g++.old-deja/g++.mike/eh14.C: Likewise
7640         * g++.old-deja/g++.mike/eh16.C: Likewise
7641         * g++.old-deja/g++.mike/eh17.C: Likewise
7642         * g++.old-deja/g++.mike/eh18.C: Likewise
7643         * g++.old-deja/g++.mike/eh21.C: Likewise
7644         * g++.old-deja/g++.mike/eh23.C: Likewise
7645         * g++.old-deja/g++.mike/eh24.C: Likewise
7646         * g++.old-deja/g++.mike/eh25.C: Likewise
7647         * g++.old-deja/g++.mike/eh26.C: Likewise
7648         * g++.old-deja/g++.mike/eh27.C: Likewise
7649         * g++.old-deja/g++.mike/eh28.C: Likewise
7650         * g++.old-deja/g++.mike/eh29.C: Likewise
7651         * g++.old-deja/g++.mike/eh31.C: Likewise
7652         * g++.old-deja/g++.mike/eh33.C: Likewise
7653         * g++.old-deja/g++.mike/eh34.C: Likewise
7654         * g++.old-deja/g++.mike/eh35.C: Likewise
7655         * g++.old-deja/g++.mike/eh36.C: Likewise
7656         * g++.old-deja/g++.mike/eh37.C: Likewise
7657         * g++.old-deja/g++.mike/eh38.C: Likewise
7658         * g++.old-deja/g++.mike/eh39.C: Likewise
7659         * g++.old-deja/g++.mike/eh40.C: Likewise
7660         * g++.old-deja/g++.mike/eh41.C: Likewise
7661         * g++.old-deja/g++.mike/eh42.C: Likewise
7662         * g++.old-deja/g++.mike/eh44.C: Likewise
7663         * g++.old-deja/g++.mike/eh46.C: Likewise
7664         * g++.old-deja/g++.mike/eh47.C: Likewise
7665         * g++.old-deja/g++.mike/eh48.C: Likewise
7666         * g++.old-deja/g++.mike/eh49.C: Likewise
7667         * g++.old-deja/g++.mike/eh50.C: Likewise
7668         * g++.old-deja/g++.mike/eh51.C: Likewise
7669         * g++.old-deja/g++.mike/eh53.C: Likewise
7670         * g++.old-deja/g++.mike/eh55.C: Likewise
7671         * g++.old-deja/g++.mike/p7912.C: Likewise
7672         * g++.old-deja/g++.mike/p9706.C: Likewise
7673         * g++.old-deja/g++.mike/p10416.C: Likewise
7674         * g++.old-deja/g++.mike/p11667.C: Likewise
7675         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
7676         Remove redundant reference to Iris.
7677         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
7678         Elxsi, i860, Pico Java, and WE32K.
7680 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
7682         * g++.dg/ext/asm4.C: New test.
7684 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7686         PR c++/9030
7687         * g++.dg/template/friend12.C: New test.
7688         * g++.dg/template/friend13.C: Likewise.
7689         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
7691 2003-01-08  Jan Hubicka  <jh@suse.cz>
7693         * gcc.dg/i386-cadd.c: New test.
7694         * gcc.dg/i386-cmov4.c: Likewise.
7696 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
7698         PR c++/9165
7699         * g++.dg/warn/Wunused-3.C: New test.
7701         * g++.dg/abi/bitfield9.C: New test.
7703         PR c++/9189
7704         * g++.dg/parse/defarg3.C: New test.
7706 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
7708         * g++.dg/parse/ambig1.C: New test.
7709         * g++.dg/parse/defarg2.C: New test.
7711 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
7713         * g++.dg/template/defarg-1.C: New test.
7714         * g++.dg/template/local2.C: Likewise.
7716 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
7718         * gcc.c-torture/execute/20030105-1.c: New test.
7720 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7722         * g++.dg/parse/namespace3.C: Remove extra semicolons.
7723         * g++.dg/parse/namespace4.C: Likewise.
7725 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7727         * g++.dg/template/ntp2.C: New test.
7729 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7731         * g++.dg/parse/extern-C-1.C: New test.
7733         * g++.dg/parse/namespace4.C: New test.
7735         * g++.dg/template/nested1.C: New test.
7737         * g++.dg/parse/namespace3.C: New test.
7739 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7741         * g++.dg/lookup/two-stage1.C: New test.
7743 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7745         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
7746         * g++.old-deja/g++.jason/access8.C: Likewise.
7747         * g++.old-deja/g++.other/decl5.C: Likewise.
7749 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7751         * g++.dg/parse/parse7.C: New test.
7753 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
7755         PR c++/2843
7756         * g++.dg/ext/attrib7.C: New test.
7758 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7760         * g++.dg/parse/parse6.C: New test.
7762 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
7764         * gcc.dg/h8300-stack-1.c: New.
7766 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7768         g++.dg/lookup/exception1.C: New test.
7770         g++.dg/lookup/template1.C: New test.
7772         g++.dg/parse/namespace2.C: New test.
7774         g++.dg/parse/parens2.C: New test.
7776 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7778         * g++.dg/parse/parse5.C: New test.
7779         * g++.dg/lookup/scoped4.C: New test.
7781 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7783         * g++.dg/parse/parens1.C: New test.
7785         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7786         angle-bracket1.C.
7787         * g++.dg/parse/parens2.C: New test.
7789         * g++.dg/lookup/scope-operator1.C: New test.
7791         * g++.dg/parse/operator1.C: New test.
7793 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7795         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7796         * g++.old-deja/g++.other/access6.C: Likewise.
7797         * g++.old-deja/g++.other/decl1.C: Likewise.
7798         * g++.old-deja/g++.pt/typename12.C: Likewise.
7800 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7802         * g++.dg/parse/namespace1.C: New test.
7804 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7806         * g++.dg/parse/parse4.C: New test.
7808 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7810         * g++.dg/parse/parse3.C: New test.
7812 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7814         * g++.dg/parse/parse2.C: New test.
7816 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7818         * g++.dg/template/friend11.C: New test.
7820 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7822         * g++.dg/parse/parse1.C: New test.
7824 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
7826         * lib/profopt.exp: Change the name of a global variable to avoid
7827         possible clashes with other test suites.
7829 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
7831         * g++.dg/inherit/covariant8.C: New test.
7833 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7835         * g++.dg/init/array9.C: New test.
7837         PR c++/9112
7838         * g++.dg/parse/expr1.C: New test.
7840 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7842         * gcc.c-torture/compile/20021230-1.c: New test.
7844 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7846         * g++.dg/inherit/covariant5.C: New test.
7847         * g++.dg/inherit/covariant6.C: New test.
7848         * g++.dg/inherit/covariant7.C: New test.
7850 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7852         PR c++/2739
7853         * g++.dg/other/access2.C: New test.
7855 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7857         * g++.dg/other/anon-struct.C: No longer fails
7858         * g++.old-deja/g++.brendan/parse4.C: Likewise.
7859         * g++.old-deja/g++.brendan/parse5.C: Likewise.
7860         * g++.old-deja/g++.brendan/parse6.C: Likewise.
7862 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7864         * g++.dg/parse/angle-bracket.C (main): No longer fails.
7866 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7868         * g++.dg/eh/spec4.C: Remove stray semicolon.
7869         * g++.dg/expr/pmf-1.C: Change error message.
7870         * g++.dg/ext/asm1.C: Remove stray semicolon.
7871         * g++.dg/ext/typename1.C: Add missing typenames.
7872         * g++.dg/inherit/template-as-base.C: Change error message.
7873         * g++.dg/lookup/scoped1.C: Likewise.
7874         * g++.dg/lookup/scoped2.C: Likewise.
7875         * g++.dg/lookup/using2.C: Likewise.
7876         * g++.dg/other/component1.C: Remove stray semicolon.
7877         * g++.dg/other/do1.C: Change error message.
7878         * g++.dg/other/error2.C: Likewise.
7879         * g++.dg/other/init1.C: Likewise.
7880         * g++.dg/other/packed1.C: Remove stray semicolon.
7881         * g++.dg/other/ptrmem2.C: Change error message.
7882         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7883         marker.
7884         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7885         * g++.dg/template/access3.C: Add typename keyword.
7886         * g++.dg/template/access5.C: Remove stray semicolon.
7887         * g++.dg/template/access6.C: Likewise.
7888         * g++.dg/template/complit1.C: Likewise.
7889         * g++.dg/template/crash1.C: Change error message.
7890         * g++.dg/template/inherit2.C: Remove stray semicolon.
7891         * g++.dg/template/instantiate2.C: Likewise.
7892         * g++.dg/template/instantiate3.C: Change error message.
7893         * g++.dg/template/qual1.C: Remove stray semicolon.
7894         * g++.dg/template/qualttp18.C: Change error message.
7895         * g++.dg/template/ref1.C: Remove stray semicolon.
7896         * g++.dg/template/sizeof1.C (A::value): Declare it.
7897         * g++.dg/template/spec4.C: Change error message.
7898         * g++.dg/template/static1.C: Likewise.
7899         * g++.dg/template/type1.C: Likewise.
7900         * g++.dg/template/typename3.C: Likewise.
7901         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7902         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7903         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7904         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7905         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7906         named return value extension.
7907         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7908         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7909         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7910         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7911         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7912         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7913         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7914         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7915         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7916         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7917         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7918         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7919         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7920         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7921         syntax.
7922         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7923         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7924         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7925         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7926         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7927         * g++.old-deja/g++.brendan/template11.C: Likewise.
7928         * g++.old-deja/g++.brendan/template26.C: Likewise.
7929         * g++.old-deja/g++.brendan/template27.C: Use explicit
7930         specialization syntax.
7931         * g++.old-deja/g++.brendan/template30.C: Likewise.
7932         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7933         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7934         non-dependent names.
7935         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7936         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7937         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7938         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7939         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7940         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7941         named return value extension.
7942         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7943         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7944         * g++.old-deja/g++.ext/return1.C: Likewise.
7945         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7946         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7947         * g++.old-deja/g++.jason/access8.C: Likewise.
7948         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7949         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7950         pseudo-destructor names.
7951         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7952         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7953         pseudo-destructor names.
7954         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7955         * g++.old-deja/g++.jason/overload19.C: Likewise.
7956         * g++.old-deja/g++.jason/overload32.C: Likewise.
7957         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7958         stray semicolons.
7959         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7960         * g++.old-deja/g++.jason/return.C: Likewise.
7961         * g++.old-deja/g++.jason/return2.C: Likewise.
7962         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7963         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7964         syntax.
7965         * g++.old-deja/g++.jason/template10.C: Account for use of
7966         non-dependent names.
7967         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7968         syntax.
7969         * g++.old-deja/g++.jason/template37.C: Likewise.
7970         * g++.old-deja/g++.law/access4.C: Change error messages.
7971         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7972         pseudo-destructor names.
7973         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7974         * g++.old-deja/g++.law/ctors9.C: Likewise.
7975         * g++.old-deja/g++.law/cvt22.C: Likewise.
7976         * g++.old-deja/g++.law/dtors5.C: Likewise.
7977         * g++.old-deja/g++.law/global-init1.C: Likewise.
7978         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7979         * g++.old-deja/g++.law/operators28.C: Likewise.
7980         * g++.old-deja/g++.law/visibility28.C: Likewise.
7981         * g++.old-deja/g++.martin/eval1.C: Likewise.
7982         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7983         name.
7984         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7985         * g++.old-deja/g++.mike/net34.C: Likewise.
7986         * g++.old-deja/g++.mike/net36.C: Likewise.
7987         * g++.old-deja/g++.mike/ns2.C: Likewise.
7988         * g++.old-deja/g++.mike/p12306.C: Likewise.
7989         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7990         value extension.
7991         * g++.old-deja/g++.mike/p700.C: Likewise.
7992         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7993         * g++.old-deja/g++.mike/p710.C: Likewise.
7994         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7995         value extension.
7996         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7997         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7998         * g++.old-deja/g++.ns/crash2.C: Likewise.
7999         * g++.old-deja/g++.ns/crash3.C: Likewise.
8000         * g++.old-deja/g++.ns/invalid1.C: Likewise.
8001         * g++.old-deja/g++.ns/ns17.C: Likewise.
8002         * g++.old-deja/g++.ns/template16.C: Likewise.
8003         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
8004         keyword.
8005         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
8006         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
8007         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
8008         named return value extension.
8009         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
8010         * g++.old-deja/g++.other/access4.C: Issue additional error
8011         messages.
8012         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
8013         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
8014         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
8015         * g++.old-deja/g++.other/crash25.C: Change error message.
8016         * g++.old-deja/g++.other/crash4.C: Change error message.
8017         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
8018         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
8019         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
8020         checks.
8021         * g++.old-deja/g++.other/defarg8.C: Likewise.
8022         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
8023         * g++.old-deja/g++.other/dtor10.C: Likewise.
8024         * g++.old-deja/g++.other/incomplete.C: Likewise.
8025         * g++.old-deja/g++.other/linkage7.C: Likewise.
8026         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
8027         lookup algorithm.
8028         * g++.old-deja/g++.other/mangle2.C: Likewise.
8029         * g++.old-deja/g++.other/refinit2.C: Likewise.
8030         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
8031         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
8032         * g++.old-deja/g++.pt/crash28.C: Likewise.
8033         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
8034         syntax.
8035         * g++.old-deja/g++.pt/crash32.C: Change error message.
8036         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
8037         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
8038         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
8039         error message position.
8040         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
8041         * g++.old-deja/g++.pt/defarg8.C: Change error message.
8042         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
8043         syntax.
8044         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
8045         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
8046         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
8047         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
8048         keyword.
8049         * g++.old-deja/g++.pt/explicit31.C: Likewise.
8050         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
8051         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
8052         keyword.
8053         * g++.old-deja/g++.pt/explicit71.C: Change error message.
8054         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
8055         syntax.
8056         * g++.old-deja/g++.pt/friend28.C: Account for use of
8057         non-dependent names.
8058         * g++.old-deja/g++.pt/friend29.C: Likewise.
8059         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
8060         rules.
8061         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
8062         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
8063         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
8064         lookup rules.
8065         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
8066         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
8067         keyword.
8068         * g++.old-deja/g++.pt/memclass20.C: Likewise.
8069         * g++.old-deja/g++.pt/memclass5.C: Likewise.
8070         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
8071         keyword.
8072         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
8073         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
8074         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
8075         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
8076         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
8077         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
8078         keyword.
8079         * g++.old-deja/g++.pt/spec10.C: Likewise.
8080         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
8081         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
8082         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
8083         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
8084         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
8085         * g++.old-deja/g++.pt/ttp62.C: Likewise.
8086         * g++.old-deja/g++.pt/ttp64.C: Likewise.
8087         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
8088         * g++.old-deja/g++.pt/typename15.C: Likewise.
8089         * g++.old-deja/g++.pt/typename22.C: Likewise.
8090         * g++.old-deja/g++.pt/typename6.C: Change error messages.
8091         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
8092         * g++.old-deja/g++.pt/virtual2.C: Likewise.
8093         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
8094         syntax.
8095         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
8096         return value extension.
8097         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
8098         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
8099         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
8100         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
8102 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8104         * g++.dg/warn/inline1.C: New test.
8105         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
8106         * g++.old-deja/g++.jason/synth10.C: Likewise.
8107         * g++.old-deja/g++.mike/net31.C: Likewise.
8108         * g++.old-deja/g++.mike/p8786.C: Likewise.
8110         * g++.dg/template/friend10.C: New test.
8111         * g++.dg/template/conv5.C: New test.
8113 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8115         * g++.dg/lookup/scoped3.C: New test.
8117         * g++.dg/lookup/decl1.C: New test.
8118         * g++.dg/lookup/decl2.C: New test.
8120 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8122         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
8123         gcc.c-torture/compile/20021015-1.c,
8124         gcc.c-torture/compile/20021015-2.c,
8125         gcc.c-torture/compile/20021123-1.c,
8126         gcc.c-torture/compile/20021123-2.c,
8127         gcc.c-torture/compile/20021123-3.c,
8128         gcc.c-torture/compile/20021123-4.c,
8129         gcc.c-torture/execute/20021024-1.c: Add tests previously added
8130         only to 3.1 or 3.2 branch.
8132 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
8134         * gcc.dg/i386-bitfield3.c: New test.
8136         * gcc.dg/i386-bitfield2.c: New test.
8138 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
8140         * g++.dg/parse/conv_op1.C: New test.
8142 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
8144         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
8145         approved.
8147 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
8149         * gcc.c-torture/compile/20021220-1.c: New test.
8151 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8153         * gcc.dg/i386-fastcall-1.c: New.
8155 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8157         * gcc.c-torture/execute/20021219-1.c: New test.
8159 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8161         * gcc.dg/i386-pic-1.c: New test.
8163 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8165         PR c++/8099
8166         * g++.dg/template/friend9.C: New test.
8168 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8170         PR c++/3663
8171         * g++.dg/template/access7.C: New test.
8173 2002-12-18  Nick Clifton  <nickc@redhat.com>
8175         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
8176         the libstdc++-v3 directory has been found.
8178 2002-12-12  Devang Patel <dpatel@apple.com>
8179         * gcc.dg/darwin-ld-1.c: New test.
8180         * gcc.dg/darwin-ld-2.c: New test.
8181         * gcc.dg/darwin-ld-3.c: New test.
8182         * gcc.dg/darwin-ld-4.c: New test.
8183         * gcc.dg/darwin-ld-5.c: New test.
8185 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
8187         * gcc.c-torture/compile/20021212-1.c: New test.
8189 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
8191         * gcc.dg/fshort-wchar: New test.
8193 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
8195         PR c++/8372
8196         * g++.dg/template/dtor1.C: New test.
8198         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
8199         markers.
8201 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
8203         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
8205 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
8207         * g++.dg/template/static1.C: New test.
8208         * g++.dg/template/static2.C: New test.
8209         * g++.old-deja/g++.ext/memconst.C: New test.
8211 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8213         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
8214         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
8215         * g++.dg/special/initp1.C: Likewise.
8217 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
8219         * gcc.c-torture/execute/20021204-1.c: New test.
8221 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
8223         * gcc.dg/ppc-fmadd-1.c: New file.
8224         * gcc.dg/ppc-fmadd-2.c: New file.
8225         * gcc.dg/ppc-fmadd-3.c: New file.
8227 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8229         * gcc.c-torture/compile/20021204-1.c: New test.
8231 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
8233         * g++.dg/inherit/covariant2.C: New test.
8234         * g++.dg/inherit/covariant3.C: New test.
8235         * g++.dg/inherit/covariant4.C: New test.
8236         * g++.dg/inherit/covariant1.C: Remove XFAIL.
8237         * g++.old-deja/g++.robertl/eb17.C: Likewise.
8239 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
8241         PR c++/8688
8242         * g++.dg/init/brace3.C: New test.
8244 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
8246         * gcc.dg/20020210-1.c: Fix a comment typo.
8248 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
8250         PR c++/8720
8251         * g++.dg/parse/defarg1.C: New test.
8253         PR c++/8615
8254         * g++.dg/template/char1.C: New test.
8256         * g++.dg/template/varmod1.C: Fix typo.
8258 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8260         DR 180
8261         * g++.old-deja/g++.pt/crash32.C: Expect error.
8263 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
8265         PR c++/5919
8266         * g++.dg/template/varmod1.C: New test.
8268         PR c++/8727
8269         * g++.dg/inherit/typeinfo1.C: New test.
8271         PR c++/8663
8272         * g++.dg/inherit/typedef1.C: New test.
8274 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
8276         PR c++/8332
8277         PR c++/8493
8278         * g++.dg/template/strlen1.C: New test.
8280         PR c++/8227
8281         * g++.dg/template/ctor2.C: New test.
8283         PR c++/8214
8284         * g++.dg/init/string1.C: New test.
8286         PR c++/8511
8287         * g++.dg/template/friend8.C: New test.
8289 2002-11-29  Joe Buck <jbuck@synopsys.com>
8291         * g++.dg/lookup/anon2.C: New test.
8293 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
8295         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
8296         h8300 port.
8298 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
8300         * gcc.dg/bitfld-6.c: New test.
8302 2002-11-27  Jan Hubicka  <jh@suse.cz>
8304         * gcc.c-torture/execute/20021127.[cx]: New test.
8306 2002-11-26  Jan Hubicka  <jh@suse.cz>
8308         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
8309         quality.
8311 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
8313         * g++.dg/init/brace2.C: New test.
8314         * g++.old-deja/g++.mike/p9129.C: Correct.
8316 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
8318         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
8320 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
8322         * gcc.dg/sibcall-6: New test for indirect sibcalls.
8324 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
8326         * testsuite/g++.dg/abi/empty11.C: New test.
8327         * testsuite/g++.dg/rtti/cv1.C: New test.
8329 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
8331         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
8333 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
8335         * g++.dg/abi/empty10.C: New test.
8337 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
8339         * gcc.c-torture/compile/20021124-1.c: New test.
8341 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
8343         * g++.dg/abi/rtti2.C: New test.
8345 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8347         * gcc.dg/i386-unroll-1.c: New test.
8349 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8351         * gcc.c-torture/compile/20021120-1.c: New test.
8352         * gcc.c-torture/compile/20021120-2.c: New test.
8354 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8356         * gcc.dg/bitfld-5.c: New test.
8358 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8360         * gcc.c-torture/execute/20021120-3.c: New test.
8362 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8364         * gcc.c-torture/execute/20021120-2.c: New test.
8366 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8368         * gcc.c-torture/execute/20021120-1.c: New test.
8370 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8372         * gcc.c-torture/execute/20021118-3.c: New test.
8374 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8376         * gcc.c-torture/compile/20021119-1.c: New test.
8378 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8380         * gcc.dg/duff-1.c: New test.
8381         * gcc.dg/duff-2.c: New test.
8382         * gcc.dg/duff-3.c: New test.
8384 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8386         * gcc.dg/cpp/_Pragma5.c: New test.
8388 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8390         * gcc.c-torture/execute/20021118-2.c: New test.
8392 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8394         * gcc.c-torture/execute/20021118-1.c: New test.
8396 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8398         * gcc.dg/20021116-1.c: New test.
8400 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8402         * g++.dg/abi/vcall1.C: New test.
8404 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8406         * gcc.dg/20021029-1.c: New test.
8407         * gcc.dg/20021029-2.c: New test.
8409 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8411         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8413 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8415         PR c/8439
8416         * gcc.dg/20021110.c: Move to ...
8417         * gcc.c-torture/compile/20021110.c: .... here.
8419 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8421         PR c/8467
8422         * gcc.c-torture/execute/20021111-1.c
8424 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8426         PR c/8439
8427         * gcc.dg/20021110.c: New test.
8429 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8431         * g++.dg/abi/vthunk3.C: Run only on x86.
8433 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8435         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8437 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8439         * lib/compat.exp (compat-execute): Fix logic error in last
8440         change.
8442 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8444         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8446 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8448         PR c++/8389
8449         * g++.dg/template/access6.C: New test.
8451 2002-11-08  Jan Hubicka  <jh@suse.cz>
8453         * gcc.dg/i386-ssefp-1.c: New test.
8454         * gcc.dg/i386-ssefp-1.c: New test.
8456 2002-11-08  Jan Hubicka  <jh@suse.cz>
8458         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8460 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8462         * g++.dg/abi/vthunk3.C: New test.
8464         PR c++/8338
8465         * g++.dg/template/crash2.C: New test.
8467 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8469         * testsuite/g++.dg/abi/dtor1.C: New test.
8470         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8472 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8474         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8475         Darwin.
8477 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8479         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8480         -mthumb.  Only xfail with -O0.
8482 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8484         * g++.dg/abi/thunk1.C: New test.
8485         * g++.dg/abi/thunk2.C: Likewise.
8486         * g++.dg/abi/vtt1.C: Likewise.
8488 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8490         PR optimization/8423
8491         * gcc.c-torture/execute/builtin-constant.c: New test.
8493 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8495         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8496         Add some more cases.
8498 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8500         PR c++/8391
8501         * g++.dg/opt/local1.C: New test.
8503 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8505         PR c++/8160
8506         * g++.dg/template/complit1.C: New test.
8508         PR c++/8149
8509         * g++.dg/template/typename4.C: Likewise.
8511 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8513         Core issue 287, PR c++/7639
8514         * g++.dg/template/instantiate1.C: Adjust error location.
8515         * g++.dg/template/instantiate3.C: New test.
8516         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8517         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8518         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8520 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8522         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8524 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8526         PR c++/8287
8527         * g++.dg/init/dtor2.C: New test.
8529 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8531         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8532         * gcc.dg/nest.c: Bypass errors on irix6.
8534 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8536         * gcc.dg/nest.c: Expect error for mmix-*-*.
8537         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8539 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8541         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8542         markers.
8544         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8546 2002-10-25  Mike Stump  <mrs@apple.com>
8548         * gcc.dg/warn-1.c: New test.
8550 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8552         * g++.dg/template/typename3.C: New test.
8554 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8556         * g++.dg/lookup/ptrmem1.C: New test.
8558         * g++.dg/abi/vthunk2.C: New test.
8560 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8562         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8564 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8566         * g++.dg/abi/empty9.C: New test.
8568 2002-10-24  Richard Henderson  <rth@redhat.com>
8570         * g++.dg/inherit/thunk1.C: Enable for ia64.
8572 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8574         PR c++/8067
8575         * g++.dg/lookup/pretty1.C: New test.
8577 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8579         * gcc.dg/20021023-1.c: New test.
8581 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8583         PR c++/7679
8584         * g++.dg/parse/inline1.C: New test.
8586 2002-10-23  Richard Henderson  <rth@redhat.com>
8588         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8590         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8592 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8594         PR c++/6579
8595         * g++.dg/parse/stmtexpr3.C: New test.
8597 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8599         * g++.dg/expr/cond1.C: New test.
8601 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8603         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8605 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8607         * g++.dg/abi/vbase13.C: New test.
8608         * g++.dg/abi/vbase14.C: Likewise.
8610 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8612         * gcc.dg/tls/pic-1.c: New test.
8613         * gcc.dg/tls/nonpic-1.c: New test.
8614         * gcc.dg/20021018-1.c: New test.
8616 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8618         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8619         Remove only files with the same base name as the test case.
8620         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8621         (profopt-execute): Likewise.  Also, remove old profiling
8622         and performance data files before running the tests.
8624         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8625         * g++.dg/bprob/bprob.exp: Likewise.
8626         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8627         to allow more general test case names.
8629         * g++.dg/bprob/bprob-1.C: Rename to ...
8630         * g++.dg/bprob/g++-bprob-1.C: ... this.
8632         * g77.dg/bprob/bprob-1.f: Rename to ...
8633         * g77.dg/bprob/g77-bprob-1.f: ... this.
8635 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8637         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8638         bison 1.50 or later.
8640 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8642         * g++.dg/README: Describe more test directories.
8644 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8646         * g++.dg/init/array6.C: Add additional tests.
8648 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8650         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8651         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8653 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8655         * gcc.c-torture/compile/20020604-1.x: New.
8656         * gcc.c-torture/compile/simd-5.x: Likewise.
8657         * gcc.c-torture/execute/920710-1.x: Likewise.
8658         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8660 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8662         * g++.dg/inherit/override1.C: Add dg-options clause.
8664 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8666         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8667         _mm_slli_si128.
8669 2002-10-19  Andreas Schwab  <schwab@suse.de>
8671         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8672         directory component.
8674 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8676         * g++.dg/inherit/thunk1.C: New test.
8678         * g++.dg/inherit/override1.C: New test.
8680         * g++.dg/abi/mangle11.C: New test.
8681         * g++.dg/abi/mangle14.C: New test.
8682         * g++.dg/abi/mangle17.C: New test.
8684 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8686         * g++.dg/overload/member2.C: New test.
8688 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8690         * g++.dg/README: Describe new compat directory.
8691         * g++.dg/dg.exp: Skip tests in compat directory.
8692         * README.compat: New file.
8693         * lib/compat.exp: New expect script.
8694         * g++.dg/compat: New test directory.
8695         * g++.dg/compat/compat.exp: New expect script.
8696         * g++.dg/compat/abi: New test directory.
8697         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8698         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8699         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8700         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8701         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8702         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8703         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8704         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8705         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8706         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8707         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8708         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8709         * g++.dg/compat/break: New test directory.
8710         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8711         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8712         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8713         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8714         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8715         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8716         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8717         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8718         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8719         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8720         g++.dg/compat/break/README: New files.
8721         * g++.dg/compat/eh: New test directory.
8722         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8723         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8724         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8725         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8726         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8727         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8728         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8729         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8730         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8731         g++.dg/compat/eh/filter2_y.C,
8732         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8733         g++.dg/compat/eh/new1_y.C,
8734         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8735         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8736         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8737         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8738         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8739         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8740         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8741         g++.dg/compat/eh/unexpected1_y.C: New files.
8742         * g++.dg/compat/init: New test directory.
8743         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8744         g++.dg/compat/init/array5_y.C,
8745         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8746         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8747         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8748         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8749         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8750         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8751         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8752         g++.dg/compat/init/init-ref2_y.C: New files.
8754 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8756         PR c++/7584
8757         * g++.dg/inherit/using3.C: New test.
8759 2002-10-17  Jan Hubicka  <jh@suse.cz>
8761         * gcc.dg/20021017-2.c: New test.
8763 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8765         * g++.dg/abi/mangle16.C: Adjust.
8767         * g++.dg/init/array8.C: New test.
8769 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8771         * gcc.dg/special/mips-abi.exp: New test.
8772         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8774 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8776         * g++.dg/abi/mangle16.C: New test.
8777         * g++.dg/abi/mangle17.C: Likewise.
8779         PR c++/7478
8780         * g++.dg/template/ref1.C: New test.
8782 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8784         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8786 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8788         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8790 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8792         PR c++/7524
8793         * g++.dg/init/array7.C: New test.
8795 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8797         * g++.dg/init/array6.C: New test.
8799         * g++.dg/abi/mangle13.C: Likewise.
8800         * g++.dg/abi/mangle14.C: Likewise.
8801         * g++.dg/abi/mangle15.C: Likewise.
8803 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8805         * g++.dg/abi/empty8.C: New test.
8807 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8809         * g++.dg/init/ctor1.C: New test.
8811 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8813         * gcc.c-torture/execute/20021015-1.c: New test.
8815 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8817         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8819 2002-10-14  Jan Hubicka  <jh@suse.cz>
8821         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8823 2002-10-14  Richard Henderson  <rth@redhat.com>
8825         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8827 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8829         PR optimization/6631
8830         * g++.dg/opt/const2.C: New test.
8832 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8834         PR c++/7176
8835         * g++.dg/parse/friend1.C: New test.
8836         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8838 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8840         * gcc.dg/20021014-1.c: New test.
8842 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8844         PR c++/5661
8845         * g++.dg/ext/vlm1.C: New test.
8846         * g++.dg/ext/vlm2.C: Likewise.
8848         * g++.dg/init/array1.C: Remove invalid braces.
8849         * g++.dg/init/brace1.C: New test.
8850         * g++.dg/init/copy2.C: Likewise.
8851         * g++.dg/init/copy3.C: Likewise.
8852         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8853         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8854         braces.
8856 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8858         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8860 2002-10-11  Richard Shann  <richard.shann@superh.com>
8862         * gcc.c-torture/compile/simd-5.c: New test.
8864 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8866         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8868 2002-10-10  Jim Wilson  <wilson@redhat.com>
8870         * gcc.c-torture/execute/20021010-1.c: New test.
8872 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8874         PR c/7353
8875         * g++.dg/ext/typedef-init.C: New test.
8876         * gcc.dg/typedef-init.c: New test.
8878 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8880         * gcc.dg/cpp/paste13.c: New test.
8882 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8884         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8885         remaining platforms, XFAIL during compile, not execute.  Don't
8886         XFAIL at -O0.
8888 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8890         * gcc.dg/alias-1.c: Tweak expected warning.
8892 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8894         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8896 2002-10-06  Andreas Jaeger  <aj@suse.de>
8898         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8899         * gcc.dg/cpp/c++98.C: Likewise.
8901         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8902         * g++.dg/cpp/c++98.C: Likewise.
8904         * g++.dg/README (Subdirectories): Mention cpp directory.
8906         PR target/7559
8907         * gcc.dg/20021006-1.c: New test.
8909 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8911         PR c++/7804
8912         * g++.dg/other/warning1.C: New test.
8914 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8916         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8917         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8918         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8920 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8922         PR c++/7931
8923         * g++.dg/template/ptrmem3.C: New test.
8925         PR c++/7754
8926         * g++.dg/template/union1.C: New test.
8928 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8930         PR c++/8006
8931         * g++.dg/abi/mangle9.C: New test.
8932         * g++.dg/abi/mangle10.C: New test.
8933         * g++.dg/abi/mangle11.C: New test.
8934         * g++.dg/abi/mangle12.C: New test.
8936 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8938         PR c++/7188.
8939         * g++.dg/template/meminit1.C: New test.
8940         * g++.dg/warn/Wreorder-1.C: Likewise.
8941         * g++.old-deja/g++.mike/warn3.C: Tweak.
8942         * lib/prune.exp: Ingore "in copy constructor".
8944 2002-10-02  Andreas Jaeger  <aj@suse.de>
8946         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8947         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8948         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8949         on x86-64.
8951 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8953         * gcc.dg/empty1.C: Fix typo.
8955 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8957         * gcc.dg/alias-1.c: New test.
8959 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8961         * gcc.dg/empty1.C: New test.
8963         * g++.dg/tls/init-2.C: Tweak error messages.
8965 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8967         * gcc.c-torture/compile/20020923-1.c: New test.
8969 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8971         * gcc.c-torture/execute/ffs-1.c: New test.
8972         * gcc.c-torture/execute/ffs-2.c: Ditto.
8974 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8976         * g++.dg/overload/member1.C: New test.
8978 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8980         * g++.dg/abi/empty7.C: New test.
8981         * g++.dg/init/pm2.C: Likewise.
8983 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8985         * g++.dg/rtti/crash1.C: New test.
8987 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8989         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8990         gcc.dg/sibcall-4.c: New tests.
8992 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8994         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8995         powerpc and MMIX targets.
8997 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8999         * gcc.dg/cpp/20020927-1.c: New.
9001 2002-09-26  David S. Miller  <davem@redhat.com>
9003         * gcc.c-torture/compile/trunctfdf.c: New.
9005 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9007         * lib/target-supports.exp (check_weak_available): Handle solaris2.
9009 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
9011         * gcc.c-torture/execute/loop-15.c: New.
9013 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
9015         * README.QMTEST: Fix typo.
9017 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
9019         * gcc.dg/20020926-1.c: New test.
9021 2002-09-25  David S. Miller  <davem@redhat.com>
9023         PR target/7842
9024         * gcc.c-torture/execute/shiftdi.c: New test.
9026 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
9028         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
9029         unique to the tool.
9030         * lib/g77.exp (g77_init): Likewise.
9031         * lib/g++.exp (g++_init): Likewise.
9032         * lib/objc.exp (objc_init): Likewise.
9034 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
9036         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
9037         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
9038         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
9040 2002-09-25  Richard Henderson  <rth@redhat.com>
9042         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
9043         too-small long double.
9045 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
9047         * gcc.dg/20020919-1.c: New test.
9049 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
9051         * g++.dg/abi/bitfield6.C: New test.
9052         * g++.dg/abi/bitfield7.C: New test.
9053         * g++.dg/abi/bitfield8.C: New test.
9054         * g++.dg/abi/vbase11.C: New test.
9056 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9058         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
9059         hppa*-*-hpux*.  Update test comment.
9061 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
9063         * gcc.dg/tls/struct-1.c: New test.
9065 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
9067         * gcc.dg/cpp/tr-warn2.c: Update.
9069 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
9071         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
9073 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
9075         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
9076         systems.
9078 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
9080         * gcc.c-torture/execute/ieee/mzero3.c: New test.
9082         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
9083         Adjust for c++filt moved to binutils.  Remove spurious duplicate
9084         setting of cxxfilt.
9086 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
9088         * gcc.dg/20020312-2.c: Update for darwin.
9090 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
9092         * g++.old-deja/g++.other/crash32.C: Mark ICE.
9094 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
9096         * objc.dg/comp-types-1.m: New test.
9097         * objc.dg/comp-types-2.m: New test.
9098         * objc.dg/comp-types-3.m: New test.
9099         * objc.dg/comp-types-4.m: New test.
9100         * objc.dg/comp-types-5.m: New test.
9101         * objc.dg/comp-types-6.m: New test.
9103 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9105         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
9107 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
9109         * g++.dg/other/do1.C: New test.
9111         * g++.dg/template/subst1.C: New test.
9113 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
9115         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
9117 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
9119         * g++.dg/template/qualttp20.C: Adjust expected errors.
9120         * g++.old-deja/g++.jason/report.C: Likewise.
9121         * g++.old-deja/g++.other/qual1.C: Likewise.
9123         * g++.dg/lookup/scoped2.C: New test.
9125         * g++.dg/ext/asm3.C: New test.
9127 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
9129         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
9131 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
9133         * ChangeLog: follow spelling conventions.
9134         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
9135         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
9136         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
9137         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
9138         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
9139         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
9140         * g++.old-deja/g++.law/global-init1.C: Likewise.
9141         * g++.old-deja/g++.other/delete4.C: Likewise.
9142         * g++.old-deja/g++.other/inline21.C: Likewise.
9143         * g++.old-deja/g++.other/singleton.C: Likewise.
9144         * g77.dg/strlen0.f: Likewise.
9145         * g77.f-torture/compile/20010519-1.f: Likewise.
9146         * g77.f-torture/compile/980310-4.f: Likewise.
9147         * gcc.c-torture/compile/20000605-1.c: Likewise.
9148         * gcc.c-torture/execute/20020225-1.c: Likewise.
9149         * gcc.dg/c90-hexfloat-2.c: Likewise.
9150         * gcc.dg/c99-bool-1.c: Likewise.
9151         * gcc.dg/c99-hexfloat-2.c: Likewise.
9152         * gcc.dg/dll-2.c: Likewise.
9153         * gcc.dg/wtr-union-init-1.c: Likewise.
9154         * gcc.dg/wtr-union-init-2.c: Likewise.
9155         * gcc.dg/wtr-union-init-3.c: Likewise.
9156         * gcc.dg/cpp/avoidpaste1.c: Likewise.
9157         * gcc.dg/cpp/defined.c: Likewise.
9158         * gcc.dg/cpp/macsyntx.c: Likewise.
9159         * gcc.dg/cpp/paste2.c: Likewise.
9160         * gcc.dg/cpp/trad/defined.c: Likewise.
9161         * gcc.dg/format/c90-printf-1.c: Likewise.
9162         * gcc.dg/format/c90-scanf-1.c: Likewise.
9163         * gcc.dg/format/c99-printf-1.c: Likewise.
9164         * gcc.dg/format/c99-scanf-1.c: Likewise.
9165         * gcc.misc-tests/gcov-8.c: Likewise.
9166         * lib/profopt.exp: Likewise.
9168 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
9170         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
9172 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
9174         * g++.dg/inherit/using2.C: New test.
9176 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
9178         * ChangeLog: Follow spelling conventions.
9179         * g++.dg/template/friend4.C: Likewise.
9180         * g++.old-deja/g++.pt/crash67.C: Likewise.
9181         * gcc.c-torture/execute/20000801-4.c: Likewise.
9182         * gcc.dg/c90-digraph-1.c: Likewise.
9183         * gcc.dg/c94-digraph-1.c: Likewise.
9184         * gcc.dg/c99-digraph-1.c: Likewise.
9185         * gcc.dg/cpp/line5.c: Likewise.
9186         * gcc.dg/cpp/multiline.c: Likewise.
9187         * gcc.dg/cpp/trad/literals-1.c: Likewise.
9188         * gcc.dg/format/attr-3.c: Likewise.
9189         * gcc.dg/format/c90-scanf-3.c: Likewise.
9190         * gcc.dg/format/ext-4.c: Likewise.
9192 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
9194         * g++.dg/template/pretty1.C: New test.
9196 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
9198         * gcc.c-torture/execute/struct-cpy-1.c: New test.
9200 2002-09-13  Matt Austern  <austern@apple.com>
9202         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
9203         passing a cast expression to a function by const reference.
9205 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
9207         * g++.dg/template/deduce1.C: New test.
9209 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
9211         * gcc.c-torture/execute/simd-1.c: Force all use of int to
9212         32-bit int.
9214 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9216         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
9217         usage.
9219 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
9221         * gcc.c-torture/compile/20020910-1.c: New test.
9223 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
9225         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
9227 2002-09-10  Andreas Jaeger  <aj@suse.de>
9229         * gcc.dg/20020312-2.c: Adjust for x86-64.
9231 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
9233         * g77.dg/7388.f: New test case for PR 7388.
9235 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9237         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
9239 2002-09-05  Ziemowit Laski <zlaski@apple.com>
9241         * objc.dg/proto-lossage-1.m: New test.
9243 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
9245         * gcc.dg/cpp/_Pragma4.c: Fix typo.
9247 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
9249         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
9250         expected to pass.
9252 2002-09-06  Stan Shebs  <shebs@apple.com>
9253             David Edelsohn  <edelsohn@gnu.org>
9255         * gcc.dg/weak: New directory.
9256         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
9257         target-specific xfail bits.
9258         * gcc.dg/typeof-2.c: Move to new directory.
9259         * gcc.dg/weak.exp: New expect script.
9261 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
9263         * gcc.c-torture/execute/extzvsi.c: New test.
9265 2002-09-05  Stan Shebs  <shebs@apple.com>
9267         * gcc.dg/weak-1.c: xfail on Darwin.
9268         * gcc.dg/weak-2.c: Ditto.
9269         * gcc.dg/weak-3.c: Ditto.
9270         * gcc.dg/weak-4.c: Ditto.
9271         * gcc.dg/weak-5.c: Ditto.
9272         * gcc.dg/weak-6.c: Ditto.
9273         * gcc.dg/weak-7.c: Ditto.
9274         * gcc.dg/weak-8.c: Ditto.
9275         * gcc.dg/weak-9.c: Ditto.
9277 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
9279         * gcc.c-torture/execute/loop-14.c: New test.
9281 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
9283         * g++.dg/other/cxa-atexit1.C: New test.
9285         * gcc.dg/typeof-2.c: New test.
9287 2002-09-03  Roger Sayle  <roger@eyesopen.com>
9289         * gcc.dg/builtins-2.c: New testcase.
9290         * gcc.dg/builtins-3.c: New testcase.
9292 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
9294         * gcc.dg/cpp/_Pragma4.c: New test.
9296 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
9298         * objc/execute/nil_method-1.m: New testcase.
9300 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
9302         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
9303         [Object class], not [Object initialize].
9305 2002-08-31  Roger Sayle  <roger@eyesopen.com>
9306             Hans-Peter Nilsson  <hp@bitrange.com>
9308         * gcc.c-torture/execute/20020720-1.x: Skip test on
9309         mmix-knuth-mmixware.  Correct comment.
9311 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
9313         * testsuite/g++.dg/abi/bitfield5.C: New test.
9314         * testsuite/g++.dg/abi/vbase10.C: Likewise.
9316 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
9318         * objc.dg/undeclared-selector.m: New test.
9320 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
9322         * g++.dg/other/offsetof1.C: Avoid cast warning.
9324 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
9326         * objc.dg/super-class-2.m: New test.
9328 2002-08-24  Matt Austern  <austern@apple.com>
9330         * g++.dg/ext/lvaddr.C: New test.
9331         * g++.dg/ext/lvcast.C: New test.
9333 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
9335         * testsuite/g++.dg/inherit/cond1.C: New test.
9337 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
9339         * gcc.dg/noncompile/incomplete-1.c: New test.
9341 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
9343         * gcc.dg/typespec-1.c: New test.
9345 2002-08-20  Devang Patel  <dpatel@apple.com>
9346         * objc.dg/proto-hier-2.m: New test.
9348 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
9350         * objc.dg/bitfield-1.m: New test.
9351         * objc.dg/bitfield-2.m: New test.
9353 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
9355         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
9356         gcc.dg/c99-flex-array-4.c: New tests.
9358 2002-08-16  Stan Shebs  <shebs@apple.com>
9360         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
9362 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
9364         * gcc.dg/typeof-1.c: New test.
9365         * g++.dg/ext/typeof2.C: New test.
9367 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9369         * g++.dg/other/offsetof1.C: New test.
9371 2002-08-14  Richard Henderson  <rth@redhat.com>
9373         * gcc.dg/tls/diag-3.c: Fix expected message strings.
9375 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
9377         * gcc.dg/cpp/_Pragma3.c: New test.
9379 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
9381         * g++.dg/template/inherit3: New test.
9383 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9385         * gcc.dg/bitfld-4.c: Add blank options.
9387 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
9389         * g++.dg/template/crash1.C: New test.
9391 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9393         * gcc.dg/tls/opt-2.c: New test.
9395 2002-08-08  Devang Patel  <dpatel@apple.com>
9397         * objc.dg/selector-1.m : New test
9399 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9401         * g++.dg/abi/bitfield4.C: New test.
9402         * gcc.dg/bitfld-4.c: New test.
9404 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9406         * g++.dg/other/packed1.C: New test.
9408 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
9410         * g++.dg/abi/offsetof.C: Tweak error messages.
9411         * g++.old-deja/g++.mike/p10769a.C: Likewise.
9413 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9415         * gcc.dg/bitfld-3.c: New test.
9417 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
9418             Richard Henderson  <rth@redhat.com>
9420         * gcc.dg/i386-bitfield1.c: New test.
9421         * g++.dg/abi/bitfield3.C: Update.
9423 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
9425         * objc.dg/const-str-2.m: Update.
9426         * gcc.dg/cpp/c++98.c: Change to C extension.
9427         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
9428         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
9430 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9432         * testsuite/gcc.dg/tls/diag-3.c: New.
9434 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9436         * g++.dg/README (Subdirectories): Document new subdir expr.
9437         * g++.dg/expr/pmf-1.C: New test.
9439 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9441         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9443 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9445         * g++.dg/abi/bitfield3.C: New test.
9447 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9449         * lib/gcov.exp: Tweak expected line formats.
9450         * gcc.misc-tests/gcov8.c: New test.
9451         * gcc.misc-tests/gcov8.x: New flags.
9453 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9455         * consistency.vlad/layout/endian.c: Include string.h.
9457         * gcc.c-torture/execute/20020805-1.c: New test.
9459 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9461         * g++.dg/other/conversion1.C: New test.
9463 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9465         * gcc.dg/builtins-1.c: New testcase.
9467 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9469         * g++.dg/inherit/access3.C: New test.
9471 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9473         * gcc.dg/ia64-visibility-2.c: New test.
9475 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9477         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9478         __qualifier_flags to __flags.
9480 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9482         * g++.dg/inherit/operator1.C: New test.
9483         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9484         * g++.dg/other/error1.C: Change expected error message.
9485         * g++.dg/template/conv4.C: Likewise.
9487 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9489         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9490         for documented behavior.
9492 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9494         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9495         several targets known to fail.
9497 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9499         * gcc.dg/mips-args-[123].c: New tests.
9501 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9503         * gcc.dg/ppc-spe.c: New.
9505 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9507         * g++.dg/other/ptrmem4.C: New testcase.
9509 2002-07-24  Richard Henderson  <rth@redhat.com>
9511         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9513 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9515         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9517 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9519         * gcc.c-torture/execute/memset-3.c: New testcase.
9521 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9523         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9524         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9526 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9528         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9529         Delete.
9531 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9533         * gcc.c-torture/compile/simd-4.c: New test.
9535 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9537         PR c++/7347, c++/7348
9538         * g++.dg/template/access4.C: New test.
9539         * g++.dg/template/access5.C: New test.
9540         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9541         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9542         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9543         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9545 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9547         * gcc.dg/gnu89-init-2.c: New test.
9549 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9551         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9553 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9555         * gcc.c-torture/execute/20020720-1.c: New testcase.
9557 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9559         * gcc.dg/cpp/Wsignprom.c: New tests.
9561 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9563         * gcc.c-torture/execute/loop-13.c: New test.
9565 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9567         * gcc.dg/cpp/expr.c: New tests.
9569 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9571         * g++.dg/opt/pr6713.C: Add template instantiation.
9573 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9575         * gcc.dg/nest.c: New test.
9577 2002-07-17  Richard Henderson  <rth@redhat.com>
9579         * g++.dg/opt/pr6713.C: New test.
9581 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9583         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9584         XFAIL for all x86 processors.
9586 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9588         * gcc.c-torture/execute/20010122-1.x: Do not test with
9589         -fomit-frame-pointer.
9591 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9593         * g++.dg/template/instantiate2.C: New test.
9594         * g++.dg/template/spec4.C: New test.
9596 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9598         * g++.dg/template/access2.C: New test.
9599         * g++.dg/template/access3.C: New test.
9601 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9603         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9604         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9605         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9606         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9607         Convert to use <stdarg.h>.
9608         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9609         Delete.
9610         * gcc.dg/va-arg-2.c: New.
9611         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9613 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9615         * gcc.c-torture/compile/20020710-1.c: New test.
9617 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9618                           Andrew Pinski  <pinskia@physics.uc.edu>
9620         gcc.c-torture/compile/simd-2.c: New testcase.
9621         gcc.c-torture/compile/simd-3.c: Likewise.
9623 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9625         PR c++/7224
9626         * g++.dg/overload/error1.C: New test.
9628 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9630         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9631         configuration and IRIX 6 O32 ABI.
9633 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9635         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9637 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9639         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9641 2002-07-10  Jeffrey A Law  <law@redhat.com>
9643         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9645         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9647 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9649         * gcc.dg/20020312-2.c: Check for __PPC__.
9651 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9653         * gcc.c-torture/compile/20020709-1.c: New test.
9655 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9657         * g++.dg/template/qualttp21.C: New test case.
9659 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9661         * gcc.c-torture/compile/20020706-1.c: New test.
9662         * gcc.c-torture/compile/20020706-2.c: New test.
9664 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9665             Alexandre Oliva  <aoliva@redhat.com>
9667         * g++.dg/warn/incomplete1.C: New test.
9669 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9671         PR c++/7099
9672         * g++.dg/warn/noreturn1.C: New test.
9674 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9676         PR c++/6706
9677         * g++.dg/debug/debug6.C: New test.
9678         * g++.dg/debug/debug7.C: New test.
9680 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9682         * gcc.c-torture/compile/simd-3.c: New test.
9684 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9686         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9687         * gcc.dg/20020620-1.c: Likewise.
9689 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9691         PR c++/6944
9692         * g++.dg/init/array4.C: New test.
9693         * g++.dg/init/array5.C: New test.
9695 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9697         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9698         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9700 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9702         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9703         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9704         * gcc.dg/wtr-conversion-1.c: Likewise.
9705         * gcc.dg/wtr-escape-1.c: Likewise.
9706         * gcc.dg/wtr-int-type-1.c: Likewise.
9707         * gcc.dg/wtr-label-1.c: Likewise.
9708         * gcc.dg/wtr-static-1.c: Likewise.
9709         * gcc.dg/wtr-strcat-1.c: Likewise.
9710         * gcc.dg/wtr-suffix-1.c: Likewise.
9711         * gcc.dg/wtr-switch-1.c: Likewise.
9712         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9713         * gcc.dg/wtr-union-init-1.c: Likewise.
9714         * gcc.dg/wtr-union-init-2.c: Likewise.
9715         * gcc.dg/wtr-union-init-3.c: Likewise.
9717         * gcc.dg/wtr-func-def-1.c: New test.
9719 2002-07-02 Devang Patel <dpatel@apple.com>
9721         * objc.dg/param-1.m: New test.
9723 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9725         * gcc.dg/cpp/trad/directive.c: Add test.
9726         * gcc.dg/cpp/trad/macroargs.c: Add test.
9727         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
9729 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
9731         * gcc.dg/cpp/cmdlne-M.c: New test.
9733 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
9735         * objc.dg/desig-init-1.m: New test.
9737 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9739         PR c++/6716
9740         * g++.dg/template/instantiate1.C: New test.
9742 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
9744         PR c++/7112
9745         * g++.dg/template/sizeof2.C: New test.
9747 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9749         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
9750         gcc.dg/cpp/trad/include.c: New tests.
9752 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
9754         PR target/7177
9755         * gcc.c-torture/compile/20020701-1.c: New test.
9757 2002-07-01  Stan Shebs  <shebs@apple.com>
9759         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
9760         header here...
9761         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
9762         (objc-torture-execute): or here.
9764 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
9766         * gcc.c-torture/execute/arith-rand-ll.c: New test.
9768 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9770         * gcc.dg/cpp/trad/escaped-nl.c: New test.
9772 2002-06-30  Devang Patel  <dpatel@apple.com>
9774         * objc.dg/fsyntax-only.m: New test.
9776 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
9778         PR c++/6695
9779         * g++.dg/template/friend7.C: New file.
9781 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
9783         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
9784         return type.
9786 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
9788         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9789         avoid division by zero.
9791 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
9793         * gcc.dg/Wunknownprag.c: New tests.
9795 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
9797         * gcc.c-torture/execute/simd-2.c: New test.
9799 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
9801         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9802         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9803         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9804         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9805         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9806         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9807         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9808         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9809         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9810         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9811         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9812         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9813         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9814         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9815         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9816         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9817         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9819 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
9821         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9822         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9823         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9824         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9825         New tests.
9826         * gcc.dg/cpp/trad/directive.c: Update.
9828 2002-06-23  Andreas Jaeger  <aj@suse.de>
9830         * gcc.c-torture/execute/complex-6.c: New.
9832 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
9834         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9835         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9836         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9837         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9839 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
9841         * gcc.dg/cpp/trad: New directory with traditional tests copied
9842         from parent directory.
9843         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9844         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9845         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9846         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9847         Move to trad/ and rename.
9848         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9849         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9850         gcc.dg/cpp/trad/redef2.c: New tests.
9851         * gcc.dg/cpp/trad/trad.exp: New driver.
9853 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
9855         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9856         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9857         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9858         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9859         Remove.
9861 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
9863         * gcc.dg/20020620-1.c: New test.
9865 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9867         * g++.dg/template/ttp4.C: New test.
9869 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9871         * g++.dg/opt/vt1.C: Fix regexp.
9873 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9875         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9876         Don't use attribute `noinline'.
9878 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9880         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9882 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9884         * gcc.c-torture/execute/simd-1.c: New.
9886         * gcc.dg/simd-1.c: New.
9888 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9890         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9892 2002-06-16  Richard Henderson  <rth@redhat.com>
9894         * g++.dg/ext/anon-struct1.C: New.
9895         * g++.dg/ext/anon-struct2.C: New.
9896         * g++.dg/ext/anon-struct3.C: New.
9897         * gcc.dg/anon-struct-1.c: New.
9898         * gcc.dg/anon-struct-2.c: New.
9899         * gcc.dg/anon-struct-3.c: New.
9900         * gcc.dg/20011008-1.c: Adjust warning text.
9901         * gcc.dg/20020527-1.c: Add -fms-extensions.
9903 2002-06-16  Richard Henderson  <rth@redhat.com>
9905         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9907 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9909         * gcc.c-torture/execute/20020615-1.c: New test.
9911 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9913         * gcc.c-tortuture/execute/compare-1.c: New test case.
9914         * gcc.c-tortuture/execute/compare-2.c: New test case.
9915         * gcc.c-tortuture/execute/compare-3.c: New test case.
9917 2002-06-13  Richard Henderson  <rth@redhat.com>
9919         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9920         ia64 ilp32.
9922 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9924         * g++.dg/template/typename2.C: Update error message.
9926 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9928         * gcc.c-torture/execute/20020611-1.c: New test.
9930 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9932         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9933         list of targets to skip.
9935 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9937         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9938         targets if not optimizing.
9940 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9942         * gcc.c-torture/compile/20020605-1.c: New test.
9944         * g++.dg/opt/vt1.C: New test.
9946         * gcc.dg/20020531-1.c: New test.
9948         * gcc.dg/20020530-1.c: New test.
9950         * gcc.dg/20020527-1.c: New test.
9952         * g++.dg/opt/cse1.C: New test.
9954 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9956         * gcc.dg/20020607-2.c: New test case.
9958 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9960         * gcc.c-torture/compile/20020604-1.c: New test.
9962 2002-06-04  Richard Henderson  <rth@redhat.com>
9964         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9965         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9966         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9968 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9970         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9972 2002-06-03  Richard Henderson  <rth@redhat.com>
9974         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9975         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9977 2002-06-02  Richard Henderson  <rth@redhat.com>
9979         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9980         test functions static.
9982 2002-06-02  Andreas Jaeger  <aj@suse.de>
9984         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9985         now.
9987 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9989         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9990         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9991         Update for mofified diagnostics.
9992         * gcc.dg/c99-intconst-1.c: No longer fail.
9994 2002-06-02  Richard Henderson  <rth@redhat.com>
9996         * gcc.dg/uninit-A.c: Remove xfail markers.
9998 2002-06-01  Roger Sayle  <roger@eyesopen.com>
10000         * gcc.dg/fnegate-1.c: New test case.
10002 2002-05-30  Osku Salerma  <osku@iki.fi>
10004         * gcc.c-torture/execute/mayalias-1.c: New file.
10006 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10008         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
10009         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
10010         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
10012 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
10014         * gcc.c-torture/execute/20020529-1.c: New test.
10016 2002-05-27  Richard Henderson  <rth@redhat.com>
10018         * g++.dg/ext/attrib6.C: New test case.
10020 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10022         * gcc.c-torture/execute/pure-1.c: New test.
10024 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10026         * gcc.dg/cpp/arith-2.c: Remove.
10028 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10030         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
10031         * gcc.dg/cpp/if-3.c: Remove.
10033 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
10035         * g++.dg/opt/cse2.C: New test.
10037 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
10039         * gcc.dg/cpp/arith-1.c: New semantic tests.
10040         * gcc.dg/cpp/if-1.c: Update.
10042 2002-05-24  Ben Elliston  <bje@redhat.com>
10044         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
10046 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10048         * gcc.dg/verbose-asm.c: New test.
10050 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10052         * gcc.dg/cpp/paste12.c: New test.
10054 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10056         * g++.dg/parse/named_ops.C: New test.
10058 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
10060         * gcc/testsuite/gcc.dg/weak-8.c: New test.
10062 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
10064         * gcc.dg/weak-2.c: Allow optional leading underscore
10065         in scan-assembler symbol name.
10066         * gcc.dg/weak-3.c: Likewise.
10067         * gcc.dg/weak-4.c: Likewise.
10068         * gcc.dg/weak-5.c: Likewise.
10070 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
10072         * gcc.dg/20020523-1.c: New test.
10074 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10076         * objc.dg/const-str-2.m: Update now that we stop after
10077         a command line error.
10079 2002-05-22  Richard Henderson  <rth@redhat.com>
10081         * g++.dg/dg.exp: Fix typo in test pruneing.
10083 2002-05-22  Richard Henderson  <rth@redhat.com>
10085         * g++.dg/dg.exp: Prune the tls subdirectory.
10086         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
10087         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
10088         * g++.dg/tls/init-1.C: New.
10090 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
10092         * gcc.dg/20020517-1.c: New test.
10094 2002-05-21  Richard Henderson  <rth@redhat.com>
10096         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
10097         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
10099 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
10101         * g++.dg/other/copy2.C: New test.
10103 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
10105         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
10106         (MAX_COPY): Bump up to 10 times sizeof (long long).
10107         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
10109         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
10110         sizeof (long long).
10112         * gcc.c-torture/execute/strcpy-1.c: New test.
10114 2002-05-19  Jason Merrill  <jason2redhat.com>
10116         * g++.dg/ext/oper1.C: New test.
10118 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
10119 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
10121         * README.QMTEST: New file.
10123         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
10125 2002-05-19  Andreas Jaeger  <aj@suse.de>
10127         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
10128         now.
10129         * gcc.c-torture/execute/loop-2d.x: Likewise.
10131 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
10133         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
10134         support weak symbols.
10135         * gcc.dg/weak-4.c: Likewise
10136         * gcc.dg/weak-6.c: Likewise
10138 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
10140         * gcc.dg/weak-3.c: Add dg-excess-error comment for
10141         cygwin, coff and h8300-*-hms targets
10142         * gcc.dg/weak-5.c: Likewise
10143         * gcc.dg/weak-7.c: Likewise
10145 2002-05-16  Jason Merrill  <jason@redhat.com>
10147         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
10148         (scan-assembler-not, scan-assembler-dem): Likewise.
10149         (scan-assembler-dem-not): Likewise.
10151 2002-05-15  Richard Henderson  <rth@redhat.com>
10153         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
10155 2002-05-15  Richard Henderson  <rth@redhat.com>
10157         * gcc.dg/weak-5.c (vfoo1c): No warning here.
10158         (vfoo1f): Warning here.
10159         (vfoo1l): Don't redefine the alias.
10161 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
10163         * g++.dg/init/pm1.C: New test.
10165 2002-05-12  David S. Miller  <davem@redhat.com>
10167         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
10168         types.
10170 2002-05-10  Roger Sayle  <roger@eyesopen.com>
10172         * gcc.c-torture/execute/20020510-1.c: New test case.
10174 2002-05-10  David S. Miller  <davem@redhat.com>
10176         * gcc.c-torture/execute/conversion.c: Test long double too.
10178 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
10180         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
10181         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
10182         * lib/g++.exp (g++_link_flags): Likewise.
10183         * lib/objc.exp (objc_target_compile): Likewise.
10185 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
10187         * gcc.dg/cpp/poison.c: Update.
10188         * gcc.dg/cpp/20000625-2.c: Remove.
10189         * gcc.dg/cpp/direct2s.c: Remove final test.
10191 2002-05-08  Tom Rix  <trix@redhat.com>
10193         * gcc.c-torture/execute/20020508-1.c: New test.
10194         * gcc.c-torture/execute/20020508-2.c: New test.
10195         * gcc.c-torture/execute/20020508-3.c: New test.
10197 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
10199         * gcc.dg/cpp/charconst-4.c: More tests.
10201 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10203         PR c/6569
10204         * gcc.dg/weak-3.c: Update location of warning messages.
10205         * gcc.dg/weak-5.c: Likewise.
10207 2002-05-06  Roger Sayle  <roger@eyesopen.com>
10209         * gcc.c-torture/execute/20020506-1.c: New test case.
10211 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10213         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
10215 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10217         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
10219 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10221         * gcc.dg/cpp/charconst-3.c: New test.
10223 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10225         * gcc.dg/cpp/charconst.c: Update tests.
10227 2002-05-05  Tim Josling  <tej@melbpc.org.au>
10229         * treelang: Added directory for new sample language treelang. Also
10230         lib/treelang.exp: New file to signal treelang should be tested.
10232 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
10234         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
10235         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
10236         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
10237         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
10238         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
10239         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
10240         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
10242 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10244         * gcc.dg/format/xopen-2.c: New test.
10246 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
10248         * gcc.dg/20020503-1.c: New test.
10250 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
10252         * g++.dg/init/dtor1.C: Make it tougher.
10254 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
10256         * g++.dg/init/dtor1.C: New test.
10258 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
10260         * gcc.dg/altivec-8.c: New.
10262 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
10264         * gcc.dg/altivec-7.c: New.
10266 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
10268         * g++.dg/parse/typedef1.C: New test.
10270 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
10272         PR c++/6486
10273         * g++.dg/template/friend6.C: New test.
10275         PR c++/6492
10276         * g++.dg/init/copy1.C: New test.
10278 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
10280         * g++.dg/warn/effc1.C: New test.
10282 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10284         * gcc.dg/cpp/if-cexp.c: Add a test.
10286 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
10288         * gcc.dg/20020426-2.c: New test.
10290 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10292         * gcc.dg/cpp/if-mop.c: Update.
10293         * gcc.dg/cpp/if-mpar.c: Add test.
10294         * gcc.dg/cpp/if-oppr.c: Update.
10296 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10298         PR c/6343
10299         * gcc.dg/weak-[2-7].c: New tests.
10301 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10303         * gcc.dg/enum1.c: New test.
10305 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10307         PR c++/6497
10308         * g++.dg/inherit/access2.C: New test.
10310 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10312         PR bootstrap/6445
10313         * gcc.dg/20020426-1.c: New test.
10315 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10317         * g++.dg/abi/enum1.C: New test.
10319 2002-04-26  Richard Henderson  <rth@redhat.com>
10321         * gcc.dg/c99-bool-1.c: Expect always true warning.
10323 2002-04-25  Roger Sayle  <roger@eyesopen.com>
10325         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
10327 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10329         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
10330         targets.
10332 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
10334         * g++.dg/abi/mange7.C: New test.
10336         PR c++/6438.
10337         * g++.dg/parse/stmtexpr2.C: New test.
10339 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
10341         * gcc.dg/20020312-2.c: Add SH target.
10343 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10345         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
10346         compiler output on mips*-*-irix*.
10348 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
10350         * g++.dg/parse/attr1.C: New test.
10352 2002-04-23  Roger Sayle  <roger@eyesopen.com>
10354         * gcc.c-torture/execute/string-opt-17.c: New test case.
10355         * gcc.c-torture/execute/memset-2.c: New test case.
10357 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
10359         PR c++/6256:
10360         * g++.dg/template/friend5.C: New test.
10362         PR c++/6331:
10363         * g++.dg/template/qual1.C: Likewise.
10365 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
10367         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
10368         Include stdlib.h, not stdio.h or ctype.h.
10370 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
10372         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
10373         cris-*-elf* and mmix-*-*.
10374         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
10375         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
10376         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
10377         Ditto.
10378         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
10379         * gcc.dg/wchar_t-1.c: Ditto.
10381 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
10383         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
10384         Clarify comment.
10386 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10388         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
10390 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10392         * gcc.c-torture/execute/20000906-1.x: Delete.
10394 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
10396         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
10398 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
10400         * PR6367
10401         * g77.f-torture/execute/6367.f: New test.
10402         * g77.f-torture/execute/6367.x: Disable for MMIX.
10404 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10406         * PR6352
10407         * g++.dg/opt/inline2.C: New test.
10409 2002-04-18  Richard Henderson  <rth@redhat.com>
10411         * gcc.dg/20000906-1.c: Enable for all targets.
10412         * gcc.c-torture/compile/iftrap-2.c: New.
10414 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10416         * gcc.dg/20020418-1.c: New test.
10417         * gcc.dg/20020418-2.c: New test.
10419 2002-04-18  Richard Henderson  <rth@redhat.com>
10421         * gcc.c-torture/compile/iftrap-1.c: New.
10422         * gcc.dg/iftrap-1.c: Adjust for ia64.
10423         * gcc.dg/iftrap-2.c: New.
10425 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10427         * gcc.c-torture/compile/20020418-1.c: New test.
10429 2002-04-18  Roger Sayle  <roger@eyesopen.com>
10431         * gcc.c-torture/compile/20020415-1.c: New.
10433 2002-04-18  David S. Miller  <davem@redhat.com>
10435         * gcc.c-torture/execute/20020418-1.c: New test.
10437 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
10439         * gcc.dg/20020416-1.c: New test.
10441         * g++.dg/opt/inline1.C: New test.
10443 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
10445         * gcc.dg/altivec-5.c: New test.
10447         * gcc.dg/20020415-1.c: New test.
10449 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10451         * testsuite/lib/chill.exp: Remove.
10453 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
10455         * g++.dg/other/big-struct.C: New test.
10457 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
10459         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
10460         of scratch file.
10462 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
10464         PR c/6277
10465         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
10466         in scan-assembler function name
10468 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
10470         * g77.f-torture/execute/980628-4.x,
10471         g77.f-torture/execute/980628-5.x,
10472         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10473         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10474         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
10475         i[34567]86-*-*.
10477 2002-04-13  David S. Miller  <davem@redhat.com>
10479         * gcc.c-torture/execute/20020413-1.c: New test.
10481 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
10483         * gcc.dg/asm-6.c,
10484         * g++.dg/ext/asm1.C: New tests.
10486 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
10488         PR c++ 5373.
10489         * g++.dg/parse/stmtexpr1.C: New test.
10491         PR c++/5189.
10492         * g++.dg/template/copy1.C: New test.
10494 2002-04-12  Richard Henderson  <rth@redhat.com>
10496         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
10498 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
10500         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
10501         gcc.c-torture/execute/20020307-2.c.
10503 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
10505         * g++.dg/ext/attrib5.C,
10506         * g++.dg/lookup/struct1.C: New tests.
10508 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
10510         * gcc.dg/20020411-1.c: New test.
10512         * gcc.c-torture/execute/20020411-1.c: New test.
10514 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
10516         * g77.f-torture/execute/6177.f: New test.
10518 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
10520         PR middle-end/6247
10521         * g++.dg/opt/cleanup1.C: New test.
10523         * g++.dg/opt/const1.C: New test.
10525 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
10527         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
10529 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10531         PR c++/5507
10532         * g++.dg/template/typename2.C: New test.
10534 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
10536         * gcc.c-torture/execute/loop-12.c: New.
10538 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
10540         * g77.f-torture/execute/980628-4.x,
10541         g77.f-torture/execute/980628-5.x,
10542         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10543         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10544         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
10546 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10548         PR optimization/6086
10549         * g++.dg/opt/preinc1.C: New test.
10551 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10553         PR c++/5571
10554         * g++.dg/opt/static2.C: New test.
10556 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10558         PR c/5120
10559         * gcc.dg/20020406-1.c: New test.
10561 2002-04-04  David S. Miller  <davem@redhat.com>
10563         * gcc.c-torture/execute/20020404-1.c: New test.
10565 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10567         PR c/6123
10568         * gcc.dg/20020312-2.c: Do not declare global register variable
10569         if __PIC__ or __pic__ is defined.
10571 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
10573         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
10574         __asm__ so that it works correctly even if -ansi -pedantic-errors.
10576 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10578         * gcc.misc-tests/linkage.exp: Update last change to handle
10579         sparc*-, not just sparc-.
10581 2002-04-03  Richard Henderson  <rth@redhat.com>
10583         * gcc.dg/cpp/ucs.c: Improved long UCS test.
10585 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10587         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
10589 2002-04-02  David S. Miller  <davem@redhat.com>
10591         * gcc.c-torture/execute/20020402-3.c: New test.
10593 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10595         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
10596         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
10598         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
10599         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
10600         g77.f-torture/execute/20001201.x,
10601         g77.f-torture/execute/u77-test.x: New files.
10603         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
10604         * gcc.dg/wchar_t-1.c: Ditto.
10606 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10608         * gcc.c-torture/execute/20020402-1.c: New test.
10610 2002-04-01  Richard Henderson  <rth@redhat.com>
10612         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
10614         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
10616 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10618         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
10620 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10622         * g++.dg/inherit/template-as-base.C: Expect error.
10623         * g++.dg/inherit/namespace-as-base.C: Likewise.
10625 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10627         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
10628         g++.dg/ext/instantiate3.C: Tweak match patterns.
10630         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
10631         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
10632         -da test.
10634 2002-03-31  Richard Henderson  <rth@redhat.com>
10636         * gcc.dg/special/alias-2.c: New.
10637         * gcc.dg/special/ecos.exp: Run it.
10639 2002-03-31  Richard Henderson  <rth@redhat.com>
10641         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
10643 2002-03-31  Kazu Hirata  <kazu@hxi.com>
10645         * gcc.dg/weak-1.c: Disable on h8300 port.
10647 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
10649         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
10650         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
10651         ordering tests.
10652         * g++.dg/bprob/bprob-1.C: New test.
10653         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
10654         * g++.dg/gcov/gcov-1.C: New test.
10655         * g++.dg/gcov/gcov-1.x: New file.
10656         * g++.dg/gcov/gcov-2.C: New test.
10657         * g++.dg/gcov/gcov-3.C: New test.
10658         * g++.dg/gcov/gcov-3.h: New file.
10660 2002-03-28  Roger Sayle  <roger@eyesopen.com>
10662         * g++.old-deja/g++.other/builtins5.C: New test.
10663         * g++.old-deja/g++.other/builtins6.C: New test.
10664         * g++.old-deja/g++.other/builtins7.C: New test.
10665         * g++.old-deja/g++.other/builtins8.C: New test.
10666         * g++.old-deja/g++.other/builtins9.C: New test.
10668 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10670         * g++.dg/opt/static1.C: New test.
10672         * g++.dg/opt/longbranch1.C: New test.
10674 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
10676         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
10678         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
10680 2002-03-28  Jeffrey A Law  (law@redhat.com)
10682         * gcc.c-torture/execute/20020328-1.c: New test.
10684 2002-03-27  Richard Henderson  <rth@redhat.com>
10686         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
10687         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
10688         move from g++.old-deja/g++.ext/.
10690 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
10692         * g++.dg/init/new2.C: New test.
10694 2002-03-26  Richard Henderson  <rth@redhat.com>
10696         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
10698         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
10699         on sparc.
10701         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
10702         sparcv9 systems.
10703         * gcc.dg/20001102-1.c: Likewise.
10705 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
10707         * gcc.dg/cpp/endif-pedantic1.c,
10708         gcc.dg/cpp/endif-pedantic2.c:  New tests.
10710 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
10712         * g++.dg/init/new1.C: New test.
10714 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10716         * g++.dg/abi/vbase9.C: New test.
10718 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10720         * gcc.dg/arm-asm.c: New test.
10722 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
10724         * gcc.dg/Wswitch-enum.c: New test.
10725         Fix PR c/5044.
10727 2002-03-26  Richard Henderson  <rth@redhat.com>
10729         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
10730         structure.
10732 2002-03-25  Richard Henderson  <rth@redhat.com>
10734         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
10735         sparcv9 systems.
10737         * gcc.c-torture/compile/20011119-1.c (xxx): New.
10738         * gcc.c-torture/compile/20011119-2.c (xxx): New.
10740 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10742         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
10744 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
10746         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
10747         targets using generic thunk support.
10749 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10751         * gcc.c-torture/compile/20020323-1.c: New test.
10753         * g++.dg/opt/conj2.C: New test.
10755 2002-03-24  Richard Henderson  <rth@redhat.com>
10757         * gcc.dg/weak-1.c: Use -fno-common.
10759 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10761         * g77.dg/f77-edit-apostrophe-out.f: New test
10762         * g77.dg/f77-edit-h-out.f: New test
10763         * g77.dg/f77-edit-t-in.f: New test
10764         * g77.dg/f77-edit-t-out.f: New test
10765         * g77.dg/f77-edit-x-out.f: New test
10766         * g77.dg/f77-edit-slash-out.f: New test
10767         * g77.dg/f77-edit-colon-out.f: New test
10768         * g77.dg/f77-edit-s-out.f: New test
10770 2002-03-24  Richard Henderson  <rth@redhat.com>
10772         * objc/execute/formal_protocol-6.x: New XFAIL.
10774 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10776         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
10777         that do not support weak symbols
10779 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10781         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
10782         * lib/g77.exp:  Likewise
10783         * lib/objc.exp: Likewise
10785 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10787         * gcc.dg/Wswitch-default.c: New test.
10789 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
10791         * g++.dg/other/enum1.C: New test.
10793 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
10795         * gcc.dg/pragma-ep-3.c: Fix typo.
10797 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10799         * g++.dg/inherit/template-as-base.C: New test.
10801 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10803         * g++.old-deja/g++.other/dwarf2-1.C: Move...
10804         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
10806 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10808         * gcc.dg/cpp/multiline.c: Update to match.
10810 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10812         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10814 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10816         * gcc.dg/cpp/extratokens2.c:  New file.
10818 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
10820         * gcc.dg/20020312-2.c: Add rs6000 target.
10822         * gcc.c-torture/compile/20020319-1.c: New test.
10824 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10826         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10827         (A, E): Handle this.
10829 2002-03-20  Jason Merrill  <jason@redhat.com>
10831         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10832         ignoring -fpic.
10833         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10834         through prune_gcc_output.
10836 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10838         * gcc.c-torture/compile/20020320-1.c: New test.
10840 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
10842         * gcc.c-torture/compile/20020318-1.c: New test.
10844         * gcc.dg/struct-by-value-1.c: New test.
10846         * gcc.dg/20020319-1.c: New test.
10848 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
10850         * g++.dg/opt/conj1.C: New test.
10852 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
10854         * g++.dg/template/qualttp20.C: Revert previous change.
10855         * g++.dg/template/qualttp3.C: Likewise.
10856         * g++.dg/template/qualttp4.C: Likewise
10857         * g++.dg/template/qualttp5.C: Likewise
10858         * g++.dg/template/qualttp6.C: Likewise
10859         * g++.dg/template/qualttp7.C: Likewise
10860         * g++.dg/template/qualttp8.C: Likewise
10861         * g++.dg/template/recurse.C: Likewise.
10863 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10865         * gcc.dg/cpp/wchar-1.c: Update.
10867 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10869         * g++.dg/template/conv1.C: New test.
10870         * g++.dg/template/conv2.C: New test.
10871         * g++.dg/template/conv3.C: New test.
10872         * g++.dg/template/conv4.C: New test.
10874 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10876         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10877         * g++.dg/template/qualttp3.C: Likewise.
10878         * g++.dg/template/qualttp4.C: Likewise
10879         * g++.dg/template/qualttp5.C: Likewise
10880         * g++.dg/template/qualttp6.C: Likewise
10881         * g++.dg/template/qualttp7.C: Likewise
10882         * g++.dg/template/qualttp8.C: Likewise
10883         * g++.dg/template/recurse.C: Likewise.
10885 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10887         * g++.dg/opt/dtor1.C: New test.
10889 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10891         * gcc.c-torture/compile/20020315-1.c: New test.
10893 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10895         * gcc.dg/weak-1.c: Fix scan tests.
10897 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10899         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10900         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10901         cris-*-aout* mmix-*-*.
10902         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10903         cris-*-aout* mmix-*-*.
10904         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10905         cris-*-elf* cris-*-aout* and mmix-*-*.
10906         * gcc.dg/20001009-1.c: Ditto.
10907         * gcc.dg/20010912-1.c: Ditto.
10908         * gcc.dg/20020122-4.c: Ditto.
10909         * gcc.dg/inline-2.c: Ditto.
10911 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10913         * gcc.c-torture/compile/20020314-1.c: New test.
10915 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10917         * gcc.c-torture/execute/20020314-1.c: New test.
10919 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10921         * g++.dg/warn/Wunused-1.C: New test.
10923 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10925         * g++.dg/abi/mangle6.C: New test.
10927 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10929         * gcc.c-torture/compile/20020309-2.c: New test.
10931         * gcc.c-torture/compile/20020312-1.c: New test.
10933 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10935         * g++.dg/other/access1.C: New test.
10937 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10939         * gcc.c-torture/execute/wchar_t-1.c: New test.
10941 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10943         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10945 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10947         * gcc.dg/20020312-1.c: New test case.
10949 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10951         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10953 2002-03-11  Richard Henderson  <rth@redhat.com>
10955         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10956         * g++.old-deja/g++.jason/report.C: Likewise.
10958 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10960         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10961         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10963 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10965         * testsuite/g++.dg/overload/pmf1.C: New test.
10967 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10969         * gcc.c-torture/execute/20020307-1.c: Use long.
10971 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10973         PR optimization/5844
10974         * gcc.dg/20020310-1.c: New test.
10976 2002-03-09  Michael Meissner  <meissner@redhat.com>
10978         * gcc.c-torture/execute/memcpy-2.c: New test.
10979         * gcc.c-torture/execute/memset-1.c: New test.
10980         * gcc.c-torture/execute/strlen-1.c: New test.
10981         * gcc.c-torture/execute/strcmp-1.c: New test.
10982         * gcc.c-torture/execute/strncmp-1.c: New test.
10984 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10986         * gcc.dg/ppc-ldstruct.c: New test.
10988 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10990         * gcc.c-torture/execute/va-arg-22.c: New test.
10992 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10994         * gcc.c-torture/compile/20020309-1.c: New test.
10996 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10998         * gcc.c-torture/execute/20020307-2.c: New test.
11000 2002-03-07  Jeffrey A Law  (law@redhat.com)
11002         * g77.f-torture/compile/20020307-1.f: New test.
11004 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
11006         * gcc.dg/unordered-1.c: New test.
11008 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
11010         * gcc.c-torture/execute/20020307-1.c: New test.
11012 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
11014         * gcc.dg/20020304-1.c: New test.
11016         * gcc.c-torture/compile/20020304-2.c: New test.
11018 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
11020         * gcc.c-torture/compile/20020304-1.c: New test case
11021         (from PR c/5830).
11023 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
11025         * gcc.dg/20020103-1.c: Add other -D ppc variants.
11027 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
11029         * g++.dg/other/classkey1.C: New test.
11031 2002-03-01  Richard Henderson  <rth@redhat.com>
11033         * gcc.c-torture/compile/981223-1.x: New.
11034         * gcc.c-torture/compile/920625-1.x: New.
11036 2002-02-28  Richard Henderson  <rth@redhat.com>
11038         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
11040 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
11042         * gcc.c-torture/execute/20020227-1.c: New test.
11044 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
11046         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
11047         here" ERROR lines.
11048         * g++.old-deja/g++.oliva/partord1.C: Likewise.
11049         * g++.old-deja.g++.other/defarg1.C: Likewise.
11050         * g++.old-deja/g++.pt/calls2.C: Likewise.
11051         * g++.old-deja/g++.pt/crash20.C: Likewise.
11052         * g++.old-deja/g++.pt/crash30.C: Likewise.
11053         * g++.old-deja/g++.pt/crash36.C: Likewise.
11054         * g++.old-deja/g++.pt/crash6.C: Likewise.
11055         * g++.old-deja/g++.pt/defarg13.C: Likewise.
11056         * g++.old-deja/g++.pt/derived3.C: Likewise.
11057         * g++.old-deja/g++.pt/error1.C: Likewise.
11058         * g++.old-deja/g++.pt/friend21.C: Likewise.
11059         * g++.old-deja/g++.pt/friend23.C: Likewise.
11060         * g++.old-deja/g++.pt/infinite1.C: Likewise.
11061         * g++.old-deja/g++.robertl/eb128.C: Likewise.
11063 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
11065         * gcc.c-torture/execute/20020225-2.c: New test.
11067 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
11069         * gcc.c-torture/execute/920730-1t.c,
11070         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
11071         Delete test cases, only relevant to -traditional.
11073 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
11075         * gcc.dg/cpp/undef1.c: Remove.
11076         * gcc.dg/cpp/directiv.c: Update.
11077         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
11079 2002-02-27  Michael Meissner  <meissner@redhat.com>
11081         * gcc.c-torture/execute/20020226-1.c: New test.
11083 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
11085         * g++.dg/debug/debug4.C: New test.
11087         * gcc.dg/ia64-visibility-1.c: New test.
11089 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
11091         * gcc.dg/debug/20020224-1.c: New.
11093 2002-02-25  Kazu Hirata  <kazu@hxi.com>
11095         * gcc.c-torture/execute/960416-1.x: New.
11096         * gcc.c-torture/execute/divconst-3.x: Likewise.
11098 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
11100         * gcc.dg/20020224-1.c: New test.
11102 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
11104         * gcc.c-torture/execute/20020225-1.c: New.
11106 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11108         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
11110 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
11112         * gcc.dg/20020222-1.c: New test.
11114 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
11116         * g++.dg/opt/anonunion1.C: New test.
11118 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
11120         * g++.dg/template/qualttp19.C: New test.
11121         * g++.dg/template/qualttp20.C: New test.
11122         * g++.old-deja/g++.jason/report.C: Adjust expected errors
11123         * g++.old-deja/g++.other/qual1.C: Likewise.
11125 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
11127         * gcc.dg/attr-alwaysinline.c: New.
11129 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
11131         * gcc.dg/20020220-1.c: New test.
11133         * gcc.dg/20020220-2.c: New test.
11135         * g++.dg/opt/mmx1.C: New test.
11137 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
11139         * gcc.c-torture/compile/20020110.c: New test.
11141 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
11143         * gcc.c-torture/execute/20020219-1.c: New test.
11145         * gcc.dg/20020219-1.c: New test.
11147         * gcc.dg/noncompile/20020220-1.c: New test.
11149         * g++.dg/opt/ptrintsum1.C: New test.
11151         * gcc.dg/debug/20020220-1.c: New test.
11153 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
11155         * gcc.c-torture/execute/20020216-1.c: New test.
11157 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11159         * gcc.dg/decl-1.c: Update, new test.
11161 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
11163         * g++.dg/abi/bitfield1.C: New test.
11164         * g++.dg/abi/bitfield2.C: New test.
11166 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
11168         * gcc.dg/attr-nest.c: New test.
11170 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
11172         * gcc.c-torture/execute/20020215-1.c: New test.
11174 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
11176         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
11177         * g++.dg/debug/debug.exp: New.
11178         * g++.dg/debug/trivial.C: New.
11179         * g++.dg/debug/debug1.C: Moved...
11180         * g++.dg/other/debug1.C: ...from here.
11181         * g++.dg/debug/debug2.C: Moved...
11182         * g++.dg/other/debug2.C: ...from here.
11183         * g++.dg/debug/debug3.C: Moved...
11184         * g++.dg/other/debug3.C: ...from here.
11186         * gcc.dg/noncompile/20020213-1.c: New test.
11188 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
11190         * g++.dg/other/debug3.C: New test.
11192         * gcc.c-torture/execute/20020213-1.c: New test.
11194 2002-02-13  Richard Smith <richard@ex-parrot.com>
11196         * g++.old-deja/g++.other/thunk1.C: New test.
11198 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
11200         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
11202 2002-02-13  Stan Shebs  <shebs@apple.com>
11204         * gcc.dg/altivec-3.c: New.
11206 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
11208         * gcc.dg/Wunreachable-1.c: New test.
11209         * gcc.dg/Wunreachable-2.c: New test.
11211 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11213         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
11215 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
11217         * gcc.dg/decl-1.c: New test.
11219 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
11221         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
11223 2002-02-10  Kazu Hirata  <kazu@hxi.com>
11225         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
11226         * gcc.c-torture/compile/980506-1.x: Likewise.
11228 2002-02-10  Kazu Hirata  <kazu@hxi.com>
11230         * gcc.dg/20020210-1.c: New.
11232 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
11234         * g77.f-torture/execute/947.f: New regression test
11235         for PR fortran/947.
11237 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11239         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
11240         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
11242 2002-02-08  Richard Henderson  <rth@redhat.com>
11244         * gcc.c-torture/compile/labels-3.c: New.
11246 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
11248         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
11249         expression statements work instead.
11250         * gcc.dg/noncompile/20020207-1.c: New test.
11252 2002-02-07  Richard Henderson  <rth@redhat.com>
11254         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
11256 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11258         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
11259         message from g77
11260         * lib/g77-dg.exp: Trim g77 error messages so that they are
11261         recognized by dg.exp.
11263 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11265         PR fortran/5473
11266         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
11268 2002-02-07  Richard Henderson  <rth@redhat.com>
11270         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
11271         to be sufficiently aligned for integers.
11273 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
11275         * g++.dg/template/friend4.C: New test.
11277 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11279         PR fortran/5743
11280         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
11281         unsupported cases.
11283 2002-02-07  Richard Henderson  <rth@redhat.com>
11285         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
11286         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
11287         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
11288         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
11290 2002-02-06  Richard Henderson  <rth@redhat.com>
11292         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
11294 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
11296         * gcc.dg/20020206-1.c: New test.
11298 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
11300         * gcc.c-torture/execute/20020206-1.c: New test.
11302         * gcc.c-torture/execute/20020206-2.c: New test.
11304         PR optimization/5429:
11305         * gcc.c-torture/compile/20020206-1.c: New test.
11307 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11309         * g++.dg/ext/align1.C: Do not use an explicit alignment value
11310         as certain file formats cannot support particularly large
11311         alignments.
11313         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
11314         and do not expect to be able to link the executable.
11316         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
11317         fail because the COFF format does not support the weak attribute.
11319 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
11321         * g77.dg/pr5473.f:  New test
11323 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
11325         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
11326         Fix testcase accordingly.
11328 2002-02-04  Richard Henderson  <rth@redhat.com>
11330         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
11331         (buf): Change to be an array of pointers, not ints.
11333 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11335         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
11336         before all tests.  Move warning one line above to match where it
11337         C frontend emits.
11338         * gcc.dg/Wswitch-2.c: New test.
11339         * g++.dg/warn/Wswitch-1.C: New test.
11340         * g++.dg/warn/Wswitch-2.C: New test.
11342 2002-02-04  Richard Henderson  <rth@redhat.com>
11344         * g++.dg/abi/offsetof.C: Fix size comparison.
11346 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
11348         * gcc.dg/cast-qual-2.c: New test.
11350 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11352         * gcc.dg/20020201-4.c: New test.
11354 2002-02-04  Ben Elliston  <bje@redhat.com>
11356         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
11357         target_info attribute != 0, in addition to the empty string.
11358         (gcc_target_compile): Likewise.
11360 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11362         * gcc.dg/Wswitch.c: New test.
11363         PR gcc/4475. PR gcc/3780.
11365 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
11367         * g77.f-torture/execute/5122.f: New test for regressions
11368         against PR fortran/5122.
11370 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
11372         * g77.f-torture/compile/pr3743.f: Delete
11373         * g77.dg/pr3743-1.f: New test.
11374         * g77.dg/pr3743-2.f: New test.
11375         * g77.dg/pr3743-3.f: New test.
11376         * g77.dg/pr3743-4.f: New test.
11378 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11380         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
11382 2002-02-02  Richard Henderson  <rth@redhat.com>
11384         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
11385         * gcc.c-torture/execute/bf64-1.c: Likewise.
11387 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11389         * gcc.dg/20020201-2.c: New test.
11391         * gcc.dg/20020201-3.c: New test.
11393         * gcc.c-torture/execute/bitfld-2.c: New test.
11395 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11397         * gcc.dg/bitfld-1.c: Update.
11398         * gcc.dg/bitfld-2.c: Update.
11399         * gcc.c-torture/execute/bitfld-1.x: New.
11401 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11403         * gcc.c-torture/execute/20020201-1.c: New test.
11405 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
11407         PR target/5469
11408         * gcc.dg/20020201-1.c: New test.
11410 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
11412         PR fortran/3743
11413         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
11414         * g77.f-torture/compile/pr3743.x: Remove
11416 2002-01-31  Tom Rix  <trix@redhat.com>
11418         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
11420 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11422         * gcc.dg/noncompile/20020130-1.c: New test.
11424 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
11426         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
11428 2002-01-29  Richard Henderson  <rth@redhat.com>
11430         * gcc.c-torture/execute/991118-1.c: Cast various constants back
11431         to long long.
11432         * gcc.c-torture/execute/bf64-1.c: Likewise.
11434 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
11436         * gcc.c-torture/execute/20020129-1.c: New test.
11438 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11440         * gcc.c-torture/compile/20000224-1.c: Update.
11441         * gcc.c-torture/execute/bitfld-1.c: New tests.
11442         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
11443         * gcc.dg/uninit-A.c: Update.
11445 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
11447         * g++.dg/template/ctor1.C: Add instantiation.
11449 2002-01-28  Paul Koning  <pkoning@equallogic.com>
11451         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
11452         argument to __builtin_prefetch to be const ptr.
11454 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
11456         * gcc.c-torture/compile/20020120-1.c: New test.
11458 2002-01-27  Kazu Hirata  <kazu@hxi.com>
11460         * gcc.c-torture/execute/20020127-1.c: New test.
11462 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
11464         * g77.dg/f77-edit-i-in.f: New test
11465         * g77.dg/f77-edit-i-out.f: New test
11467 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
11469         * gcc.dg/debug/debug.exp: New file.
11470         * gcc.dg/debug/trivial.c: New file.
11471         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
11472         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
11473         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
11474         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
11475         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
11476         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
11477         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
11478         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
11479         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
11480         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
11481         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
11482         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
11483         * gcc.dg/20000503-1.c: Removed.
11484         * gcc.dg/20010207-1.c: Removed.
11485         * gcc.dg/20011223-1.c: Removed.
11486         * gcc.dg/20020104-2.c: Removed.
11487         * gcc.dg/debug-1.c: Removed.
11488         * gcc.dg/debug-2.c: Removed.
11489         * gcc.dg/debug-3.c: Removed.
11490         * gcc.dg/debug-4.c: Removed.
11491         * gcc.dg/debug-5.c: Removed.
11492         * gcc.dg/debug-6.c: Removed.
11493         * gcc.dg/dwarf2-1.c: Removed.
11494         * gcc.dg/dwarf2-2.c: Removed.
11496 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
11498         * g++.old-deja/g++.other/eh5.C: New test.
11499         * g++.old-deja/g++.other/sibcall2.C: New test.
11500         * g++.old-deja/g++.other/array9.C: New test.
11501         * g++.old-deja/g++.other/typename2.C: New test.
11502         * g++.old-deja/g++.other/crash60.C: New test.
11503         * g++.old-deja/g++.other/conv9.C: New test.
11504         * g++.old-deja/g++.other/mangle10.C: New test.
11505         * g++.old-deja/g++.other/unchanging1.C: New test.
11506         * g++.old-deja/g++.other/exprstmt1.C: New test.
11507         * g++.old-deja/g++.other/inline23.C: New test.
11508         * g++.old-deja/g++.eh/ia64-1.C: New test.
11509         * g++.old-deja/g++.other/dwarf2-1.C: New test.
11510         * g++.old-deja/g++.other/reload1.C: New test.
11511         * g++.old-deja/g++.other/static20.C: New test.
11512         * g++.old-deja/g++.other/local-alloc1.C: New test.
11513         * g++.old-deja/g++.other/conv8.C: New test.
11514         * g++.old-deja/g++.other/stmtexpr2.C: New test.
11515         * g++.old-deja/g++.other/storeexpr1.C: New test.
11516         * g++.old-deja/g++.other/storeexpr2.C: New test.
11517         * g++.dg/eh/template2.C: New test.
11518         * g++.dg/warn/weak1.C: New test.
11520 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
11522         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
11523         Remove first, non-varying, argument.
11525 2002-01-23  Richard Henderson  <rth@redhat.com>
11527         * gcc.dg/inline-2.c: New.
11529         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
11530         Add optional target arg.  Check number of arguments.
11531         (scan-assembler-not, scan-assembler-dem): Likewise.
11532         (scan-assembler-dem-not): Likewise.
11534 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11536         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
11537         line 12.
11538         * g++.old-deja/g++.brendan/parse3.C,
11539         g++.old-deja/g++.other/crash26.C,
11540         g++.old-deja/g++.other/crash28.C,
11541         g++.old-deja/g++.other/crash29.C,
11542         g++.old-deja/g++.other/crash30.C,
11543         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
11545 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
11547         * gcc.dg/20020115-1.c: New.
11549 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
11551         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
11553 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
11555         * gcc.dg/20020122-3.c: New.
11557 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
11559         * g++.dg/other/gc1.C: New test.
11561 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11563         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
11565 2002-01-22  Richard Henderson  <rth@redhat.com>
11567         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
11569 2002-01-22  Richard Henderson  <rth@redhat.com>
11571         * gcc.dg/20020122-4.c: New.
11573 2002-01-22  H.J. Lu <hjl@gnu.org>
11575         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
11576         link output.
11577         * gcc.dg/special/ecos.exp: Likewise.
11578         * lib/g++-dg.exp: Likewise.
11579         * lib/g77-dg.exp: Likewise.
11580         * lib/gcc-dg.exp : Likewise.
11581         * lib/mike-g++.exp: Likewise.
11582         * lib/mike-g77.exp: Likewise.
11583         * lib/mike-gcc.exp: Likewise.
11584         * lib/objc-dg.exp: Likewise.
11586 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
11588         PR target/5379
11589         * gcc.dg/20020122-2.c: New test.
11591 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
11593         * gcc.dg/20020122-1.c: New test.
11595 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
11597         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
11599 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
11601         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
11603 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11605         * gcc.c-torture/compile/20020121-1.c: New test.
11607 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11609         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
11610         ld_library_path.
11612 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
11614         * gcc.dg/20020218-1.c: New test.
11616 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
11618         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
11619         messages
11620         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
11621         "At global scope" warning
11622         * g++.dg/ext/align1.C: Change cygwin test for alignment
11623         from db-bogus to dg-warning
11625 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
11627         * g77.f-torture/compile/cpp2.F: New test.
11629 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11631         * g++.dg/template/access1.C: New test.
11633 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
11635         * gcc.dg/20020118-1.c: New.
11637 2002-01-18  Kazu Hirata  <kazu@hxi.com>
11639         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
11641 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11643         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
11644         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
11645         alignment warnings.
11647 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11649         * gcc.misc-tests/i386-prefetch.exp: Save and restore
11650         torture_with_loops and torture_without_loops
11652 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
11654         * gcc.c-torture/compile/20020116-1.c: New test.
11656 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
11658         * gcc.dg/20020116-2.c: New test.
11660         * gcc.dg/ultrasp4.c: New test.
11662         * gcc.dg/20020116-1.c: New test.
11664 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
11666         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
11667         by EABI.
11669 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
11671         * gcc.misc-tests/i386-prefetch.exp: New.
11672         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
11673         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
11674         * gcc.misc-tests/i386-pf-none-1.c: New test.
11675         * gcc.misc-tests/i386-pf-sse-1.c: New test.
11677 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
11679         * gcc.dg/gnu89-init-1.c: Add new tests.
11681 2002-01-15  Andreas Jaeger  <aj@suse.de>
11683         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
11684         * gcc.dg/i386-mmx-2.c: Likewise.
11685         * gcc.dg/i386-sse-1.c: Likewise.
11686         * gcc.dg/i386-sse-2.c: Likewise.
11687         * gcc.dg/i386-sse-3.c: Likewise.
11689 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
11691         * g77.f-torture/execute/intrinsic-unix-bessel.f:
11692         Uncomment additional cases that now pass.
11694 2002-01-11  Richard Henderson  <rth@redhat.com>
11696         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
11697         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
11699 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
11701         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
11703 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
11705         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
11706         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
11708 2002-01-10  Dale Johannesen  <dalej@apple.com>
11710         * gcc.c-torture/execute/loop-11.c: New.
11712 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
11714         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
11715         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
11717 2002-01-09  Richard Henderson  <rth@redhat.com>
11719         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
11720         type in which to perform the operation for each size.
11722 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
11724         * gcc.c-torture/compile/20020109-2.c: New test.
11726 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
11728         * gcc.c-torture/execute/loop-10.c: New test.
11730 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11732         * gcc.c-torture/compile/20010226-1.c: New test.
11733         * gcc.c-torture/compile/20010227-1.c: New test.
11734         * gcc.c-torture/compile/20010426-1.c: New test.
11735         * gcc.c-torture/compile/20010510-1.c: New test.
11736         * gcc.c-torture/compile/20010605-3.c: New test.
11737         * gcc.c-torture/compile/20010824-1.c: New test.
11738         * gcc.c-torture/execute/20010409-1.c: New test.
11739         * gcc.dg/noncompile/20000901-1.c: New test.
11740         * gcc.dg/20001023-1.c: New test.
11741         * gcc.dg/20001101-1.c: New test.
11742         * gcc.dg/20001102-1.c: New test.
11743         * gcc.dg/20010207-1.c: New test.
11744         * gcc.dg/20010405-1.c: New test.
11745         * gcc.dg/20010822-1.c: New test.
11746         * gcc.dg/20011107-1.c: New test.
11748 2002-01-09  Jeffrey A Law  (law@redhat.com)
11750         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
11752         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
11753         execution failure on PA targets.
11755 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11757         * gcc.c-torture/compile/20020109-1.c: New test.
11759 2002-01-08  Kazu Hirata  <kazu@hxi.com>
11761         * gcc.c-torture/execute/20020108-1.c: New test.
11763 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
11765         * gcc.dg/20020108-1.c: New test.
11767 2002-01-08  H.J. Lu <hjl@gnu.org>
11769         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
11770         for header files.
11772 2002-01-08  Geoff Keating  <geoffk@redhat.com>
11774         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
11775         consistency.
11777 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
11779         * gcc.dg/altivec-4.c: Test altivec predicates.
11781 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
11783         * gcc.c-torture/execute/20020107-1.c: New test.
11785 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11787         PR c/5279
11788         * gcc.c-torture/compile/20020106-1.c: New test.
11790 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
11792         * gcc.c-torture/execute/nestfunc-4.c: New test.
11794 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11796         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11797         extra triple that slipped in.
11798         * g++.old-deja/g++.abi/align.C: Likewise.
11799         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11801 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11803         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11804         * g++.old-deja/g++.abi/align.C: Likewise.
11805         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11807         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11808         on FreeBSD/i386.
11809         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11810         FreeBSD.
11812 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11814         * gcc.dg/20020104-1.c: New test.
11816         * gcc.dg/20020104-2.c: New test.
11818 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
11820         * gcc.dg/20020103-1.c: Fix typo in target selector.
11822 2002-01-03  Richard Henderson  <rth@redhat.com>
11824         * gcc.dg/20020103-1.c: New.
11826 2002-01-03  Kazu Hirata  <kazu@hxi.com>
11828         * gcc.c-torture/execute/20020103-1.c: New test.
11830 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
11832         * g++.dg/other/debug2.C: New test.
11834         * gcc.c-torture/compile/20020103-1.c: New test.
11836 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
11838         * gcc.dg/gnu89-init-1.c: Added new tests.
11840 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11842         * g++.dg/template/friend2.C: Remove as patch is reverted.
11844         * g++.dg/warn/oldcast1.C: New test.
11846         * g++.dg/template/ptrmem1.C: New test.
11847         * g++.dg/template/ptrmem2.C: New test.
11849         * g++.dg/template/ntp.C: New test.
11851         * g++.dg/other/component1.C: New test.
11853         * g++.dg/template/ttp3.C: New test.
11855         * g++.dg/template/friend2.C: New test.
11856         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11858 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11860         * g++.dg/other/ptrmem1.C: New test.
11861         * g++.dg/other/ptrmem2.C: New test.
11863 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11865         * g++.dg/template/ctor1.C: New test.
11867 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11869         * g++.dg/template/friend2.C: New test.
11871 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11873         * gcc.dg/mmix-1.c: New test.
11875 2001-12-31  Richard Henderson  <rth@redhat.com>
11877         * gcc.dg/asm-5.c: New.
11879 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11881         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11882         in namespace __gnu_cxx
11884 2001-12-30  Richard Henderson  <rth@redhat.com>
11886         * gcc.dg/debug-6.c: New.
11888 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11890         * gcc.c-torture/compile/20011229-2.c: New test.
11892 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11894         * gcc.dg/debug-3.c: New test.
11895         * gcc.dg/debug-4.c: New test.
11896         * gcc.dg/debug-5.c: New test.
11898 2001-12-29  Richard Henderson  <rth@redhat.com>
11900         * g++.dg/eh/loop1.C: New.
11902 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11904         * g++.dg/template/crash1.C: New test.
11906 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11908         * g++.dg/other/const1.C: New test.
11910 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11912         * gcc.c-torture/compile/20011229-1.c: New test.
11914 2001-12-28  Stan Shebs  <shebs@apple.com>
11916         * lib/objc-torture.exp: Resync with c-torture.exp.
11917         * lib/objc.exp: Load standard libraries.
11919 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11921         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11922         additional tests.
11924 2001-12-27  Roger Sayle <roger@eyesopen.com>
11926         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11928 2001-12-27  Richard Henderson  <rth@redhat.com>
11930         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11932 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11934         * g++.dg/eh/ctor1.C: New test.
11935         * g++.dg/other/error2.C: New test.
11937 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11939         * g++.dg/other/init2.C: New test.
11941 2001-12-24  Richard Henderson  <rth@redhat.com>
11943         * gcc.dg/20011223-1.c: New.
11944         * gcc.dg/inline-1.c: New.
11946 2001-12-23  Richard Henderson  <rth@redhat.com>
11948         * gcc.dg/asm-4.c: Test operand modifiers.
11950 2001-12-23  Richard Henderson  <rth@redhat.com>
11952         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11954 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11956         * gcc.c-torture/execute/20011223-1.c: New test.
11958 2001-12-21  Richard Henderson  <rth@redhat.com>
11960         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11961         re-enables the warning.
11963 2001-12-21  Richard Henderson  <rth@redhat.com>
11965         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11967 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11969         * gcc.c-torture/compile/20011218-1.c: New test.
11971 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11973         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11974         arm-isr.c test.
11975         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11976         epilogue generation for ARM ISR routines.
11978 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11980         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11981         * gcc.dg/format/c90-printf-3.c: Likewise.
11982         * gcc.dg/format/c99-printf-3.c: Likewise.
11983         * gcc.dg/format/ext-1.c: Likewise.
11984         * gcc.dg/format/ext-6.c: Likewise.
11985         * gcc.dg/format/format.h: Prototype unlocked stdio.
11987 2001-12-20  Richard Henderson  <rth@redhat.com>
11989         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11990         (arena): Use it.
11991         (malloc): Correct allocation logic.  Abort if we fill up the
11992         arena before initialization complete.
11993         (realloc): Correct allocation logic.
11995 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11997         * gcc.c-torture/compile/20011219-2.c: New test.
11999         * gcc.c-torture/execute/20011219-1.c: New test.
12001 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
12003         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
12004         target does not support weak symbols.
12006 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
12008         * gcc.c-torture/compile/20011219-1.c: New test.
12010 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
12012         * g++.dg/other/error1.C: New test.
12014 2001-12-17  Jeffrey A Law  (law@redhat.com)
12016         * gcc.c-torture/execute/20011217-1.c: New test.
12018 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
12020         * objc.dg/special/: New directory.
12021         * objc.dg/special/special.exp: New file.
12022         * objc.dg/special/unclaimed-category-1.h: New file.
12023         * objc.dg/special/unclaimed-category-1a.m: New file.
12024         * objc.dg/special/unclaimed-category-1.m: New file.
12026 2001-12-17  Andreas Jaeger  <aj@suse.de>
12028         * gcc.c-torture/compile/20011217-2.c: New test.
12030 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12032         * gcc.c-torture/compile/20011217-1.c: New test.
12034 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
12036         * testsuite/gcc.dg/20011214-1.c: New.
12038 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
12040         * gcc.dg/altivec-4.c: New.
12042 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
12044         * gcc.dg/20011113-1.c: New test.
12046 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12048         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
12049         std::__malloc_alloc_template<0> and
12050         std::__default_alloc_template<false, 0>.
12052 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
12054         * objc/execute/bf-21.m: New test.
12055         * objc/execute/enumeration-1.m: New test.
12056         * objc/execute/enumeration-2.m: New test.
12058 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
12060         * gcc.dg/gnu89-init-1.c: New test.
12062 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
12064         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
12065         * g++.old-deja/g++.jason/2371.C: Likewise.
12066         * g++.old-deja/g++.jason/template33.C: Likewise.
12067         * g++.old-deja/g++.jason/template34.C: Likewise.
12068         * g++.old-deja/g++.jason/template36.C: Likewise.
12069         * g++.old-deja/g++.oliva/typename1.C: Likewise.
12070         * g++.old-deja/g++.oliva/typename2.C: Likewise.
12071         * g++.old-deja/g++.other/typename1.C: Likewise.
12072         * g++.old-deja/g++.pt/inherit2.C: Likewise.
12073         * g++.old-deja/g++.pt/nontype5.C: Likewise.
12074         * g++.old-deja/g++.pt/typename11.C: Likewise.
12075         * g++.old-deja/g++.pt/typename14.C: Likewise.
12076         * g++.old-deja/g++.pt/typename16.C: Likewise.
12077         * g++.old-deja/g++.pt/typename3.C: Likewise.
12078         * g++.old-deja/g++.pt/typename4.C: Likewise.
12079         * g++.old-deja/g++.pt/typename5.C: Likewise.
12080         * g++.old-deja/g++.pt/typename7.C: Likewise.
12081         * g++.old-deja/g++.robertl/eb9.C: Likewise.
12083 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
12085         * g++.dg/other/linkage1.C: New test.
12086         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
12087         specifiers.
12089 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12091         * gcc.dg/concat.c: New test.
12093 2001-12-11  Stan Shebs  <shebs@apple.com>
12095         * objc/compile: New test directory.
12096         * objc/compile/compile.exp: New expect script.
12097         * objc/compile/20011211-1.m: New compile test.
12099 2001-12-11  Jason Merrill  <jason@redhat.com>
12101         * lib/prune.exp (prune_gcc_output): Also handle "In member
12102         function".  So many permutations...
12104 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
12106         * g++.dg/template/typedef1.C: New test.
12108 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
12110         * g++.dg/other/copy1.C: New test.
12112 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
12114         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
12116         * gcc.dg/builtin-choose-expr.c: New.
12118 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
12120         * gcc.dg/altivec-2.c: New.
12122 2001-12-07  Richard Henderson  <rth@redhat.com>
12124         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
12126 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
12128         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
12129         ultrasparc.
12131 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12133         * g++-old.deja/g++.robertl/eb101.C: Deleted.
12135 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
12137         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
12138         variable argument list.
12140 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
12142         * gcc.c-torture/execute/memcheck: Delete entire directory.
12143         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
12144         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
12146 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12148         * gcc.dg/Wshadow-1.c: New test.
12150 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
12152         * gcc.c-torture/compile/20011130-1.c: New test.
12154         * gcc.dg/noncompile/20011025-1.c: New test.
12156         * g++.dg/other/anon-union.C: New test.
12158         * gcc.c-torture/execute/20011024-1.c: New test.
12160 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12162         * gcc.c-torture/execute/20000722-1.x,
12163         gcc.c-torture/execute/20010123-1.x: Remove.
12164         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
12165         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
12166         gcc.dg/c99-complit-2.c: New tests.
12168 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
12170         * g++.dg/inherit/base1.C: New test.
12172 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
12174         * g++.dg/other/stdarg1.C: New test.
12176         * gcc.c-torture/compile/20011130-2.c: New test.
12178 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
12180         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
12181         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
12182         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
12183         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
12184         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
12185         * gcc.dg/builtin-prefetch-1.c: New test.
12187 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
12189         * gcc.dg/20011130-1.c: New test.
12191 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
12193         * g++.dg/other/scope1.C: New test.
12194         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
12196 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12198         * gcc.dg/vla-init-1.c: New test.
12200 2001-12-01  Geoff Keating  <geoffk@redhat.com>
12202         * gcc.c-torture/compile/structs.c: New testcase from GDB.
12204 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12206         * objc.dg/alias.m: Update.
12207         * objc.dg/class-1.m: Update.
12208         * objc.dg/const-str-1.m: Update.
12209         * objc.dg/fwd-proto-1.m: Update.
12210         * objc.dg/id-1.m: Update.
12211         * objc.dg/super-class-1.m: Update.
12213 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
12215         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
12216         constructs.
12218 2001-11-28  Jeffrey A Law  (law@cygnus.com)
12220         * gcc.c-torture/execute/20011128-1.c: New test.
12222 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
12224         * gcc.dg/20011127-1.c: New test.
12226 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12228         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
12229         from Austin Group draft 7.
12230         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
12231         scanf format arguments.
12232         * gcc.dg/format/no-exargs-2.c: New test.
12234 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
12236         * g++.dg/abi/vbase8-4.C: New test.
12238 2001-11-24  Ian Lance Taylor  <ian@airs.com>
12240         * gcc.c-torture/execute/20011121-1.c: New test.
12242 2001-11-23  Jeffrey A Law  (law@cygnus.com)
12244         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
12246 2001-11-23  Andreas Jaeger  <aj@suse.de>
12248         * gcc.dg/cpp/charconst-2.c: New test.
12250 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
12252         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
12253         to the host if it is remote.  Let tests specify extra headers
12254         they use.
12255         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
12256         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
12257         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
12258         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
12259         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
12260         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
12261         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
12262         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
12263         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
12264         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
12266 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
12268         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
12269         for little endian ARMs.
12271 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
12273         * gcc.c-torture/compile/20011119-1.c: New test.
12274         * gcc.c-torture/compile/20011119-2.c: New test.
12276 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
12278         * gcc.dg/altivec-1.c: Fix typo.
12280 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12282         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
12284 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12286         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
12288 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
12290         * lib/g77.exp: Don't specify --rpath-link.
12292         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
12293         across all the headers.
12294         * gcc.dg/format/format.exp: For testing on a remote host,
12295         copy format.h.
12297         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
12298         * gcc.c-torture/execute/930406-1.c: Likewise.
12299         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
12301 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
12303         * gcc.dg/altivec-1.c: New.
12305 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
12307         * gcc.dg/cpp/fpreprocessed.c: New test case.
12309 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12311         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
12312         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
12313         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
12315 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12317         * gcc.dg/no-builtin-1.c: New test.
12319 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
12321         * gcc.c-torture/execute/20011115-1.c: New test.
12323 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
12325         * gcc.c-torture/compile/20011114-2.c: New test.
12326         * gcc.c-torture/compile/20011114-3.c: New test.
12327         * gcc.c-torture/compile/20011114-4.c: New test.
12329 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12331         * g++.dg/other/init1.C: New test.
12333 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
12335         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
12336         message.
12338         * gcc.c-torture/execute/20011114-1.c: New testcase.
12340         * gcc.c-torture/compile/20010327-1.c: Revert last change.
12341         * gcc.c-torture/compile/20011114-1.c: New test, exactly
12342         like the (before this change) version of 20010327-1.c.
12344 2001-11-14  Roger Sayle <roger@eyesopen.com>
12346         * gcc.c-torture/execute/string-opt-13.c: New testcase.
12348 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
12350         * g++.dg/init/array2.C: New test.
12352 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
12354         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
12356 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
12358         * g++.dg/other/forscope1.C: New test.
12359         * g++.dg/ext/forscope1.C: New test.
12360         * g++.dg/ext/forscope2.C: New test.
12362 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
12364         * gcc.c-torture/execute/20011113-1.c: New test.
12366 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
12368         * gcc.c-torture/execute/20011109-2.c: New test.
12370         * gcc.c-torture/execute/20011109-1.c: New test.
12372 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
12374         * gcc.c-torture/compile/20011109-1.c: New test.
12376 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12378         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
12379         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
12380         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
12381         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
12382         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
12383         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
12384         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
12386 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12388         * g++.dg/warn/Wshadow-1.C: New tests.
12389         * g++.old-deja/g++.mike/for3.C: Update.
12391 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12393         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
12394         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
12395         XFAILs.  Adjust expected error texts.
12396         * gcc.c-torture/compile/20011106-1.c,
12397         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
12398         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
12399         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
12400         gcc.dg/c99-array-lval-5.c: New tests.
12402 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12404         * gcc.dg/cpp/defined.c: Update.
12406 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12408         * gcc.c-torture/execute/anon-1.c: New test.
12410 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
12412         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
12413         same size, so no warning should be produced on stormy16.
12415         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
12416         due to oversized array.
12417         * g++.old-deja/g++.mike/ns15.C: Likewise.
12418         * g++.old-deja/g++.pt/crash16.C: Likewise.
12420 2001-11-02  Graham Stott  <grahams@redhat.com>
12422         * g++.dgother/debug1.C: Fix typos.
12424 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
12426         * g++.dg/other/debug1.C: New test.
12428 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12430         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
12431         of unsigned long.
12433 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
12435         * gcc.dg/20011029-2.c: New test.
12437         * gcc.c-torture/compile/20011029-1.c: New test.
12439 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
12441         * objc/execute/class_self-1.m: New test.
12442         * objc/execute/class_self-2.m: New test.
12444 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
12446         * gcc.misc-tests/msgs.exp: Delete.
12447         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
12448         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
12449         error set to match recent changes.
12451 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
12453         * gcc.dg/20011021-1.c: New test.
12455 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
12457         * gcc.c-torture/compile/20011023-1.c: New test.
12459 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
12461         * lib/g77.exp: Rewrite based on lib/g++.exp.
12463 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
12465         * gcc.c-torture/execute/20011019-1.c: New test.
12467         * gcc.dg/20011018-1.c: New test.
12469 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
12471         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
12473 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
12475         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
12476         * gcc.dg/attr-invalid.c: Likewise.
12478 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
12480         * testsuite/gcc.dg/20011015-1.c: New test.
12482 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12484         * g++.dg/template/unify2.C: New test.
12486 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12488         * g++.dg/other/exception-specification.C: New test
12490 2001-10-13  Tom Rix  <trix@redhat.com>
12492         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
12493         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
12495 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
12497         * testsuite/gcc.dg/20011009-1.c: New test.
12499 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
12501         PR g++/4476
12502         * g++.dg/other/friend1.C: New test.
12504 2001-10-11  Richard Henderson  <rth@redhat.com>
12506         * g++.old-deja/g++.other/crash18.C: Add -S to options.
12508 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12510         * gcc.c-torture/compile/20011010-1.c: New.
12512 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12514         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
12515         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
12516         g77.f-torture/execute/execute.exp,
12517         g77.f-torture/noncompile/noncompile.exp,
12518         gcc.c-torture/compile/compile.exp,
12519         gcc.c-torture/execute/execute.exp,
12520         gcc.c-torture/execute/ieee/ieee.exp,
12521         gcc.c-torture/execute/memcheck/memcheck.exp,
12522         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
12523         objc/execute/execute.exp: Update FSF address.
12525 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
12527         * gcc.dg/cpp/cmdlne-C.c: Update.
12528         * gcc.dg/cpp/cmdlne-C2.c: New.
12530 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12532         * gcc.c-torture/execute/20011008-3.c: New.
12534 2001-10-08  DJ Delorie  <dj@redhat.com>
12536         * gcc.dg/20011008-1.c: New.
12537         * gcc.dg/20011008-2.c: New.
12539 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12541         * gcc.dg/cpp/spacing1.c: Update test.
12543 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12545         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
12546         spelling errors of "separate" as "seperate".
12548 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
12550         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
12551         enough to avoid inlining.
12553 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12555         * lib/g77.exp: set libg2c_dir correctly.
12557 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12559         * gcc.dg/cpp/macro11.c: New test.
12561 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12563         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
12564         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
12565         gcc.dg/format/multattr-3.c: New tests.
12566         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
12567         tests for format attributes on function pointers being rejected.
12569 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12571         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
12573 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12575         * g++.dg/warn/format1.C: New test.
12577 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12579         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
12581 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12583         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
12585 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12587         * gcc.dg/cpp/redef2.c: Add test.
12589 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
12591         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
12592         long-standing bug on i686, apparently.
12593         * gcc.c-torture/execute/loop-2c.x: New file.
12594         * gcc.c-torture/execute/loop-2d.x: New file.
12595         * gcc.c-torture/execute/loop-3c.x: New file.
12597 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
12599         * gcc.dg/cpp/20000625-2.c: Correct line number.
12601 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12603         * gcc.dg/cpp/macro10.c: New test.
12604         * gcc.dg/cpp/strify3.c: New test.
12605         * gcc.dg/cpp/spacing1.c: Add tests.
12606         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
12607         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
12609 2001-09-24  DJ Delorie  <dj@redhat.com>
12611         * gcc.c-torture/execute/20010924-1.c: New test.
12613 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12615         * testsuite/objc/execute/paste.m: Remove.
12617 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12619         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
12621 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
12623         * g77.dg/strlen0.f: New test.
12625 2001-09-21  Richard Henderson  <rth@redhat.com>
12627         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
12628         * g++.old-deja/g++.abi/vtable2.C: Likewise.
12630 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12632         Table-driven attributes.
12633         * g++.dg/ext/attrib1.C: New test.
12635 2001-09-20  DJ Delorie  <dj@redhat.com>
12637         * gcc.dg/20000926-1.c: Update expected warning messages.
12638         * gcc.dg/array-2.c: Likewise, and test for warnings too.
12639         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
12640         array.
12642 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
12644         * g++.dg/eh/registers1.C: New test case.
12646 2001-09-17  Richard Henderson  <rth@redhat.com>
12648         * gcc.dg/array-5.c: Fix VLA decomposition test.
12650 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12652         * gcc.dg/cpp/line5.c: New testcase.
12654 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
12656         * gcc.dg/cpp/macro9.c: New test.
12658 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
12660         * gcc.c-torture/execute/980223.c: Change type of addr from long
12661         to char *.
12663 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
12665         * gcc.c-torture/execute/20010915-1.c: New test.
12667 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
12669         * g77.dg/bprob: New directory.
12670         * g77.dg/bprob/bprob.exp: New file.
12671         * g77.dg/bprob/bprob-1.f: New test.
12672         * g77.dg/gcov: New directory.
12673         * g77.dg/gcov/gcov.exp: New file.
12674         * g77.dg/gcov/gcov-1.f: New test.
12675         * g77.dg/gcov/gcov-1.x: New file.
12677 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12679         * gcc.dg/cpp/directiv.c: Update.
12680         * gcc.dg/cpp/undef1.c: Update.
12682 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12684         * gcc.dg/20010912-1.c: New test.
12686 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
12688         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
12689         language-independent file in lib.
12690         * lib/gcov.exp: New file.
12692 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12694         * gcc.c-torture/compile/20010911-1.c: New test.
12696 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
12698         * lib/profopt.exp: New, to support profile-directed optimizations.
12699         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
12700         * gcc.misc-tests/bprob-1.c: New test.
12701         * gcc.misc-tests/bprob-2.c: New test.
12703 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
12705         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
12706         XFAIL and which kinds of gcov output to verify.
12707         * gcc.misc-tests/gcov-4b.x: New file.
12708         * gcc.misc-tests/gcov-5b.x: New file.
12709         * gcc.misc-tests/gcov-6.x: New file.
12710         * gcc.misc-tests/gcov-7.c: New test.
12711         * gcc.misc-tests/gcov-7.x: New file.
12713 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
12715         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
12716         * gcc.misc-tests/gcov-6.c: New test.
12718 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12720         PR c++/3986
12721         * g++.dg/abi/vbase1.C: New test.
12723 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
12725         * objc.dg/method-2.m: New.
12727 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12729         PR c++/4203
12730         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
12731         * g++.dg/init/empty1.C: New test.
12733 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
12735         * gcc.c-torture/compile/20010903-1.c: New test.
12737 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
12739         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
12740         for m68k.
12742 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12744         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
12746         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
12748         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
12750 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
12752         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
12753         for 16-bit 'unsigned int'.
12755 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12757         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
12759 2001-08-27  Richard Henderson  <rth@redhat.com>
12761         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
12762         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
12764 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
12766         * gcc.dg/asm-names.c (ymain): New.
12768 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12770         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
12771         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
12772         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
12774 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12776         * gcc.dg/compare5.c: New testcase.
12778 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
12780         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
12781         and "In instantiation".
12783 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
12785         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12787 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
12789         * gcc.misc-tests/gcov.exp: Add support for branch information.
12790         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12791         * gcc.misc-tests/gcov-4.c: New test.
12792         * gcc.misc-tests/gcov-4b.c: New test.
12793         * gcc.misc-tests/gcov-5b.c: New test.
12795 2001-08-20  Zack Weinberg  <zackw@panix.com>
12797         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12798         expected to fail.
12800 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12802         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12804 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
12806         * g++.dg/eh/template1.C: New test.
12808 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
12810         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12811         Fix thinko.
12812         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12813         for xfail.
12815 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
12817         * lib/g77-dg.exp:  Use prune.exp for common procedures
12818         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12819         * lib/g77.exp: (g77-dg-prune) Remove
12821 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
12823         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12825 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12827         * g++.dg/template/unify1.C: New test.
12829 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
12831         * g++.dg/abi/empty4.C: New test.
12833 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
12835         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12836         solaris2.*
12837         * g77.f-torture/compile/pr3743.x: Likewise
12839 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12841         * g++.dg/other/using-declaration.C: New test.
12843 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12845         * gcc.dg/cpp/tr-sign.c: New testcase.
12847 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12849         * gcc.dg/cpp/19951025-1.c: Revert.
12850         * gcc.dg/cpp/directiv.c: We no longer process directives that
12851         interrupt macro arguments.
12853 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
12855         * gcc.dg/bconstp-1.c: New test.
12857 2001-08-03  Richard Henderson  <rth@redhat.com>
12859         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12861 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12863         * gcc.dg/cpp/19951025-1.c: Update.
12865 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12867         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12868         should be x.
12870 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12872         Kill -fhonor-std.
12873         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12874         * g++.old-deja/g++.other/std1.C: Likewise.
12875         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12877 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12879         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12880         (g77_pass, g77_fail, g77_finish, g77_exit,
12881         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12883 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12885         * g77.dg/fbackslash.f
12886         * g77.dg/fcase-preserve.f
12887         * g77.dg/ff90-1.f
12888         * g77.dg/ffixed-line-length-0.f
12889         * g77.dg/ffixed-line-length-132.f
12890         * g77.dg/ffixed-line-length-7.f
12891         * g77.dg/ffixed-line-length-72.f
12892         * g77.dg/ffixed-line-length-none.f
12893         * g77.dg/ffree-form-1.f
12894         * g77.dg/fno-backslash.f
12895         * g77.dg/fno-f90-1.f
12896         * g77.dg/fno-fixed-form-1.f
12897         * g77.dg/fno-onetrip.f
12898         * g77.dg/fno-typeless-boz.f
12899         * g77.dg/fno-underscoring.f
12900         * g77.dg/fno-vxt-1.f
12901         * g77.dg/fonetrip.f
12902         * g77.dg/ftypeless-boz.f
12903         * g77.dg/fugly-assumed.f
12904         * g77.dg/funderscoring.f
12905         * g77.dg/fvxt-1.f
12907 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12909         * objc.dg/fwd-proto-1.m: New.
12910         * objc.dg/local-decl-1.m: New.
12911         * objc.dg/naming-1.m: New.
12912         * objc.dg/naming-2.m: New.
12913         * objc.dg/proto-hier-1.m: New.
12915 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12917         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12918         largest-type elements to a struct makes its size grow.
12920 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12922         * g++.dg/abi/vthunk1.C: New test.
12924 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12926         * g++.dg/abi/vbase8-22.C: New test.
12928 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12930         * gcc.dg/cpp/macro8.c: New test.
12932 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12934         * g++.dg/abi/vbase8-21.C: New test.
12936 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12938         * g++.dg/abi/vbase8-10.C: New test.
12940 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12942         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12943         ${tool}_set_ld_library_path.
12944         Changed caller.
12945         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12946         g++.exp.
12948 2001-07-26  Stan Cox <scox@redhat.com>
12950         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12951         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12952         gcc_exit, gcc_check_unsupported_p):
12953         Moved to gcc-deps.exp
12954         * gcc-deps.exp: New file.
12956 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12958         * g++.old-deja/g++.pt/defarg14.C: New test.
12960 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12962         * g++.old-deja/g++.other/lineno5.C: New test.
12964 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12966         * g++.old-deja/g++.pt/crash68.C: New test.
12968 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12970         * g++.old-deja/g++.other/crash42.C: New test.
12972 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12974         * gcc.dg/cpp/extratokens.c: Fix.
12975         * gcc.dg/cpp/skipping2.c: New tests.
12977 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12979         * gcc.c-torture/execute/20010724-1.c: New file.
12980         * gcc.c-torture/execute/20010724-1.x: New file.
12982 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12984         * g++.old-deja/g++.other/cond7.C: New test.
12986 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12988         * g++.old-deja/g++.other/optimize4.C: New test.
12990 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12992         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12994 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12996         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12997         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12998         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12999         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
13001         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
13002         bug report" message.
13004         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
13005         * g++.dg/ext/instantiate1.C: Move from old-deja.
13007 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
13009         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
13010         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
13011         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
13012         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
13014 2001-07-23  Jeffrey A Law  (law@cygnus.com)
13016         * gcc.c-torture/execute/20010723-1.c: New test.
13018 2001-07-23  Ben Elliston  <bje@redhat.com>
13020         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
13022 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13024         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
13025         i[34567]86-*-*.
13026         Delete handling of ieee_multilib_flags.
13027         Pass -mieee for alpha*-*-* and sh-*-*.
13028         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
13030 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
13032         Remove old-abi tests.
13033         * g++.old-deja/g++.mike/p11116.C: Remove.
13034         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
13036 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
13038         * g77.f-torture/compile/pr3743.f:  New test
13040 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
13042         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
13044 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13046         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
13047         g++.old-deja/g++.pt/static6.C: Likewise.
13048         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
13049         supports weak symbols.
13051 2001-07-18  Andreas Jaeger  <aj@suse.de>
13053         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
13054         supported again.
13056 2001-07-18  Andreas Jaeger  <aj@suse.de>
13058         * gcc.dg/iftrap-1.c: Fix target line.
13060 2001-07-17  Richard Henderson  <rth@redhat.com>
13062         * gcc.c-torture/execute/20010717-1.c: New.
13064 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13066         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
13067         tests.
13069 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
13071         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
13073 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13075         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
13076         UAC_SIGBUS, UAC_NOPRINT definitions.
13078 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
13080         * objc/execute/object_is_class.m: New test.
13081         * objc/execute/object_is_meta_class.m: New test.
13083 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13085         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
13086         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
13088 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
13090         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
13091         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
13093 2001-07-14  Richard Henderson  <rth@redhat.com>
13095         * gcc.dg/iftrap-1.c: New.
13097 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
13099         * g77.f-torture/execute/intrinsic77.f: New test.
13101 2001-07-11  Janis Johnson <janis@us.ibm.com>
13103         * gcc.misc-tests/gcov-3.c: New test.
13105 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
13107         * gcc.c-torture/compile/20010711-1.c,
13108         * gcc.c-torture/compile/20010711-2.c: New tests.
13110 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
13112         * gcc.c-torture/execute/20010711-1.c: New test.
13114 2001-07-11  Ben Elliston  <bje@redhat.com>
13116         * g++.old-deja/g++.other/enum5.C: New test.
13118 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
13120         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
13121         (g++-dg-prune): Call prune_gcc_output.
13122         * prune.exp: New file for prune_gcc_output.
13123         * lib/g++.exp, lib/gcc.exp: Load it.
13125 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13127         * gcc.c-torture/compile/20010701-1.c,
13128         g++.old-deja/g++.ext/attrib6.C: New tests.
13130 2001-07-06  Jeffrey A Law  (law@cygnus.com)
13132         * gcc.c-torture/compile/20010706-1.c: New test.
13134 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
13136         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
13138 2001-06-28  Stan Shebs  <shebs@apple.com>
13140         * gcc.dg/pragma-darwin.c: New test.
13142 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13144         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
13145         Solaris 2.[678] system.
13147 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13149         * gcc.dg/20010622-1.c: New test.
13151 2001-06-18  Stan Shebs  <shebs@apple.com>
13153         * objc.dg: New directory.
13154         * objc.dg/dg.exp: New file.
13155         * objc.dg/alias.m: New.
13156         * objc.dg/class-1.m: New.
13157         * objc.dg/class-2.m: New.
13158         * objc.dg/const-str-1.m: New.
13159         * objc.dg/const-str-2.m: New.
13160         * objc.dg/id-1.m: New.
13161         * objc.dg/method-1.m: New.
13162         * objc.dg/super-class-1.m: New.
13163         * lib/objc-dg.exp: New file.
13165 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13167         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
13168         of label name.
13170 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
13172         * g++.old-deja/g++.abi/vbase8-9.C: New test.
13174 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13176         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
13177         variable.
13179 2001-06-12  Richard Henderson  <rth@redhat.com>
13181         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
13183 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
13185         * g++.old-deja/g++.abi/vbase5.C: New test.
13186         * g++.old-deja/g++.abi/vbase6.C: New test.
13187         * g++.old-deja/g++.abi/vbase7.C: New test.
13189 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13191         * gcc.c-torture/compile/20010610-1.c: New test.
13193 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
13195         * g++.old-deja/g++.abi/vbase4.C: New test.
13197 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13199         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
13200         support %f for HC11/HC12 targets.
13201         * gcc.c-torture/execute/930513-1.x: New file, likewise.
13202         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
13203         on HC11/HC12 targets.
13204         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
13206 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13208         * gcc.dg/wchar_t-1.c: New file.
13209         * gcc.dg/wint_t-1.c: Likewise.
13211 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
13213         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
13215 2001-06-11  Richard Henderson  <rth@redhat.com>
13217         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
13219 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
13221         * gcc.c-torture/compile/20010611-1.c: New test.
13223 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
13225         * gcc.dg/c99-tag-1.c: Add more tests.
13227 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
13229         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
13230         representation on MN10300 and ARM/Thumb.
13232 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
13234         * g77.f-torture/execute/20010610.f: New.
13236 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
13238         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
13239         names.
13241 2001-06-09  Richard Henderson  <rth@redhat.com>
13243         * gcc.c-torture/execute/ashrdi-1.c: New.
13244         * gcc.c-torture/execute/ashldi-1.c: New.
13245         * gcc.c-torture/execute/lshrdi-1.c: New.
13247 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
13249         * objc/execute/load-3.m: Added. Check sending +load to categories,
13250         in addition to classes.
13252 2001-06-08  Stan Shebs  <shebs@apple.com>
13254         * objc/execute/load-2.m: New test.  From Nicola Pero
13255         <n.pero@mi.flashnet.it>.
13257 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
13259         * gcc.c-torture/execute/20010605-2.c: New test.
13261 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
13263         * g++.old-deja/g++.abi/vbase2.C: New test.
13264         * g++.old-deja/g++.abi/vbase3.C: New test.
13266 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
13268         * g++.old-deja/g++.pt/friend49.C: New test.
13270 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
13272         * g++.old-deja/g++.ext/anon3.C: New test.
13274 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
13276         * g++.old-deja/g++.other/conv7.C: New test.
13278 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13280         * gcc.c-torture/compile/20010605-2.c: New test.
13282 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13284         * gcc.c-torture/execute/20010604-1.c: New test.
13286 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
13288         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
13290 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
13292         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
13293         (g++_link_flags): Likewise.
13294         (g++_init): Pass gccpath's value to two previous functions.
13296 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13298         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
13299         Ensure logfile entry matches exec command line.
13301 2001-05-31  Richard Henderson  <rth@redhat.com>
13303         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
13304         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
13306 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
13308         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
13309         compiler for irix6.2
13311 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
13313         * g++.old-deja/g++.other/optimize3.C: New file.
13315 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
13317         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
13318         assemble.
13320 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
13322         * g++.old-deja/g++.other/optimize2.C: New file.
13324 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
13326         * gcc.c-torture/compile/20010518-2.c: New file.
13327         * gcc.c-torture/execute/20010518-1.c: New file.
13328         * gcc.c-torture/execute/20010518-2.c: New file.
13330 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13332         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
13334 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
13336         G++ no longer defines builtins that do not begin with __builtin.
13337         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
13338         * g++.old-deja/g++.brendand/misc13.C: Likewise.
13339         * g++.old-deja/g++.law/builtin1.C: Likewise.
13340         * g++.old-deja/g++.law/cvt2.C: Likewise.
13341         * g++.old-deja/g++.mike/net5.C: Likewise.
13342         * g++.old-deja/g++.other/builtins1.C: Likewise.
13343         * g++.old-deja/g++.other/builtins2.C: Likewise.
13344         * g++.old-deja/g++.other/builtins3.C: Likewise.
13345         * g++.old-deja/g++.other/builtins4.C: Likewise.
13346         * g++.old-deja/g++.other/inline8.C: Likewise.
13347         * g++.old-deja/g++.robertl/eb39.C: Likewise.
13349 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
13351         * g++.old-deja/g++.pt/using1.C: Adjust.
13352         * g++.old-deja/g++.pt/using2.C: New test.
13354 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13356         * gcc.dg/cpp/charconst.c: New tests.
13357         * gcc.dg/cpp/escape.c: New tests.
13358         * gcc.dg/cpp/escape-1.c: New tests.
13359         * gcc.dg/cpp/escape-2.c: New tests.
13360         * gcc.dg/cpp/ucs.c: New tests.
13362 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
13364         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
13365         native compiler for irix6.5.
13367 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
13369         * lib/g++.exp (g++_include_flags): Use args to compute
13370         get_multilibs.
13371         (g++_link_flags): Likewise.
13372         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
13374 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13376         * gcc.dg/c90-hexfloat-1.c: Add more tests.
13378 2001-05-21  Geoff Keating  <geoffk@redhat.com>
13380         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
13381         this file.
13383 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13385         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
13386         STACK_SIZE;
13387         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
13388         to STACK_SIZE; Use it to define size of add_histo array.
13389         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
13390         to STACK_SIZE.
13391         (f): Use GITT_SIZE to define size of gitt local table.
13392         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
13393         to STACK_SIZE; Use it to define size of bytemem array.
13395 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13397         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
13398         on 68HC11/HC12 due to the asm instruction.
13399         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
13400         * gcc.c-torture/compile/920520-1.x: Likewise.
13401         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
13402         on 68HC11/HC12 because the function is larger than 64K.
13403         * gcc.c-torture/compile/961203-1.x: New file, this test fails
13404         on 68HC11/HC12 because the structure is too large.
13406 2001-05-20  Richard Henderson  <rth@redhat.com>
13408         * gcc.c-torture/execute/20010520-1.c: New.
13410 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13412         * g++.old-deja/g++.warn/compare1.C: New test.
13413         * gcc.dg/compare4.c: New test.
13415 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
13417         * g++.old-deja/g++.other/optimize1.C: New test.
13419 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13421         * g++.old-deja/g++.pt/spec41.C: New test.
13423 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13425         * gcc.c-torture/compile/20010114-1.x: Remove.
13427 2001-05-18  Stan Shebs  <shebs@apple.com>
13429         * gcc.c-torture/compile/20010518-1.c: New test.
13431 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
13433         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
13434         * g++.old-deja/g++.pt/crash67.C: New test.
13436 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
13438         * g++.old-deja/g++.other/debug9.C: New test.
13440 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
13442         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
13444 2001-05-16  Jan Hubicka  <jh@suse.cz>
13446         * gcc.c-torture/compile/20010516-1.c: New test.
13448 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13450         * g++.old-deja/g++.other/crash41.C: New test.
13452 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13454         * g++.old-deja/g++.pt/crash66.C: New test.
13456 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
13458         * g++.old-deja/g++.robertl/eb27.C: Convert.
13460 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13462         * g++.dg/friend-warn.C: New test.  Do not warn about friend
13463         declaration being redundant.
13465 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
13467         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
13469 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
13471         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
13473 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
13475         * lib/g++.exp: Use testsuite_flags.
13477 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
13479         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
13481 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13483         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
13485 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
13487         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
13489 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
13491         * gcc.c-torture/compile/20010313-1.c: New test.
13493 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
13495         * gcc.dg/cpp/direct2.c: New test.
13496         * gccq.dg/cpp/direct2s.c: New test.
13498         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
13500 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
13502         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
13503         * g++.old-deja/g++.other/op3.C: Likewise.
13505 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13507         * gcc.dg/cpp/syshdr.h: New file.
13508         * gcc.dg/cpp/sysmac1.c: Update.
13509         * gcc.dg/cpp/sysmac2.c: Update.
13511 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
13513         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
13515 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
13517         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
13518         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
13520 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
13522         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
13524 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
13526         * lib/g++.exp (g++_include_flags): Don't use any special flags
13527         if TESTING_IN_BUILD_TREE is not defined.
13528         (g++_init): Use a plain 'c++' as the compiler if
13529         TESTING_IN_BUILD_TREEE is not defined.
13531 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13533         * g++.old-deja/g++.eh/catch13.C: New test.
13534         * g++.old-deja/g++.eh/catch14.C: New test.
13536 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13538         * gcc.dg/cpp/tr-define.c: New test.
13540 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
13542         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
13543         <stdlib.h>, not <malloc.h>.
13545 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13547         * g++.old-deja/g++.ns/template17.C: New test.
13549 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13551         * g++.old-deja/g++.pt/ref4.C: New test.
13553 2001-04-30  Richard Henderson  <rth@redhat.com>
13555         * gcc.dg/20000724-1.c: Revert last change.
13557 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
13559         * g77.f-torture/execute/20010430.f: New test.
13561 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
13563         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
13565 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
13567         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
13569 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13571         * g++.old-deja/g++.eh/crash6.C: New test.
13573 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13575         * g++.old-deja/g++.other/warn7.C: New test.
13577 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13579         * g++.old-deja/g++.other/defarg9.C: New test.
13581 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13583         * g77.f-torture/compile/20010426.f: New test.
13584         * g77.f-torture/execute/20010426.f: New test.
13586 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13588         * g77.f-torture/compile/20000629-1.x: Remove - error
13589         has been fixed.
13591 2001-04-26  Jeffrey A Law  (law@cygnus.com)
13593         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
13594         Tweak slightly to work with g++.dg framework.
13595         * g++.dg/special/ecos.exp: Run initp1.C test.
13596         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
13598         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
13599         its linker doesn't give line numbers either.
13600         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
13602 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13604         * g++.old-deja/g++.other/lex1.C: New test.
13606 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
13608         * gcc.dg/noncompile/20010425-1.c: New test.
13610 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13612         * g++.old-deja/g++.pt/mangle2.C: New test.
13614 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13616         * gcc.dg/format/plus-1.c: New test.
13618 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13620         * gcc.dg/20010423-1.c: New test.
13622 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13624         * gcc.c-torture/execute/20010422-1.c: New test.
13626 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
13628         * g++.old-deja/g++.ns/type2.C: New test.
13630 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
13632         * g++.old-deja/g++.other/perf1.C: New test.
13634 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
13636         * gcc.dg/c99-func-2.c: Remove xfail.
13637         * gcc.dg/c99-func-3.c: Remove xfail.
13638         * gcc.dg/c99-func-4.c: Remove xfail.
13640 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
13642         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
13644 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13646         * gcc.c-torture/compile/20010423-1.c: New test.
13648 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13650         * g++.old-deja/g++.pt/typename28.C: New test.
13652 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13654         * g++.old-deja/g++.abi/empty2.C: New test.
13655         * g++.old-deja/g++.abi/empty3.C: New test.
13657 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13659         * g++.old-deja/g++.other/comdat2.C: New test.
13660         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
13662 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13664         * g++.old-deja/g++.other/overload14.C: New test.
13666 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13668         * g++.old-deja/g++.other/lookup23.C: New test.
13670 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13672         * gcc.c-torture/execute/20010403-1.c: New test.
13674 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
13675             Mark Mitchell  <mark@codesourcery.com>
13677         * lib/old-dejagnu.exp: Don't delete output of executable.
13678         Add .exe suffix to executables.
13680 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
13682         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
13684 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13686         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
13688 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13690         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
13691         * g++.old-deja/g++.abi/crash1.C: New test.
13693 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13695         * g++.old-deja/g++.other/crash40.C: New test.
13697 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13699         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
13701 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
13703         * g++.old-deja/g++.other/warn6.C: New test.
13705 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
13707         * g++.old-deja/g++.robertl/eb42.C: Same.
13709 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13711         * gcc.dg/wtr-conversion-1.c: New testcase.
13713 2001-04-10  Richard Henderson  <rth@redhat.com>
13715         * g++.old-deja/g++.other/array5.C: New.
13717 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13719         * gcc.c-torture/execute/20010408-1.c: New test.
13721 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
13723         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
13724         headers and constructs.
13725         * g++.old-deja/g++.robertl/eb79.C: Same.
13726         * g++.old-deja/g++.robertl/eb77.C (main): Same.
13727         * g++.old-deja/g++.robertl/eb73.C: Same.
13728         * g++.old-deja/g++.robertl/eb66.C (main): Same.
13729         * g++.old-deja/g++.robertl/eb55.C (t): Same.
13730         * g++.old-deja/g++.robertl/eb54.C (main): Same.
13731         * g++.old-deja/g++.robertl/eb46.C (main): Same.
13732         * g++.old-deja/g++.robertl/eb44.C: Same.
13733         * g++.old-deja/g++.robertl/eb41.C (main): Same.
13734         * g++.old-deja/g++.robertl/eb4.C (main): Same.
13735         * g++.old-deja/g++.robertl/eb39.C: Same.
13736         * g++.old-deja/g++.robertl/eb33.C (main): Same.
13737         * g++.old-deja/g++.robertl/eb31.C (main): Same.
13738         * g++.old-deja/g++.robertl/eb30.C: Same.
13739         * g++.old-deja/g++.robertl/eb3.C: Same.
13740         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
13741         * g++.old-deja/g++.robertl/eb21.C: Same.
13742         * g++.old-deja/g++.robertl/eb15.C: Same.
13743         * g++.old-deja/g++.robertl/eb118.C: Same.
13744         * g++.old-deja/g++.robertl/eb115.C (main): Same.
13745         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
13746         * g++.old-deja/g++.robertl/eb109.C: Same.
13747         * g++.old-deja/g++.other/sibcall1.C (main): Same.
13748         * g++.old-deja/g++.mike/rtti1.C: Same.
13749         * g++.old-deja/g++.mike/p658.C: Same.
13750         * g++.old-deja/g++.mike/net46.C: Same.
13751         * g++.old-deja/g++.mike/net34.C: Same.
13752         * g++.old-deja/g++.mike/memoize1.C: Same.
13753         * g++.old-deja/g++.mike/eh2.C: Same.
13754         * g++.old-deja/g++.law/weak.C: Same.
13755         * g++.old-deja/g++.law/visibility7.C: Same.
13756         * g++.old-deja/g++.law/visibility25.C: Same.
13757         * g++.old-deja/g++.law/visibility22.C: Same.
13758         * g++.old-deja/g++.law/visibility2.C: Same.
13759         * g++.old-deja/g++.law/visibility17.C: Same.
13760         * g++.old-deja/g++.law/visibility13.C: Same.
13761         * g++.old-deja/g++.law/visibility10.C: Same.
13762         * g++.old-deja/g++.law/visibility1.C: Same.
13763         * g++.old-deja/g++.law/virtual3.C (eval): Same.
13764         * g++.old-deja/g++.law/vbase1.C: Same.
13765         * g++.old-deja/g++.law/operators32.C: Same.
13766         * g++.old-deja/g++.law/nest3.C: Same.
13767         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
13768         * g++.old-deja/g++.law/except5.C (main): Same.
13769         * g++.old-deja/g++.law/cvt7.C (run): Same.
13770         * g++.old-deja/g++.law/cvt2.C: Same.
13771         * g++.old-deja/g++.law/cvt16.C: Same.
13772         * g++.old-deja/g++.law/ctors6.C (bar): Same.
13773         * g++.old-deja/g++.law/ctors17.C (main): Same.
13774         * g++.old-deja/g++.law/ctors13.C: Same.
13775         * g++.old-deja/g++.law/ctors12.C (main): Same.
13776         * g++.old-deja/g++.law/ctors10.C: Same.
13777         * g++.old-deja/g++.law/code-gen5.C: Same.
13778         * g++.old-deja/g++.law/bad-error7.C: Same.
13779         * g++.old-deja/g++.law/arm9.C: Same.
13780         * g++.old-deja/g++.law/arm12.C: Same.
13781         * g++.old-deja/g++.law/arg8.C: Same.
13782         * g++.old-deja/g++.law/arg1.C: Same.
13783         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
13784         * g++.old-deja/g++.jason/template31.C: Same.
13785         * g++.old-deja/g++.jason/template24.C (main): Same.
13786         * g++.old-deja/g++.jason/2371.C: Same.
13787         * g++.old-deja/g++.eh/new2.C: Same.
13788         * g++.old-deja/g++.eh/new1.C: Same.
13789         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13790         * g++.old-deja/g++.brendan/nest21.C (main): Same.
13791         * g++.old-deja/g++.brendan/err-msg3.C: Same.
13792         * g++.old-deja/g++.brendan/crash62.C: Same.
13793         * g++.old-deja/g++.brendan/crash52.C: Same.
13794         * g++.old-deja/g++.brendan/crash49.C (main): Same.
13795         * g++.old-deja/g++.brendan/crash38.C: Same.
13796         * g++.old-deja/g++.brendan/crash15.C (main): Same.
13797         * g++.old-deja/g++.brendan/copy9.C: Same.
13799 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
13801         * gcc.c-torture/execute/20001203-2.c (memset):
13802         Count argument is of type __SIZE_TYPE__.
13804 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
13806         * gcc.c-torture/compile/20010404-1.c: New test.
13808 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
13810         * gcc.c-torture/compile/20010326-1.c: New test.
13812 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
13814         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13815         peculiarities of the SH.
13816         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13818 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13820         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13821         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13822         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13824 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13826         * g77.f-torture/compile/20010321-1.f: New test.
13828 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13830         * gcc.c-torture/compile/20010329-1.c: New test.
13832 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13834         * gcc.c-torture/execute/20010329-1.c: New test.
13836 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13838         * g++.old-deja/g++.other/eh4.C: Fix typo.
13840 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13842         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13844 2001-03-28  Philip Blundell  <philb@gnu.org>
13846         * gcc.c-torture/compile/20010328-1.c: New test.
13848 2001-03-27  Richard Henderson  <rth@redhat.com>
13850         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13851         * g++.old-deja/g++.eh/vbase3.C: Likewise.
13853 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
13855         * gcc.c-torture/compile/20010327-1.c: New test.
13857 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
13859         * g++.old-deja/g++.other/friend12.C: New test.
13860         * g++.old-deja/g++.other/friend9.C: Expect no errors.
13861         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13863 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13865         * gcc.c-torture/execute/20010325-1.c: New test.
13867 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13869         * g++.old-deja/g++.other/mangle3.C: New test.
13871 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13873         * g++.old-deja/g++.other/anon8.C: New test.
13875 2001-03-20  Philip Blundell  <philb@gnu.org>
13877         * gcc.c-torture/compile/20010320-1.c: New test.
13879 2001-03-17  Richard Henderson  <rth@redhat.com>
13881         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13883 2001-03-15  Geoff Keating  <geoff@redhat.com>
13885         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13886         tests on AIX.
13888 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13890         * g++.old-deja/g++.other/eh4.C: New test.
13892 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13894         * gcc.dg/cpp/mi1.c: Update.
13896 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13898         * g++.old-deja/g++.other/regstack.C: New test.
13900 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13902         * g++.old-deja/g++.other/ref4.C: New test.
13904 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13906         * objc/execute/va_method.m: Added.
13907         * objc/execute/IMP.m: Added.
13908         * objc/execute/_cmd.m: Added.
13909         * objc/execute/accessing_ivars.m: Added.
13910         * objc/execute/class-1.m: Added.
13911         * objc/execute/class-10.m: Added.
13912         * objc/execute/class-11.m: Added.
13913         * objc/execute/class-12.m: Added.
13914         * objc/execute/class-13.m: Added.
13915         * objc/execute/class-14.m: Added.
13916         * objc/execute/class-2.m: Added.
13917         * objc/execute/class-3.m: Added.
13918         * objc/execute/class-4.m: Added.
13919         * objc/execute/class-5.m: Added.
13920         * objc/execute/class-6.m: Added.
13921         * objc/execute/class-7.m: Added.
13922         * objc/execute/class-8.m: Added.
13923         * objc/execute/class-9.m: Added.
13924         * objc/execute/class-tests-1.h
13925         * objc/execute/class-tests-2.h
13926         * objc/execute/compatibility_alias.m: Added.
13927         * objc/execute/encode-1.m: Added.
13928         * objc/execute/formal_protocol-1.m: Added.
13929         * objc/execute/formal_protocol-2.m: Added.
13930         * objc/execute/formal_protocol-3.m: Added.
13931         * objc/execute/formal_protocol-4.m: Added.
13932         * objc/execute/formal_protocol-5.m: Added.
13933         * objc/execute/formal_protocol-6.m: Added.
13934         * objc/execute/formal_protocol-7.m: Added.
13935         * objc/execute/informal_protocol.m: Added.
13936         * objc/execute/initialize.m: Added.
13937         * objc/execute/load.m: Added.
13938         * objc/execute/many_args_method.m: Added.
13939         * objc/execute/nested-3.m: Added.
13940         * objc/execute/no_clash.m: Added.
13941         * objc/execute/private.m: Added.
13942         * objc/execute/redefining_self.m: Added.
13943         * objc/execute/root_methods.m: Added.
13944         * objc/execute/selector-1.m: Added.
13945         * objc/execute/static-1.m: Added.
13946         * objc/execute/static-2.m: Added.
13947         * objc/execute/va_method.m: Added.
13949 2001-03-10  Richard Henderson  <rth@redhat.com>
13951         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13953 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13955         * g++.old-deja/g++.other/crash31.C: XFAIL.
13956         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13957         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13958         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13959         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13960         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13962 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13964         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13966 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13968         * gcc.dg/20000724-1.c: Don't use multiline strings.
13970 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13972         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13973         result of -cString against what we expect it to be; don't just
13974         print it out for no one to read.
13976         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13977         Based on testcases provided by Nicola Pero.
13979 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13981         * gcc.dg/cpp/macro7.c: New test.
13983 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13985         * gcc.dg/cpp/multiline.c: Update.
13987 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13989         * g++.old-deja/g++.other/enum3.C: New test.
13991 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13993         * g++.old-deja/g++.other/pod1.C: New test.
13995 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13997         * g++.old-deja/g++.ext/overload1.C: New test.
13999 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
14001         * g++.old-deja/g++.pt/using1.C: New test.
14003 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
14005         * g++.old-deja/g++.other/using9.C: New test.
14007 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
14009         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
14011         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
14013 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
14015         * g++.old-deja/g++.ext/realpt1.C: Remove.
14017 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
14019         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
14021 2001-02-26  Will Cohen  <wcohen@redhat.com>
14023         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
14025 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
14027         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
14028         templatized constructors.
14030 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14032         * gcc.c-torture/execute/20010224-1.c: New test.
14034 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
14036         * gcc.c-torture/execute/20010222-1.c: New test.
14038 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
14040         * g++.old-deja/g++.other/inline20.C: New test.
14042 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
14044         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
14046 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
14048         * g++.old-deja/g++.other/lookup22.C: New test.
14050 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
14052         * g77.dg: New directory.
14053         * g77.dg/20010216-1.f: New test case.
14054         * g77.dg/dg.exp: New driver.
14055         * lib/g77-dg.exp: New driver library.
14057 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14059         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
14061 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
14063         * g++.old-deja/g++.other/decl9.C: New test.
14065 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
14067         * g++.old-deja/g++.other/init16.C: Update the test so that it does
14068         not need <string> and also tests the initialization at runtime.
14070 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
14072         * gcc.c-torture/execute/longlong.c: New test.
14074 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
14076         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
14078 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
14080         * gcc.c-torture/execute/920302-1.c (execute):
14081         Change argument type to short.
14083 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
14085         * g++.old-deja/g++.pt/deduct6.C: New test.
14087 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
14089         * g++.old-deja/g++.pt/deduct5.C: New test.
14091 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
14093         * gcc.c-torture/execute/20010209-1.c: New test.
14095 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
14097         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
14099 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
14101         * g++.dg/vtgc1.C: Update for new ABI.
14103         * consistency.vlad: New directory, 1665 files.
14105 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14107         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
14108         return type.
14109         * gcc.dg/cpp/digraphs.c: Declare puts.
14111 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
14113         * g++.old-deja/g++.other/warn5.C: New test.
14115 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
14117         * g++.old-deja/g++.pt/spec40.C: New test.
14119 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
14121         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
14122         case.
14123         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
14125 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
14127         * gcc.c-torture/compile/20010209-1.c: New test.
14129 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
14131         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
14132         excess errors message but not if it crashes.
14133         * g++.old-deja/g++.other/crash27.C: Likewise.
14134         * g++.old-deja/g++.other/crash28.C: Likewise.
14135         * g++.old-deja/g++.other/crash30.C: Likewise.
14136         * g++.old-deja/g++.other/crash32.C: Likewise.
14137         * g++.old-deja/g++.other/crash35.C: Likewise.
14138         * g++.old-deja/g++.pt/inherit2.C: Likewise.
14140 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14142         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
14143         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
14144         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
14145         g77.f-torture/execute/execute.exp,
14146         g77.f-torture/noncompile/noncompile.exp,
14147         gcc.c-torture/execute/execute.exp,
14148         gcc.c-torture/execute/memcheck/memcheck.exp,
14149         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
14150         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
14151         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
14152         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
14153         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
14154         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
14155         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14156         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
14157         Remove bug reporting instructions with ancient email addresses.
14159 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
14161         * gcc.dg/20010202-1.c: New test.
14162         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
14164 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
14166         * g++.dg/stdbool-if.C: New test.
14168 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
14170         * objc/execute/fdecl.m: Added main().
14172 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
14174         * gcc.c-torture/execute/20010206-1.c: New test.
14176 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14178         * gcc.dg/cpp/avoidpaste1.c: Update.
14180 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
14182         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
14183         Pero <nicola@brainstorm.co.uk>.
14184         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
14186 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
14188         * g++.old-deja/g++.pt/spec39.C: New test.
14190 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
14192         * gcc.c-torture/compile/20010202-1.c: New test.
14194 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
14196         * g++.old-deja/g++.abi/primary2.C: New test.
14197         * g++.old-deja/g++.abi/primary3.C: New test.
14198         * g++.old-deja/g++.abi/primary4.C: New test.
14199         * g++.old-deja/g++.abi/primary5.C: New test.
14200         * g++.old-deja/g++.abi/vtable3.h: New test.
14201         * g++.old-deja/g++.abi/vtable3a.C: New test.
14202         * g++.old-deja/g++.abi/vtable3b.C: New test.
14203         * g++.old-deja/g++.abi/vtable3c.C: New test.
14204         * g++.old-deja/g++.abi/vtable3d.C: New test.
14205         * g++.old-deja/g++.abi/vtable3e.C: New test.
14206         * g++.old-deja/g++.abi/vtable3f.C: New test.
14207         * g++.old-deja/g++.abi/vtable3g.C: New test.
14208         * g++.old-deja/g++.abi/vtable3h.C: New test.
14209         * g++.old-deja/g++.abi/vtable3i.C: New test.
14210         * g++.old-deja/g++.abi/vtable3j.C: New test.
14211         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
14213 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
14215         * g++.old-deja/g++.other/anon6.C: New test.
14216         * g++.old-deja/g++.other/anon7.C: New test.
14218 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
14220         * gcc.dg/cpp/avoidpaste2.c: New tests.
14222 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
14224         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
14226 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
14228         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
14229         DECIMAL_DIG cases for Irix."
14231 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
14233         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
14235 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14237         * gcc.dg/c99-tag-1.c: New test.
14239 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
14241         * gcc.dg/cpp/tr-warn1.c: Add tests.
14243 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
14245         * gcc.dg/cpp/avoidpaste1.c: Update.
14246         * gcc.dg/cpp/paste4.c: Update.
14248 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
14250         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
14251         cases for Irix.
14253 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14255         * g++.old-deja/g++.other/inline19.C: New test.
14257 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
14259         * gcc.dg/Wlarger-than.c: New test.
14261 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
14263         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
14265 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
14267         * gcc.c-torture/execute/20010129-1.c: New test.
14268         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
14270 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
14272         * gcc.dg/cpp/avoidpaste1.c: Test case.
14274 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
14276         * g++.old-deja/g++.other/inline18.C: New test.
14278 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14280         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
14281         and __builtin_putchar.
14283 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
14285         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
14286         tests.
14288 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
14290         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
14291         floating point number rounding mode to round to the nearest
14292         representable mode.
14294 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
14296         * g++.old-deja/g++.other/mangle2.C: New test.
14298 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14300         * gcc.c-torture/compile/20010124-1.c: New test.
14302 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
14304         * g++.old-deja/g++.pt/spec38.C: New test.
14306 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14308         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
14309         "Build don't run".
14311 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14313         * gcc.c-torture/execute/20010123-1.c: New test.
14315 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14317         * g++.old-deja/g++.pt/spec37.C: New test.
14319 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14321         * g++.old-deja/g++.pt/overload14.C: New test.
14323 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14325         * gcc.c-torture/execute/20010122-1.c: New test, exercise
14326         __builtin_return_address.
14328 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
14330         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
14331         * g++.old-deja/g++.pt/spec35.C: New test.
14332         * g++.old-deja/g++.pt/spec36.C: New test.
14334 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
14336         * gcc.c-torture/compile/20010118-1.c: New test.
14338 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
14340         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
14342 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14344         * gcc.c-torture/execute/20010119-1.c: New test.
14346 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14348         * g++.old-deja/g++.other/vbase5.C: New test.
14350 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14352         * gcc.c-torture/execute/20010118-1.c: New test.
14354 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14356         * g++.old-deja/g++.pt/deduct3.C: New test.
14358 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14360         * g++.old-deja/g++.pt/spec34.C: New test.
14362 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
14364         * g77.f-torture/compile/20000601-2.f: New test.
14366 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14368         * g++.old-deja/g++.other/init17.C: New test.
14370 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
14372         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
14374 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14376         * g++.old-deja/g++.pt/unify8.C: New test.
14378 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14380         * g++.old-deja/g++.abi/vbase1.C: New test.
14382 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14384         * g++.old-deja/g++.pt/crash65.C: New test.
14386 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14388         * gcc.dg/cpp/assembl2.S: New test case.
14390 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
14392         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
14393         are supported.
14395 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14397         * g++.old-deja/g++.other/builtins1.C: New test.
14398         * g++.old-deja/g++.other/builtins2.C: Likewise.
14399         * g++.old-deja/g++.other/builtins3.C: Likewise.
14400         * g++.old-deja/g++.other/builtins4.C: Likewise.
14402 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
14404         * gcc.c-torture/compile/20010117-1.c: New test.
14405         * gcc.c-torture/compile/20010117-2.c: New test.
14407 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14409         * g77.f-torture/execute/20010116.[fx]: New test,
14410         XFAIL on i?86-*-*.
14411         * g77.f-torture/compile/20010115.f: Indicate it's
14412         a test for PR fortran/1636.
14414 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14416         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
14418 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14420         * g77.f-torture/compile/20010115.f: New test.
14422 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
14424         * g++.old-deja/g++.pt/nontype5.C: New test.
14426 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
14428         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
14429         have an equivalent working one below it.
14431 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14433         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
14434         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14436 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14438         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
14439         message containing "init_priority".
14440         (conpr-2.C): Likewise.
14441         (conpr-3.C): Likewise.
14442         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
14444 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14446         * gcc.c-torture/execute/20010114-2.c: New test.
14448 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14450         * gcc.c-torture/compile/20010114-1.c: New test.
14451         * gcc.c-torture/compile/20010114-1.x: Xfail.
14452         * gcc.c-torture/compile/20010114-2.c: New test.
14453         * gcc.c-torture/execute/20010114-1.c: New test.
14454         * gcc.dg/trunc-1.c: New test.
14455         * gcc.dg/uninit-B.c: New test.
14457 2001-01-13  Nick Clifton  <nickc@redhat.com>
14459         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
14460         target.
14462 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14464         * gcc.c-torture/compile/20010113-1.c: New test.
14466 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
14468         * gcc.c-torture/compile/20001212-1.c: New test.
14470 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14472         * gcc.dg/cpp/widestr1.c: Update.
14473         * gcc.dg/cpp/prag-imp.c: Remove.
14475 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
14477         * gcc.c-torture/execute/20000801-3.x: Remove.
14478         * gcc.dg/c90-init-1.c: New test.
14479         * gcc.dg/c99-init-1.c: New test.
14480         * gcc.dg/c99-init-2.c: New test.
14481         * gcc.dg/gnu99-init-1.c: New test.
14483 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
14485         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
14486         testing that no relevant ones were found.
14488 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14490         * g++.old-deja/g++.pt/cast2.C: New test.
14492 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14494         * g++.old-deja/g++.pt/friend47.C: New test.
14496 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14498         * g++.old-deja/g++.pt/instantiate13.C: New test.
14500 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14502         * g++.old-deja/g++.other/defarg7.C: New test.
14503         * g++.old-deja/g++.other/defarg8.C: New test.
14505 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14507         * g++.old-deja/g++.pt/crash64.C: New test.
14509 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14511         * g++.old-deja/g++.pt/crash63.C: New test.
14513 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14515         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
14517 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
14519         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
14521 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14523         * g++.old-deja/g++.pt/error3.C: New test.
14525 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14527         * g++.old-deja/g++.other/crash39.C: New test.
14529 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14531         * g++.old-deja/g++.other/vbase4.C: New test.
14533 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
14535         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
14536         * gcc.dg/special/20000419-2.c: New file. Identical to above.
14537         * gcc.dg/special/special.exp: New test driver which will check
14538         for alias support for the above test.
14540 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
14542         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
14543         problems on small machines.
14544         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
14545         parameterize.
14547 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
14549         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
14550         mips.
14551         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14553 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
14555         * g++.old_deja/g++.pt/using8.C: New test.
14557 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14559         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
14561 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
14563         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
14564         where a failure is expected.
14565         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
14567 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14569         * g++.old_deja/g++.pt/instantiate12.C: New test.
14571 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14573         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
14574         start of structs.
14575         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
14576         * g++.old-deja/g++.brendan/crash17.C: Likewise.
14577         * g++.old-deja/g++.brendan/crash29.C: Likewise.
14578         * g++.old-deja/g++.brendan/crash48.C: Likewise.
14579         * g++.old-deja/g++.brendan/ns1.C: Likewise.
14580         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
14581         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
14582         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
14583         * g++.old-deja/g++.eh/spec6.C: Likewise.
14584         * g++.old-deja/g++.jason/crash3.C: Likewise.
14585         * g++.old-deja/g++.law/ctors11.C: Likewise.
14586         * g++.old-deja/g++.law/ctors17.C: Likewise.
14587         * g++.old-deja/g++.law/ctors5.C: Likewise.
14588         * g++.old-deja/g++.law/ctors9.C: Likewise.
14589         * g++.old-deja/g++.mike/ambig1.C: Likewise.
14590         * g++.old-deja/g++.mike/net22.C: Likewise.
14591         * g++.old-deja/g++.mike/p3538a.C: Likewise.
14592         * g++.old-deja/g++.mike/p3538b.C: Likewise.
14593         * g++.old-deja/g++.mike/virt3.C: Likewise.
14594         * g++.old-deja/g++.niklas/t128.C: Likewise.
14595         * g++.old-deja/g++.other/anon4.C: Likewise.
14596         * g++.old-deja/g++.other/using1.C: Likewise.
14597         * g++.old-deja/g++.other/warn3.C: Likewise.
14598         * g++.old-deja/g++.pt/t37.C: Likewise.
14599         * g++.old-deja/g++.robertl/eb69.C: Likewise.
14600         * g++.old-deja/g++.robertl/eb71.C: Likewise.
14602 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14604         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
14606 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14608         * gcc.c-torture/execute/stdio-opt-3.c: New test.
14610 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
14612         * gcc.c-torture/compile/20010107-1.c: New test.
14614 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14616         * gcc.c-torture/execute/builtin-noret-1.c: New test.
14618 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14620         * gcc.dg/format/format.h: New file.
14621         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
14622         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
14623         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
14624         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
14625         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
14626         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
14627         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
14628         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
14629         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
14630         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
14631         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
14632         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
14633         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
14634         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
14635         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
14636         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
14637         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
14638         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
14639         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
14640         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
14641         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
14642         instead of declaring standard types, macros and functions in each
14643         test.
14645 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
14647         * gcc.c-torture/execute/20010106-1.c: New test.
14649 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14651         * gcc.dg/format/format.exp: New file.
14652         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
14653         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
14654         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
14655         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
14656         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
14657         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
14658         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
14659         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
14660         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
14661         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
14662         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
14663         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
14664         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
14665         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
14666         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
14667         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
14668         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
14669         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
14670         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
14671         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
14672         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
14673         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
14674         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
14675         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
14676         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
14677         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
14678         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
14679         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
14680         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
14681         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
14682         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
14683         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
14684         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
14685         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
14686         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
14687         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
14688         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
14689         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
14690         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
14691         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
14692         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
14693         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
14695 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14697         * gcc.c-torture/execute/991228-1.c: Take word endianness into
14698         account.
14700 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
14702         * gcc.c-torture/execute/builtin-complex-1.c: New test.
14704 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
14706         * g++.old-deja/g++.pt/crash62.C: New test.
14708 2001-01-04  Richard Henderson  <rth@redhat.com>
14710         * gcc.dg/20000926-1.c: Update expected warnings.
14711         * gcc.dg/array-2.c: Likewise.
14712         * gcc.dg/array-4.c: Also validate flexible array members.
14713         * gcc.dg/c99-flex-array-1.c: New.
14715 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14717         * gcc.c-torture/compile/20001222-1.x: Remove.
14719 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14721         * gcc.c-torture/execute/built-in-setjmp.c: New.
14723 2001-01-03  Richard Henderson  <rth@redhat.com>
14725         * gcc.dg/940510-1.c: Update expected error wording.
14726         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
14728 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
14730         * lib/target-supports.exp (check_alias_available): Modified to
14731         indicate aliases not supported if only weak aliases are supported.
14733 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14735         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
14736         Turn on cmpstrsi checks for __pj__ and __i370__.
14738 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14740         * g++.old-deja/g++.other/virtual11.C: New test.
14742 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14744         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
14746 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14748         * gcc.c-torture/compile/20010102-1.c: New test.
14750 2001-01-02  Andreas Jaeger  <aj@suse.de>
14752         * gcc.dg/noreturn-3.c: New test.
14754         * gcc.dg/noreturn-4.c: New test.
14756 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14758         * gcc.c-torture/execute/stdio-opt-1.c: Also test
14759         __builtin_fputc and __builtin_fwrite.
14761 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14763         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
14764         signed char, not default char.
14766 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14768         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
14770 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
14772         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
14774 2000-12-29  Richard Henderson  <rth@redhat.com>
14776         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
14777         (__cyg_profile_func_exit): Define.
14779 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
14781         * g++.dg/vtgc1.C: New test.
14783 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
14785         * gcc.dg/noncompile/20001228-1.c: New test.
14787         * gcc.dg/20001228-1.c: New test.
14789         * gcc.c-torture/execute/20001228-1.c: New test.
14791 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14793         * gcc.dg/format-strfmon-1.c: New test.
14795 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14797         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14798         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14799         * gcc.c-torture/execute/string-opt-1.c: Likewise.
14800         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14801         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14802         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14803         * gcc.c-torture/execute/string-opt-6.c: Likewise.
14804         * gcc.c-torture/execute/string-opt-7.c: Likewise.
14805         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14806         * gcc.c-torture/execute/string-opt-9.c: Likewise.
14807         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14808         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14809         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14811         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14812         * gcc.c-torture/execute/string-opt-4.c: Test index.
14814 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
14816         * gcc.c-torture/compile/20001226-1.c: New test.
14818 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14820         * gcc.c-torture/compile/20001222-1.c: New test.
14821         * gcc.c-torture/compile/20001222-1.x: Xfail.
14823 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14825         * gcc.c-torture/execute/comp-goto-2.c: New test.
14827 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
14829         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14830         Use long types if __INT_MAX__ is 32767.
14831         (main): Use cast to (sint32 *) when poking 88 into a_page.
14833         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14835 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
14837         * gcc.c-torture/compile/20001221-1.c: New test.
14838         * gcc.c-torture/execute/20001221-1.c: New test.
14840 2000-12-20  Richard Henderson  <rth@redhat.com>
14842         * g++.old-deja/g++.pt/crash36.C: Update error lines.
14843         * g++.old-deja/g++.robertl/eb109.C: Likewise.
14845 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14847         * gcc.dg/compare3.c: New test.
14849 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14851         * gcc.dg/format-warnll-1.c: New test.
14853 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14855         * gcc.dg/cpp/cmdlne-P.c: New test.
14857 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14859         * gcc.c-torture/execute/builtin-abs-1.c,
14860         gcc.c-torture/execute/builtin-abs-2.c: New tests.
14862 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14864         * gcc.dg/cpp/multiline.c: New test.
14866 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14868         * g++.old-deja/g++.other/syshdr1.C: Update.
14869         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14871 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14873         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14875 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14877         * g++.old-deja/g++.pt/ttp65.C: New test.
14879 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14881         * g++.old-deja/g++.pt/ttp64.C: New test.
14883 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14885         * g++.old-deja/g++.pt/spec33.C: New test.
14887 2000-12-14  Catherine Moore  <clm@redhat.com>
14889         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14890         * gcc.c-torture/execute/920612-2.c: Likewise.
14891         * gcc.c-torture/execute/920428-2.c: Likewise.
14892         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14893         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14895 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14897         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14898         * gcc.dg/pack-test-2.c: Likewise.
14900 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14902         Tests by Zack Weinberg <zackw@stanford.edu>.
14904         * gcc.dg/cpp/defined.c: Update.
14905         * gcc.dg/cpp/defined_trad.c: New tests.
14907 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14909         * gcc.dg/cpp/trad-direct.c: Update.
14911 2000-12-11  Neil Booth  <neilb@earthling.net>
14913         * gcc.dg/cpp/defined_trad.c
14915 2000-12-11  Neil Booth  <neilb@earthling.net>
14917         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14919 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14921         * gcc.dg/format-miss-2.c: New test.
14923 2000-12-09  Neil Booth  <neilb@earthling.net>
14925         * gcc.dg/cpp/lineflags.c: New tests.
14926         * gcc.dg/cpp/poison.c: Update.
14927         * gcc.dg/cpp/redef2.c: Update.
14928         * gcc.dg/cpp/skipping.c: New test.
14930 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14932         * g++.old-deja/g++.other/eh3.C: New testcase.
14934 2000-12-07  Neil Booth  <neilb@earthling.net>
14936         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14937         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14938         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14939         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14940         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14941         Update.
14943 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14945         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14946         __SIZE_TYPE__ instead of int for type of integers cast to
14947         pointers.
14949 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14951         * g++.old-deja/g++.other/cleanup4.C: New test.
14953 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14955         * format-sec-1.c: New test.
14957 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14959         * gcc.dg/format-nonlit-3.c: New test.
14961 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14963         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14964         through a null pointer.
14966 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14968         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14969         * g++.old-deja/g++.pt/partial4.C: New test.
14971 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14973         * gcc.c-torture/execute/ieee/hugeval.x: New.
14975 2000-12-06  Neil Booth  <neilb@earthling.net>
14977         * gcc.dg/cpp/backslash2.c: New tests.
14979 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14981         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14982         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14984 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14986         * gcc.c-torture/execute/20001203-2.c: New testcase.
14988 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14990         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14991         * g++.old-deja/g++.other/virtual10.C: New test.
14993 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14995         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14997 2000-12-05  Richard Henderson  <rth@redhat.com>
14999         * gcc.c-torture/compile/20001205-1.c: New.
15001 2000-12-04  Neil Booth  <neilb@earthling.net>
15003         * g++.old-deja/g++.other/virtual9.C: New test.
15004         * g++.old-deja/g++.pt/crash61.C: New test.
15005         * gcc.c-torture/execute/loop-9.c: New test.
15007 2000-12-04  Neil Booth  <neilb@earthling.net>
15009         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
15010         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
15011         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
15012         * gcc.dg/cpp/extratokens.c: ...here.
15014 2000-12-04  Neil Booth  <neilb@earthling.net>
15016         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
15017         New tests.
15019 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15021         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
15022         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
15024 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15026         * gcc.c-torture/execute/20001203-1.c: New test.
15028 2000-12-03  Neil Booth  <neilb@earthling.net>
15030         * gcc.dg/cpp/macro6.c: New test cases.
15032 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15034         * gcc.c-torture/execute/string-opt-9.c: New test.
15035         * gcc.c-torture/execute/string-opt-10.c: Likewise.
15036         * gcc.c-torture/execute/string-opt-11.c: Likewise.
15037         * gcc.c-torture/execute/string-opt-12.c: Likewise.
15039         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
15040         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
15042 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
15044         * gcc.dg/cpp/if-6.c: New testcase.
15046         * gcc.dg/20001201-1.c: New testcase.
15048 2000-12-02  Neil Booth  <neilb@earthling.net>
15050         * g++.old-deja/g++.other/externC4.C,
15051         g++.old-deja/g++.other/friend10.C: New tests.
15053 2000-12-02  Neil Booth  <neilb@earthling.net>
15055         * g++.old-deja/g++.other/instan2.C
15056         * g++.old-deja/g++.other/instan3.C: New test.
15058 2000-12-02  Neil Booth  <neilb@earthling.net>
15060         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
15061         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
15062         gnuc99.c,gnuc99-pedantic.c: New tests.
15064 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15066         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
15067         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
15069 2000-12-01  Neil Booth  <neilb@earthling.net>
15071         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
15072         * gcc.dg/cpp/poison.c: Update.
15073         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
15075 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
15077         * g77.f-torture/execute/20001201.f: New test.
15079 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15081         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
15083 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
15085         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
15087 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
15089         * g++.old-deja/g++.other/cast6.C: New test.
15091 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
15093         * gcc.c-torture/execute/20001130-2.c: New testcase.
15095 2000-11-30  Richard Henderson  <rth@redhat.com>
15097         * gcc.c-torture/execute/20001130-1.c: New test.
15099 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
15101         * g++.old-deja/g++.other/op3.C: New test.
15103 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
15105         * g++.old-deja/g++.other/op2.C: New test.
15107 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
15109         * g++.old-deja/g++.other/crash38.C: New test.
15111 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
15113         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
15115 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
15117         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
15118         tests.
15119         * gcc.c-torture/execute/string-opt-6.c: New test.
15121         * gcc.dg/20001117-1.c: Add main.
15123 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
15125         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
15126         Move from here ...
15127         * gcc.dg/940510-1.c: ... to here.
15129         * gcc.dg/20000926-1.c: GNU C now allows initializations of
15130         zero-size arrays in toplevel structures.
15132 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
15134         * gcc.c-torture/execute/loop-8.c: New test.
15136 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
15138         * g++.old-deja/g++.other/base1.C: New test.
15140 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
15142         * g++.old-deja/g++.other/parse2.C: New test.
15144 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
15146         * g++.old-deja/g++.pt/incomplete1.C: New test.
15148 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
15150         * g++.old-deja/g++.other/friend9.C: New test.
15152 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
15154         * gcc.dg/20001127-1.c: New test.
15156 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
15158         * g++.old-deja/g++.pt/friend46.C: New test.
15160 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
15162         * g++.old-deja/g++.other/ptrmem8.C: New test.
15164 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15166         * gcc.c-torture/execute/string-opt-7.c: New test.
15167         * gcc.c-torture/execute/string-opt-8.c: Likewise.
15169 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
15171         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
15172         instead of 'mkcheck 2'.
15174 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15176         * gcc.c-torture/execute/memcheck/driver.c,
15177         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
15178         C9X references to refer to C99.
15180 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
15182         * gcc.dg/ultrasp3.c: New test.
15184 2000-11-25  Neil Booth  <neilb@earthling.net>
15186         * gcc.dg/cpp/include2.c: Update test to be locale independent.
15188 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
15190         * gcc.c-torture/compile/20001123-2.c: New.
15192 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15194         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
15196 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
15198         * gcc.dg/sequence-point-1.c: Add some new tests.
15199         * gcc.c-torture/execute/20001124-1.c: New test.
15201 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
15203         * g++.old-deja/g++.other/vaarg4.C: New test.
15204         * gcc.c-torture/compile/20001123-1.c: New test.
15206 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
15208         * g++.other/crash24.C: Adjust and remove XFAIL.
15209         * g++.other/crash37.C: New test.
15211 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
15213         * g++.old-deja/g++.pt/instantiate9.C: New test.
15215 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
15217         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
15218         new ABI, too.
15220         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
15221         * g++.old-deja/g++.robertl/eb55.C: Likewise.
15223 2000-11-22  Neil Booth  <neilb@earthling.net>
15225         * gcc.dg/cpp/Wtrigraphs.c: New test.
15227 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15229         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
15231 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
15233         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
15235 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
15237         * lib/gcc-dg.exp: load_lib scanasm.exp.
15238         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
15239         * lib/g++-dg.exp: load_lib scanasm.exp.
15240         * lib/scanasm.exp: New.
15241         (scan-assembler, scan-assembler-not): Add optional arguments to
15242         test name, or if not present, the pattern name.
15243         (scan-assembler-dem, scan-assembler-dem-not): New.
15245         * g++.dg/dg.exp: New.
15247 2000-11-21  Neil Booth  <neilb@earthling.net>
15249         * gcc.dg/cpp/integrated1.c: Remove.
15251 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
15253         * gcc.c-torture/execute/20001121-1.c: New test.
15255 2000-11-21  Richard Henderson  <rth@redhat.com>
15257         * gcc.c-torture/compile/20001121-1.c: New test.
15259 2000-11-20  Neil Booth  <neilb@earthling.net>
15261         * gcc.dg/cpp/integrated1.c: New test.
15263 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
15265         * g++.old-deja/g++.other/inline17.C: New test.
15267 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
15269         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
15270         local variable to be zero: I made the variable global. Now
15271         uses abort() and exit() instead of relying on main's return value.
15273 2000-11-20  Neil Booth  <neilb@earthling.net>
15275         * gcc.dg/cpp/paste2.c: Update test.
15276         * objc/execute/paste.m: New test.
15278 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15280         * gcc.dg/c99-condexpr-1.c: New test.
15282 2000-11-20  Neil Booth  <neilb@earthling.net>
15284         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
15286 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
15288         * g++.old-deja/g++.pt/export1.C: New test.
15290 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
15292         * gcc.dg/20001117-1.c: New test.
15294 2000-11-18  Richard Henderson  <rth@redhat.com>
15296         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
15298 2000-11-18  Richard Henderson  <rth@redhat.com>
15300         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
15301         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
15302         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
15304 2000-11-18  Richard Henderson  <rth@redhat.com>
15306         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
15307         (main): New.  Exit cleanly.
15309 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15311         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
15312         gcc.dg/c99-fordecl-2.c: New tests.
15314 2000-11-18  Richard Henderson  <rth@redhat.com>
15316         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
15317         * gcc.c-torture/execute/zerolen-2.c: New.
15319 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15321         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
15322         memory.
15324 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15326         * g++.old-deja/g++.pt/instantiate8.C: New test.
15328 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15330         * g++.old-deja/g++.other/incomplete.C: Add more tests.
15331         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
15333 2000-11-16  Nick Clifton  <nickc@redhat.com>
15335         * gcc.c-torture/execute/nestfunc-2.c: New test.
15336         * gcc.c-torture/execute/nestfunc-3.c: New test.
15338 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15340         * gcc.c-torture/compile/20001116-1.c: New test.
15342 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15344         * gcc.c-torture/execute/20001115-1.c: New test.
15346 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
15348         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
15349         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
15350         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
15351         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15353 2000-11-15  Neil Booth  <neilb@earthling.net>
15355         gcc.dg/cpp/_Pragma1.c: Update.
15356         gcc.dg/cpp/_Pragma2.c: New test.
15358 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
15360         * g++.old-deja/g++.other/anon5.C: New test.
15362 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
15364         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
15365         tests.
15367 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
15369         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
15370         output.
15372 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15374         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
15375         labels at end of compound statements.
15377 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
15379         * gcc.c-torture/execute/loop-7.c: New test.
15381 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15383         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
15385 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15387         * gcc.dg/c99-bool-1.c: New test.
15389 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15391         * gcc.dg/c99-scope-1.c: Remove xfail.
15392         * gcc.dg/c99-scope-2.c: New test.
15394 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15396         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
15397         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
15399 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
15401         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
15402         error messages.
15404         * g++.mike/p700.C: Don't typedef wchar_t.
15405         * g++.mike/p784.C: Likewise.
15406         * g++.mike/eb101.C: Don't use __wchar_t.
15408 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
15410         * g77.f-torture/execute/20001111.[fx]: Test premature exit
15411         from DO loop.
15413 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15415         * gcc.c-torture/execute/20001111-1.c: New test.
15417 2000-11-10  Nick Clifton  <nickc@redhat.com>
15419         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
15420         long multuiple and accumulate.
15422 2000-11-09  Richard Henderson  <rth@redhat.com>
15424         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
15425         via size_t instead of int.
15427         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
15428         * gcc.c-torture/execute/string-opt-2.c: Likewise.
15429         * gcc.c-torture/execute/string-opt-3.c: Likewise.
15430         * gcc.c-torture/execute/string-opt-4.c: Likewise.
15432 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
15434         * gcc.c-torture/compile/20001109-1.c: New test.
15435         * gcc.c-torture/compile/20001109-2.c: New test.
15437 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
15439         * g++.old-deja/g++.pt/operator1.C: New test.
15440         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
15442 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15444         * gcc.dg/20001108-1.c: New test.
15446 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15448         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
15449         with both arguments constant strings.
15450         * gcc.c-torture/execute/string-opt-3.c: New test.
15451         * gcc.c-torture/execute/string-opt-4.c: New test.
15452         * gcc.c-torture/execute/string-opt-5.c: New test.
15454 2000-11-08  Nick Clifton  <nickc@redhat.com>
15456         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
15457         mulsidi3adddi patterns.
15459 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
15461         * g++.old-deja/g++.other/crash36.C: New test.
15463 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
15465         * g++.old-deja/g++.other/init16.C: New test.
15467 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
15469         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
15471 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15473         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
15474         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15475         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15477 2000-11-07  DJ Delorie  <dj@redhat.com>
15479         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
15481 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15483         * gcc.c-torture/execute/string-opt-1.c: New test.
15485 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15487         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
15488         mips-sgi-irix6.* because the MIPS ABI passes floating-point
15489         parameters in registers, and there is no way for a varargs
15490         function to know in which order the integer and floating-point
15491         parameters should be interleaved when they are placed on the
15492         stack.
15493         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15494         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15496 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15498         * gcc.c-torture/execute/string-opt-2.c: New test.
15500 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
15502         * g++.old-deja/g++.pt/crash60.C: New test.
15504 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15506         * g++.old-deja/g++.other/crash24.C: New test.
15507         * g++.old-deja/g++.other/crash25.C: New test.
15508         * g++.old-deja/g++.other/crash26.C: New test.
15509         * g++.old-deja/g++.other/crash27.C: New test.
15510         * g++.old-deja/g++.other/crash28.C: New test.
15511         * g++.old-deja/g++.other/crash29.C: New test.
15512         * g++.old-deja/g++.other/crash30.C: New test.
15513         * g++.old-deja/g++.other/crash31.C: New test.
15514         * g++.old-deja/g++.other/crash32.C: New test.
15515         * g++.old-deja/g++.other/crash33.C: New test.
15516         * g++.old-deja/g++.other/crash34.C: New test.
15517         * g++.old-deja/g++.other/crash35.C: New test.
15519 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15521         * gcc.c-torture/execute/20001031-1.c: New test.
15523 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
15525         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
15526         namespace.
15528         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
15529         standards-conformant.
15531         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
15533         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
15534         * g++.old-deja/g++.mike/p755a.C: Likewise.
15535         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
15536         library makes no calls to `operator new' during initialization.
15538 2000-11-04  Neil Booth  <neilb@earthling.net>
15540         * gcc.dg/cpp/include2.c: New tests.
15542 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
15544         * lib/g++.exp (g++_set_ld_library_path): New function.
15545         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
15547 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
15549         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
15550         warnings.
15552 2000-11-01  Richard Henderson  <rth@redhat.com>
15554         * g++.old-deja/g++.ext/namedret1.C: New.
15555         * g++.old-deja/g++.ext/namedret2.C: New.
15556         * g++.old-deja/g++.ext/namedret3.C: New.
15558 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
15560         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
15561         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
15563 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15565         * gcc.c-torture/execute/va-arg-21.c: New test.
15567 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15569         * gcc.dg/c99-complex-2.c: New test.
15571 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15573         * gcc.c-torture/execute/stdio-opt-1.c: New test.
15575 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
15577         * g++.old-deja/g++.other/inline16.C: New test.
15579 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
15581         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
15582         __PRETTY_FUNCTION__
15584 2000-10-29  Neil Booth  <neilb@earthling.net>
15586         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
15587         New tests.
15588         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
15589         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
15590         optimisation.
15592 2000-10-29  Neil Booth  <neilb@earthling.net>
15594         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
15595         * mi1.c, mi1c.h: Add null directives to multiple-include test.
15596         * mi5.c: Test multiple includes work with -C.
15597         * trigraphs.c: Test ^= version.
15599 2000-10-28  Neil Booth  <neilb@earthling.net>
15601         New tests and test updates for new macro expander.
15603         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
15604         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
15605         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
15606         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
15607         new diagnostic messages.
15609         * gcc.dg/cpp/macro3.c: New tests.
15611 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
15613         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
15614         on the same line.
15616 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
15618         * g++.old-deja/g++.other/eh2.C: New test.
15620 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
15622         * gcc.c-torture/execute/20001027-1.c: New test.
15624 2000-10-26  Richard Henderson  <rth@redhat.com>
15626         * gcc.c-torture/execute/20001026-1.c: New.
15628 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
15630         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
15631         * g++.old-deja/g++.law/builtin1.C: Likewise.
15632         * g++.old-deja/g++.law/ctors10.C: Likewise.
15633         * g++.old-deja/g++.law/virtual3.C: Likewise.
15634         * g++.old-deja/g++.mike/p658.C: Likewise.
15635         * g++.old-deja/g++.other/sibcall1.C: Likewise.
15636         * g++.old-deja/g++.other/vaarg2.C: Likewise.
15637         * g++.old-deja/g++.robertl/eb124.C: Likewise.
15638         * g++.old-deja/g++.robertl/eb44.C: Likewise.
15639         * g++.old-deja/g++.robertl/eb77.C: Likewise.
15641 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
15643         * gcc.c-torture/compile/20001024-1.c: New test.
15645 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
15647         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
15648         to tell us whether or not we are using V3.
15650 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
15652         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
15653         operands.
15655 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15657         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
15659 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
15661         * gcc.c-torture/execute/20001024-1.c: New test.
15663 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
15665         * g++.old-deja/g++.other/sibcall1.C: New test.
15667 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
15669         * gcc.dg/noncompile/init-3.c: New test.
15671 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15673         * gcc.dg/format-array-1.c: New test.
15675 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15677         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
15678         writing through null pointers; remove comment about testing
15679         unterminated strings.
15681 2000-10-17  Matthew Hiller  <hiller@redhat.com>
15683         * gcc.c-torture/execute/20001017-2.c: New test.
15685 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15687         * gcc.c-torture/compile/20001018-1.c: New test.
15688         * gcc.c-torture/compile/20001018-1.x: Xfail.
15690 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15692         * gcc.c-torture/execute/20001017-1.c: New test.
15694 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15696         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
15697         for multiple use of arguments with scanf formats; add tests for
15698         multiple use of arguments.
15700 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
15702         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
15704 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15706         * gcc.dg/format-miss-1.c: New test.
15708 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15710         * gcc.c-torture/execute/20001013-1.c: New test.
15712 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15714         * gcc.dg/format-branch-1.c: New test.
15716 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15718         * README, lib/file-format.exp: Remove EGCS references.
15720 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15722         * gcc.dg/20001013-1.c: New test.
15724 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15726         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
15727         for intmax_t in the compiler using __typeof__ and the type rules
15728         for conditional expressions.
15730 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
15732         * gcc.dg/20001012-1.c: New test.
15733         * gcc.dg/20001012-2.c: New test.
15735 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15737         * gcc.dg/format-attr-1.c: New test.
15739 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15741         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
15742         __LONG_LONG_MAX__ instead of LLONG_MAX.
15744 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15746         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
15747         scanf flags.
15748         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
15749         flags.
15751 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
15753         * gcc.dg/sequence-pt-1.c: New test.
15755 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
15757         * gcc.c-torture/execute/20001011-1.c: New testcase.
15758         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
15760 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15762         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
15763         does not error on it.
15765 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15767         * gcc.dg/20001009-1.c: New test.
15769 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15771         * gcc.c-torture/compile/20001009-1.c: Move from here ....
15772         * gcc.c-torture/execute/20001009-2.c: ... to here.
15774 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
15776         * gcc.c-torture/compile/20001009-1.c: New testcase.
15777         * gcc.c-torture/execute/20001009-1.c: New testcase.
15778         Testcases provided by Jan Hubicka <jh@suse.cz>.
15780 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15782         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15783         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
15784         uintmax_t using <limits.h> to emulate the compiler's internal
15785         logic.  No longer XFAIL %j tests.
15787 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15789         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15790         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15791         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15792         regexps and details of expected handling of some bad formats.
15793         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15794         suppression.
15796 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15798         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15799         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15800         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15801         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15802         in list archives.
15804 2000-10-06  Richard Henderson  <rth@cygnus.com>
15806         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15807         * g++.old-deja/g++.brendan/crash52.C: Likewise.
15808         * g++.old-deja/g++.jason/report.C: Likewise.
15809         * g++.old-deja/g++.law/friend5.C: Likewise.
15810         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
15811         of the expected warnings.
15813 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
15815         * g++.old-deja/g++.pt/enum14.C: New test.
15817 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
15819         * g++.old-deja/g++.pt/crash59.C: New test.
15821 2000-10-04  Will Cohen  <wcohen@redhat.com>
15823         * gcc.dg/20000926-1.c: New test.
15825 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
15827         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15828         function name for current C++ compiler.
15829         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15831 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
15833         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15834         __PRETTY_FUNCTION__.
15835         * g++.old-deja/g++.ext/pretty2.C: Likewise.
15837 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15839         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15841 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
15843         * gcc.c-torture/compile/20000923-1.c: New test.
15845 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15847         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15848         * g++.old-deja/g++.pt/ttp62.C: Same.
15849         * g++.old-deja/g++.other/inline14.C: Same.
15851 2000-09-24  Richard Henderson  <rth@cygnus.com>
15853         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15855 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15857         * gcc.dg/c90-printf-1.c: Add test for wide string format.
15859 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
15861         * gcc.c-torture/compile/20000922-1.c: New file.
15863 2000-09-21  Nick Clifton  <nickc@redhat.com>
15865         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15866         a signed long modulo operation.
15867         (mod6): New function - perform an unsigned long modulo operation.
15868         (main): Add tests for modulos of very large numbers by very small
15869         dividends.
15871 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15873         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15875 2000-09-19  Richard Henderson  <rth@cygnus.com>
15877         * gcc.dg/compare2.c (case 10): XFAIL.
15879 2000-09-18  Richard Henderson  <rth@cygnus.com>
15881         * gcc.c-torture/execute/20000906-1.c: Move ...
15882         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15883         that support __builtin_trap.
15885 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15887         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15889 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15891         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15892         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15893         more $ format tests.
15895 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15897         * gcc.dg/format-errmk-1.c: New test.
15899 2000-09-17  Greg McGary  <greg@mcgary.org>
15901         * gcc.c-torture/execute/20000917-1.x: Remove.
15903 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15905         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15907 2000-09-17  Greg McGary  <greg@mcgary.org>
15909         * gcc.c-torture/execute/20000917-1.c: New test.
15910         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15912 2000-09-16  Neil Booth  <NeilB@earthling.net>
15914         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15915         in nested macro bug.
15917 2000-09-15  Neil Booth  <NeilB@earthling.net>
15919         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15921 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15923         * gcc.c-torture/execute/20000914-1.c: New test.
15925 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15927         * g++.other/inline13.C: New test.
15929 2000-09-12  Andreas Jaeger  <aj@suse.de>
15931         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15932         constant by Ulrich Drepper <drepper@redhat.com>.
15934 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15936         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15938 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15940         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15942 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15944         * gcc.dg/cpp/backslash.c: New test.
15946 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15948         * gcc.c-torture/execute/20000910-1.c: New test.
15949         * gcc.c-torture/execute/20000910-2.c: Likewise.
15951 2000-09-11  Robert Lipe  <robertl@sco.com>
15953         * gcc.dg/pragma-align.c: New test.
15955 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15957         * g++.old-deja/g++.pt/explicit82.C: New test.
15958         * g++.old-deja/g++.pt/explicit83.C: New test.
15960 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15962         * gcc.dg/asm-names.c: New test.
15964 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15966         * gcc.dg/cpp/tr-warn6.c: New test
15968 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15970         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15971         be accepted.
15973 2000-09-07  Catherine Moore  <clm@redhat.com>
15975         * gcc.c-torture/execute/unroll-1.c: New test.
15977 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15979         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15980         ERROR markers.
15981         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15982         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15983         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15984         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15985         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15986         Preprocess only.
15987         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15988         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15990 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15992         * g++.old-deja/g++.pt/deduct2.C: New test.
15994 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15996         * g++.old-deja/g++.pt/parms2.C: New test.
15998 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
16000         * g++.old-deja/g++.pt/crash58.C: New test.
16002 2000-09-06  Greg McGary  <greg@mcgary.org>
16004         * gcc.c-torture/execute/20000906-1.c: New test.
16005         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
16007 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16009         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
16011 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
16013         * g++.old-deja/g++.pt/crash57.C: New test.
16015 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
16017         * g++.old-deja/g++.pt/crash56.C: New test.
16019 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
16021         * g++.old-deja/g++.pt/koenig1.C: New test.
16023 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
16025         * gcc.dg/20000904-1.c: New test.
16027 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
16029         * gcc.dg/cpp/paste8.c: New test.
16031 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
16033         * gcc.c-torture/compile/20000827-1.c: New test.
16035 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
16037         * gcc.dg/format-diag-1.c: New test.
16039 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
16041         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
16042         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
16043         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
16044         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
16045         gcc.dg/formatz-1.c: Adjust warning regular expressions.
16047 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
16049         * g++.old-deja/g++.other/nested4.C: New test.
16051 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
16053         * g++.old-deja/g++.ns/scoped1.C: New test.
16055 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
16057         * lib/g++.exp: Support testing already-installed GCC.
16059 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16061         * wtr-label-1.c, wtr-suffix-1.c: New tests.
16063 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16065         * gcc.dg/return-type-2.c: New test.
16067 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
16069         * gcc.c-torture/compile/20000825-1.c: New test.
16071 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
16073         * gcc.dg/dwarf2-2.c: New test.
16075 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
16077         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
16078         dg-warning regexps.
16080 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16082         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
16083         gcc.dg/format-ext-5.c: New tests.
16085 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
16087         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
16089 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
16091         * gcc.dg/noncompile/930622-2.c: Adjust error message.
16093 2000-08-24  Richard Henderson  <rth@cygnus.com>
16095         * gcc.dg/ia64-sync-1.c: New test.
16096         * gcc.dg/ia64-sync-2.c: New test.
16097         * gcc.dg/ia64-asm-1.c: New test.
16099 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
16101         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
16102         * gcc.dg/format-ext-2.c: New test.
16104 2000-08-23  Jason Merrill  <jason@redhat.com>
16106         * lib/old-dejagnu.exp: Also ignore "In member function" and
16107         "At global scope".
16109 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16111         * gcc.dg/noncompile/label-lineno-1.c: New test.
16113 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16115         * gcc.dg/c99-array-nonobj-1.c: New test.
16117 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16119         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
16120         tests.
16121         * gcc.dg/format-ext-1.c: New test.
16123 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16125         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
16126         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
16127         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
16128         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
16129         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
16131 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
16133         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
16134         gcc.dg/c99-strftime-2.c: New tests.
16136 2000-08-22  Richard Henderson  <rth@cygnus.com>
16138         * gcc.c-torture/execute/20000822-1.c: New test.
16140 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
16142         * gcc.c-torture/execute/20000819-1.x: Remove.
16144 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
16146         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
16147         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
16148         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
16149         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
16150         gcc.dg/format-xopen-1.c: New tests.
16152 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
16154         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
16156 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
16158         * g++.old-deja/g++.other/loop2.C: New test.
16160         * gcc.c-torture/compile/20000606-1.c: New test.
16161         * gcc.c-torture/compile/20000728-1.c: New test.
16162         * gcc.c-torture/execute/20000801-1.c: New test.
16163         * gcc.c-torture/execute/20000801-2.c: New test.
16164         * gcc.c-torture/execute/20000819-1.c: New test.
16165         * gcc.c-torture/execute/20000819-1.x: XFAIL.
16166         * gcc.dg/20000629-1.c: New test.
16167         * gcc.dg/20000724-1.c: New test.
16168         * gcc.dg/20000807-1.c: New test.
16170 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
16172         * gcc.dg/cpp/pragma-1.c: New test.
16173         * gcc.dg/cpp/pragma-2.c: New test.
16175 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
16177         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
16178         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
16180 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16182         * gcc.c-torture/compile/20000818-1.c: New test.
16184 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
16186         * gcc.c-torture/execute/20000818-1.c: New test.
16188 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
16190         * gcc.dg/format-va-1.c: New test.
16192 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16194         * g++.old-deja/g++.other/typedef8.C: New test.
16196 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16198         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
16199         * g++.old-deja/g++.mike/net36.C: Mark candidate.
16200         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
16201         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
16202         * g++.old-deja/g++.other/ptrmem7.C: New test.
16203         * g++.old-deja/g++.pt/ptrmem10.C: New test.
16205 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16207         * g++.old-deja/g++.pt/typename27.C: New test.
16209 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
16211         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
16212         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
16213         * g++.old-deja/g++.pt/friend45.C: New test.
16214         * g++.old-deja/g++.other/friend8.C: New test.
16216 2000-08-15  Richard Henderson  <rth@cygnus.com>
16218         * gcc.c-torture/execute/20000815-1.c: New test.
16220 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
16222         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
16223         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
16224         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
16226 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
16228         * g++.old-deja/g++.other/refinit2.C: New test.
16230 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
16232         * lib/c-torture.exp (c-torture): Make
16233         compiler_conditional_xfail_data global.
16234         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
16235         compiler_conditional_xfail_data machinery.
16236         (f-torture-execute): Likewise.
16237         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
16238         and only when unrolling loops.
16240         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
16242 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
16244         * g++.old-deja/g++.pt/explicit81.C: New test.
16246 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
16248         * g++.old-deja/g++.pt/typename26.C: New test.
16250 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
16252         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
16253         warning.
16255 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
16257         * g++.old-deja/g++.other/array3.C: New test.
16259 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16261         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
16262         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
16263         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
16264         New tests.
16266 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
16268         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
16269         * g++.old-deja/g++.abi/vmihint.C: Likewise.
16271 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
16273         * gcc.c-torture/execute/20000808-1.c: New test.
16275 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16277         * gcc.dg/c90-const-expr-1.c: New test.
16279 2000-08-08  Richard Henderson  <rth@cygnus.com>
16281         * gcc.dg/noncompile/920923-1.c: Declare calloc.
16283 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16285         * gcc.dg/noncompile/const-ll-1.c: New test.
16287 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
16289         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
16291 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
16293         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
16294         that running programs linked against the shared version of libobjc
16295         run correctly.
16297 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16299         * gcc.dg/c99-printf-1.c: New test.
16301 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16303         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
16305 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
16307         * gcc.c-torture/execute/20000731-1.x: Delete.
16309 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
16311         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
16312         and torture_without_loops as is done by c-torture.exp.
16313         (search_for): Copy from c-torture.exp.
16314         (gcc-dg-runtest): New function, drives a directory of tests
16315         iterating over the TORTURE_OPTIONS.
16316         (scan-assembler, scan-assembler-not): Move here from
16317         individual directory drivers.
16319         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
16320         defined by lib/gcc-dg.exp.
16321         * gcc.dg/cpp/cpp.exp: Likewise.
16322         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
16323         gcc-dg-runtest, so we cycle over optimization options.
16325         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
16326         * gcc.dg/compare2.c: No longer expected to fail.
16328 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16330         * gcc.c-torture/execute/20000804-1.c: New test.
16332 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16334         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
16336 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
16338         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
16340 2000-08-03  Jeffrey A Law  (law@cygnus.com)
16342         * gcc.c-torture/compile/20000803-1.c: New test.
16344 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16346         * gcc.c-torture/execute/20000801-3.c,
16347         gcc.c-torture/execute/20000801-4.c: New tests.
16348         * gcc.c-torture/execute/20000801-3.x,
16349         gcc.c-torture/execute/20000801-4.x: Xfail.
16351 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
16353         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
16354         libobjc/.libs to allow for libtool.
16356 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
16358         * gcc.c-torture/compile/20000802-1.c: New test.
16360 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
16362         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
16364 2000-07-31  Jeffrey A Law  (law@cygnus.com)
16366         * gcc-c-torture/execute/20000731-2.c: New test.
16368         * gcc.c-torture/execute/20000731-1.c: New test.
16369         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
16371 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
16373         * testsuite/gcc.dg/cpp/paste7.c: New test.
16374         * gcc.dg/cpp/20000725-1.c: New test.
16376 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
16378         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
16379         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
16380         declaration warning for __builtin_dwarf_reg_size.
16382         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
16384 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16386         * gcc.dg/noncompile/voidparam-1.c: New test.
16388 2000-07-30  Richard Henderson  <rth@cygnus.com>
16390         * gcc.dg/c90-digraph-1.c: Don't xfail.
16391         * gcc.dg/compare2.c (case 10): Xfail.
16392         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
16394 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
16396         * gcc.dg/c99-main-1.c: New test.
16398 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16400         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
16402 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
16404         * gcc.c-tortuer/execute/20000726-1.c: New test.
16406 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
16408         * gcc.c-torture/execute/enum-2.c: New test.
16410 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16412         * gcc.dg/cpp/tr-warn3.c: New test.
16414 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16416         * g++.old-deja/g++.ext/implicit1.C: Remove.
16417         * g++.old-deja/g++.jason/c2.C: Remove
16418         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
16419         * g++.old-deja/g++.pt/crash16.C: Likewise.
16420         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
16422 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16424         * g++.old-deja/g++.other/for2.C: New test.
16426 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
16428         * gcc.dg/20000720-1.c: New test.
16430 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
16432         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
16434 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
16436         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
16437         * gcc.c-torture/execute/20000722-1.c: New.
16438         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
16440 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
16442         * gcc.dg/cpp/20000720-1.S: New test.
16444 2000-07-21  Michael Meissner  <meissner@redhat.com>
16446         * gcc.c-torture/execute/ieee/hugeval.c: New test.
16448 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16450         * g++.old-deja/g++.brendan/crash16.C,
16451         g++.old-deja/g++.brendan/parse3.C,
16452         g++.old-deja/g++.brendan/redecl1.C,
16453         g++.old-deja/g++.ns/template13.C,
16454         g++.old-deja/g++.other/decl4.C,
16455         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
16457 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16459         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
16460         and "Internal error".
16462         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
16463         regexps.
16464         * gcc.dg/cpp/paste6.c: New test.
16466 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
16468         * gcc.dg/cpp/tr-direct.c: New test.
16470         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
16471         gcc.dg/cpp/undef1.c: Tweak error regexps.
16473 2000-07-18  Eric Christopher <echristo@redhat.com>
16475         * gcc.c-torture/compile/20000718-1.c: New test.
16477 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
16479         * cpplex.c (_cpp_push_token): If the token being pushed back
16480         is the previous token in this context, just subtract one from
16481         context->posn.
16482         * cppmacro.c (save_expansion): Clear aux field when storing a
16483         placemarker.
16485 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
16487         * gcc.dg/noncompile/redecl-1.c: New test.
16489 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
16491         * gcc.c-torture/execute/20000717-5.c: New test.
16492         * gcc.c-torture/execute/20000717-1.x: Removed.
16494 2000-07-17  Richard Henderson  <rth@cygnus.com>
16496         * gcc.c-torture/execute/20000717-4.c: New test.
16498 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
16500         * gcc.dg/cpp/syshdr.c: New test.
16501         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
16503 2000-07-17  Neil Booth  <neilb@earthling.net>
16505         * gcc.dg/cpp/cmdlne-dM.c: New test.
16506         * gcc.dg/cpp/cmdlne-dD.c: New test.
16508 2000-07-17  Jeffrey A Law  (law@cygnus.com)
16510         * gcc.c-torture/execute/20000717-3.c: New test.
16512         * gcc.c-torture/compile/20000717-1.c: New test.
16514 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
16516         * gcc.c-torture/execute/20000717-2.c: New test.
16518 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
16520         * gcc.dg/formatz-1.c: New test.
16522         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
16523         * gcc.dg/c99-digraph-1.c: New tests.
16525         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
16526         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
16528         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
16529         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
16530         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
16531         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
16532         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
16533         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
16534         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
16536 2000-07-17   Greg McGary <greg@mcgary.org>
16538         * gcc.c-torture/execute/20000717-1.c: New test.
16539         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
16541 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
16543         * gcc.c-torture/execute/20000715-2.c: New test.
16544         * gcc.dg/20000715-1.c: New test.
16546 2000-07-15  Michael Meissner  <meissner@redhat.com>
16548         * gcc.c-torture/execute/20000715-1.c: New test.
16550 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
16552         * gcc.c-torture/execute/20000707-1.c: New test.
16554 2000-07-13  Neil Booth  <NeilB@earthling.net>
16556         * testsuite/gcc.dg/cpp/digraph1.c,
16557         testsuite/gcc.dg/cpp/digraph2.c,
16558         testsuite/gcc.dg/cpp/digraphs.c: New tests.
16560 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
16562         * g77.f-torture/compile/20000630-2.f:  New test.
16563         * g77.f-torture/compile/20000630-2.x
16565 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16567         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
16569 2000-07-11  Neil Booth  <NeilB@earthling.net>
16571         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
16573 2000-07-11  Neil Booth  <NeilB@earthling.net>
16575         * gcc.dg/cpp/cmdlne-C.c: New.
16577 2000-07-09  Neil Booth  <NeilB@earthling.net>
16579         * gcc.dg/cpp/directiv.c: New tests.
16580         * gcc.dg/cpp/undef1.c: Update.
16582 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
16584         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
16586 2000-07-09  Neil Booth  <NeilB@earthling.net>
16588         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
16590 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
16592         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
16593         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
16595 2000-07-08  Neil Booth  <NeilB@earthling.net>
16597         * gcc.dg/cpp/macsyntx.c: New tests.
16599 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16601         * gcc.dg/20000707-1.c: New test.
16603 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16605         * gcc.c-torture/execute/20000706-1.c: New test.
16606         * gcc.c-torture/execute/20000706-2.c: New test.
16607         * gcc.c-torture/execute/20000706-3.c: New test.
16608         * gcc.c-torture/execute/20000706-4.c: New test.
16609         * gcc.c-torture/execute/20000706-5.c: New test.
16611 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16613         * g++.old-deja/g++.pt/instantiate7.C: New test.
16615 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16617         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
16618         * g++.old-deja/g++.mike/thunk3.C: Likewise.
16619         * g++.old-deja/g++.other/rtti3.C: Likewise.
16620         * g++.old-deja/g++.other/rttid3.C: Likewise.
16622 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
16624         *  g77.f-torture/compile/20000630-1.x: Fix typo
16626 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
16628         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
16629         assembly output.
16631 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
16633         * gcc.dg/cpp/ident.c: New test.
16635 2000-07-05  Neil Booth  <NeilB@earthling.net>
16637         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
16638           gcc.dg/cpp/lexstrng.c: New tests.
16640 2000-07-04  Neil Booth  <NeilB@earthling.net>
16642         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
16643         * gcc.dg/cpp/strify2.c: Same.
16645 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
16647         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
16648         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
16649         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
16650         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
16652         * testsuite/gcc.dg/cpp/macro1.c,
16653         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
16654         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
16655         testsuite/gcc.dg/cpp/strify1.c,
16656         testsuite/gcc.dg/cpp/strify2.c: New tests.
16658 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
16660         * gcc.c-torture/execute/20000703-1.c: New test.
16662 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16664         * g++.old-deja/g++.pt (lookup10.C): New test.
16666 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16668         * g++.old-deja/g++.pt (typename25.C): New test.
16670 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
16672         * gcc.c-torture/compile/20000701-1.c: New test.
16674 2000-06-30  Nick Clifton  <nickc@cygnus.com>
16676         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
16677         to test case.
16679 2000-06-30  Catherine Moore  <clm@cygnus.com>
16681         * gcc.c-torture/execute/align-1.c: New test.
16683 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
16685         * g++.old-deja/g++.pt/expr8.C: New test.
16686         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
16688 2000-06-29  Nick Clifton  <nickc@cygnus.com>
16690         * gcc.c-torture/compile/20000629-1.c: New test.
16692 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16695         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
16696         gcc.dg/noncompile directory, depending on whether they're
16697         preprocessor tests or not.  Annotate all the tests for the dg
16698         framework.
16700         * gcc.c-torture/noncompile/noncompile.exp: Delete.
16701         * gcc.dg/noncompile/noncompile.exp: New.
16703         * Moved files:
16704         Old name                                New name
16705         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
16706         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
16707         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
16708         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
16709         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
16710         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
16711         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
16712         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
16713         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
16714         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
16715         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
16716         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
16717         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
16718         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
16719         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
16720         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
16721         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
16722         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
16723         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
16724         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
16725         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
16726         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
16727         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
16728         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
16730         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
16731         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
16732         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
16733         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
16734         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
16735         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
16737 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16739         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
16740         declare one variable.  On the fourth, error.
16741         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
16742         declared by 20000628-1a.h.
16744 2000-06-29  Richard Henderson  <rth@redhat.com>
16746         * gcc.c-torture/execute/930529-1.x: New file.
16747         * gcc.dg/920413-1.c: Adjust expected warning text.
16748         * gcc.dg/980217-1.c: Declare abort.
16749         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
16751 2000-06-29  Jeffrey A Law  (law@cygnus.com)
16753         * g77.f-torture/compile/20000629-1.f: New test.
16754         * g77.f-torture/compile/20000629-1.x: Expected to fail.
16756 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16758         Rearrange lots of files, removing entirely the
16759         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
16760         directories.
16762         * Deleted files:
16763         gcc.c-torture/code_quality/code_quality.exp
16764         gcc.c-torture/special/special.exp
16765         gcc.failure/failure.exp
16766         gcc.failure/940409-1.x
16767         gcc.c-torture/compile/961203-1.x
16769         * New files:
16770         gcc.misc-tests/linkage.exp
16771         gcc.c-torture/execute/920730-1t.c
16772         gcc.c-torture/execute/920730-1t.x
16773         gcc.c-torture/compile/920520-1.x
16774         gcc.c-torture/compile/920521-1.x
16775         gcc.c-torture/compile/981006-1.x
16776         gcc.c-torture/execute/eeprof-1.x
16778         * Moved files (possibly with modifications to fit a new harness):
16779         Old name                                New name
16780         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
16781         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
16782         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
16783         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
16784         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
16785         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
16786         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
16787         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
16788         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
16789         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
16790         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
16791         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
16792         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
16793         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
16795 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16797         * c-torture/compile/961203-1.x: Delete.
16799         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
16800         not exit. Include stdio.h.
16801         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16802         * gcc.misc-tests/dg-12.c: Likewise.
16803         * gcc.misc-tests/dg-5.c: Likewise.
16804         * gcc.misc-tests/dg-6.c: Likewise.
16805         * gcc.misc-tests/dg-7.c: Prototype abort.
16806         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16807         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16808         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
16809         not exit.
16810         * gcc.misc-tests/sieve.c: Use return from main, not exit.
16811         * gcc.misc-tests/sort2.c: Use return from main, not exit.
16813 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
16815         * gcc.dg/cpp/20000628-1.c: New test.
16816         * gcc.dg/cpp/20000628-1.h: New header for above test.
16817         * gcc.dg/cpp/20000628-1a.h: Likewise.
16819 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
16821         * gcc.dg/cpp: New directory.
16822         * gcc.dg/cpp/cpp.exp: New driver.
16823         * gcc.dg/cpp/20000627-1.c: New test.
16824         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16825         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16826         and rewrite as a compilation test.
16828         * gcc.dg: Move many files into the cpp subdirectory, possibly
16829         renaming or editing them as well.
16830         Old name                New name
16831         990119-1.c              cpp/19990119-1.c
16832         990228-1.c              cpp/19990228-1.c
16833         990407-1.c              cpp/19990407-1.c
16834         990409-1.c              cpp/19990409-1.c
16835         990413-1.c              cpp/19990413-1.c
16836         990703-1.c              cpp/19990703-1.c
16837         20000127-1.c            cpp/20000127-1.c
16838         20000129-1.c            cpp/20000129-1.c
16839         20000207-1.c            cpp/20000207-1.c
16840         20000207-2.c            cpp/20000207-2.c
16841         20000209-1.c            cpp/20000209-1.c
16842         20000209-2.c            cpp/20000209-2.c
16843         20000301-1.c            cpp/20000301-1.c
16844         20000419-1.c            cpp/20000419-1.c
16845         20000510-1.S            cpp/20000510-1.S
16846         20000519-1.c            cpp/20000519-1.c
16847         20000529-1.c            cpp/20000529-1.c
16848         20000625-1.c            cpp/20000625-1.c
16849         20000625-2.c            cpp/20000625-2.c
16850         cpp-as1.c               cpp/assert1.c
16851         cpp-as2.c               cpp/assert2.c
16852         cxx-comments-1.c        cpp/cxxcom1.c
16853         cxx-comments-2.c        cpp/cxxcom2.c
16854         endif-label.c           cpp/endif.c
16855         cpp-hash1.c             cpp/hash1.c
16856         cpp-hash2.c             cpp/hash2.c
16857         cpp-if1.c               cpp/if-1.c
16858         cpp-if2.c               cpp/if-2.c
16859         cpp-if3.c               cpp/if-3.c
16860         cpp-if4.c               cpp/if-4.c
16861         cpp-if5.c               cpp/if-5.c
16862         cpp-cond.c              cpp/if-cexp.c
16863         cpp-missingop.c         cpp/if-mop.c
16864         cpp-missingparen.c      cpp/if-mpar.c
16865         cpp-opprec.c            cpp/if-oppr.c
16866         cpp-ifparen.c           cpp/if-paren.c
16867         cpp-shortcircuit.c      cpp/if-sc.c
16868         cpp-shift.c             cpp/if-shift.c
16869         cpp-unary.c             cpp/if-unary.c
16870         cpp-li1.c               cpp/line1.c
16871         cpp-li2.c               cpp/line2.c
16872         lineno.c                cpp/line3.c
16873         lineno-2.c              cpp/line4.c
16874         cpp-mi.c                cpp/mi1.c
16875         cpp-mic.h               cpp/mi1c.h
16876         cpp-micc.h              cpp/mi1cc.h
16877         cpp-mind.h              cpp/mi1nd.h
16878         cpp-mindp.h             cpp/mi1ndp.h
16879         cpp-mix.h               cpp/mi1x.h
16880         cpp-mi2.c               cpp/mi2.c
16881         cpp-mi2a.h              cpp/mi2a.h
16882         cpp-mi2b.h              cpp/mi2b.h
16883         cpp-mi2c.h              cpp/mi2c.h
16884         cpp-mi3.c               cpp/mi3.c
16885         cpp-mi3.def             cpp/mi3.def
16886         poison-1.c              cpp/poison.c
16887         pr-impl.c               cpp/prag-imp.c
16888         cpp-redef-2.c           cpp/redef1.c
16889         cpp-redef.c             cpp/redef2.c
16890         strpaste.c              cpp/strp1.c
16891         strpaste-2.c            cpp/strp2.c
16892         cpp-tradpaste.c         cpp/tr-paste.c
16893         cpp-tradstringify.c     cpp/tr-str.c
16894         cpp-tradwarn1.c         cpp/tr-warn1.c
16895         cpp-tradwarn2.c         cpp/tr-warn2.c
16896         trigraphs.c             cpp/trigraphs.c
16897         cpp-unc1.c              cpp/unc1.c
16898         cpp-unc2.c              cpp/unc2.c
16899         cpp-unc3.c              cpp/unc3.c
16900         cpp-unc.c               cpp/unc4.c
16901         undef.c                 cpp/undef1.c
16902         undef-2.c               cpp/undef2.c
16903         cpp-wi1.c               cpp/widestr1.c
16905 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16907         * lib/g++.exp (g++_include_flags): Tweak.
16909 2000-06-27  H.J. Lu  <hjl@gnu.org>
16910             Loren J. Rittle  <ljrittle@acm.org>
16912         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16913         version with one that knows about the new gcc tree structure.
16914         (g++_link_flags): Same.
16916 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16918         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16919         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16920         case we are cross-compiling.
16922         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16923         g++.old-deja/g++.niklas/Makefile.in,
16924         g++.old-deja/g++.niklas/configure.in,
16925         g++.old-deja/g++.other/Makefile.in,
16926         g++.old-deja/g++.other/configure.in,
16927         gcc.c-torture/code_quality/Makefile.in,
16928         gcc.c-torture/code_quality/configure.in,
16929         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16930         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16931         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16932         gcc.c-torture/execute/ieee/Makefile.in,
16933         gcc.c-torture/execute/ieee/configure.in,
16934         gcc.c-torture/noncompile/Makefile.in,
16935         gcc.c-torture/noncompile/configure.in,
16936         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16937         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16938         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16940 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16942         * g++.old-deja/g++.other/ambig3.C: New test.
16944 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16946         * g++.old-deja/g++.pt/syntax1.C: New test.
16947         * g++.old-deja/g++.pt/syntax2.C: New test.
16948         * g++.old-deja/g++.other/syntax3.C: New test.
16949         * g++.old-deja/g++.other/syntax4.C: New test.
16951 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16953         * gcc.dg/20000623-1.c: Prototype exit and abort.
16955 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16957         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16958         New tests.
16959         * gcc.dg/cpp-mi3.def: New file.
16961         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16962         inside assertions.
16963         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16964         lexer's error messages.
16965         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16966         divine anything from the linemarkers.
16967         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16968         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16970 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16972         * gcc.dg/20000623-1.c: New test.
16974 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16976         * gcc.c-torture/execute/20000622-1.c: New test.
16978 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16980         * g++.old-deja/g++.other/init15.C: New test.
16982 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16984         * g++.old-deja/g++.pt/vaarg2.C: New test.
16985         * g++.old-deja/g++.pt/vaarg3.C: New test.
16987 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16989         * g++.old-deja/g++.other/dyncast6.C: New test.
16991 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16993         * gcc.c-torture/execute/loop-6.c: New test.
16995 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16997         * gcc.dg/20000614-1.c: New test.
16998         * gcc.dg/20000614-2.c: New test.
17000 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
17002         * g++.old-deja/g++.other/inline12.C: New test.
17004 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
17006         * g++.old-deja/g++.other/eh1.C: New test.
17008 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
17010         * g++.old-deja/g++.other/type.C: New test.
17012 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
17014         * g++.old-deja/g++.other/initstring.C: New test.
17016 2000-06-12  Jason Merrill  <jason@redhat.com>
17018         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
17020 2000-06-09  Jeffrey A Law  (law@cygnus.com)
17022         * gcc.c-torture/compile/20000609-1.c: New test.
17024 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
17026         * gcc.dg/20000609-1.c: New test.
17028 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
17030         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
17031         * gcc.c-torture/noncompile/poison-1.c: Move...
17032         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
17033         * gcc.dg/cpp-li1.c: Add a token after the #line.
17035 2000-06-05  Richard Henderson  <rth@cygnus.com>
17037         * gcc.c-torture/execute/20000605-2.c: New test.
17038         * gcc.c-torture/execute/20000605-3.c: New test.
17040 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
17042         * g77.f-torture/execute/20000503-1.x: New file.
17044 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
17046         * g++.old-deja/g++.eh/badalloc1.C: New test.
17048 2000-06-05  Richard Henderson  <rth@cygnus.com>
17050         * gcc.c-torture/execute/20000605-1.c: New test.
17052 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
17053             Nathan Sidwell <nathan@codesourcery.com>
17055         * gcc.c-torture/compile/20000605-1.c: New test.
17057 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
17059         * g77.f-torture/compile/20000601-1.f:  New test.
17061 2000-06-03  Richard Henderson  <rth@cygnus.com>
17063         * gcc.c-torture/execute/20000603-1.c: New.
17065 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
17067         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
17068         * gcc.dg/noreturn-2.c (noreturn): Likewise.
17070 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
17072         * gcc.dg/compare2.c (case 12): XFAIL.
17073         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
17074         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
17076         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
17078 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
17080         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
17081         guard macro is already defined when the header is first
17082         included.
17083         * gcc.dg/cpp-mix.h: New file.
17084         * gcc.dg/endif-label.c: Update patterns to match compiler.
17086         * g++.brendan/complex1.C: Declare abort.
17087         * g++.law/refs4.C: Remove XFAIL.
17088         * g++.oliva/expr2.C: Declare abort and exit.
17090 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
17092         * gcc.c-torture/execute/20000528-1.c: New test.
17094         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
17095         * g++.old-deja/g++.law/temps4.C: Likewise.
17097         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
17098         stdlib.h.  Call abort() on failure.
17099         * g++.old-deja/g++.law/refs4.C: Likewise.
17100         * g++.old-deja/g++.law/temps4.C: Likewise.
17101         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
17102         * gcc.c-torture/execute/20000112-1.c: Include string.h.
17104 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
17106         Relative to g++.dg/special:
17107         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
17109         Relative to g++.old-deja:
17110         * g++.brendan/complex1.C, g++.jason/optimize2.C,
17111         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
17112         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
17113         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
17114         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
17115         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
17116         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
17118         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
17119         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
17120         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
17121         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
17122         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
17123         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
17124         and/or string.h.
17126         * g++.other/goto1.C: Update expectations for error messages.
17128 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
17130         * gcc.c-torture/compile/20000523-1.c: New test.
17132 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
17134         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
17136 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
17138         * g++.old-deja/g++.eh/catch11.C: New test.
17139         * g++.old-deja/g++.eh/catch12.C: New test.
17141 2000-05-24  Nick Clifton  <nickc@cygnus.com>
17143         * gcc.c-torture/execute/20000523-1.c: New test.
17145 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
17147         * c-torture/execute/bcp-1.c: Replace abort in arg of
17148         __builtin_constant_p with a generic external function.
17150         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
17151         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
17152         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
17153         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
17154         Prototype abort and/or exit.
17156         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
17157         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
17158         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
17159         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
17161 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
17163         * gcc.dg/dwarf2-1.c: New test.
17165 2000-05-20  Richard Henderson  <rth@cygnus.com>
17167         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
17169 2000-05-20  Andreas Jaeger  <aj@suse.de>
17171         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
17172         testcase.
17174 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
17176         * gcc.c-torture/execute/20000519-2.c: New test.
17178 2000-05-19  Andreas Jaeger  <aj@suse.de>
17180         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
17181         which fails with SSA.
17183         * lib/c-torture.exp: Also test with -O3 -fssa.
17185 2000-05-18  Michael Meissner  <meissner@redhat.com>
17187         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
17188         * gcc.c-torture/execute/920415-1.c: Ditto.
17189         * gcc.c-torture/execute/920501-1.c: Ditto.
17190         * gcc.c-torture/execute/conversion.c: Ditto.
17191         * gcc.c-torture/execute/cvt-1.c: Ditto.
17193 2000-05-18  Jeffrey A Law  (law@cygnus.com)
17195         * gcc.c-torture/compile/20000518-1.c: New test.
17197 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
17199         * g77.f-torture/compile/200005018.f:  New test.
17201 2000-05-17  Jeffrey A Law  (law@cygnus.com)
17203         * gcc.c-torture/compile/20000517-1.c: New test.
17205 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17207         * gcc.c-torture/execute/20000516-1.c: New test.
17209 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
17211         * g++.old-deja/g++.other/eh.C: New test.
17213 2000-05-12  Richard Henderson  <rth@cygnus.com>
17215         * gcc.c-torture/execute/990208-1.c (main): Don't pass
17216         constants through to doit's conditional.
17218 2000-05-11  Jeffrey A Law  (law@cygnus.com)
17220         * gcc.c-torture/compile/20000511-1.c: New test.
17221         * g77.f-torture/compile/20000511-1.f: New test.
17222         * g77.f-torture/compile/20000511-2.f: New test.
17224 2000-05-11  Michael Meissner  <meissner@redhat.com>
17226         * gcc.c-torture/execute/20000511-1.c: New test.
17228 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
17230         * gcc.dg/dg.exp: Scan .S files as well as .c files.
17231         * gcc.dg/20000510-1.S: New.
17233 2000-05-08  Catherine Moore  <clm@cygnus.com>
17235         * gcc.dg/unused-3.c: New.
17237 2000-05-06  Richard Henderson  <rth@cygnus.com>
17239           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
17240           * g++.old-deja/g++.mike/warn1.C: Likewise.
17241           * g++.old-deja/g++.pt/local1.C: Likewise.
17242           * g++.old-deja/g++.pt/local7.C: Likewise.
17243           * g++.old-deja/g++.pt/spec16.C: Likewise.
17245 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
17247         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
17249 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
17251           * g77.f-torture/execute/20000503-1.f:  New test.
17253 2000-05-04  Andreas Jaeger  <aj@suse.de>
17255         * gcc.dg/noreturn-2.c: New test.
17257 2000-05-04  Neil Booth  <NeilB@earthling.net>
17259         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
17260         preprocessor.
17262 2000-05-04  Richard Henderson  <rth@cygnus.com>
17264         * gcc.c-torture/execute/20000503-1.c: Fix typo.
17266 2000-05-04  Richard Henderson  <rth@cygnus.com>
17268         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
17269         OpenSSL by Jason R Thorpe.
17271 2000-05-03  Jim Wilson  <wilson@cygnus.com>
17273         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
17275 2000-05-03  Robert Lipe <robertlipe@usa.net>
17277         * gcc.dg/20000503-1.c: New test.
17279 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
17281         * gcc.c-torture/compile/20000502-1.c: New test.
17282         * g++.old-deja/g++.other/align.C: New test.
17283         * gcc.dg/cpp-tradstringify.c: New test.
17285 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
17287         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
17288         and hard registers.
17290 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
17292         * gcc.c-torture/execute/loop-5.c: New test.
17294 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
17296         * gcc.c-torture/execute/va-arg-20.c: New test.
17298 2000-04-23  Jeffrey A Law  (law@cygnus.com)
17300         * gcc.c-torture/execute/20000422-1.c: New test.
17302 2000-04-20  Greg McGary  <gkm@gnu.org>
17304         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
17305         when optimizing, but without sibling-call optimizations (-O1).
17307 2000-04-20  Jeffrey A Law  (law@cygnus.com)
17309           * gcc.c-torture/compile/20000420-1.c: New test.
17311 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
17313         * g++.abi/ptrflags.C: New test.
17314         * g++.eh/catchptr1.C: Test incomplete pointer chains.
17316 2000-04-19  Catherine Moore  <clm@cygnus.com>
17318         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
17320 2000-04-19  Greg McGary  <gkm@gnu.org>
17322         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
17323         sibling-call optimizations.
17325 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
17327         * gcc.dg/20000419-1.c: New test.
17329 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
17331         * gcc.c-torture/execute/20000412-6.c: New test.
17333 2000-04-12  Jeffrey A Law  (law@cygnus.com)
17335         * gcc.c-torture/execute/20000412-5.c: New test.
17336         * g77.f-torture/compile/20000412-1.f: New test.
17337         * gcc.c-torture/execute/20000412-4.c: New test.
17338         * gcc.c-torture/compile/20000412-2.c: New test.
17339         * gcc.c-torture/execute/20000412-3.c: New test.
17340         * gcc.c-torture/compile/20000412-1.c: New test.
17341         * gcc.c-torture/execute/20000412-2.c: New test.
17343 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
17345         * objc/execute/bf-20.m: New test.
17347 2000-04-10  Richard Henderson  <rth@cygnus.com>
17349         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
17351         * gcc.c-torture/execute/20000412-1.c: New test.
17353 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17355         * g++.old-deja/g++.eh/catchptr1.C: New test.
17357 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
17359         * g++.old-deja/g++.abi/cxa_vec.C: New test.
17361 2000-04-08  Neil Booth  <NeilB@earthling.net>
17363         * gcc.dg/cpp-nullchar.c: Remove test as
17364         embedded nulls cause problems.
17366 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17368         * gcc.dg/compare2.c: New test.
17370 2000-04-08  Neil Booth  <NeilB@earthling.net>
17372         * gcc.dg/cpp-nullchar.c: New test.
17374 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
17376         * gcc.dg/cpp-mi2.c: New test.
17377         * gcc.dg/cpp-mi2[abc].h: New files.
17379 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
17381         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
17382         member name.
17384 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
17386         * g++.old-deja/g++.abi/vmihint.C: New test.
17388 2000-04-06  Neil Booth  <NeilB@earthling.net>
17390         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
17391         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
17392         copyright.
17394 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
17396         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
17397         avoid stack-frame overwrite.
17399 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
17401         * gcc.c-torture/compile/20000405-2.c: New test.
17402         * gcc.c-torture/compile/20000405-3.c: New test.
17404 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17406         * gcc.c-torture/compile/20000405-1.c: New test.
17408 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
17410         * gcc.dg/cast-qual-1.c: Revert last change.
17412 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17414         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
17416 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
17418         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
17419         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
17421 2000-04-03  Jeffrey A Law  (law@cygnus.com)
17423         * gcc.c-torture/compile/20000403-2.c: New test.
17424         * gcc.c-torture/compile/20000403-1.c: New test.
17426 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
17428         * gcc.c-torture/execute/20000403-1.c: New test.
17430 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
17432         * gcc.c-torture/execute/20000402-1.c: New test.
17434 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
17436         * gcc.c-torture/execute/va-arg-15.c: New test.
17437         * gcc.c-torture/execute/va-arg-16.c: New test.
17438         * gcc.c-torture/execute/va-arg-17.c: New test.
17439         * gcc.c-torture/execute/va-arg-18.c: New test.
17440         * gcc.c-torture/execute/va-arg-19.c: New test.
17442 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
17444         * gcc.c-torture/compile/981211-1.c: Move to...
17445         * gcc.dg/cpp-as1.c: ...here.
17446         * gcc.dg/cpp-as2.c: New file.
17448         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
17449         compiler.
17451 2000-04-02  Neil Booth  <NeilB@earthling.net>
17453         * gcc.dg/cpp-cond.c  New tests.
17454         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
17455         accidental success less likely.
17456         * gcc.dg/cpp-missingop.c  New tests.
17457         * gcc.dg/cpp-missingparen.c  New tests.
17458         * gcc.dg/cpp-shift.c  New tests.
17459         * gcc.dg/cpp-shortcircuit.c  New tests.
17460         * gcc.dg/cpp-unary.c  New tests.
17462 2000-03-29  Jeffrey A Law  (law@cygnus.com)
17464         * gcc.c-torture/compile/20000329-1.c: New test.
17466 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
17468         * gcc.c-torture/compile/20000326-1.c: New test.
17469         * gcc.c-torture/compile/20000326-2.c: New test.
17471 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
17473         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
17474         the first parameter is a function argument.
17476 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
17478         * g++.old-deja/g++.ext/array4.C: New test.
17480 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
17482         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
17484 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17486         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
17488 2000-03-19  Richard Henderson  <rth@cygnus.com>
17490         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
17492 2000-03-19  Richard Henderson  <rth@cygnus.com>
17494         * gcc.c-torture/compile/20000319-1.c: New test.
17496 2000-03-14  Jeffrey A Law  (law@cygnus.com)
17498         * gcc.c-torture/execute/20000314-3.c: New test.
17499         * gcc.c-torture/execute/20000314-2.c: New test.
17500         * gcc.c-torture/execute/20000314-1.c: New test.
17501         * gcc.c-torture/compile/20000314-2.c: New test.
17502         * gcc.c-torture/compile/20000314-1.c: New test.
17504 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
17506         * g++.old-deja/g++.warn/inline.C: New test.
17508 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
17510         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
17511         standards-compliant result rather than specific constants.
17512         Put test-values in array.
17514 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
17516         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
17517         (g++_target_compile): Put test-specific options last.
17519 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17521         * g++.old-deja/g++.eh/vbase4.C: New test.
17523 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17525         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
17527 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17529         * g++.old-deja/g++.brendan/misc12.C: Removed.
17530         * g++.old-deja/g++.pt/memtemp77.C: Constify.
17531         * g++.old-deja/g++.ext/pretty4.C: New test.
17533 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17535         * g++.old-deja/g++.other/string2.C: New test.
17537 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
17539         * g++.old-deja/g++.warn/impint2.C: New test.
17541 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
17543         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
17544         is 1, not zero.
17546 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
17548         * g++.old-deja/g++.warn/impint.C: New test.
17549         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
17550         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
17551         * g++.old-deja/g++.pt/explicit12.C: Likewise.
17552         * g++.old-deja/g++.pt/explicit13.C: Likewise.
17553         * g++.old-deja/g++.pt/explicit17.C: Likewise.
17554         * g++.old-deja/g++.pt/explicit18.C: Likewise.
17555         * g++.old-deja/g++.pt/explicit19.C: Likewise.
17556         * g++.old-deja/g++.pt/explicit23.C: Likewise.
17557         * g++.old-deja/g++.pt/explicit31.C: Likewise.
17558         * g++.old-deja/g++.pt/explicit35.C: Likewise.
17559         * g++.old-deja/g++.pt/explicit6.C: Likewise.
17560         * g++.old-deja/g++.pt/memclass7.C: Likewise.
17562 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
17564         * gcc.dg/cpp-redef.c: New test.
17566 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
17568         * g++.old-deja/g++.pt/unify7.C: New test.
17570 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17572         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
17573         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
17575 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
17577         * gcc.c-torture/compile/20000224-1.c: New test.
17579 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17581         * gcc.c-torture/compile/cpp-2.c: New test.
17582         * gcc.c-torture/compile/cpp-1.c: New test.
17584 2000-02-25  Jeffrey A Law  (law@cygnus.com)
17586         * gcc.c-torture/execute/20000225-1.c: New test.
17588 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17590         * gcc.dg/cpp-li2.c: New test.
17592         * gcc.dg/cpp-wi1.c: New test.
17594         * gcc.dg/cpp-li1.c: New test.
17596 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
17598         * g++.old-deja/g++.other/sizeof5.C: New test.
17600 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17602         * gcc.c-torture/execute/va-arg-13.c: New test.
17604 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
17606         * gcc.c-torture/execute/va-arg-12.c: New test.
17608 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17610         * gcc.c-torture/execute/20000223-1.c: New test.
17612 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17614         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
17616 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
17618         * g++.old-deja/g++.abi/ptrmem.C: New test.
17620 2000-02-19  Richard Henderson  <rth@cygnus.com>
17622         * gcc.c-torture/compile/init-3.c: New.
17624 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
17626         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
17627         ALWAYS_CXXFLAGS.
17629 2000-02-11  Robert Lipe <robertl@sco.com>
17631         * gcc.c-torture/compile/20000211-3.c: New test.
17633 2000-02-11  Martin Buchholz <martin@xemacs.org>
17635         * gcc.c-torture/compile/20000211-2.c: New test.
17637 2000-02-11  Jeffrey A Law  (law@cygnus.com)
17639         * gcc.c-torture/compile/20000211-1.c: New test.
17641 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
17643         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
17644           on native targets
17646 2000-02-08  Nathan Sidwell  <nathan@acm.org>
17648         * g++.old-deja/g++.other/cast5.C: New test.
17650 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
17652         * gcc.c-torture/execute/20000205-1.c: New.
17654 2000-02-03  Nathan Sidwell  <nathan@acm.org>
17656         * g++.old-deja/g++.jason/cast3.C: Return void.
17657         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
17659 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17661         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
17663         * gcc.dg/loop-1.c: New test.
17665 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
17667         * gcc.c-torture/compile/20000127-1.c: New test.
17668         * gcc.c-torture/execute/991228-1.c: New test.
17670 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17672         * gcc.dg/unused-2.c: New test.
17674         * gcc.dg/conv-1.c: New test.
17676 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17678         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
17679         compiler.
17680         (tool_option_proc): Fix typo.
17682 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
17684         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
17685         of the ld on the host, not on the build machine.
17686         Also, don't crash if '--help' is not a supported option.
17688 2000-01-24  Richard Henderson  <rth@cygnus.com>
17690         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
17692 2000-01-20  Jeffrey A Law  (law@cygnus.com)
17694         * gcc.c-torture/execute/20000120-2.c: New test.
17695         * gcc.c-torture/execute/20000120-1.c: New test.
17697 2000-01-13  Jeffrey A Law  (law@cygnus.com)
17699         * gcc.c-torture/execute/20000113-1.c: New test.
17701 2000-01-12  Jeffrey A Law  (law@cygnus.com)
17703         * gcc.c-torture/execute/20000112-1.c: New test.
17705 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17707         * gcc.dg/20000111-1.c: New test.
17709 2000-01-10  Jeffrey A Law  (law@cygnus.com)
17711         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
17712         with 16 bit integers.
17714 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17716         * gcc.dg/20000108-1.c: New test.
17718 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17720         * g++.old-deja/g++.ns/koenig8.C: New test.
17722 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17724         * g++.old-deja/g++.other/cast4.C: New test.
17726 2000-01-05  Jeffrey A Law  (law@cygnus.com)
17728         * gcc.c-torture/compile/20000105-2.c: New test.
17729         * gcc.c-torture/compile/20000105-1.c: New test.
17731 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17733         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
17734         references to printf & atoi to conform to ANSI standard.
17735         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
17736         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
17737         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
17738         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
17739         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
17740         * g++.old-deja/g++.brendan/complex1.C: Likewise.
17741         * g++.old-deja/g++.brendan/copy1.C: Likewise.
17742         * g++.old-deja/g++.brendan/copy2.C: Likewise.
17743         * g++.old-deja/g++.brendan/copy3.C: Likewise.
17744         * g++.old-deja/g++.brendan/copy4.C: Likewise.
17745         * g++.old-deja/g++.brendan/copy5.C: Likewise.
17746         * g++.old-deja/g++.brendan/copy6.C: Likewise.
17747         * g++.old-deja/g++.brendan/copy7.C: Likewise.
17748         * g++.old-deja/g++.brendan/copy8.C: Likewise.
17749         * g++.old-deja/g++.brendan/crash11.C: Likewise.
17750         * g++.old-deja/g++.brendan/crash14.C: Likewise.
17751         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
17752         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17753         * g++.old-deja/g++.brendan/delete2.C: Likewise.
17754         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
17755         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
17756         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
17757         * g++.old-deja/g++.brendan/eh1.C: Likewise.
17758         * g++.old-deja/g++.brendan/groff1.C: Likewise.
17759         * g++.old-deja/g++.brendan/init3.C: Likewise.
17760         * g++.old-deja/g++.brendan/misc12.C: Likewise.
17761         * g++.old-deja/g++.brendan/misc7.C: Likewise.
17762         * g++.old-deja/g++.brendan/new2.C: Likewise.
17763         * g++.old-deja/g++.brendan/operators4.C: Likewise.
17764         * g++.old-deja/g++.brendan/operators5.C: Likewise.
17765         * g++.old-deja/g++.brendan/overload2.C: Likewise.
17766         * g++.old-deja/g++.brendan/overload7.C: Likewise.
17767         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
17768         * g++.old-deja/g++.brendan/reference1.C: Likewise.
17769         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
17770         * g++.old-deja/g++.brendan/template24.C: Likewise.
17771         * g++.old-deja/g++.brendan/template3.C: Likewise.
17772         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
17773         * g++.old-deja/g++.jason/inline3.C: Likewise.
17774         * g++.old-deja/g++.jason/opeq.C: Likewise.
17775         * g++.old-deja/g++.law/arg5.C: Likewise.
17776         * g++.old-deja/g++.law/arm7.C: Likewise.
17777         * g++.old-deja/g++.law/ctors11.C: Likewise.
17778         * g++.old-deja/g++.law/cvt8.C: Likewise.
17779         * g++.old-deja/g++.law/init9.C: Likewise.
17780         * g++.old-deja/g++.law/refs4.C: Likewise.
17781         * g++.old-deja/g++.law/template2.C: Likewise.
17782         * g++.old-deja/g++.law/visibility24.C: Likewise.
17783         * g++.old-deja/g++.law/vtable3.C: Likewise.
17784         * g++.old-deja/g++.mike/asm2.C: Likewise.
17785         * g++.old-deja/g++.mike/eh1.C: Likewise.
17786         * g++.old-deja/g++.mike/misc1.C: Likewise.
17787         * g++.old-deja/g++.mike/misc13.C: Likewise.
17788         * g++.old-deja/g++.mike/misc14.C: Likewise.
17789         * g++.old-deja/g++.mike/ns12.C: Likewise.
17790         * g++.old-deja/g++.mike/p1248.C: Likewise.
17791         * g++.old-deja/g++.mike/p3708.C: Likewise.
17792         * g++.old-deja/g++.mike/p3708a.C: Likewise.
17793         * g++.old-deja/g++.mike/p3708b.C: Likewise.
17794         * g++.old-deja/g++.mike/p646.C: Likewise.
17795         * g++.old-deja/g++.mike/p700.C: Likewise.
17796         * g++.old-deja/g++.mike/p783.C: Likewise.
17797         * g++.old-deja/g++.mike/p783a.C: Likewise.
17798         * g++.old-deja/g++.mike/p783b.C: Likewise.
17799         * g++.old-deja/g++.mike/p786.C: Likewise.
17800         * g++.old-deja/g++.mike/p789.C: Likewise.
17801         * g++.old-deja/g++.mike/p789a.C: Likewise.
17802         * g++.old-deja/g++.mike/p807a.C: Likewise.
17803         * g++.old-deja/g++.other/delete3.C: Likewise.
17804         * g++.old-deja/g++.other/dyncast1.C: Likewise.
17805         * g++.old-deja/g++.other/dyncast2.C: Likewise.
17806         * g++.old-deja/g++.other/dyncast3.C: Likewise.
17807         * g++.old-deja/g++.other/empty1.C: Likewise.
17808         * g++.old-deja/g++.other/temporary1.C: Likewise.
17809         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17810         * g++.old-deja/g++.pt/t16.C: Likewise.
17811         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17813 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
17815         * gcc.dg/991230-1.c: New test.
17817 1999-12-29  Jeffrey A Law  (law@cygnus.com)
17819         * gcc.c-torture/compile/991229-3.c: New test.
17820         * gcc.c-torture/compile/991229-2.c: New test.
17821         * gcc.c-torture/compile/991229-1.c: New test.
17823 1999-12-29  Greg McGary <gkm@eng.ascend.com>
17825         * gcc.c-torture/compile/labels-2.c: New test.
17827 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17829         * gcc.c-torture/execute/991227-1.c: New test.
17831 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17833         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17835 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17837         * gcc.c-torture/execute/991221-1.c: New test.
17839 1999-12-20  Nathan Sidwell  <nathan@acm.org>
17841         * g++.old-deja/g++.other/cast3.C: New test.
17843 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
17845         * gcc.c-torture/execute/991216-4.c: New test.
17847 1999-12-16  Michael Meissner  <meissner@cygnus.com>
17849         * gcc.c-torture/execute/991216-1.c: New test.
17850         * gcc.c-torture/execute/991216-2.c: New test.
17851         * gcc.c-torture/execute/991216-3.c: New test.
17853 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17855         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17856         Actually make the test fail by using "-O2" for compilation.
17858 1999-12-15  Nathan Sidwell  <nathan@acm.org>
17860         * g++.old-deja/g++.warn/cast-align1.C: New test.
17862 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17864         * gcc.c-torture/compile/991214-1.c: New test.
17865         * gcc.c-torture/compile/991214-2.c: New test.
17867 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17869         * gcc.dg/991214-1.c: New test.
17871 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17873         * gcc.c-torture/compile/991213-3.c: New test.
17874         * gcc.c-torture/compile/991213-2.c: New test.
17875         * gcc.c-torture/compile/991213-1.c: New test.
17877 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17879         * gcc.dg/991209-1.c: New test.
17881 1999-12-08  Nathan Sidwell <nathan@acm.org>
17883         * gcc.c-torture/compile/991208-1.c: New test.
17885 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17887         * gcc.dg/ultrasp2.c: New test.
17889 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17891         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17893 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17895         * gcc.c-torture/compile/991202-1.c: New test.
17896         * gcc.c-torture/execute/991202-1.c: New test.
17897         * gcc.c-torture/execute/991202-2.c: New test.
17898         * gcc.c-torture/execute/991202-3.c: New test.
17900 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17902         * g++.old-deja/g++.abi/align.C: New test.
17903         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17904         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17906 1999-12-01  Richard Henderson  <rth@cygnus.com>
17908         * gcc.c-torture/execute/991201-1.c: New.
17910 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17912         * gcc.dg/991129-1.c: New test.
17914 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17916         * gcc.c-torture/compile/991127-1.c: New test.
17918 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17920         * g++.old-deja/g++.other/warn4.C: New test.
17922 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17924         * g++.old-deja/g++.eh/cleanup2.C: New test.
17925         * g++.old-deja/g++.ext/pretty2.C: New test.
17926         * g++.old-deja/g++.ext/pretty3.C: New test.
17927         * g++.old-deja/g++.other/debug6.C: New test.
17929 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17931         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17932         compiler_output to look for one error message instead of two.
17934 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17936         * gcc.c-torture/execute/991118-1.c: Also test case
17937         where the word boundary does not split a byte evenly.
17939 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17941         * g++.old-deja/g++.ext/restrict1.C: New test.
17943 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17945         * gcc.c-torture/execute/991118-1.c: New test.
17947 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17949         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17950         working directory pathnames.
17952 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17954         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17955         host is equipped with driver.h and driver.o so it can actually
17956         compile and run the tests.
17958 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17960         * gcc.c-torture/compile/991008-1.c: New test.
17962 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17964         * lib/gcc-dg.exp: Include target-supports.exp
17966 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17968         * lib/target-supports.exp: New file: Provide procs to test for
17969         features supported by the target.
17970         (check_weak_available): Moved here from ecos.exp.
17971         (check_alias_available): New proc: Determine of the target
17972         toolchain supports the alias attribute.
17974         * gcc.dg/special/ecos.exp: Move check_weak_available to
17975         target-supports.exp.
17976         (alias-1.c): Only perform the test if the target supports
17977         aliases.
17978         (wkali-1.c): Only perform the test if the target supports
17979         aliases.
17981         * gcc.dg/990506-0.c: Expect error messages from cross
17982         targets as well as native targets.
17984 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17986         * gcc.dg/ultrasp1.c: Removed xfail.
17987         * gcc.dg/struct-ret-2.c: Likewise.
17988         * gcc.dg/array-1.c: Likewise.
17990 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17992         * gcc.dg/struct-ret-2.c: New test.
17994         * gcc.dg/array-1.c: New test.
17996 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17998         * gcc.c-torture/execute/991030-1.c: New test.
18000 1999-10-26  Richard Henderson  <rth@cygnus.com>
18002         * gcc.c-torture/compile/991026-2.c: New test.
18004 1999-10-26  Jeffrey A Law  (law@cygnus.com)
18006         * gcc.c-torture/compile/991026-1.c: New test.
18008 1999-10-23  Jeffrey A Law  (law@cygnus.com)
18010         * gcc.c-torture/execute/991023-1.c: New test.
18012 1999-10-19  Jeffrey A Law  (law@cygnus.com)
18014         * gcc.c-torture/execute/991019-1.c: New test.
18016 1999-10-16  Richard Henderson  <rth@cygnus.com>
18018         * gcc.c-torture/execute/991016-1.c: New test.
18020 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
18022         * gcc.c-torture/execute/991014-1.c: New test.
18024 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
18026         * g++.old-deja/g++.other/union2.C: New test.
18028 1999-10-13  Nathan Sidwell  <nathan@acm.org>
18030         * g++.old-deja/g++.other/vaarg2.C: New test.
18031         * g++.old-deja/g++.other/vaarg3.C: New test.
18033 1999-10-12  Craig Burley  <craig@jcb-sc.com>
18035         * g77.f-torture/noncompile/19990905-1.f: Moved from being
18036         in compile/.
18038 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
18040         * gcc.c-torture/execute/va-arg-11.c: New test.
18042 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
18044         * lib/file-format.exp (gcc_target_object_format): Don't
18045         crash if objdump is unavailable.
18047 1999-09-29  Donn Terry <donn@interix.com>
18049         * gcc.misc-tests/mg.exp: delete extraneous redirection.
18051 1999-09-28  Nick Clifton  <nickc@cygnus.com>
18053         * gcc.c-torture/compile/990928-1.c: New test.
18055 1999-09-28  Nathan Sidwell  <nathan@acm.org>
18057         * g++.old-deja/g++.other/decl6.C: New test.
18059 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18061         * gcc.c-torture/execute/va-arg-10.c: New test.
18063 1999-09-27  Nathan Sidwell  <nathan@acm.org>
18065         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
18066         __PRETTY_FUNCTION__.
18068 1999-09-23  Nick Clifton  <nickc@cygnus.com>
18070         * gcc.c-torture/execute/990923-1.c: New test.
18072 1999-09-21  Nick Clifton  <nickc@cygnus.com>
18074         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
18075         for which -fpic is inappropriate.
18077 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
18079         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
18081 1999-09-21  Nathan Sidwell  <nathan@acm.org>
18083         * g++.old-deja/g++.other/dyncast1.C: New test.
18084         * g++.old-deja/g++.other/dyncast2.C: New test.
18085         * g++.old-deja/g++.other/dyncast3.C: New test.
18086         * g++.old-deja/g++.other/dyncast4.C: New test.
18087         * g++.old-deja/g++.other/dyncast5.C: New test.
18088         * g++.old-deja/g++.eh/catch3.C: New test.
18089         * g++.old-deja/g++.eh/catch3p.C: New test.
18090         * g++.old-deja/g++.eh/catch4.C: New test.
18091         * g++.old-deja/g++.eh/catch4p.C: New test.
18092         * g++.old-deja/g++.eh/catch5.C: New test.
18093         * g++.old-deja/g++.eh/catch5p.C: New test.
18094         * g++.old-deja/g++.eh/catch6.C: New test.
18095         * g++.old-deja/g++.eh/catch6p.C: New test.
18096         * g++.old-deja/g++.eh/catch7.C: New test.
18097         * g++.old-deja/g++.eh/catch7p.C: New test.
18098         * g++.old-deja/g++.eh/catch8.C: New test.
18099         * g++.old-deja/g++.eh/catch8p.C: New test.
18100         * g++.old-deja/g++.eh/catch9.C: New test.
18101         * g++.old-deja/g++.eh/catch9p.C: New test.
18103 1999-09-13  Nathan Sidwell  <nathan@acm.org>
18105         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
18106         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
18108 1999-09-13  Jeffrey A Law  (law@cygnus.com)
18110         * gcc.c-torture/compile/990913-1.c: New test.
18112 1999-09-10  Nathan Sidwell  <nathan@acm.org>
18114         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
18115         * g++.old-deja/g++.jason/rfg5.C: Likewise.
18117 1999-09-09  Richard Henderson  <rth@cygnus.com>
18119         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
18121 1999-09-09  Nathan Sidwell  <nathan@acm.org>
18123         * g++.old-deja/g++.other/lookup11.C: New test.
18124         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
18125         what is permitted and what we want.
18126         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
18127         overload use.
18128         * g++.old-deja/g++.jason/rfg5.C: Likewise
18130 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
18132         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
18133         * gcc.c-torture/noncompile/poison-1.c: New file.
18135 1999-09-08  Nathan Sidwell  <nathan@acm.org>
18137         * g++.old-deja/g++.other/sizeof3.C: New test.
18138         * g++.old-deja/g++.other/sizeof4.C: New test.
18139         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
18140         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
18142 1999-09-07  Richard Henderson  <rth@cygnus.com>
18144         * gcc.dg/va-arg-1.c: New.
18146 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18148         * gcc.c-torture/execute/va-arg-9.c: New test.
18150 1999-09-05  Craig Burley  <craig@jcb-sc.com>
18152         * g77.f-torture/compile/980519-2.f: New test.
18153         * g77.f-torture/compile/19990905-0.f: New test.
18154         * g77.f-torture/compile/19990905-1.f: New test.
18155         * g77.f-torture/compile/19990905-2.f: New test.
18157         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
18159 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
18161         * gcc.c-torture/execute/990827-1.c: Fix typo.
18163 1999-09-03  Nathan Sidwell  <nathan@acm.org>
18165         * g++.old-deja/g++.other/deref1.C: New test.
18167 1999-09-02  Nathan Sidwell  <nathan@acm.org>
18169         * g++.old-deja/g++.other/ambig2.C: New test.
18170         * g++.old-deja/g++.other/cond5.C: New test.
18171         * g++.old-deja/g++.other/lookup16.C: New test.
18173 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
18175         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
18176         assemblers too.
18178 1999-08-31  Jeffrey A Law  (law@cygnus.com)
18180         * lib/c-torture.exp: Avoid the "compare executables" optimization
18181         when testing native.
18183 1999-08-29  Jeffrey A Law  (law@cygnus.com)
18185         * gcc.c-torture/execute/990829-1.c: New test.
18186         * gcc.c-torture/compile/990829-1.c: New test.
18188 1999-08-27  Paul Burchard  <burchard@pobox.com>
18190         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
18191         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
18192         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
18193         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
18194         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
18195         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
18196         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
18197         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
18198         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
18199         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
18200         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
18202 1999-08-27  Jeffrey A Law  (law@cygnus.com)
18204         * gcc.c-torture/execute/990827-1.c: New test.
18206 1999-08-26  Craig Burley  <craig@jcb-sc.com>
18208         * g77.f-torture/noncompile/19990826-4.f: New test.
18210         * g77.f-torture/compile/19990826-3.f: New test.
18212         * g77.f-torture/execute/19990826-2.f: New test.
18214         * g77.f-torture/compile/19990826-1.f: New test.
18216         * gcc.c-torture/execute/990826-0.c: New test.
18217         * g77.c-torture/execute/19990826-0.f: New test.
18219         * g77.f-torture/noncompile/970626-2.f: New test.
18221 1999-08-25  Paul Burchard  <burchard@pobox.com>
18223         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
18224         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
18225         lss-011.C: New tests.
18227 1999-08-25  Nathan Sidwell  <nathan@acm.org>
18229         * g++.old-deja/g++.other/decl5.C: New test.
18231 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18233         * noncompile/noncompile.exp: Load_lib c-torture.exp.
18234         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
18235         call `postbase' for each one.  All callers of `postbase' changed
18236         to call this instead.
18238 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
18240         * gcc.c-torture/execute/990811-1.c: New test.
18242 1999-08-09  Nick Clifton  <nickc@cygnus.com>
18244         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
18245         just native ones.
18247         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
18248         just native ones.
18250 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
18252         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
18254 1999-08-04  Jeffrey A Law  (law@cygnus.com)
18256         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
18258 1999-08-04  Nathan Sidwell  <nathan@acm.org>
18260         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
18262 1999-08-04  Jeffrey A Law  (law@cygnus.com)
18264         * gcc.c-torture/execute/990804-1.c: New test.
18266 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18268         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
18269         * g++.old-deja/g++.brendan/crash64.C: Likewise
18270         * g++.old-deja/g++.brendan/overload8.C: Likewise
18272 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18274         * g++.old-deja/g++.other/struct1.C: New test.
18276 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18278         * g++.old-deja/g++.other/enum2.C: New test.
18280 1999-08-02  Richard Henderson  <rth@cygnus.com>
18282         Adapted from tests from Franz Sirl:
18283         * gcc.c-torture/execute/va-arg-7.c: New test.
18284         * gcc.c-torture/execute/va-arg-8.c: New test.
18286 1999-08-01  Jeffrey A Law  (law@cygnus.com)
18288         * gcc.c-torture/compile/990801-2.c: New test.
18290         * gcc.c-torture/compile/990801-1.c: New test.
18292 1999-07-27  Michael Meissner  <meissner@cygnus.com>
18294         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
18295         fp-cmp-1.c, converting double to float.
18297         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
18298         fp-cmp-1.c, converting double to long double.
18300         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
18301         from fr1 to unknown_register, since fr1 is a legitimate register
18302         on some machines.
18304 1999-07-25  Jeffrey A Law  (law@cygnus.com)
18306         * README: More listname related changes.
18308 1999-07-08  Catherine Moore  <clm@cygnus.com>
18310         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
18312 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
18314         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
18316 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
18318         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
18320 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
18322         * gcc.dg/990703-1.c: New test.
18324 1999-06-29  Nick Clifton  <nickc@cygnus.com>
18326         * lib/file-format.exp: New file: Move definition of proc
18327         gcc_target_object_format to here from
18328         gcc.dg/special/ecos.exp.
18330         * lib/c-torture.exp: Include lib file-format.exp.
18331         * lib/gcc-dg.exp: Include lib file-format.exp.
18333         * gcc.dg/special/ecos.exp: Remove definition of proc
18334         gcc_target_object_format.
18336 1999-06-28  Jeffrey A Law  (law@cygnus.com)
18338         * gcc.c-torture/execute/990628-1.c: New test.
18340 1999-06-25  Jeffrey A Law  (law@cygnus.com)
18342         * gcc.c-torture/compile/990625-2.c: New test.
18344         * gcc.c-torture/compile/990625-1.c: New test.
18346 1999-06-23  Nick Clifton  <nickc@cygnus.com>
18348         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
18349         attributes compile.
18350         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
18351         ports that use the COFF/PE file format.
18353 1999-06-17  Jeffrey A Law  (law@cygnus.com)
18355         * gcc.c-torture/compile/990617-1.c: New test.
18357 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
18359         * g++.old-deja/g++.other/decl4.C: New test.
18361 1999-06-14  Nathan Sidwell  <nathan@acm.org>
18363         * g++.old-deja/g++.other/bitfld3.C: New test.
18365 1999-06-08  Nathan Sidwell  <nathan@acm.org>
18367         * g++.old-deja/g++.eh/catch1.C: New test.
18369 1999-06-07  Jeffrey A Law  (law@cygnus.com)
18371         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
18373         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
18374         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
18376 1999-06-05  Craig Burley  <craig@jcb-sc.com>
18378         * g77.f-torture/compile/19990502-0.f: Replace with new,
18379         shorter, test that still fails after recent changes.
18381 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18383         * gcc.c-torture/execute/990604-1.c: New test.
18385 1999-05-31  Jeffrey A Law  (law@cygnus.com)
18387         * gcc.c-torture/execute/990531-1.c: New test.
18389 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18391         * gcc.c-torture/compile/990527-1.c: New test.
18393 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
18395         * gcc.c-torture/execute/990527-1.c: New test.
18397 1999-05-25  Nick Clifton  <nickc@cygnus.com>
18399         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
18400         bitfields as signed.
18402 1999-05-25  Craig Burley  <craig@jcb-sc.com>
18404         * g77.f-torture/compile/19990525-0.f: New test.
18406 1999-05-25  Jeffrey A Law  (law@cygnus.com)
18408         * gcc.c-torture/execute/990525-2.c: New test.
18410         * gcc.c-torture/execute/990525-1.c: New test.
18412 1999-05-24  Nathan Sidwell  <nathan@acm.org>
18414         * g++.old-deja/g++.other/anon3.C: New test.
18415         * g++.old-deja/g++.other/anon4.C: New test.
18416         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
18417         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
18418         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
18419         Merrill).
18421 1999-05-24  Jeffrey A Law  (law@cygnus.com)
18423         * gcc.c-torture/execute/990524-1.c: New test.
18425         * gcc.dg/990524-1.c: New test.
18427 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18429         * gcc.c-torture/compile/990523-1.c: New test.
18431 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
18433         * gcc.c-torture/compile/990519-1.c: New test.
18435 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18437         * gcc.c-torture/compile/990517-1.c: New test.
18439         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
18440         (e4, f4): New tests.
18441         (main): Call them.
18443 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18445         * gcc.dg/noreturn-1.c: New test.
18447 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
18449         * gcc.c-torture/execute/990513-1.c: New test.
18451 1999-05-10  Richard Henderson  <rth@cygnus.com>
18453         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
18455 1999-05-10  Craig Burley  <craig@jcb-sc.com>
18457         * g77.f-torture/execute/erfc.f: Use small single-precision
18458         values, to avoid problems on Alphas when not -mieee.
18460 1999-05-08  Craig Burley  <craig@jcb-sc.com>
18462         * gcc.dg/990506-0.c: New test.
18464 1999-05-08  Richard Henderson  <rth@cygnus.com>
18466         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
18467         the constant to test.  Don't XFAIL 64-bit targets.
18469         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
18470         * g++.old-deja/g++.law/profile1.C: Likewise.
18472         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
18473         operator new instances.
18474         * g++.old-deja/g++.other/delete5.C: Likewise.
18476 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18478         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
18479         intrinsic.
18481 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18483         * g77.f-torture/execute/u77-test.f: Reverse order of two
18484         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
18486 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18488         * gcc.dg/compare1.c: New test.
18490 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18492         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
18493         New tests.
18495 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18497         * g77.f-torture/compile/19990502-1.f: New test.
18499 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18501         * g77.f-torture/compile/19990502-0.f: New test.
18503 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18505         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
18506         intrinsic.
18508 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18510         * g77.f-torture/execute/u77-test.f (main): List libU77
18511         intrinsics not currently tested.
18512         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
18513         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
18514         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
18515         Trim blanks off the ends of some printed strings.
18517 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18519         * g77.f-torture/execute/u77-test.f (main): Just warn about
18520         FSTAT gid disagreement, as it's expected on some systems.
18522 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18524         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
18525         use a new function, which allows for some slop.
18526         Clean up some commentary.
18527         (issum): The new function.
18528         (sgladd): Deleted subroutine.
18530 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18532         * g77.f-torture/execute/u77-test.f: Modify to be more like
18533         libf2c/libU77 version, bringing patches to that version here.
18534         Add suitable commentary.
18536 1999-04-25  Richard Henderson  <rth@cygnus.com>
18538         * gcc.dg/990424-1.c: New test.
18540 1999-04-24  Craig Burley  <craig@jcb-sc.com>
18542         * g77.f-torture/execute/u77-test.f (main): Bug involving
18543         LSTAT has been fixed, so turn back on full checking.
18545 1999-04-20  Craig Burley  <craig@jcb-sc.com>
18547         * g77.f-torture/compile/19990419-0.f: New test.
18548         * g77.f-torture/execute/19990419-1.f: New test.
18550 1999-04-17  Richard Henderson  <rth@cygnus.com>
18552         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
18553         to avoid the need for a prototype to supress a warning.
18555 1999-04-07  Jim Wilson  <wilson@cygnus.com>
18557         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
18559 1999-04-04  Jeffrey A Law  (law@cygnus.com)
18561         * gcc.c-torture/execute/990404-1.c: New test.
18563 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18565         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
18566         * gcc.dg/cpp-if3.c: Don't use -pedantic.
18567         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
18568         missing initializer warnings.
18570 1999-03-28  Jeffrey A Law  (law@cygnus.com)
18572         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
18573         matching strings.
18575 1999-03-26  Jeffrey A Law  (law@cygnus.com)
18577         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
18579 1999-03-26  Craig Burley  <craig@jcb-sc.com>
18581         * g77.f-torture/execute/19990325-0.f: New test.
18582         * g77.f-torture/execute/19990325-1.f: New test.
18584 1999-03-24  Jeffrey A Law  (law@cygnus.com)
18586         * gcc.c-torture/execute/990324-1.c: New test.
18588 1999-03-22  Jim Wilson  <wilson@cygnus.com>
18590         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
18591         test with 4.
18593 1999-03-17  Richard Henderson  <rth@cygnus.com>
18595         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
18597 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18599         * g77.f-torture/execute/19990313-2.f: New test.
18600         * g77.f-torture/execute/19990313-3.f: New test.
18602 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18604         * g77.f-torture/execute/19990313-0.f: New test.
18605         * g77.f-torture/execute/19990313-1.f: New test.
18607 1999-03-12  Jim Wilson  <wilson@cygnus.com>
18609         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
18610         printf to sprintf.
18611         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
18612         (main): Add check for u15.  Conditionalize u31 check depending on
18613         whether ints are <32 bits or >=32 bits.
18615 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18617         * g77.f-torture/execute/19981119-0.f: Improve testiness.
18619 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18621         * g77.f-torture/compile/19990305-0.f: New test.
18622         * g77.f-torture/execute/19981119-0.f: New test.
18624 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18626         * g77.f-torture/execute/970625-2.f: call ABORT if final
18627         result is not correct, instead of just printing it.
18628         Add this checking via newly introduced obfuscation, to
18629         trip up buggy front ends.
18631 1999-03-07  Craig Burley  <craig@jcb-sc.com>
18633         * g77.f-torture/compile/960317-1.f: Moved from being
18634         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
18636 1999-03-06  Craig Burley  <craig@jcb-sc.com>
18638         * g77.f-torture/execute/960317-1.f: New (old) test.
18639         * g77.f-torture/execute/970625-2.f: Ditto.
18641 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
18643         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
18644         message on line 1 or line 2; cccp and cpplib do this differently.
18646 1999-03-01  Jeffrey A Law  (law@cygnus.com)
18648         * g++.old-deja/g++.law/weak1.C: New test.
18650 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18652         * gcc.c-torture/execute/990119-1.c: Renamed to...
18653         * gcc.dg/990119-1.c: this, so it will only be tested once
18654         (it's a preprocessor test, it doesn't need to be run at
18655         multiple optimization levels).
18657 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18659         * lib/g++.exp: Don't add incdir=$base_dir/../include to
18660           ALWAYS_CXXFLAGS.
18662 1999-02-24  Craig Burley  <craig@jcb-sc.com>
18664         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
18665         * g77.f-torture/compile/19981216-0.f: ...as it is expected
18666         to not be compilable by current g77.
18668 1999-02-24  Nick Clifton  <nickc@cygnus.com>
18670         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
18672 1999-02-22  Jeffrey A Law  (law@cygnus.com)
18674         * gcc.c-torture/execute/990222-1.c: New test.
18676 1999-02-19  Craig Burley  <craig@jcb-sc.com>
18678         * g77.f-torture/compile/19990218-0.f: New test.
18679         * g77.f-torture/noncompile/19990218-1.f: New test.
18681 1999-02-18  Craig Burley  <craig@jcb-sc.com>
18683         * g77.f-torture/compile/19981216-0.f: New test.
18685 1999-02-14  Jeffrey A Law  (law@cygnus.com)
18687         * gcc.dg/990214-1.c: New test.
18689 1999-02-13  Jeffrey A Law  (law@cygnus.com)
18691         * gcc.dg/990213-2.c: New test.
18693         * gcc.dg/990213-1.c: New test.
18695 1999-02-12  Jeffrey A Law  (law@cygnus.com)
18697         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
18698         ints.
18700 1999-02-11  Nick Clifton  <nickc@cygnus.com>
18702         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
18703         specified by target.
18705         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
18707 1999-02-11  Jeffrey A Law  (law@cygnus.com)
18709         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
18711 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18713         * gcc.dg/special/ecos.exp: New test driver for new tests with
18714         special requirements.
18716         * gcc.dg/special/alias-1.c: New test.
18717         * gcc.dg/special/gcsec-1.c: New test.
18718         * gcc.dg/special/weak-1.c: New test.
18719         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
18720         * gcc.dg/special/weak-2.c: New test.
18721         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
18722         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
18723         * gcc.dg/special/wkali-1.c: New test.
18724         * gcc.dg/special/wkali-2.c: New test.
18725         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
18726         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
18728 1999-02-10  Felix Lee  <flee@cygnus.com>
18730           * lib/c-torture.exp (c-torture-compile): Pull out code for
18731           analyzing gcc error messages.
18732           (c-torture-execute): Likewise.  Fix some (harmless) false
18733           positives.
18734           * lib/gcc.exp (gcc_check_compile): New function.
18736 1999-02-08  Richard Henderson  <rth@cygnus.com>
18738         * gcc.c-torture/execute/990208-1.c: New test.
18740 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18742         * g++.dg/special/ecos.exp: New driver for new tests with special
18743         requirements
18745         * g++.dg/special/conpr-1.C: New test
18746         * g++.dg/special/conpr-2.C: New test
18747         * g++.dg/special/conpr-2a.C: New test
18748         * g++.dg/special/conpr-3.C: New test
18749         * g++.dg/special/conpr-3a.C: New test
18750         * g++.dg/special/conpr-3b.C: New test
18752         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
18753         allow g++ to use the dg driver
18755         * README: Add comment about g++.dg directory
18757 1999-02-06  Jeffrey A Law  (law@cygnus.com)
18759         * README: Update email addresses.
18761 1999-02-03  Nick Clifton  <nickc@cygnus.com>
18763         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
18764         arguments in order to force structure S onto the stack even on
18765         the alpha.
18766         (test): Pass 10 leading arguments to function foo as well as the
18767         structure S.
18769         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
18770         failure for all targets.
18772         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
18773         abort to terminate program execution.
18775 1999-01-30  Richard Henderson  <rth@cygnus.com>
18777         * gcc.c-torture/execute/990130-1.c: New test.
18779 1999-01-30  Jeffrey A Law  (law@cygnus.com)
18781         * gcc.dg/990130-1.c: New test.
18783 1999-01-28  Michael Meissner  <meissner@cygnus.com>
18785         * gcc.c-torture/execute/990128-1.c: New test.
18787 1999-01-27  Michael Meissner  <meissner@cygnus.com>
18789         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18791 1999-01-27  Felix Lee  <flee@cygnus.com>
18793         * lib/c-torture.exp (c-torture-compile): pull out code for
18794         analyzing gcc error messages.
18795         (c-torture-execute): ditto, and fix some (harmless) false
18796         positives.
18797         * lib/gcc.exp (gcc_check_compile): new function.
18799 1999-01-17  Jeffrey A Law  (law@cygnus.com)
18801         * gcc.dg/990117-1.c: New test.
18803         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18805         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18807 1999-01-15  Jeffrey A Law  (law@cygnus.com)
18809         * g77.f-torture/compile/990115-1.f: New test.
18811 1999-01-07  Jeffrey A Law  (law@cygnus.com)
18813         * gcc.c-torture/compile/990107-1.c: New test
18815 1999-01-06  Jeffrey A Law  (law@cygnus.com)
18817         * gcc.c-torture/execute/990106-2.c: New test.
18819         * gcc.c-torture/execute/990106-1.c: New test.
18821 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
18823         * gcc.c-torture/compile/981223-1.c: New test.
18825 1998-12-29  Richard Henderson  <rth@cygnus.com>
18827         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18828         (opt3): Rename from opt4 and disable.
18830 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
18832         * g++.old-deja/g++.pt/ptrmem5.C: New test.
18834 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18836         * g++.old-deja/g++.other/conv5.C: New test.
18838 1998-12-14  Nick Clifton  <nickc@cygnus.com>
18840         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18842 1998-12-11  Jeffrey A Law  (law@cygnus.com)
18844         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18846 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
18848         * gcc.c-torture/compile/981211-1.c: New test.
18850 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
18852         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18854         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18856 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18858         * gcc.special/930510-1.c: Make C9X safe.
18859         * gcc.misc-tests/gcov-1.c Similarly.
18860         * gcc.misc-tests/gcov-2.c Similarly.
18862 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18864         * gcc.dg/ultrasp1.c: New test.
18866 1998-12-06  Richard Henderson  <rth@cygnus.com>
18868         * gcc.c-torture/execute/981206.c: New test.
18870 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18872         * g++.old-deja/g++.ns/template7.C: New test.
18874         * g++.old-deja/g++.other/expr1.C: New test.
18876         * g++.old-deja/g++.eh/tmpl3.C: New test.
18878         * g++.old-deja/g++.eh/tmpl2.C: New test.
18880 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18882         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18883         * g++.old-deja/g++.other/using6.C: Removed.
18884         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18886         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18888 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18890         * g++.old-deja/g++.pt/overload8.C: New test.
18892         * g++.old-deja/g++.pt/overload7.C: New test.
18894         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18896         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18897         and relinking messages.
18898         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18899         compiling with -frepo.
18901 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18903         * g++.old-deja/g++.pt/lookup6.C: New test.
18905 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18907         * gcc.c-torture/execute/981130-1.c: New test.
18908         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18910 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18912         * g++.old-deja/g++.pt/explicit76.C: New test.
18914         * g++.old-deja/g++.pt/friend38.C: New test.
18916         * g++.old-deja/g++.ns/crash2.C: New test.
18918         * g++.old-deja/g++.pt/defarg8.C: New test.
18920         * g++.old-deja/g++.pt/instantiate6.C: New test.
18922         * g++.old-deja/g++.pt/static6.C: New test.
18924         * g++.old-deja/g++.pt/decl2.C: New test.
18926 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18928         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18929         problem is actually related with name lookup, but so what? :-)
18931         * g++.old-deja/g++.pt/friend37.C: New test.
18933 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18935         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18936         element, which fails on some systems.
18938         * g77.f-torture/execute/labug1.f: New test.
18940 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18942         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18943         is defined.
18945 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18947         * g77.f-torture/compile/981117-1.f: New test.
18949 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18951         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18952         properly discarded.
18954 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18956         * gcc.c-torture/execute/memcheck: New directory of tests for
18957         -fcheck-memory-usage.
18959 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18961         * README: New file, general information about the testsuite and
18962         new description of the various C++ test subdirectories.
18963         * README.g++: Eliminate obsolete information, update and move most
18964         relevant stuff to README.
18966 1998-11-07  Richard Henderson  <rth@cygnus.com>
18968         * gcc.c-torture/compile/981107-1.c: New test.
18970 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18972         * execute/memcpy-bi.c: New testcase.
18974 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18976         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18977         base classes.
18979         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18980         template is selected.
18982         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18983         classes, it should be accepted for all types.
18985         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18987         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18988         specializations start with template headers.
18990 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18992         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18994         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18995         non-POD types.
18997 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18999         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
19001 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
19003         * compile/981022-1.c, compile/981022-1.x: New test and driver.
19005 1998-10-19  Jeffrey A Law  (law@cygnus.com)
19007         * 981019-1.c: New test.
19009 1998-10-14  Robert Lipe <robertl@dgii.com>
19011         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
19012         find objc headers.
19014 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
19016         * compile/981001-4.c: Remove use of GCC extension that triggers a
19017         compiler bug.
19019 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
19021         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
19023 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
19025         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
19026         instantiation of template produces incorrect code for delete
19027         expression.
19029         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
19030         constructors' name is not unique.
19031         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
19032         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
19034         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
19035         automatic array of const is ill-formed.
19037         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
19038         of template parameter?
19040         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
19041         const.
19043         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
19044         pointer-to-member expression.
19046         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
19047         declaration causes ICE.
19049 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
19051         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
19052         reserved in the global namespace.
19054         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
19055         generate needed virtual table.
19057         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
19059 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
19061         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
19062         template-dependent type
19064 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
19066         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
19067         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
19068         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
19070         * g++.old-deja/g++.other/using5.C: New test; using decl from base
19071         class should be usable as argument of member function.
19072         * g++.old-deja/g++.other/using6.C: New test; using decl from base
19073         class should be usable as return type of member function.
19074         * g++.old-deja/g++.other/using7.C: New test; using decl from base
19075         class should be usable as type of data member.
19077         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
19079 1998-10-09  Jeffrey A Law  (law@cygnus.com)
19081         * gcc.c-torture/special/920521-1.c: Fix bogus test.
19083 1998-10-08  Nick Clifton  <nickc@cygnus.com>
19085         * gcc.dg/dll-?.c Add thumb to target list.
19086         Fix assembler scan patterns to match current assembler output.
19088 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
19090         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
19091         matching of template brackets.
19093         * g++.old-deja/g++.other/using4.C: New test.  Test using
19094         declarations of methods from base classes.
19096         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
19097         within functions should introduce names into the innermost
19098         enclosing namespace.
19100         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
19101         of static locals if first initialization throws.
19103 1998-10-07  Jim Wilson  <wilson@cygnus.com>
19105         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
19107 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
19109         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
19110         lose track of the possible targets of tablejump insns.
19111         * special/special.exp: Run it.
19113 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
19115         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
19116         must be declared before its specializations can be named in friend
19117         declarations.
19119 1998-10-05  Dave Love  <d.love@dl.ac.uk>
19121         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
19123         * g77.f-torture/execute/io1.f: New test.
19125 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
19127         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
19128         with pointer to template function, for which no argument deduction
19129         is possible.
19131         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
19132         specialization of template function as argument to template
19133         function.
19135         * g++.old-deja/g++.other/access2.C: New test; Inner class
19136         shouldn't have privileged access to Outer's names.
19138 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
19140         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
19141         friend template declared within template class conflicts with
19142         nested class of the same name.
19144         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
19145         is ignored.
19147         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
19148         object with direct initializer as function declaration.
19150         * g++.old-deja/g++.other/decl2.C: New test; duplicate
19151         initializers.
19153         * g++.old-deja/g++.other/null2.C: New test; conditional operator
19154         involving const pointer and NULL produces incorrect result.
19156         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
19157         type name without `typename' should be rejected with -pedantic.
19159 1998-10-02  Richard Henderson  <rth@cygnus.com>
19161         * g++.old-deja/g++.other/addrof1.C: New test.
19163 1998-10-01  Nick Clifton  <nickc@cygnus.com>
19165         * gcc.c-torture/compile/981001-1.c: New test.
19166         * gcc.c-torture/execute/981001-1.c: New test.
19168 1998-10-01  Jeffrey A Law  (law@cygnus.com)
19170         * gcc.c-torture/compile/981001-2.c: New test.
19171         * gcc.c-torture/compile/981001-3.c: New test.
19172         * gcc.c-torture/compile/981001-4.c: New test.
19174 1998-10-01  Robert Lipe  <robertl@dgii.com>
19176         * lib/objc.exp (objc_target_compile): Add -L during compiles for
19177         multilibbed hosts.   Idea grafted from g77.exp.
19179 1998-09-30  Dave Love  <d.love@dl.ac.uk>
19181         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
19182         avoid losing on systems which need -lsocket.
19184 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
19186         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
19187         * g++.old-deja/g++.other/nested2.C: Ditto.
19188         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
19189         failure.
19191 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
19193         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
19194         preferred over template operator!= for enum bitfields.
19196 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
19198         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
19199         that happen to have the same base name, but in different scopes,
19200         are incorrectly rejected.
19202 1998-09-16  Richard Henderson  <rth@cygnus.com>
19204         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
19205         on the native word size instead of an integer literal.
19207 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
19209         * g++.old-deja/g++.other/static2.C: Invocation of static data
19210         member of type pointer-to-function denoted as non-static member.
19212         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
19213         checks involving function types and aliases.
19215 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
19217         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
19218         redefined to the same non-trivial type.
19220         * g++.old-deja/g++.pt/explicit73.C: Test for proper
19221         namespace-qualification of template specializations declared in
19222         other namespaces.
19224         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
19225         to declare a subset of the specializations of a template function
19226         as friends of specializations of a template class.
19228         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
19229         member templates that do not fully specialize the enclosing
19230         template class are rejected.
19232 1998-09-11  Dave Love  <d.love@dl.ac.uk>
19234         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
19236 1998-09-08  Dave Love  <d.love@dl.ac.uk>
19238         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
19239         altered from libf2c/libU77 version.
19241 1998-09-06  Dave Love  <d.love@dl.ac.uk>
19243         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
19245 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
19247         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
19248         (un)signed char are different types for template specialization
19249         purposes.
19251 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
19253         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
19254         * objc: ObjC testsuite.
19256 1998-08-31  Catherine Moore  <clm@cygnus.com>
19258         * gcc.c-torture/execute/941014-1.x:  New file.
19260 1998-08-31  Nick Clifton  <nickc@cygnus.com>
19262         * lib/c-torture.exp: Add support for
19263         torture_eval_before_compile and torture_eval_before_execute
19264         variables.
19266 1998-08-30  Jeffrey A Law  (law@cygnus.com)
19268         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
19269         this test triggers valid.
19271 1998-08-27  Jeffrey A Law  (law@cygnus.com)
19273         * gcc.dg/980827-1.c: New test.
19275 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
19277         * gcc.c-torture/execute/loop-4b.c: New test.
19279 1998-08-26  Nick Clifton  <nickc@cygnus.com>
19281         * lib/c-torture.exp: Add support for
19282         torture_eval_before_compile and torture_eval_before_execute
19283         variables.
19285 1998-08-25  Jeffrey A Law  (law@cygnus.com)
19287         * gcc.c-torture/compile/980825-1.c: New test.
19289 1998-08-24  Nick Clifton  <nickc@cygnus.com>
19291         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
19292         count number tests in opt_t0 not good_t0.
19294 1998-08-24  Jeffrey A Law  (law@cygnus.com)
19296         * gcc.c-torture/compile/930326-1.x: Fix typo.
19298 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
19300         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
19301         causes an ICE.
19303 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19305         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
19306         STACK_SIZE is defined.
19307         * gcc.c-torture/unsorted/stuct.c: Similarly.
19309         * gcc.c-torture/compile/980821-1.c: New test.
19311 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19313         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
19315 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
19317         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
19318         code.
19320 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
19322         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
19323         error'.
19325 1998-08-18  Jeffrey A Law  (law@cygnus.com)
19327         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
19329 1998-08-16  Jeffrey A Law  (law@cygnus.com)
19331         * gcc.c-torture/compile/980816-1.c: New test.
19333         * gcc.dg/980816-1.c: New test.
19335 1998-08-13  Jeffrey A Law  (law@cygnus.com)
19337         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
19338         compiler for ieee tests.
19340 1998-08-01  Dave Love  <d.love@dl.ac.uk>
19342         * g77.f-torture/compile/980729-0.f: New test.
19344 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
19346         * gcc.c-torture/special/eeprof-1.c: New test, for
19347         -finstrument-functions.
19348         * gcc.c-torture/special/special.exp: Run it.
19350 1998-07-29  Jeffrey A Law  (law@cygnus.com)
19352         * gcc.c-torture/compile/980729-1.c: New test.
19354 1998-07-27  Nick Clifton  <nickc@cygnus.com>
19356         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
19357         __thumb__ is defined, and test for ARM style doubles if so.
19359 1998-07-26  Dave Love  <d.love@dl.ac.uk>
19361         * g77.f-torture/noncompile/980615-0.f: New test.
19363 1998-07-26  H.J. Lu  (hjl@gnu.org)
19365         * gcc.dg/980312-1.c: Do link instead of compile.
19366         * gcc.dg/980313-1.c: Likewise.
19368 1998-07-26  Jeffrey A Law  (law@cygnus.com)
19370         * gcc.c-torture/compile/980726-1.c: New test.
19372 1998-07-25  Dave Love  <d.love@dl.ac.uk>
19374         * g77.f-torture/execute/io0.f: New test.
19376 1998-07-24  Nick Clifton  <nickc@cygnus.com>
19378         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
19379         an int.
19381 1998-06-18  Michael Meissner  <meissner@cygnus.com>
19383         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
19384         m32r bugs.
19386 1998-07-17  Nick Clifton  <nickc@cygnus.com>
19388         * gcc.dg/980626-1.c: Expect failures for all toolchains until
19389         c-decl.c:grokdeclarator can handle mode attributes.
19391 1998-07-16  Jeffrey A Law  (law@cygnus.com)
19393         * gcc.c-torture/execute/980716-1.c: New test.
19395 1998-07-13  Jeffrey A Law  (law@cygnus.com)
19397         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
19398         the mn10200.
19399         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
19400         the mn10200.
19401         * gcc.c-torture/execute/va-arg-3.x: Similarly.
19402         * gcc.c-torture/compile/930326-1.x: Similarly.
19404 1998-07-13  Dave Love  <d.love@dl.ac.uk>
19406         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
19407         New test from Craig.
19409 1998-07-12  Dave Love  <d.love@dl.ac.uk>
19411         * g77.f-torture/noncompile/980616-0.f: New test.
19413         * g77.f-torture/execute/970816-3.f:  New test from Craig.
19415 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19417         *  g++.other/singleton.C: Return error value instead of taking
19418         SIGSEGV.
19420 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
19422         *  g++.other/singleton.C: New test.   Warning is under dispute.
19423         Runtime crash is not.
19425 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19427         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
19428         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
19429         using6.C, using7.C}:  New namespace tests.
19431 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
19433         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
19434         specialization with typedef'ed names used as array indexes.
19436 1998-07-09  Jeffrey A Law  (law@cygnus.com)
19438         * gcc.c-torture/execute/980709-1.c: New test.
19440         * gcc.dg/980709-1.c: New test.
19442 1998-07-07  Richard Henderson  <rth@cygnus.com>
19444         * gcc.c-torture/execute/bcp-1.c: New test.
19446 1998-07-07  Jeffrey A Law  (law@cygnus.com)
19448         * gcc.c-torture/execute/980707-1.c: New test.
19450 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
19452         * gcc.c-torture/compile/980706-1.c: New test.
19454 1998-07-01  Dave Love  <d.love@dl.ac.uk>
19456         * g77.f-torture/execute/980701-0.f,
19457         g77.f-torture/execute/980701-1.f: New test from Craig.
19459 1998-07-01  Jeffrey A Law  (law@cygnus.com)
19461         * gcc.c-torture/compile/980701-1.c: New test.
19463         * gcc.c-torture/execute/980701-1.c: New test.
19465 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
19466 rlsruhe.de>
19468         * g++.old-deja/g++.robertl/eb132.C: New test.
19469         * g++.old-deja/g++.robertl/eb133.C: Likewise.
19471 1998-06-29  Dave Love  <d.love@dl.ac.uk>
19473         * g77.f-torture/execute/980628-7.f,
19474         g77.f-torture/execute/980628-8.f,
19475         g77.f-torture/execute/980628-9.f,
19476         g77.f-torture/execute/980628-10.f: New tests from Craig.
19478         * g77.f-torture/execute/980628-3.f: Remove mail headers.
19480 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19482         * g77.f-torture/execute/980628-4.f: New test from Craig.
19483         * g77.f-torture/execute/980628-5.f: Likewise.
19484         * g77.f-torture/execute/980628-2.f: Likewise.
19485         * g77.f-torture/execute/980628-0.f: Likewise.
19486         * g77.f-torture/execute/980628-1.f: Likewise.
19487         * g77.f-torture/execute/980628-3.f: Likewise.
19488         * g77.f-torture/execute/980628-6.f: Likewise.
19490 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19492         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
19493         directory when nothing has been installed yet.
19495 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
19497         * gcc.c-torture/special/special.exp: Handle newer versions of
19498         dejagnu.
19500 1998-06-26  Jeffrey A Law  (law@cygnus.com)
19502         * gcc.dg/980626-1.c: New test.
19504 1998-06-19  Bruno Haible <haible@ilog.fr>
19506         * gcc.misc-tests/m-un-2.c: New test.
19507         * g++.old-deja/g++.other/warn01.c: Likewise.
19509 1998-06-19  Robert Lipe  <robertl@dgii.com>
19511         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
19512         compatibility with assmblers with a different comment character.
19513         Eliminate use of GAS-specific extensions.
19515 1998-06-19  Jeffrey A Law  (law@cygnus.com)
19517         * gcc.c-torture/execute/ieee/980619-1.c: New test.
19519 1998-06-19  Robert Lipe  <robertl@dgii.com>
19521         *lib/g77.exp: Replace search for libf2c.a with search for newly
19522         renamed libg2c.a
19524 1998-06-17  Jeffrey A Law  (law@cygnus.com)
19526         * gcc.c-torture/execute/980617-1.c: New test.
19528 1998-06-12  Jeffrey A Law  (law@cygnus.com)
19530         * gcc.c-torture/execute/980612-1.c: New test.
19532 1998-06-08  Jeffrey A Law  (law@cygnus.com)
19534         * gcc.dg/980523-1.c: Only test on ppc-linux.
19535         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
19537         * gcc.c-torture/execute/980608-1.c: New test.
19539 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
19541         * gcc.c-torture/execute/980605-1.c: New test.
19543 1998-06-04  Jeffrey A Law  (law@cygnus.com)
19545         * gcc.c-torture/execute/980604-1.c: New test.
19547 1998-06-02  Jeffrey A Law  (law@cygnus.com)
19549         * gcc.c-torture/execute/980602-1.c: New test.
19550         * gcc.c-torture/execute/980602-2.c: Likewise.
19552 1998-06-02  Dave Love  <d.love@dl.ac.uk>
19554         * 970125-0.f: Fix per JCB.  Add commentary.
19556 1998-05-31  Michael Meissner  <meissner@cygnus.com>
19558         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
19559         IEEE -0 support.
19561 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
19563         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
19564         earlier.
19566 1998-05-28  Catherine Moore <clm@cygnus.com>
19568         * gcc.c-torture/execute/980526-3.c: New test.
19570 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
19572         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
19573         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
19574         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
19575         m88k-motorola-sysv3 to XFAIL.
19577 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19579         * gcc.dg/980526-1.c: New test.
19580         * gcc.c-torture/execute/980526-2.c: New test.
19582 1998-05-26  Jeffrey A Law  (law@cygnus.com)
19584         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
19586         * gcc.c-torture/execute/980526-1.c: New test.
19588 1998-05-26  Dave Love  <d.love@dl.ac.uk>
19590         * g77.f-torture/execute/alpha2.f: Add runtime test.
19592 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
19594         * g++.old-deja/old-deja.exp: Strip leading directories.
19596         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
19597         error for the line.  Don't run multiple tests for the same line.
19599 1998-05-23  Jeffrey A Law  (law@cygnus.com)
19601         * gcc.dg/980523-1.c: New test.
19603 1998-05-23  Dave Love  <d.love@dl.ac.uk>
19605         * g77.f-torture/compile/970915-0.f: New test.
19607 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
19609         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
19611 1998-05-21  Jeffrey A Law  (law@cygnus.com)
19613         * gcc.dg/980520-1.c: New test.
19615 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
19617         * gcc.dg/980502-1.c: Fix return type.
19619 1998-05-20  Jeffrey A Law  (law@cygnus.com)
19621         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
19622         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
19623         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
19624         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
19625         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
19627 1998-05-20  Dave Love  <d.love@dl.ac.uk>
19629         * g77.f-torture/execute/980520-1.f: New test.
19631 1998-05-15  Dave Love  <d.love@dl.ac.uk>
19633         * lib/mike-g77.exp: New file.
19635         * g77.f-torture/noncompile/noncompile.exp,
19636         g77.f-torture/noncompile/check0.f: New files.
19638 1998-05-14  Dave Love  <d.love@dl.ac.uk>
19640         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
19641         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
19642         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
19643         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
19644         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
19645         abort where appropriate.
19647 1998-05-05  Michael Meissner  <meissner@cygnus.com>
19649         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
19650         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
19652 1998-04-29  Dave Love  <d.love@dl.ac.uk>
19654         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
19656 1998-04-27  Dave Love  <d.love@dl.ac.uk>
19658         * g77.f-torture/compile/980427-0.f: New test.
19660 1998-04-24  Dave Love  <d.love@dl.ac.uk>
19662         * g77.f-torture/compile/980424-0.f: New test.
19664 1998-04-19  Dave Love  <d.love@dl.ac.uk>
19666         * g77.f-torture/compile/980419-2.f (main): New test.
19667         * g77.f-torture/compile/970125-0.f: New test.
19668         * g77.f-torture/compile/980419-1.f: New test.
19670 1998-04-08  Jim Wilson  <wilson@cygnus.com>
19672         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
19673         of loop-4.c.
19675 1998-04-07  Jim Wilson  <wilson@cygnus.com>
19677         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
19679 1998-04-03  Jim Wilson  <wilson@cygnus.com>
19681         * gcc.c-torture/compile/980329-1.c: New test.
19683 1998-03-18  Jim Wilson  <wilson@cygnus.com>
19685         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
19686         * gcc.dg/980312-1.c: Fix typo in -march command.
19688 1998-03-16  H.J. Lu  (hjl@gnu.org)
19690         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
19692 1998-03-11  Robert Lipe  <robertl@dgii.com>
19694         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
19695         Dave Love agree the Fortran source is bogus.
19697 1998-03-11  Robert Lipe  <robertl@dgii.com>
19699         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
19700         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
19701         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
19702         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
19703         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
19705 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
19707         * g++.old-deja/g++.other/friend1.C: New test.
19709 1998-02-18  Dave Love  <d.love@dl.ac.uk>
19711         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
19712         possibly uninitialized) variables and declare dnrm2.
19714 1998-02-23  Robert Lipe <robertl@dgii.com>
19716         From Bruno Haible <haible@ilog.fr>:
19717         * gcc.c-torture/execute/980223.c: New test.
19719 1998-02-13  Jeffrey A Law  (law@cygnus.com)
19721         * gcc.dg/ifelse-1.c: New test.
19723 1998-02-09  H.J. Lu  (hjl@gnu.org)
19725         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
19727           * lib/old-dejagnu.exp (old-dejagnu): Added the
19728           "execution test - XFAIL *-*-*" handling in the spirit of
19729           "excess errors test -". Changed the "execution test fails"
19730           handling to be like "excess errors test fails".
19731           * Update various tests accordingly.
19733 1998-02-06  Jim Wilson  <wilson@cygnus.com>
19735         * gcc.c-torture/execute/980205.c: New test.
19737 1998-01-18  Jeffrey A Law  (law@cygnus.com)
19739         * lib/c-torture.exp: Look for .x files instead of .cexp files.
19740         * lib/f-torture.exp: Similarly.
19741         * gcc.c-torture: Rename all .cexp files to .x files.
19743 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
19745         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
19746         (940510-1.c): Removed duplicate.
19747         (971104-1.c): New test.
19749 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
19751           * lib/f-torture.exp: Improve error and loop detection.
19753 1997-11-19  Michael Meissner  <meissner@cygnus.com>
19755         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
19756         use that to size the filler array.
19758 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
19760         * lib/c-torture.exp(c-torture-execute): Fix typo.
19762         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
19763         testcase as the executable name. Keep the executable around if
19764         the test fails.
19766 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
19768         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
19769         changes.  Only test one -g option, and move it to the end of the
19770         list of options to test.
19772 1997-09-19  Michael Meissner  <meissner@cygnus.com>
19774         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
19775         variable GCC_TORTURE_OPTIONS to supply default switches separated
19776         by colons.  If no environment variable, run tests with -O0 -g, -O1
19777         -g, and -O2 -g as well.
19779 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
19781         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
19782         explanatory comments. Fix indentation.
19784 1997-09-15  Jeffrey A Law  (law@cygnus.com)
19786         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19788 1997-09-11  Jeffrey A Law  (law@cygnus.com)
19790         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19791         * g++.old-deja/g++.mike/p7325.C: Likewise.
19792         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19794 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
19796         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19797         * g++.old-deja/g++.brendan/crash30.C: Likewise.
19798         * g++.old-deja/g++.brendan/crash39.C: Likewise.
19799         * g++.old-deja/g++.law/operators4.C: Likewise.
19801 1997-09-11  Joe Buck  (jbuck@synopsys.com)
19803         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19804         * g++.old-deja/g++.mike/p784.C: Ditto.
19805         * g++.old-deja/g++.mike/p785.C: Ditto.
19807 1997-09-05  Jeffrey A Law  (law@cygnus.com)
19809           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19811 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19813         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19814         target feature; pass this to c-torture-execute as needed.
19816 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19818         * lib/c-torture.exp(c-torture-execute): If the previous and the
19819         current executables being tested are identical, we don't need to
19820         run the executable again. Try to make the executable names
19821         unique. Add an optional argument for passing additional compiler
19822         flags.
19824 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
19826         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19828 1997-08-29  Jeffrey A Law  (law@cygnus.com)
19830         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19832 1997-07-31  Jeffrey A Law  (law@cygnus.com)
19834         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19835         32bit or larger longs.
19837         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19838         have either a 32bit long or 32bit int.
19840 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
19842         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19843         Make double precision tests dependent on sizeof (double).
19845 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
19847         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19848         too.
19850 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
19852         * gcc.c-torture/compile/961203-1.cexp: New script.
19854 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
19856         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19857         up the includes ourselves.
19859 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
19861         * lib/plumhall.exp: Remove random include, and add a few
19862         verbose messages for debugging.
19864 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
19866         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19867         of trying to do it ourselves.
19869 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19871         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19873 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19875         * gcc.prms/5403.c: Made regexp a bit less strict.
19877 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19879         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19880         is returned from remote_load instead.
19881         * lib/plumhall.exp: Ditto.
19882         * lib/mike-g++.exp: Ditto.
19883         * lib/old-dejagnu.exp: Ditto.
19884         * lib/c-torture.exp: Ditto.
19886 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19888         * lib/g++.exp: Use build_wrapper procedure.
19889         * lib/gcc.exp: Ditto.
19891 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19893         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19894         an old-style decl for malloc.  Fixes tests to work when
19895         sizeof (int) != sizeof (size_t).
19897 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19899         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19901         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19902         use stdargs.h interface.
19904 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19906         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19907         NO_VARARGS when compiling.
19909 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19911         * lib/plumhall.exp(ph_includes): New procedure.
19912         (ph_make): Use it.
19913         (ph_compiler): Ditto.
19915         * lib/g++.exp: Rename test-glue.c to testglue.c.
19916         * lib/gcc.exp: Ditto.
19918 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19920         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19921         to completion when it's called.
19923 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19925         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19926         is defined, don't do test.
19928 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19930         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19931         for object files.
19932         (ph_summary): Mark skipped testcases as untested, not unresolved.
19934         * lib/plumhall.exp (ph_make): If unresolved because of bad
19935         errorCode, record errorCode in log file.
19936         (*): Replace send_log/verbose with verbose -log.
19938 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19940         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19941         double conversion if double isn't at least 8 bytes.
19943         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19944         int to work with targets where int is 16 bits.
19946         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19947         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19948         precision for the test to complete.
19950 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19952         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19953         if d10v is not compiled with the -mdouble64 flag.
19954         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19956         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19957         d10v is not compiled with the -mint32 flag.
19959 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19961         * lib/plumhall.exp: Use incr_count.
19963 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19965         * gcc.c-torture: Update to c-torture-1.45.
19967 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19969         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19970         the name of the expect testcase file).
19972         * lib/g++.exp(g++_init): Ditto.
19974 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19976         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19977         the host.
19979         * lib/gcc.exp(gcc_exit): New procedure.
19981 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19983         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19984         specs where appropriate.
19986         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19987         because of new "candidates are" messages, and removed a few
19989         * Converted all non-old-style g++ testcases to old-style, and
19990         moved into g++.old-deja.
19992 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19994         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19995         options.
19997         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19998         succeeded.
20000         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
20002 1997-02-13  Michael Meissner  <meissner@cygnus.com>
20004         * lib/gcc.exp (gcc_target_compile): Add support for defining
20005         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
20006         the machine doesn't have those features.
20008 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
20010         * g++.law/operators4.exp: Don't use LIBS.
20012 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
20014         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
20016         * lib/mike-g++.exp: Don't set the compiler to be tested here.
20017         * lib/g++.exp: Set it here instead. Also, allow use of the
20018         --tool_exec and --tool_opt options. Change CXX to
20019         GXX_UNDER_TEST.
20021         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
20023         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
20025 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
20027         * lib/old-dejagnu.exp: Use prune_warnings instead of
20028         prune_system_crud.
20029         * lib/mike-g++.exp: Ditto.
20030         * lib/gcc.exp: Ditto.
20031         * lib/g++.exp: Ditto.
20033         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
20035 1997-02-07  Jeffrey A Law  (law@cygnus.com)
20037           * 941014-2.c: Include stdlib.h
20038           * 960327-1.c: Include stdio.h
20039           * dbra.c, index-1.c: Don't assume ints are 32bits.
20041 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
20043         * lib/gcc.exp: Add gcc,stack_size target feature.
20045         * lib/g++.exp(g++_target_compile): Add the include and link
20046         paths here, not in two other places. And, it's $options, not
20047         options.
20049         * lib/mike-g++.exp(postbase): Remove the code that determines
20050         the correct include and link paths.
20051         * g++.old-deja/old-deja.exp: Ditto.
20053 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
20055         * lib/g++.exp(g++_init): target_compile no longer returns the
20056         filename of the result.
20058 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
20060         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
20061         call to glob.
20063         * gcc.c-torture/special/special.exp: Change call to
20064         gcc_target_compile to include the object file.
20066 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
20068         * gcc.c-torture/special/special.exp: Correct misspelling in last
20069         change.
20071 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
20073         * lib/plumhall.exp(ph_summary): Log the entire output of the
20074         executable. Return -1 if there were any failures, 0 otherwise.
20075         (ph_execute): Return -1 if there were any failures, 0 otherwise.
20076         (ph_make): Clean up objects and executables that were built
20077         if the tests succeeded.
20079 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
20081         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
20082         libraries and includes in the build tree as appropriate.
20084 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
20086         * lib/c-torture.exp: Instead of looking for the global variable
20087         NO_LONG_LONG, check to see if that's a feature of the target.
20089 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
20091         * config/default.exp: Minimize. Delete the remainer of the files in
20092         config; this functionality is now in devo/dejagnu/config.
20094         g++.*/*: Pass any additional flags used to compile to postbase;
20095         delete CXXFLAGS.
20097         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
20098         is now done by runtest.exp. Use gcc_target_compile instead of
20099         compile.
20101         lib/c-torture.exp: Use gcc_target_compile instead of compile.
20102         Remove references to CFLAGS. Use remote_file instead of
20103         calling rm -f.
20104         (c-torture): Take a list of arguments to use to compile this
20105         testcase.
20107         lib/g++.exp: Simplify. Use target_compile instead of compile.
20108         lib/gcc-dg.exp: Ditto.
20109         lib/gcc.exp: Ditto.
20110         lib/mike-{gcc,g++}.exp: Ditto.
20111         lib/old-dejagnu.exp: Ditto.
20112         lib/plumhall.exp: Ditto.
20114 1997-01-08  Jim Wilson  <wilson@cygnus.com>
20116         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
20117         (ph_linker): Likewise.
20119 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
20121           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
20122         MAP_ANON / MAP_ANONYMOUS if defined;
20123         else try to map from /dev/zero .
20125 1996-11-12  Jeffrey A Law  (law@cygnus.com)
20127         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
20128         isn't defined, then define it to MAP_ANONYMOUS.
20130 1996-11-12  Jeffrey A Law  (law@cygnus.com)
20132         * gcc.c-torture: Update to c-torture-1.42 release.
20134 1996-11-11  Jeffrey A Law  (law@cygnus.com)
20136         * gcc.c-torture: Update to c-torture-1.41 release.
20138 1996-10-27  Jeffrey A Law  (law@cygnus.com)
20140         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
20141         c-torture release.
20143 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
20145         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
20146         and LDFLAGS.  Fix second case to append the target_info ldflags
20147         onto LDFLAGS, not CFLAGS.
20148         * lib/g++.exp (g++_init): Add target_info stuff.
20149         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
20150         of libgloss and newlib flags for !native.
20152         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
20153         (GDB): Fix relative path to go up another dir for finding gdb.
20155 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
20157         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
20158         versions in the target_info array, if they don't exist.
20160 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
20162         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
20164 1996-07-08  Jim Wilson  <wilson@cygnus.com>
20166         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
20167         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
20169 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
20171         * lib/old-dejagnu.exp: Don't remove the output file before we've
20172         actually tested it. Don't append pwd to the path of the executable
20173         we're testing.
20175 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
20177         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
20179 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
20181         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
20182         temporary directory for compiler files, and set it to a default
20183         value of /tmp. Set $output as the name of the output file from
20184         compiling the testcase. Add a -o option to $cflags_var so the
20185         compiler writes the final output file as $output. Set $executable
20186         to $output.
20188         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
20189         directory for compiler files, and set it to /tmp if it doesn't
20190         already have a value. Set $output_file to the name of the output
20191         file from compiling the testcase. Add a -o option to CXXFLAGS so
20192         the compiler writes the final output file as $output. Use $output
20193         as the executable to be tested.
20195 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
20197         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
20199 1996-06-08  Jeffrey A Law  (law@cygnus.com)
20201         * gcc.c-torture/execute/pending-1.c: New test.  Still
20202         pending in Tege's queue.
20204 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
20206         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
20207         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
20208         if there were failures.  Call unresolved if there were unresolved
20209         testcases.  Call gcc_fail if program did not run to completion.
20210         (ph_make): Pass additional argument name to ph_execute.
20211         (ph_execute): Add new argument.  Pass additional arguments to
20212         ph_summary.  Call gcc_fail is there is no execution output.
20214 1996-04-24  Jeffrey A Law  (law@cygnus.com)
20216         * lib/plumhall.exp (proc_summary): Output relavent summary
20217         lines into the log so specific failures in plumhall can be
20218         investigated.
20220 1996-04-10  Jeffrey A Law  (law@cygnus.com)
20222         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
20223         (c-torture-execute): Don't try to execute tests which use
20224         "long long" types if $NO_LONG_LONG is nonzero.
20226 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
20228         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
20229         not c-torture.
20231         * gcc.ieee: Move from here.
20232         * gcc.c-torture/execute/ieee: To here.
20234 1996-03-26  Jeffrey A Law  (law@cygnus.com)
20236         * gcc.c-torture: Update to c-torture-1.41 release.
20238 1996-03-22  Jeffrey A Law  (law@cygnus.com)
20240         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
20241         not "$output".
20243 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
20245         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
20246         -c present.
20248 1996-03-02  Jeffrey A Law  (law@cygnus.com)
20250         * config/proelf.exp: Handle connecting to a simulator.
20252 1996-01-31  Jeffrey A Law  (law@cygnus.com)
20254         * config/proelf.exp: New file.  Enough framework that we can
20255         run c-torture tests on the proelf targets (or any other target
20256         that gdb can connect to for that matter).
20258 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
20260         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
20261         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
20263         * lib/plumhall.exp (ph_execute): Always call ph_summary if
20264         exec_output exists.
20266 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
20268         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
20269         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
20271         * config/*.exp: Update FSF address.  Change result of ${tool}_load
20272         to pass/fail/unresolved/unsupported/untested.  Caller must now
20273         call unresolved/unsupported/untested.
20274         * lib/*.exp: Update FSF address.  Update to handle new results of
20275         ${tool}_load.
20276         * lib/chill.exp (verbose): Delete.
20278 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
20280         * lib/gcc.exp (default_gcc_start): Change order of args to
20281         $LDFLAGS $CFLAGS $LIBS.
20282         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
20283         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
20284         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
20285         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
20286         * gcc.misc-tests/dg-test.exp: Likewise.
20287         * gcc.misc-tests/msgs.exp: Likewise.
20288         * gcc.prms/prms.exp: Likewise.
20289         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
20290         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
20292         * lib/dg.exp: Deleted, moved to dejagnu/lib.
20294 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
20296         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
20298         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
20299         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
20301         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
20302         necessary.
20304 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
20306         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
20307         global for loop; add use of $mathlib.
20308         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
20309         settings here; set mathlib for anything but VxWorks.
20311 1996-01-22  Jeffrey A Law  (law@cygnus.com)
20313         * gcc.c-torture: Update to c-torture-1.40 release.
20315 1996-01-03  Jeffrey A Law  (law@cygnus.com)
20317         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
20318         dg.exp.
20320 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
20322         * lib/c-torture.exp (c-torture-execute): Declare "output" as
20323         global.
20325 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
20327         * lib/g++.exp (LIBS): Define if not already.
20328         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
20329         (gcc-dg-prune): Call prune_gcc_output.
20330         * lib/gcc.exp (prune_gcc_output): New proc.
20331         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
20332         prune_gcc_output.
20334 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
20336         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
20337         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
20339 1995-11-15  Jeffrey A Law  (law@cygnus.com)
20341         * gcc.c-torture: Update to c-torture-1.39 release.
20343 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
20345         * lib/c-torture.exp (c-torture-execute): Don't return if one option
20346         fails, try others as well.
20348 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
20350         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
20351         If compilation fails, mark execute tests as `untested'.
20352         If test is marked as unsupported, don't mark compilation and
20353         execute tests as failed.
20355 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
20357         * lib/g++.exp (g++_init): Don't link in libg++, and look to
20358         libstdc++ for whether or not we want to be doing shared
20359         libraries.  Delete link_curses since we don't need it anymore.
20360         * lib/mike-g++.exp (postbase): Don't link in libg++.
20361         * g++.old-deja/old-deja.exp: Likewise.
20363 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
20365         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
20367 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
20369         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
20370         For that, add `-Wl,-a,shared_archive'.
20371         * g++.old-deja/old-deja.exp: Likewise.
20373 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
20375         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
20377 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
20379         * lib/mike-g++.exp (postbase): Pay attention to the status of
20380         g++_load.
20382 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
20384           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
20386 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
20388         * lib/gcc.exp (default_gcc_start): No longer need to log program
20389         being executed or its output, execute_anywhere does that now.
20390         * lib/g++.exp (default_g++_version): Call execute_anywhere.
20391         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
20393 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
20395         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
20396         the same as those in lib/g++.exp.
20398 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
20400         * gcc.c-torture: Update to c-torture-1.38 release.
20401         * gcc.ieee: Related changes.
20403 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
20405         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
20406         "exec". Minor reformatting changes.
20408         * config/rom68k.exp (${tool}_load): Make it work in a canadian
20409         cross. This means all "exec" calls now work on a remote host as
20410         well.
20411         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
20412         cross. Filter out the extra "\r\n" stuff that expect puts in.
20413         (c-torture-execute): Filter out the bogus warnings like
20414         c-torture-compile does. Add support for canadian cross.
20415         * lib/gcc.exp (default_gcc_version, default_gcc_start)
20416         Use execute_anywhere rather than calling exec directly. Now it
20417         works for canadian cross testing.
20419 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
20421         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
20422         results into a variable, and check that rather than using file exists.
20424 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
20426         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
20427         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
20429 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20431         * g++.old-deja/old-deja.exp: Create and pass runshlib and
20432         lib_curses if there's a shared libg++ in the build tree.
20434 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
20436         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
20437         if not supported target.
20439 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
20441         * lib/g++.exp (g++_init): Move empty setting of runshlib and
20442         link_curses up to always happen, not just for native builds.
20444 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
20446         * gcc.c-torture: Update to c-torture-1.36 release.
20447         * gcc.failure: Related changes.
20449 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
20451         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
20453 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
20455         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
20456         * lib/mike-g++.exp (postbase): Not in here.  Still reference
20457         runshlib, link_curses, and mathlib for link and run.
20459         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
20460         pass the runtime shared library options for Solaris, OSF/1, and
20461         Irix5, and link with -lcurses to avoid unresolved references.
20463 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
20465         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
20466         only run once.
20468 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
20470         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
20472 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
20474         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
20475         do not have a framework for the "compat" tests yet.
20477 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
20479         * lib/mike-g++.exp (postbase): New local variable `mathlib',
20480         set to null if we're testing vxworks5.1.  Use that instead of
20481         `-lm' in the setting of LIBS for link and run.
20483 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
20485         * config/rom68k.exp (${tool}_load): Major changes to make it
20486         work.  Verified that it does in fact return the stuff in
20487         exec_output properly.  Catch any Emul or any TRAP other than 0.
20489 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
20491         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
20492         LDFLAGS properly for targets that need stuff from libgloss.
20493         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
20494         only run once.
20495         (gpp_initialized): New variable.
20497 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
20499         * config/rom68k.exp: Load libgloss.exp.
20500         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
20501         so we can produce a fully linked binary.
20502         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
20503         so we can produce a fully linked binary.
20505 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
20507         * lib/plumhall.exp (ph_section): Watch for expected failures.
20508         Add missing `else'.
20510         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
20511         run the testcase.
20512         (c-torture): Likewise.
20514 1995-08-28  Doug Evans  <dje@cygnus.com>
20516         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
20518         * lib/mike-g++.exp (mike_cleanup): New proc.
20519         (prebase): New globals compiler_result, not_compiler_result,
20520         target_regexp.
20521         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
20522         allow leading "-" in pattern.  Watch for unsupported tests.
20523         If $compiler_result is set, pattern match assembler code,
20524         and ditto for $not_compiler_result.
20525         * lib/mike-gcc.exp: Likewise.
20527         * lib/plumhall.exp (ph_execute): Only call ph_summary if
20528         execution "succeeded".
20530 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
20532         * config/win32.exp: New file.
20533         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
20535 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
20537         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
20538         unsupported.
20539         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
20540         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
20541         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
20543         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
20544         "... without exceptions was ...".  That is now handled by
20545         prune_system_crud.
20546         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20548 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
20550         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
20551         sieve.c,sort2.c}: New files.
20552         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
20553         sieve.exp,sort2.exp}: Drivers for them.
20555         * lib/mike-gcc.exp (program_output): New user settable variable.
20556         (postbase): Call prune_system_crud.  Also prune extraneous compiler
20557         messages.
20558         * lib/mike-g++.exp (program_output): New user settable variable.
20560         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
20562         * config/sh.exp: Deleted (use sim.exp instead).
20564 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
20566         * config/vx.exp: Declare CHECKTASK as global.
20567         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
20568         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
20569         * lib/old-dejagnu.exp: Load [pwd]/$executable.
20571 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20573         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
20574         target. Like vx.exp, only includes `vx29k.exp' instead of
20575         `vxworks.exp'.
20577 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
20579         * config/sim.exp: Increase time limit from 120 seconds to 240.
20581 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
20583         * gcc.c-torture/execute/950628-1.c: New test.
20585 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
20587         * gcc.c-torture: Update with changes/additions from
20588         c-torture-1.34.
20590 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
20592         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
20594 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
20596         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
20598 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
20600         * gcc.c-torture/compile/950512-1.c: New test.
20601         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
20602         * gcc.dg/struct-ret-1.c: Likewise.
20604 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
20606         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
20607           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
20609 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
20611         * gcc.c-torture/special/920411-1.c: Deleted.
20612         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
20614 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
20616         * config/sim.exp (${tool}_load): Hack in call to bash to get a
20617         cpu limit.
20619 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
20621         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
20623 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
20625         From kenner;
20626         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
20627         is the proper length.
20628         * va-arg-3.c: Likewise.
20630 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
20632         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
20633         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
20635         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
20636         * lib/g++.exp (default_g++_start): Delete old cruft.
20638 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
20640         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
20641         (2 * (1 << 18)) to (2 * (1 << 17)).
20643         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
20645 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
20647         * config/rom68k.exp: Renamed from config/idp.exp
20649 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
20651         * c-torture/compile/921109-2.c
20653 1995-04-18  Mike Stump  <mrs@cygnus.com>
20655         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
20656         excess errors.
20658 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
20660         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
20661         output.
20662         * lib/g++.exp (default_g++_start): Likewise.
20664 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
20666         * gcc.c-torture/compile/950329-1.c: New test.
20668 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
20670           * config/bug.exp (${tool}_load): Updated to use new remote_open
20671           and remote_close procs.
20672         * config/idp.exp: New file.
20674 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
20676         * gcc.c-torture/execute/950322-1.c: New test.
20678 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
20680         * config/vx.exp (${tool}_load): Clean up testing of return code from
20681         vxworks_ld and vxworks_spawn.
20683 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
20685         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
20687 1995-03-13  Mike Stump  <mrs@cygnus.com>
20689         * lib/old-deja.exp: Add `excess errors test - ' error, now one
20690         can mark excess errors on a machine by machine basis.  Note, the
20691         default is to not expect any excess errors, even when excess
20692         errors test - is given, so you will want to put an XFAIL ... on
20693         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
20694         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
20695         those 4 machines, but no others.
20697 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
20699         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
20700         * lib/c-torture.exp: to here.
20702 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
20704         * gcc.c-torture/execute/950221-1.c: New test.
20705         * gcc.c-torture/execute/struct-ret-1.c: New test.
20706         * gcc.c-torture/compile/950221-1.c: New test.
20708         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
20710 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
20712         * gcc.c-torture/execute/arith-1.c (main): Return 0.
20713         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
20715 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
20717         * g++.gb: New directory of tests, derived from my signature and
20718         class scoping tests.
20720         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
20721         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
20722         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
20723         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
20724         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
20725         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
20726         * g++.gb/sig25.C: Likewise.
20728         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
20729         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
20730         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
20731         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
20732         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
20733         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
20734         * g++.gb/sig25.exp: Likewise.
20736         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
20737         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
20738         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
20739         * g++.gb/scope13.C: Likewise, this test still fails.
20741         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
20742         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
20743         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
20744         * g++.gb/scope13.exp: Ditto.
20746         * g++.gb/README: New file, explains what these tests are about.
20748 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
20750         * lib/dg.exp (dg-do): Support `preprocess'.
20751         (dg-test): Likewise.
20753 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
20755         * config/udi.exp: change "continue -expect" to "exp_continue".
20757 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
20759         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
20760         Delete redundant tests.
20762         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
20763         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
20764         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
20765         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
20766         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
20767         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
20768         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
20769         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
20771         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
20772         storing label pointers.
20773         * gcc.c-torture/execute/921019-1.c: Likewise.
20774         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
20775         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
20776         parameter fp.
20777         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
20778         constants.
20780         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
20781         Delete obsolete tests.
20783         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
20784         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20785         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20786         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20787         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20788         * gcc.c-torture/compile/950124-1.c: New test.
20790         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20792 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
20794         * lib/mike-g++.exp: Add -lm to LIBS.
20796 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
20798         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20800 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
20802         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20804 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
20806         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20808 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
20810         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20811         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20812         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20813         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20814         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20815         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20816         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20817         * g++.law/{operators31.C, operators32.C,
20818         * g++.law/{operators33.C, operators34.C}: Likewise.
20819         * g++.law/{pic1.C, refs2.C}: Likewise.
20820         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20821         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20822         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20823         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20825         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20826         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20827         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20828         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20829         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20830         * g++.law/{enum9.exp, friend5.exp}: Likewise.
20831         * g++.law/{nest3.exp, nest4.exp}: Likewise.
20832         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20833         * g++.law/{operators30.exp, operators31.exp}: Likewise.
20834         * g++.law/{operators32.exp, operators33.exp}: Likewise.
20835         * g++.law/{operators34.exp}: Likewise.
20836         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20837         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20838         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20839         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20840         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20842         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20843         No longer expected to fail.
20844         * g++.law/missed-error3.C: Tweak for recent bool changes.
20846 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
20848         * config/emb-unix: Deleted.
20849         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20850         remote execution.  Do final link on remote host if REMOTE_LINK is set.
20852 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
20854         * lib/dg.exp (dg-test): Fix typo in last patch.
20856 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
20858         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20859         (handles multiple occurrences).
20861 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
20863         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20864         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20865         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20866         printed).
20867         * lib/c-torture.exp (c-torture-compile): Likewise.
20868         (c-torture): Prepend full path if missing.
20869         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20870         (gcc_fail): Likewise.
20871         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20873 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20875         * lib/netware.exp: Only attach to NetWare i386 systems.
20877 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20879         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20880         messages.  Add test name to "output pattern match" pass/fail message.
20882 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20884         * gcc.dg: New testsuite.
20885         * gcc.dg/dg.exp: New file.
20887         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20888         test-switch.c}: Deleted.
20890         * gcc.misc-tests/msgs.exp: New testcase driver.
20892 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20894         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20895         Watch for illegal return values from ${tool}_load.
20896         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20897         cross targets.  Coerce return value >0 to 1.
20899 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20901         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20903         * config/emb-unix.exp: New file.
20905         * config/sim.exp: Error if variable $SIM not defined.
20906         (${tool}_load): Mark test as "untested" if simulator missing.
20908         * config/unix.exp: Load remote.exp to get rcp_download.
20909         * lib/c-torture.exp: Use different option lists for testcases with
20910         and without loops.
20911         * gcc.c-torture/execute/execute.exp: Likewise.
20913 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20915         * config/*.exp: Clarify return code from ${tool}_load.
20916         Call `unresolved' or `untested' instead of `warning' or `perror'
20917         (sometimes you still want to call both though).
20918         Add comment that `shell_id' is local to each file.
20919         * config/udi.exp (timeout): Set to 30.
20920         Don't print warning if connection fails, $connectmode has already
20921         printed an error.
20922         (${tool}_load): Move verbose messages to level 2.
20923         Rework pattern for "Process started" message.
20924         Pass `shell_id' to ${connectmode}_download.
20925         Retry twice upon timeout.  Make resetting of target more robust.
20926         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20927         Pass `shell_id' to exit_$connectmode.
20928         Only call exit_$connectmode if connected.
20929         * config/unix.exp (${tool}_load): Check return codes better.
20930         * config/vrtx.exp (${tool}_load): Likewise.
20931         * config/vx.exp (${tool}_load): Likewise.
20932         Delete unneeded global's.
20933         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20934         from ${tool}_load.
20935         (dg-stat): Delete.
20936         (dg-init): Delete recording of pass/fail counts.
20937         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20938         (old-dejagnu-init): Likewise.
20939         (old-dejagnu-stat): Delete contents, empty proc now.
20940         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20941         (c-torture): Delete references to lcnt, lpass, lfail.
20942         Get option list from TORTURE_OPTIONS.
20943         Delete -funroll[-all]-loops if no loops.
20944         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20945         (g++_stat): Delete contents (empty proc now).
20946         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20947         (gcc_finish): Likewise.
20948         (gcc_stat): Deleted.
20949         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20950         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20951         * gcc.c-torture/execute/execute.exp: Likewise.
20952         Split tests into two parts: compile, execute.
20953         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20954         no loops.  Update to reflect clarified return codes from ${tool}_load.
20956 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20958         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20959         to grep for.
20960         (old-dejagnu): Likewise (where necessary).
20962 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20964         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20966         * lib/dg.exp (dg-process-target): Fix processing of selector.
20967         Add comment regarding use of `error'.
20969         * lib/gcc.exp (prune_system_crud): Define if missing.
20970         * lib/g++.exp (prune_system_crud): Likewise.
20972         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20973         Call prune_system_crud.
20974         * lib/dg.exp (dg-runtest): New proc.
20975         Use perror instead of send_user for tcl errors in testcase.
20976         Don't return any value, it's never used.
20977         Don't clobber previous definition of `unknown'.
20978         Print tcl errors in `dg-final'.
20980 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20982         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20983         (dg-test): Don't print errorInfo, it contains stack backtrace.
20985 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20987         * lib/g++.exp (runtest_file_p): Define if missing.
20989 1994-09-24  Doug Evans  (dje@cygnus.com)
20991         * lib/mike-g++.exp: Comment out loading of g++.exp.
20992         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20993         (default_g++_version): Always print something.
20994         (default_g++_start): Comment out call to `which'.
20995         (g++_start, g++_load): Deleted (must be defined in config file).
20996         * lib/gcc.exp: Test for existence of $CC at start.
20997         Delete check for tmpdir (done in gcc_init).
20998         (default_gcc_version): Always print something.
20999         (default_gcc_start): Comment out call to `which'.
21000         * config/*.exp: Major cleanup - make cross targets work at least a
21001         little better for g++ (by not being "--tool gcc" specific).
21002         Rename gcc_xxx to ${tool}_xxx.
21003         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
21004         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
21006 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
21008         * lib/c-torture.exp (c-torture-compile): Rework compiler
21009         message processing.
21011         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
21012         c-torture.
21014 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
21016         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
21018         * lib/dg.exp (dg-process-target): Support { target native }.
21020 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
21022         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
21023         looked for "... program xxx got fatal signal".
21024         Correct regsub munging of `comp_output'.
21025         Ignore compiler messages "path prefix not used" and "linker input
21026         file unused".
21028 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
21030         * lib/gcc.exp (runtest_file_p): Define if missing.
21031         * gcc.prms/template.c: Example to work from.
21033 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
21035         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
21036         * lib/dg.exp (dg-test): Call unsupported testcases as such.
21038         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
21039         * gcc.prms/1883.c: Moved from compile/940714-1.c.
21040         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
21041         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
21043         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
21044         (dg-process-target): No longer a varargs proc.
21045         Return S/N for target, P/F for xfail.  All callers changed.
21046         (user option procs): More argument checking.
21047         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
21048         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
21049         (dg-test): Skip test if not running on selected target in `dg-do'.
21050         Update handling of `dg-do-what', `dg-output-text'.
21051         Separate execution pass/fail from output pattern match pass/fail.
21052         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
21054 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
21056         * gcc.c-torture/special/special.exp: Don't expect failure for mips
21057         target for 920510-1.c.
21059 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
21061         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
21062         Clean up comment regarding use of passcnt, etc.
21063         (gcc_stat): Don't update `testcnt' here.
21064         (gcc_finish): Do it here.
21065         Might as well reset `but_id' here too.
21066         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
21067         to determine if the file should be tested.
21068         * gcc.c-torture/compile/compile.exp: Likewise.
21069         * gcc.c-torture/execute/execute.exp: Likewise.
21070         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
21071         * gcc.misc-tests/dg-test.exp: Likewise.
21072         * gcc.prms/prms.exp: Likewise.
21073         * gcc.wendy/wendy.exp: Likewise.
21074         * g++.old-deja.exp: Likewise.
21075         Move "Testing file" message to verbose level 1.
21077 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
21079         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
21081 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
21083         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
21084         (default_gcc_start): Accept optional second list element
21085         of compiler flags.  Print compiler output at verbosity level 2.
21086         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
21087         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
21088         Save current values of framework globals passcnt, failcnt, xpasscnt,
21089         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
21090         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
21091         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
21092         xfailcnt to compute stats.  Update framework global `testcnt' from
21093         pass/fail counts.
21094         (gcc_finish): New proc.  Clean up test environment.
21095         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
21096         (gcc_epass, gcc_efail): Delete.
21097         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
21098         argument of line number.
21099         (dg-init): If the tool has an init routine, call it.
21100         (dg-test): Remove args `cflags_var' and `libs_var'.
21101         Pass all compiler options to ${tool}_start.
21102         Handle missing line number.
21103         (dg-finish): New function.
21104         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
21105         particular files.  Call gcc_finish at end.  Move "skipping test"
21106         message to verbosity level 3.
21107         * gcc.c-torture/compile/compile.exp: Likewise.
21108         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
21109         * gcc.c-torture/execute/execute.exp: Likewise.
21110         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
21111         Print testcase being tried at verbosity level 1.
21112         * gcc.c-torture/special/special.exp: Unset xfail.
21113         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
21114         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
21115         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
21116         * gcc.failure/failure.exp: Likewise.
21117         * gcc.ieee/ieee.exp: Likewise.
21118         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
21119         Update call to dg-test.  Call dg-finish at end.
21120         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
21121         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
21122         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
21123         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
21124         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
21125         * gcc.wendy/wendy.exp: Add copyright.
21126         Delete setting of tmpdir (done by gcc_init).
21127         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
21128         Pass compiler flags to gcc_start.  Call gcc_finish at end.
21129         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
21130         gcc_[ce]pass/fail.
21132 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
21134         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
21135         confusion.
21136         (g++_load): Likewise.
21138         * config/*.exp (gcc_load): Some were varargs fns and some were not.
21139         Rename argument to `prog' to remove the confusion.
21140         Varargs fns behave differently too!
21141         (g++_load): Likewise.
21143         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
21145         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
21146         what it is.  Delete (always) printing of status value for !native.
21147         Simplify verbose code, and include status and exec_output.
21148         (g++_load): Use gcc_load.
21150 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
21152         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
21153         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
21154         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
21155         940714-3.c as these testcases don't exist anymore.  Make
21156         va-arg-1.c expected to pass.
21158 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
21160         * gcc.misc-tests/misc.exp: Only run specific testcases.
21161         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
21162         * gcc.misc-tests/dg-[1-9].c: New files.
21164         * lib/dg.exp: New testsuite driver.
21165         * gcc.prms/prms.exp: Use it.
21167         * README.gcc: New file.
21169         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
21170         Document and reset `lxpass' and `lxfail'.
21171         Simplify "initialized" message.
21172         (gcc_stat): Clean up comments a little.
21174 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
21176         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
21178 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
21180         * lib/old-dejagnu.exp (process-option): New proc.
21181         (old-dejagnu-init, old-dejagnu-stat): Likewise.
21182         (old-dejagnu): Simplify.
21183         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
21185 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
21187         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
21188         exists and is not an empty string.
21190         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
21191         $xfail rather than calling setup_xfail.  Clear $xfail when test is
21192         finished.
21193         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
21194         automatically.
21196         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
21197         longer expected to fail.
21199         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
21200         "f" function call.
21202         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
21204         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
21205         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
21206         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
21207         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
21208         c-torture-1.29.
21210         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
21211         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
21213         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
21215         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
21216         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
21218         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
21219         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
21220         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
21222 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
21224         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
21225         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
21226         940714-1.c, 940714-2.c, 940714-3.c},
21227         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
21228         gcc.misc-tests/{mg.c,mg.exp}:
21229         New tests.
21230         * gcc.noncompile/noncompile.exp: Change accordingly.
21232 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
21234         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
21235         Undo previous clobberage.
21237 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
21239         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
21240         * gcc.special/{930510-1.c, special.exp}:
21241         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
21242         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
21243         struct-varargs-1.c}: New tests from c-torture-1.26.
21245 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
21247         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
21248           argument to switch.
21250 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
21252         * Revert the previous changes.  Please see Rob's directory
21253           (/lisa/test/rob/progressive/gcc/testsuite) for testing
21254           fixes.
21256 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
21258         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
21259             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
21260             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
21261             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
21262             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
21263             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
21264             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
21265             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
21266             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
21267             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
21268             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
21269             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
21270             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
21271             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
21272             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
21273             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
21274             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
21275             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
21276             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
21277             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
21278             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
21279             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
21280             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
21281             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
21282             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
21283             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
21284             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
21286 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
21288         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
21289             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
21290           with perror calls.
21292 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
21294         * config/unix.exp (g++_load): Fix syntax.
21296 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
21298         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
21299         * gcc.noncompile/921017-1.c: Deleted obsolete test.
21300         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
21301         Don't expect va-arg-1.c to fail.  Correct expected output for
21302         920928-1.c.
21303         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
21304         * gcc.wendy/hbm4.c: Correct typo.
21305         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
21307 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
21309         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
21310         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
21311         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
21312         * lib/c-torture.exp (c-torture-compile): Ditto.
21314         Reduce volume of output (remove all the -I's and such).
21315         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
21316         Call gcc_cpass, gcc_cfail.
21317         (c-torture): Pass testing option to c-torture-compile.
21319 1994-03-21  Doug Evans  (dje@cygnus.com)
21321         Bring patches over from progressive.
21322         * config/default.exp: Exit remote shell cleanly.
21323         (g++_exit, g++_start): Add default versions.
21324         * config/sim.exp (gcc_load): Use perror, not error.
21326 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
21328         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
21329         set in site.exp.
21331 1994-03-14  Doug Evans  (dje@cygnus.com)
21333         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
21334         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
21335         (wendy_try): New proc to run testcase.
21336         (main loop): Call 'em.
21337         * gcc.wendy/*.c: Clean up pass to correct expected output.
21339         * lib/gcc.exp: Minor cleanup work.
21340         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
21342 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
21344         * config/sim.exp (gcc_load): Document return codes better.
21345         Don't pass -v to simulator.
21347 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
21349           * gcc.special/920717-x.c: Fix typo.
21350           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
21351           get at sources.
21353         * lib/mike-gcc.exp: Fix typo.
21355 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
21357         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
21358         binary to use, transform the name.
21359         * config/*.exp: rename everything. Nuke any g++ specific files,
21360         it's now a special case of gcc that requires no special support.
21361         Add a default.exp for unsupported targets.
21363 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
21365         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
21366         lib/old-dejagnu.exp: Fix a few patterns to work with the new
21367         version of Tcl.
21369 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
21371         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
21372         than a warning.
21374 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
21376         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
21378 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
21380         * gcc.execute/execute.exp: Combine opt_list and foption_list into
21381         option_list.  Compile every file with only 4/6 option choices
21382         (same as C torture) instead of with 12/18 different option
21383         choices.
21384         * lib/c-torture.exp: Likewise.
21386         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
21387         not already set.
21389 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
21391         * lib/old-deja.exp: Add `excess errors test fails' error, now one
21392         can put an XFAIL *-*-* on excess errors.
21394 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
21396         * g++.law: Add more tests derived from g++-bugs snapshots.
21398         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
21399         equivalent to g++.law/init9.
21401         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
21402         compiled it, and the a.out file after we've run it.
21404 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
21406         * lib/mike-g++.exp (postbase): Delete the .o file after we've
21407         compiled it, and the a.out file after we've run it.
21409 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
21411         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
21413 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
21415         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
21416         version number.
21418 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
21420         * g++.law: New directory of g++ tests derived from the g++-bugs
21421         snapshots.
21423 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
21425         * gcc.compile: initbug1.c initbug1.exp testcase added
21427 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
21429         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
21430         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
21431           fixes submitted by Jeff Law (law@cs.utah.edu)
21432         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
21433           Jeff Law (law@cs.utah.edu)
21436 1993-11-30  Mike Stump  (mrs@cygnus.com)
21438         * config/unix-g++.exp: Follow the gcc way of doing things.
21439         * g++.old-deja/old-deja.exp: Minor updates.
21440         * lib/g++.exp: New file, follow the gcc way of doing things.
21441         * lib/old-dejagnu.exp: Minor updates.
21442         * lib/mike-g++.exp: Always unset errorInfo.
21444 1993-11-06  Mike Stump  (mrs@cygnus.com)
21446         * lib/gcc.exp: Fix some errors with the below change, CC and
21447         CFLAGS should be global when setting, not local.
21449 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
21451         * lib/gcc.exp: Transform tool name.
21453 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21455         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
21457 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21459         * lib/gcc.exp: change gcc_done to gcc_stat
21461 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21463         * Upgraded gcc testsuite to c-torture version 1.25
21465 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
21467         * lib/gcc.exp: added reporting code. Changed verbose compile message.
21468         * lib/c-torture: added hooks for new reporting code.
21470 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
21472         * config/sh-gcc.exp: check if sh-sim exists in the path
21474 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
21476         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
21477         * gcc.compile/compile.exp: Initial changes for new logic.
21478         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
21479         * gcc.failure/failure.exp: Initial changes for new logic.
21480         * gcc.ieee/ieee.exp: Initial changes for new logic.
21481         * gcc.misc-tests/misc.exp: Initial changes for new logic.
21482         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
21483         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
21484         * lib/c-torture.exp: Initial changes for new logic.
21485         * lib/gcc.exp: Initial changes for new logic.
21487 1993-10-15  Mike Stump  (mrs@cygnus.com)
21489         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
21490         depend upon failure or success.  Fully qualify names in failure
21491         and success messages.  Always remove a.out before starting
21492         compile, just in case.  Pay more attention to error text output by
21493         the compiler.  Handle testcases with no known past errors just
21494         like all others, so that things are uniform.  Other miscellaneous
21495         improvements.
21497 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
21499         * gcc.cpp: new directory for cpp tests
21501 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
21503         * lib/chill.exp: Code reformatted, removed unused code.
21504         * config/unix-chill.exp: Code reformatted, removed unused code.
21505         * chill.execute/execute.exp: Code reformatted, removed unused code.
21506         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
21508 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
21510         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
21511         routines not written.
21513 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
21515         * config/bug-gcc.exp: Use new procs from bug.exp.
21517 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
21519         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
21520         via ftp, rather than depending on NFS.
21521         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
21522         case.
21524 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
21526         * config/bug-gcc.exp: Use new download proc.
21528 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
21530         * chill.execute/execute.exp: cleanups, handles errors better
21531         * chill.compile/compile.exp: rewrite, based on execute.exp
21532         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
21533         * lib/chill.exp: major changes to diff proc and compile and link
21534           procs. added chill_fail and chill_pass wrappers to pass and
21535           fail. added more comments, and handle error codes better.
21536           Added a hack to capture stderr from exec, so noncompile tests
21537           can work.
21539 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
21541         * chill.execute/execute.exp: rewrite of testsuite driver
21542         * lib/chill.exp: rewrite of testsuite driver
21543         * config/unix-chill.exp: rewrite of testsuite driver
21545 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
21547     In chill.execute:
21548         * iexpr.ch: Standardize uppercase.
21549         * tuples.dat: Standardize uppercase.
21550         * vary.ch: standardize.  Correct varying string assignments.
21551         * vary.dat: Add new output lines.
21553 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
21555     In chill.execute:
21556         * chprintf.ch: Standardize use of uppercase.
21557         * tuples.ch: Standardize and turn arr2 into a DCL,
21558           rather than a SYN.
21559         * pinits.ch: Standardize.
21561 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
21563         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
21564         * Makefil: Renamed to Makefile.in.
21565         * configure.in: New.
21567 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
21569     In chill.execute:
21570         * .cvsignore: Add result/output files.
21571         * Makefile: Fix up variables at start.  Use MFLAGS
21572           everywhere.  Correct bool_loc, built_ins entries.
21573           Add entry for vary1.ch.
21574         * bitarray.ch: Standardize upper-case usage.
21575         * bitexpr.ch: Standardize, add output of b1.
21576         * params.ch: Use arrayt in along PROC parameters, to
21577           avoid novelty problems.
21578         * sets.ch: Tiny cleanup.
21579         * vary1.ch: Re-indent.
21581 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
21583           * Add PR-related files to Makefiles, .cvsignore files, etc.
21585 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
21587         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
21588           with compiler objects. New names are test-flow.c and test-loop.c
21590 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
21592         * Upgraded c-torture tests from 1.19 to 1.20
21594         * new files:
21595         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
21596         * gcc.compile: 930623-1.c 930623-2.c
21597         * gcc.noncompile: 930622-1.c 930622-2.c
21598         * gcc.failure: 920411-1.c 920627-2.c
21599         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
21601 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
21603         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21604           More changes to get testsuite working properly. Needs more work.
21605           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
21607 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
21609         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21610           More changes to get testsuite working properly. Needs more work.
21612 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
21614         * chill.compile/compile.exp: Added for Dejagnu support
21615         * chill.execute/execute.exp: Added for Dejagnu support
21616         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
21618 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
21620     This should complete moving the CHILL test files.
21621         * chill.noncompile(.cvsignore printf.grt
21622             in-printf.grt chprintf.grt chprintf.ch):
21623             Added test-support files.
21624           (Makefile): Modified further.
21625         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
21626             signal.ch): Added test files.
21627           * chill.execute (.cvsignore printf.grt printr.c
21628             in-printf.grt rts.c chprintf.grt rts.h): Added
21629           test-support files.
21630             (Makefile): More corrections.
21632 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
21634         * chill.compile, chill.execute, chill.nocompile: Add CHILL
21635           test cases, ready for DejaGnu.
21637 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
21639         * Upgraded c-torture tests from 1.18 to 1.19
21641         * gcc.compile: added test(s):
21642           930607-1.c
21643         * gcc.execute: added test(s):
21644           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
21646         * added new subdirectory for misc tests: gcc.misc-tests
21647         * gcc.misc-test(s): added tests:
21648           inst-check.c test-consts.c test-ior.c test-switch.c
21650 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
21652         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
21654 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
21656         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
21658 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
21660         * Upgraded c-torture tests from 1.17 to 1.18
21662 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
21664         * Upgraded c-torture tests from 1.12 to 1.17
21666 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
21668         * lib/old-dejagnu.exp:
21669           Fixed handling of XFAIL target triplets to correctly
21670           recognize wildcard characters.  Removed code that
21671           appended a unique id tag to the end of the file name
21672           printed out by the result of the testcases within a
21673           given test file.
21675 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
21677         * lib/old-dejagnu.exp:
21678           Reworked expected failure handling to trigger off of XFAIL
21679           keyword in keyphrase embeded in testcase source code. The
21680           XFAIL keyword must be at the end of the keyphrase line. It
21681           may optionally be followed by one or more target triplets.
21682           It has just occured that the handling of wildcards in the
21683           target triplet may not be correct.
21685 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
21687         * g++.old-deja/tests:
21688           Moved all subdirectories up one level into g++.old-deja .
21690         * lib/old-dejagnu.exp:
21691           Fixed problem with CXXFLAGS not being properly reset, and being
21692           corrupted with extraneous "-c" compiler option.  This was
21693           causing binaries to not be generated for test that needed them.
21694           Modified strings passed to "pass" and "fail" so that individual
21695           tests from the same test file would be distinguished by an
21696           identifier appended to the test file name in the summary logs;
21697           this corrected a problem with erroneous diff logs.  Added code
21698           to search testcases for expected fail and unexpected pass keywords.
21700 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
21702         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
21704 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
21706         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
21707           Removed extraneous text from end of "Special g++ Options"
21708           keyphrase.
21710         * lib/old-dejagnu.exp: Added pattern matching to look for new
21711           keywords, embedded in testcases comments, which will trigger
21712           calls to xpass and xfail.
21714 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
21716         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
21717           comments embedded in the testcases, especially the one looking for
21718           special compiler options, as well as the pattern matching for the
21719           compiler output again.
21721 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
21723         * lib/old-dejagnu.exp: Do a proper check of the return value for
21724           execute tests. Fixed several problems with the pattern matching
21725           of the compiler output which gave erroneous test results.
21726           Changed several of the test result messages to be more descriptive.
21727         * config/unix-g++.exp: Proc g++_load now actually works and
21728           executes the tests passed to it and returns a usable return
21729           value.
21731 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
21733           * lib/gcc.exp: Exits gracefully if $CC is bogus.
21735 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
21737         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
21738           Modified both files to properly execute the old style
21739           dejagnu tests. The previous versions of these files were
21740           experimental and did not function anything near correctly.
21742 1993-04-05  Rob Savoye  (rob@cygnus.com)
21744         * Removed all Makefile.in and configure.in files. No configuration
21745         needed now.
21747 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
21749         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
21751 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21753         * gcc.compile/configure.in, gcc.unsorted/configure.in,
21754         gcc.special/configure.in, gcc.noncompile/configure.in,
21755         gcc.execute/configure.in, gcc.code_quality/configure.in,
21756         g++.other/configure.in, g++.old-deja/configure.in,
21757         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
21758         in srcname setting.
21760 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
21762         * lib/udi.exp:  Fixed mondfe and mondfe_download.
21763         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
21764         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
21766 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
21768         * config/udi-gdb.exp: Check $shell_id after connecting to target.
21769         (gdb_exit): Don't remove *_soc files.
21771 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
21773         * lib/c-torture.exp: Don't look for main; instead always use -w
21774         -c.  This is how the c-torture tests work.  Remove the object
21775         file if the compilation succeeds.
21776         * gcc.execute/execute.exp: Remove executable if test passes.
21777         * gcc.noncompile/noncompile.exp: Every test is an expected
21778         failure.
21779         * gcc.special/special.exp: Added tests from c-torture 1.11,
21780         corrected use of existing test.
21781         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
21782         gcc.execute/920625-1.c: Updated to c-torture 1.11.
21783         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
21784         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21785         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21786         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21787         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21788         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21789         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21790         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21791         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21792         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21793         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21794         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21795         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21796         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21797         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21798         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21799         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21800         c-torture 1.11.
21801         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21802         correspond to c-torture 1.11.
21804         * New file.