* builtin-types.def (BT_WINT, BT_FN_INT_WINT, BT_FN_WINT_WINT): New.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob2d35d02bd77b31d98fb4deef7b824a6e93188a1f
1 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * gcc.dg/torture/builtin-wctype-1.c: New test.
5 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
7         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
8         * gcc.dg/20001101-1.c: Likewise.
9         * gcc.dg/20001102-1.c: Likewise.
11 2004-03-25  Roger Sayle  <roger@eyesopen.com>
13         * gcc.dg/compare8.c: Add an additional test for XOR.
15 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17         * gcc.dg/torture/builtin-ctype-1.c: New test.
19 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
22         * gcc.dg/torture/builtin-math-1.c: Likewise.
23         * gcc.dg/torture/builtin-power-1.c: New test.
25 2004-03-24  Andreas Schwab  <schwab@suse.de>
27         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
28         IA64 assembler.
30 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
31             Roger Sayle  <roger@eyesopen.com>
33         * gcc.dg/compare8.c: New test case.
35 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
37         * g++.dg/ext/altivec-7.C: New test.
39 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
41         PR 12267, 12391, 12560, 13129, 14114, 14133
42         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
43         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
44         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
45         Adjust error regexps.
46         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
47         * gcc.dg/noncompile/undeclared-1.c: New test cases.
48         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
49         * gcc.dg/local1.c: Add explanatory comment.
51 2004-03-23  Roger Sayle  <roger@eyesopen.com>
53         PR optimization/14669
54         * g++.dg/opt/fold2.C: New test case.
56 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
58         PR c/14069
59         * gcc.dg/20040322-1.c: New test.
61 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
63         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
64         * gcc.dg/ultrasp4.c: Likewise.
65         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
67 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
69         * gcc.dg/i386-sse-8.c: Reset default options.
71 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
73         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
74         in the error message text.
76 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
78         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
80 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
82         PR c++/14616
83         * g++.dg/init/array13.C: New test.
85 2004-03-20  Roger Sayle  <roger@eyesopen.com>
87         PR target/13889
88         * gcc.c-torture/compile/pr13889.c: New test case.
90 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
92         PR c/14635
93         * builtins-1.c (nan, nans): Don't test.
94         * builtins-30.c: Don't use nan, nanf, nanl.
95         * builtins-35.c: New test.
97 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
99         * g++.dg/ext/altivec-6.C: New test.
101 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
103         * g++.dg/init/placement3.C: New test.
105         * g++.dg/template/spec13.C: New test.
107         * g++.dg/lookup/using11.C: New test.
109         * g++.dg/lookup/koenig3.C: New test.
111         * g++.dg/template/operator2.C: New test.
113         * g++.dg/expr/dtor3.C: New test.
114         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
115         marker.
116         * g++.old-deja/g++.law/visibility28.C: Likewise.
118 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
120         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
121         * gcc.dg/ppc64-abi-3.c: Likewise.
123 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
125         PR c++/14545
126         * g++.dg/parse/template15.C: New test.
128 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
130         * g++.dg/expr/dtor2.C: New test.
132         * g++.dg/lookup/anon4.C: New test.
134         * g++.dg/overload/using1.C: New test.
136         * g++.dg/template/lookup7.C: New test.
138         * g++.dg/template/typename6.C: New test.
140         * g++.dg/expr/cond6.C: New test.
142 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
144         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
146 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
148         * g++.dg/expr/cond5.C: New test.
149         * g++.dg/expr/constcast1.C: Likewise.
150         * g++.dg/expr/ptrmem2.C: Likewise.
151         * g++.dg/expr/ptrmem3.C: Likewise.
152         * g++.dg/lookup/main1.C: Likewise.
153         * g++.dg/template/lookup6.C: Likewise.
155 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
157         * gcc.dg/local1.c: New test.
159         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
161 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
163         * gcc.dg/torture/builtin-convert-1.c: New test.
165 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
167         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
169 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
171         PR c++/14481
172         * g++.dg/warn/Wunused-7.C: New test.
174 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
176         * gcc.dg/torture/builtin-integral-1.c: New test.
178 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
180         PR c++/14586
181         * g++.dg/parse/non-dependent3.C: New test.
183 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
185         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
186         * g++.dg/eh/simd-2.C: Likewise.
187         * g++.dg/init/array10.C: Likewise.
188         * gcc.c-torture/compile/simd-1.c: Likewise.
189         * gcc.c-torture/compile/simd-2.c: Likewise.
190         * gcc.c-torture/compile/simd-3.c: Likewise.
191         * gcc.c-torture/compile/simd-4.c: Likewise.
192         * gcc.c-torture/compile/simd-6.c: Likewise.
193         * gcc.c-torture/execute/simd-1.c: Likewise.
194         * gcc.c-torture/execute/simd-2.c: Likewise.
195         * gcc.dg/compat/vector-defs.h: Likewise.
196         * gcc.dg/20020531-1.c: Likewise.
197         * gcc.dg/altivec-3.c: Likewise.
198         * gcc.dg/altivec-4.c: Likewise.
199         * gcc.dg/altivec-varargs-1.c: Likewise.
200         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
201         * gcc.dg/i386-mmx-3.c: Likewise.
202         * gcc.dg/i386-sse-4.c: Likewise.
203         * gcc.dg/i386-sse-5.c: Likewise.
204         * gcc.dg/i386-sse-8.c: Likewise.
205         * gcc.dg/simd-1.c: Likewise.
206         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
207         __ev64_opaque__ since the machine description provides it.
209 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
211         * lib/compat.exp (skip_list): New global variable.
212         Use it to hold the user defined COMPAT_SKIPS list if any.
213         (compat-obj): Add the members of skip_list to optall.
215 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
217         * gcc.dg/compat/union-by-value-1_main.c,
218         union-by-value-1_x.c, union-by-value-1_y.c,
219         union-check.h, union-defs.h,
220         union-init.h, union-return-1_main.c,
221         union-return-1_x.c, union-return-1_y.c: New files.
223 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
225         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
226         mixed-struct-init.h: Add 4 mixed structure types.
227         struct-by-value-21_main.c, struct-by-value-21_x.c,
228         struct-by-value-21_y.c, struct-return-21_main.c,
229         struct-return-21_x.c, struct-return-21_y.c: New files.
231 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
233         PR c++/14550
234         * g++.dg/parse/template14.C: New test.
236 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
238         * gcc.c-torture/execute/20040313-1.c: New test.
240 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
242         PR target/14533
243         * gcc.dg/20040311-2.c: New test.
245 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
247         PR other/14544
248         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
249         bit-field.
251 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
253         * gcc.dg/20040305-2.c: Add missing return statement.
255 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
257         * gcc.dg/builtins-34.c: Also check pow10*.
259 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
261         PR target/14262
262         * gcc.dg/20040305-2.c: New test.
264 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
266         * gcc.dg/20040310-1.c: New test.
268 2004-03-11  Roger Sayle  <roger@eyesopen.com>
270         * gcc.c-torture/execute/20040311-1.c: New test case.
272 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
274         PR c++/14476
275         * g++.dg/lookup/enum1.C: New test.
277 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
279         PR c++/14510
280         * g++.dg/lookup/struct2.C: New test.
282 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
284         * gcc.dg/builtins-34.c: New test.
286 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
288         * gcc.dg/torture/builtin-nonneg-1.c: New test.
290 2004-03-09  James E Wilson  <wilson@specifixinc.com>
292         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
293         * gcc.dg/alias-2.c: New testcase.
295 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
297         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
299 2004-03-09  Roger Sayle  <roger@eyesopen.com>
301         * gcc.c-torture/execute/20040309-1.c: New test case.
303 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
305         PR c++/14397
306         * g++.dg/overload/ref1.C: New.
308 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
310         PR c++/14409
311         * g++.dg/template/spec12.C: New test.
313         PR c++/14448
314         * g++.dg/parse/crash14.C: New test.
316 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
318         PR c++/14230
319         * g++.dg/init/ref11.C: New test.
321 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
323         PR c++/14432
324         * g++.dg/parse/builtin2.C: New test.
326 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
328         PR c++/14401
329         * g++.dg/init/ctor3.C: New test.
330         * g++.dg/init/union1.C: New test.
331         * g++.dg/ext/anon-struct4.C: New test.
333 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
335         * g++.dg/lookup/koenig1.C: Tweak error messages.
336         * g++.dg/lookup/used-before-declaration.C: Likewise.
337         * g++.dg/other/do1.C: Likewise.
338         * g++.dg/overload/koenig1.C: Likewise.
339         * g++.dg/parse/crash13.C: Likewise.
340         * g++.dg/template/instantiate3.C: Likewise.
342 2004-03-08  Eric Christopher  <echristo@redhat.com>
344         * * lib/target-supports.exp: Enable libiconv in test
345         compilation.  Fix up error checking.
347 2004-03-08  Roger Sayle  <roger@eyesopen.com>
349         PR middle-end/14289
350         * gcc.dg/pr14289-1.c: New test case.
351         * gcc.dg/pr14289-2.c: Likewise.
352         * gcc.dg/pr14289-3.c: Likewise.
354 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
356         * gcc.c-torture/execute/20040308-1.c: New test.
358 2004-03-07  Roger Sayle  <roger@eyesopen.com>
360         * gcc.c-torture/execute/20040307-1.c: New test case.
362 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
364         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
366 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
368         * gcc.dg/20040306-1.c: New test.
370 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
372         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
373         them static.
374         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
376 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
378         PR c/14465
379         * gcc.dg/decl-6.c: New test.
381 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
383         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
384         Rename LOGPOW -> LOG_POW.
385         (SQRT_EXP, POW_EXP): New.
387 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
389         * gcc.dg/i386-sse-8.c: New test.
391 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
393         PR c/14114
394         * gcc.dg/decl-5.c: New test.
396 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
398         * gcc.dg/20040305-1.c: New test.
400 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
402         PR other/14354
403         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
405 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
407         PR c++/14425, c++/14426
408         * g++.dg/ext/altivec-4.C: New test.
409         * g++.dg/ext/altivec-5.C: New test.
411 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
413         * g++.old-deja/g++.other/linkage1.C: Expect errors about
414         global variables of a type with no linkage.
415         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
416         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
417         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
418         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
419         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
420         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
421         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
422         * g++.dg/warn/deprecated.C: Name enum Color.
423         * g++.dg/overload/VLA.C: Name structure for 'b'.
424         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
426 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
428         * gcc.c-torture/compile/20040304-1.c: New test.
430 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
432         PR 13728
433         * gcc.dg/decl-4.c: New testcase.
435 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
437         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
438         as PRECF if sizeof (float) > sizeof (double).
439         (PRECL): Make it the same as PRECF if
440         sizeof (float) > sizeof (long double).
442 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
444         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
445         system type.  Add check for irix6 which doesn't have c99 runtime.
447 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
449         * gcc.dg/const-elim-1.c: xfail for xtensa.
451 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
453         PR c++/14369
454         * g++.dg/template/cond4.C: New test.
456 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
458         PR c++/14360
459         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
461         PR c++/14361
462         * g++.dg/parse/defarg7.C: New test.
464         PR c++/14359
465         * g++.dg/template/friend26.C: New test.
467 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
469         PR c++/14324
470         * g++.dg/abi/mangle21.C: New test.
472         PR c++/14260
473         * g++.dg/parse/constructor2.C: New test.
475         PR c++/14337
476         * g++.dg/template/sfinae1.C: New test.
478 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
480         PR c++/14267
481         * g++.dg/expr/crash2.C: New test.
483         PR middle-end/13448
484         * gcc.dg/inline-5.c: New test.
485         * gcc.dg/always-inline.c: Split out tests into ...
486         * gcc.dg/always-inline2.c: ... this and ...
487         * gcc.dg/always-inline3.c: ... this.
489 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
491         PR debug/12103
492         * g++.dg/debug/crash1.C: New test.
494 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
496         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
497         function with __attribute__((noinline)).
498         (recurser_void2): Likewise.
499         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
500         (recurser_void2): Likewise.
502 2004-02-29  Roger Sayle  <roger@eyesopen.com>
504         PR middle-end/14203
505         * g++.dg/warn/Wunused-6.C: New test case.
507 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
509         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
510         not defined.
512 2004-02-27  Eric Christopher  <echristo@redhat.com>
514         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
515         * g++.dg/charset/asm2.c: Run only x86.
516         * gcc.dg/charset/asm3.c: Ditto.
518 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
520         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
521         ld_library_path.
523 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
525         * g++.dg/ext/altivec-3.C: New.
527 2004-02-26  Richard Henderson  <rth@redhat.com>
529         * g++.dg/ext/attrib10.C: Mark for warning.
530         * gcc.dg/attr-alias-1.c: New.
532 2004-02-26  Richard Henderson  <rth@redhat.com>
534         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
535         * gcc.c-torture/execute/20040208-2.c: ... it back.
537 2004-02-26  Eric Christopher  <echristo@redhat.com>
539         * lib/target-supports.exp (check-iconv-available): New function.
540         * lib/gcc-dg.exp (dg-require-iconv): New function.
541         Use above.
542         * gcc.dg/charset: New directory.
543         * gcc.dg/charset/charset.exp: New file.
544         * gcc.dg/charset/asm1.c: Ditto.
545         * gcc.dg/charset/asm2.c: Ditto.
546         * gcc.dg/charset/asm3.c: Ditto.
547         * gcc.dg/charset/asm4.c: Ditto.
548         * gcc.dg/charset/asm5.c: Ditto.
549         * gcc.dg/charset/attribute1.c: Ditto.
550         * gcc.dg/charset/attribute2.c: Ditto.
551         * gcc.dg/charset/string1.c: Ditto.
552         * g++.dg/charset: New directory.
553         * g++.dg/dg.exp: Add here. Special options.
554         * g++.dg/charset/charset.exp: New file.
555         * g++.dg/charset/asm1.c: Ditto.
556         * g++.dg/charset/asm2.c: Ditto.
557         * g++.dg/charset/asm3.c: Ditto.
558         * g++.dg/charset/asm4.c: Ditto.
559         * g++.dg/charset/attribute1.c: Ditto.
560         * g++.dg/charset/attribute2.c: Ditto.
561         * g++.dg/charset/extern1.cc: Ditto.
562         * g++.dg/charset/extern2.cc: Ditto.
563         * g++.dg/charset/string1.c: Ditto.
565 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
567         PR c++/14278
568         * g++.dg/parse/comma1.C: New test.
570 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
572         PR c++/14284
573         * g++.dg/template/ttp8.C: New test.
575 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
577         * gcc.dg/fixuns-trunc-1.c: New test.
579 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
581         * gcc.dg/builtins-config.h: Use #elif.
583 2004-02-26  Michael Matz  <matz@suse.de>
585         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
586         * gcc.dg/991214-1.c: Likewise.
587         * gcc.dg/i386-asm-1.c: Likewise.
589 2004-02-25  Richard Henderson  <rth@redhat.com>
591         * gcc.c-torture/execute/20040208-2.c: Move ...
592         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
594 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
596         PR c++/14246
597         * g++.dg/other/crash-3.C: New test.
599 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
601         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
602         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
604         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
605         HP-UX.
607 2004-02-24  Michael Matz  <matz@suse.de>
609         * gcc.dg/i386-regparm.c: New.
611 2004-02-23  James E Wilson  <wilson@specifixinc.com>
613         * gcc.c-torture/execute/20040223-1.c: New.
615 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
616             Kazu Hirata  <kazu@cs.umass.edu>
618         * gcc.dg/fwritable-strings-1.c: Remove.
620 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
622         PR c/14156
623         * gcc.dg/20040223-1.c: New test.
625 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
627         PR c++/14106
628         * g++.dg/ext/typeof9.C: New test.
630 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
632         PR c++/14250
633         * g++.dg/other/switch1.C: New test.
635 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
637         * gcc.dg/cast-function-1.c: Adjust for new informative message.
638         * gcc.dg/va-arg-1.c: Likewise.
640 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
642         PR c++/14143
643         * g++.dg/template/koenig5.C: New test.
645 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
647         * g++.dg/ext/altivec-1.C: Generalize target triple.
648         * g++.dg/ext/altivec-2.C: New test case.
649         * g++.dg/ext/altivec_check.h: New file.
650         * gcc.dg/altivec-1.c: Generalize target triple;
651         include altivec_check.h and call altivec_check().
652         * gcc.dg/altivec-[2-5].c: Generalize target triple.
653         * gcc.dg/altivec-6.c: New test case.
654         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
655         type casts as needed.
656         * gcc.dg/altivec-10.c: Include altivec_check.h and call
657         altivec_check().
658         * gcc.dg/altivec-12.c: New test case.
659         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
660         include altivec_check.h and call altivec_check().
661         * gcc.dg/altivec_check.h: New file.
663 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
665         * lib/target-supports.exp (check_alias_available): Don't mangle
666         function `g' in test program.
668 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
670         * lib/target-supports.exp (check_profiling_available): Check
671         argument to determine whether we support a profiling type.
672         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
673         check_profiling_available.
674         * g++.dg/bprob/bprob.exp: Likewise
675         * g77.dg/bprob/bprob.exp: Likewise.
676         * gcc.misc-tests/bprob.exp: Likewise.
677         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
678         dg-require-profiling and delete expected error handling.
679         * gcc.dg/20021014-1.c: Likewise.
680         * gcc.dg/nest.c: Likewise.
682 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
684         PR c++/12007
685         * g++.dg/other/vthunk1.C: New test.
687 2004-02-20  Falk Hueffner  <falk@debian.org>
689         PR target/14201
690         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
692 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
694         PR c++/13927
695         * g++.dg/other/error8.C: Remove XFAIL markers.
697         PR c++/14173
698         * g++.dg/ext/packed5.C: New test.
700         PR c++/14199
701         * g++.dg/warn/Wunused-5.C: New test.
703         PR c++/14186
704         * g++.dg/lookup/member1.C: New test.
706 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
708         * gcc.c-torture/compile/20040130-1.c: Enable only when
709         __INT_MAX__ >= 2147483647L.
710         * gcc.c-torture/compile/961203-1.c: Likewise.
712 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
714         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
715         * g++.dg/opt/template1.C: Robustify assembler regexp
717 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
719         * gcc.c-torture/execute/simd-4.x: Remove.
720         * gcc.c-torture/execute/va-arg-25.x: Likewise.
721         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
722         Guard with #ifndef SKIP_ATTRIBUTE.
723         * gcc.dg/compat/vector-1_y.c: Likewise.
724         * gcc.dg/compat/vector-2_x.c: Likewise.
725         * gcc.dg/compat/vector-2_y.c: Likewise.
726         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
727         * g++.dg/eh/simd-2.C: Likewise.
729 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
731         * gcc.c-torture/compile/complex-1.c: New.
733 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
735         PR target/14209
736         * gcc.c-torture/execute/20040218-1.c: New test.
738 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
740         PR c++/14181
741         * g++.dg/parse/new2.C: New test.
743 2004-02-18  Paul Brook  <paul@codesourcery.com>
745         * gcc.c-torture/compile/libcall-1.c: New test.
747 2004-02-18  Paul Brook  <paul@codesourcery.com>
749         PR debug/12934
750         * gcc.dg/debug/debug-7.c: New test.
752 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
754         * gcc.dg/20040217-1.c: New test.
756 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
758         * gcc.c-torture/execute/990208-1.x: Delete.
760 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
762         * gcc.c-torture/execute/20040208-2.x: New file.
764 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
766         PR c++/11326
767         * g++.dg/abi/structret1.C: New test.
769 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
771         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
772         (i386_cpuid): No need to test if cpuid is available on AMD64.
773         Fix assembly, so that it works onboth i386 and AMD64.
774         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
775         (vecInLong): Fix s[] member type to unsigned int.
776         (vecInWord): Remove type.
777         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
778         (a64, b64, c64, d64, e64): Remove.
779         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
780         Remove unused variable.  Remove initialization of removed variables.
781         Don't call mmx_tests nor sse_tests.
782         (reference_mmx, reference_sse): Remove.
783         (check): Add return stmt.
784         * gcc.dg/i386-sse-7.c: New test.
785         * gcc.dg/i386-mmx-4.c: New test.
787 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
789         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
790         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
791         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
792         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
793         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
794         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
795         g++.dg/tc1/dr94.C: Fix line terminator.
797 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
799         * gcc.c-torture/compile/20040216-1.c: New.
801 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
803         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
804         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
805         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
806         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
807         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
808         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
810 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
812         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
814 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
816         PR c++/13971
817         * g++.dg/expr/cond4.C: New test.
819         PR c++/14086
820         * g++.dg/lookup/crash2.C: New test.
822 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
824         * gcc.c-torture/compile/20040214-2.c: New test.
826 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
828         PR c++/14116
829         * g++.dg/ext/typeof8.C: New test.
831 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
833         * gcc.c-torture/compile/20040214-1.c: New test.
835 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
837         PR c++/13635
838         * g++.dg/template/spec11.C: New test.
840 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
842         PR c++/13927
843         * g++.dg/other/error8.C: New test.
845 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
847         PR c++/14122
848         * g++.dg/template/array4.C: New test.
850         PR c++/14108
851         * g++.dg/inherit/thunk2.C: New test.
853         PR c++/14083
854         * g++.dg/eh/cond2.C: New test.
856 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
858         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
860 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
862         * lib/scanasm.exp (dg-scan): Quote pattern before display.
864 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
866         * g++.dg/simd-2.C: xfail on ppc64-linux.
868 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
870         PR c/456
871         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
872         tests.
874 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
876         * gcc.dg/builtins-33.c: New test.
878 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
880         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
882 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
884         * g++.dg/simd-2.C: Set -maltivec for ppc64.
886 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
888         * gcc.dg/ppc64-abi-3.c: New test.
890 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
892         PR c/14092
894         * gcc.dg/pr14092-1.c: New testcase.
896 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
898         * gcc.dg/cpp/assert4.c: Fix typo last change.
900         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
901         * gcc.dg/cpp/assert4.c: Handle powerpc64.
903         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
905 2004-02-09  Roger Sayle  <roger@eyesopen.com>
907         * gcc.c-torture/compile/20040209-1.c: New test case.
909 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
911         * gcc.dg/c90-init-1.c: Adjust expected error messages.
913 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
915         * gcc.c-torture/execute/20040208-[12].c: New tests.
917 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
919         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
921 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
923         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
925 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
927         Bug 13856
928         * gcc.dg/visibility-8.c: New testcase.
930 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
932         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
933         arguments.
934         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
936 2004-02-07  Roger Sayle  <roger@eyesopen.com>
938         PR middle-end/13696
939         * g++.dg/opt/fold1.C: New test case.
941 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
943         PR c++/14033
944         * g++.dg/other/crash-2.C: New test.
946 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
948         PR c++/14028
949         * g++.dg/parse/angle-bracket2.C: New test.
951 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
953         PR middle-end/13750
954         Revert:
955         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
956         PR pch/13361
957         * testsuite/g++.dg/pch/wchar-1.C: New.
958         * testsuite/g++.dg/pch/wchar-1.Hs: New.
960 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
962         PR c++/14008
963         * g++.dg/parse/error15.C: New test.
964         * g++.dg/parse/crash11.C: Update dg-error mark.
966 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
968         PR c++/13932
969         * g++.dg/warn/conv2.C: New test.
971 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
973         PR c++/13086
974         * g++.dg/warn/incomplete1.C: Remove xfail.
976 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
978         * lib/file-format.exp (gcc_target_object_format): Use
979         ${tool}_target_compile, not gcc_target_compile.
980         * lib/target-supports.exp (check_alias_available): Likewise.
981         (check_gc_sections_available): Likewise.
982         * g++.dg/ext/attrib10.C: Use dg-require-alias.
983         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
984         dg-require-alias.
986 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
988         PR c++/13969
989         * g++.dg/template/static6.C: New test.
991 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
993         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
995 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
997         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
998         tests for systems where `char' is unsigned by default.
1000 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1002         PR c++/13997
1003         * g++.dg/template/partial3.C: New test.
1005 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
1007         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
1008         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
1009         Remove mentions of obsolete ports.
1011 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
1013         * gcc.dg/noncompile/20001228-1.c: Fix for new
1014         error message.
1016 2004-02-03  Roger Sayle  <roger@eyesopen.com>
1018         PR target/9348
1019         * gcc.c-torture/execute/multdi-1.c: New test case.
1021 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1023         PR c++/13925
1024         * g++.dg/template/lookup5.C: New test.
1026 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1028         PR c++/13950
1029         * g++.dg/template/lookup4.C: New test.
1031         PR c++/13970
1032         * g++.dg/parse/error14.C: New test.
1034         PR c++/14002
1035         * g++.dg/parse/template13.C: New test.
1037 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
1039         PR c++/13978
1040         * g++.dg/template/koenig4.C: New test.
1042         PR c++/13968
1043         * g++.dg/template/crash17.C: New test.
1045         PR c++/13975
1046         * g++.dg/parse/error13.C: New test.
1047         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
1049 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1051         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
1053 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
1055         PR c/11658
1056         PR c/13994
1057         * gcc.dg/noncompile/20040203-1.c: New test.
1058         * gcc.dg/noncompile/20040203-2.c: Likewise.
1059         * gcc.dg/noncompile/20040203-3.c: Likewise.
1060         * gcc.dg/20040203-1.c: Likewise.
1062 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
1064         PR c++/10858
1065         * g++.dg/template/sizeof7.C: New test.
1067 2004-02-02  Eric Christopher  <echristo@redhat.com>
1068             Zack Weinberg  <zack@codesourcery.com>
1070         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
1072 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
1074         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
1075         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
1076         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
1077         * gcc.dg/cleanup-5.c: Run only on Linux targets.
1079 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
1081         PR c++/13113
1082         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
1084         PR c++/13854
1085         * g++.dg/ext/attrib13.C: New test.
1087         PR c++/13907
1088         * g++.dg/conversion/op2.C: New test.
1090 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1092         * gcc.dg/titype-1.c: Fix pasto.
1094 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1096         * gcc.dg/titype-1.c: New test.
1098 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1100         PR c++/13957
1101         * g++.dg/template/non-type-template-argument-1.C,
1102         g++.dg/template/qualified-id1.C: Update dg-error marks.
1103         * g++.dg/template/nontype6.C: New test.
1105 2004-02-01  Roger Sayle  <roger@eyesopen.com>
1107         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
1108         * gcc.dg/builtins-31.c: New testcase.
1109         * gcc.dg/builtins-32.c: New testcase.
1111 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
1113         * objc.dg/call-super-2.m: Update line numbers
1114         for the including of stddef.h.
1116 2004-01-30  Michael Matz  <matz@suse.de>
1118         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
1119         g++.dg/ext/case-range3.C: New tests.
1121 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1123         DR206
1124         PR c++/13813
1125         * g++.dg/template/member4.C: New test.
1127 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1129         PR c++/13683
1130         * g++.dg/template/sizeof6.C: New test.
1132 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1134         * gcc.dg/fwritable-strings-1.c: New test.
1136 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1138         * gcc.c-torture/compile/20040130-1.c: New test.
1140 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
1142         * objc.dg/call-super-2.m: Include stddef.h for size_t.
1144 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
1146         PR c++/13883
1147         * g++.dg/template/ctor3.C: New test.
1149 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1151         * g++.dg/tc1: New directory.
1152         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
1153         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
1154         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
1155         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
1156         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
1158 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1160         * g++.dg/parse/error11.C: New test.
1161         * g++.dg/parse/error12.C: Likewise.
1163 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
1165         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
1166         (scan_initial, main): Use aligned_sizeof instead of sizeof.
1168 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
1170         PR c++/13791
1171         * g++.dg/ext/attrib12.C: New test.
1173         PR c++/13736
1174         * g++.dg/parse/cast2.C: New test.
1176 2004-01-27  James E Wilson  <wilson@specifixinc.com>
1178         * objc.dg/encode-2.m (main): New local string.  Set depending on
1179         sizeof long.  Use in sscanf call.
1180         * objc.dg/encode-3.m (main): New local string.  Set depending on
1181         sizeof long.  Use in scan_initial call.
1183 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1185         * objc.dg/call-super-2.m: Make LP64-safe.
1186         * objc.dg/desig-init-1.m: Likewise.
1188 2004-01-27  Devang Patel <dpatel@apple.com>
1190         * g++.dg/debug/namespace1.C: New test.
1192 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
1194         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
1195         xscale-*-*.
1197         * gcc.dg/arm-mmx-1.c: New test.
1199 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1201         * gcc.dg/20040127-1.c: New test.
1202         * gcc.dg/20040127-2.c: New test.
1204 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1206         * objc.dg/stret-1.m (glob): Renamed to globa.
1208 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
1210         PR c++/13663
1211         * g++.dg/expr/for1.C: New test.
1213 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
1215         PR middle-end/13779
1216         * gcc.dg/darwin-longlong.c: New test.
1218 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
1220         * gcc.dg/20040124-1.c: Moved test from here...
1221         * gcc.c-torture/compile/20040124-1.c: ...to here.
1223 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1225         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
1226         the assembly output if -m64 is passed.
1228 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
1230         PR c++/13833
1231         * g++.dg/template/cond3.C: New test.
1233 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1235         PR c++/13810
1236         * g++.dg/template/ttp7.C: New test.
1238 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1240         PR c++/13797
1241         * g++.dg/template/nontype4.C: New test.
1242         * g++.dg/template/nontype5.C: Likewise.
1244 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
1246         * gcc.dg/torture/mips-clobber-at.c: New test.
1248 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
1250         * gcc.dg/20040124-1.c: New test.
1252 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
1254         * gcc.dg/20040123-1.c: New test.
1256 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1258         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
1260 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1262         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
1264 2004-01-23  Andrew Pinski  <apinski@apple.com>
1266         * gcc.dg/20030121-1.c: Move to ..
1267         * gcc.dg/20040121-1.c: here.
1269 2004-01-23  Roger Sayle  <roger@eyesopen.com>
1271         * gcc.dg/builtins-29.c: New test case.
1273 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1275         PR 18314
1276         * gcc.dg/builtins-30.c: New testcase.
1278 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
1280         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
1281         * lib/g77.exp: Likewise.
1282         * lib/objc.exp: Likewise.
1283         * lib/g++.exp: Likewise.
1285 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1287         * gcc.dg/struct-by-value-2.c: New test.
1289 2004-01-21  Andrew Pinski  <apinski@apple.com>
1291         PR target/13785
1292         * gcc.dg/20030121-1.c: New test.
1294 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
1296         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
1297         clobber frame pointer register in asm statement.
1299 2004-01-21  Falk Hueffner  <falk@debian.org>
1301         * gcc.c-torture/compile/20040121-1.c: New test.
1303 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
1305         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
1307 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
1309         * gcc.dg/ppc64-abi-2.c: New test.
1311 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1313         * lib/treelang.exp: Fill out this file.
1314         * lib/treelang-dg.exp: New File.
1316 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1318         * gcc.c-torture/compile/981022-1.c: Remove.
1319         * gcc.dg/array-5.c: Remove XFAIL.
1320         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
1321         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
1322         gcc.dg/cond-lvalue-1.c: Update.
1323         * gcc.dg/cast-lvalue-2.c: New test.
1325 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
1327         PR c++/13592
1328         * g++.dg/other/error1.C (class foo): Tweak error message.
1330         PR c++/13592
1331         * g++.dg/template/call2.C: New test.
1333 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1335         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
1336         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
1337         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
1338         scalar-return-1_x.c, scalar-return-2_y.c,
1339         scalar-return-3_x.c, scalar-return-3_y.c,
1340         scalar-return-4_x.c, scalar-return-4_y.c,
1341         struct-align-1.h, struct-align-1_x.c,
1342         struct-align-1_y.c, struct-align-2.h,
1343         struct-align-2_x.c, struct-align-2_y.c,
1344         struct-by-value-10_y.c, struct-by-value-11_x.c,
1345         struct-by-value-11_y.c, struct-by-value-12_x.c,
1346         struct-by-value-12_y.c, struct-by-value-13_x.c,
1347         struct-by-value-13_y.c, struct-by-value-14_x.c,
1348         struct-by-value-14_y.c, struct-by-value-15_x.c,
1349         struct-by-value-15_y.c, struct-by-value-16_y.c,
1350         struct-by-value-17_y.c, struct-by-value-18_y.c,
1351         struct-by-value-19_y.c, struct-by-value-1_x.c,
1352         struct-by-value-1_y.c, struct-by-value-20_y.c,
1353         struct-by-value-2_x.c, struct-by-value-2_y.c,
1354         struct-by-value-3_y.c, struct-by-value-4_x.c,
1355         struct-by-value-4_y.c, struct-by-value-5_y.c,
1356         struct-by-value-6_y.c, struct-by-value-7_y.c
1357         struct-by-value-8_x.c, struct-by-value-8_y.c
1358         struct-by-value-9_x.c, struct-by-value-9_y.c
1359         struct-return-10_x.c, struct-return-10_y.c,
1360         struct-return-19_x.c, struct-return-20_x.c
1361         struct-return-2_x.c, struct-return-2_y.c
1362         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
1363         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
1365 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1367         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
1368         attribute on sparc*-sun-solaris2.*.
1370 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
1372         PR c++/13710
1373         * g++.dg/ext/typeof7.C: New test.
1375 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
1377         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
1378         * gcc.dg/const-elim-1.c: Same.
1380 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
1382         * objc.dg/stret-1.m: New.
1383         * objc.dg/stret-2.m: New.
1385 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
1387         PR c++/11895
1388         * g++.dg/ext/vector1.C: New test.
1390 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
1392         * gcc.dg/pch/import-1.c: New.
1393         * gcc.dg/pch/import-1.hs: New.
1394         * gcc.dg/pch/import-1a.h: New.
1395         * gcc.dg/pch/import-1b.h: New.
1396         * gcc.dg/pch/import-1c.h: New.
1398 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1400         PR c++/13574
1401         * g++.dg/ext/array1.C: New test.
1403         PR c++/13178
1404         * g++.dg/conversion/op1.C: New test.
1406 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
1408         PR 11864
1409         From Kazumoto Kojima / Dan Kegel:
1410         * gcc.dg/pr11864-1.c: New test.
1412         PR 10392
1413         From Marcus Comstedt / Dan Kegel:
1414         * gcc.dg/pr10392-1.c: New test.
1416 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1418         PR c++/13478
1419         * g++.dg/init/ref10.C: New test.
1421 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1423         PR c++/13407
1424         * g++.dg/parse/typename6.C: New test.
1426 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
1428         PR pch/13361
1429         * testsuite/g++.dg/pch/wchar-1.C: New.
1430         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1432 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1434         PR c++/9259
1435         * g++.dg/expr/sizeof2.C: New test.
1437 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
1439         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
1441 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1443         PR c++/13659
1444         * g++.dg/lookup/strong-using-3.C: New.
1445         * g++.dg/lookup/using-10.C: New.
1447 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1449         PR c++/13594
1450         * g++.dg/lookup/strong-using-2.C: New.
1452 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
1453             Dan Kegel <dank@kegel.com>
1454             J"orn Rennecke <joern.rennecke@superh.com>
1456         PR target/9365
1457         * gcc.dg/pr9365-1.c: New test.
1459 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1461         PR c++/8856
1462         * g++.dg/parse/casting-operator2.C: New test.
1463         * g++.old-deja/g++.pt/explicit83.C: Remove.
1465 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1467         * gcc.dg/label-compound-stmt-1.c: New test.
1468         * gcc.c-torture/compile/950922-1.c,
1469         gcc.c-torture/compile/20000211-3.c,
1470         gcc.c-torture/compile/20000518-1.c,
1471         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
1472         compound statements.
1474 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
1476         * gcc.dg/ppc64-abi-1.c: New test.
1478 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
1480          * g++.dg/ext/attrib9.C: Add dg-warnings.
1482 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1484         PR c++/12335
1485         * g++.dg/parse/dtor3.C: New test.
1487 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
1489         PR c++/12709
1490         * g++.dg/parse/try-catch-1.C: New test.
1492 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
1494         * ada/acats/run_all.sh: Add more verbose output in acats.log
1495         when compiling tests.
1497 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1499         PR 13656
1500         * gcc.dg/typedef-redecl.c: New test case.
1501         * gcc.dg/typedef-redecl.h: New support file.
1503 2004-01-13  Jan Hubicka  <jh@suse.cz>
1505         * gcc.dg/always_inline.c: New test.
1506         * gcc.dg/debug/20031231-1.c: Fix.
1508 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1510         PR c++/13474
1511         * g++.dg/template/array3.C: New test.
1513 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1515         * g++.dg/ext/lvalue1.C: No longer expected to fail.
1516         * g++.dg/warn/Wunused-2.C: Likewise.
1518 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1520         PR c++/13289
1521         * g++.dg/template/instantiate6.C: New test.
1523 2004-01-12  Roger Sayle  <roger@eyesopen.com>
1525         PR middle-end/11397
1526         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
1528 2004-01-12  Jan Hubicka  <jh@suse.cz>
1530         PR opt/12826
1531         * gcc.dg/20040112-1.c: New.
1533         * gcc.dg/dwarf-die[1-7].c: Move to...
1534         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
1535         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
1537 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1539         PR c++/4100
1540         * g++.dg/parse/friend4.C: New test.
1542 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
1544         PR c++/4100
1545         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
1546         definition is called a friend.
1548 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
1550         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
1552 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
1554         PR c++/3478
1555         * g++.dg/parse/error10.C: New test.
1556         * g++.dg/template/arg2.C: Accept "invalid type" error.
1558 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
1560         PR middle-end/13392
1561         * g++.dg/opt/expect2.C: New test.
1563 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1565         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
1566         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
1567         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
1568         Update dg-error regexps.
1570 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1572         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
1573         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
1575 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1577         * gcc.dg/pragma-re-1.c: Use right pointer type.
1579 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1581         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
1583 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
1585         * gcc.dg/rs6000-ldouble-1.c: New.
1587 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1589         DR 337
1590         PR c++/9256
1591         * g++.dg/other/abstract1.C: New test.
1593 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
1595         * g++.dg/lookup/strong-using-1.C: New.
1597 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1599         PR c/11234
1600         * gcc.dg/func-ptr-conv-1.c: New test.
1601         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
1603 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
1605         PR target/13380.
1606         * gcc.c-torture/compile/20040109-1.c: New.
1608 2004-01-08  Stuart Hastings  <stuart@apple.com>
1610         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1611         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1612         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1614 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
1616         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1618 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1620         * ada/acats/run_acats: Treat 'gnatchop' the same way
1621         as 'gnatmake'.  Export GCC_DRIVER.
1622         * ada/acats/run_all.sh: Add target_gnatchop.  Use
1623         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1625 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1627         PR c++/12573
1628         * g++.dg/template/dependent-expr4.C: New test.
1630 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
1632         * gcc.dg/altivec-11.c: New test.
1634 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
1636         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1638 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1640         PR c/6024
1641         * gcc.dg/enum-compat-1.c: New test.
1642         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1644 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1646         PR c/12165
1647         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1648         gcc.dg/c99-idem-qual-3.c: New tests.
1650 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
1652         * gcc.dg/winline-7.c: Don't cast void * to int.
1654 2004-01-06  Jan Hubicka  <jh@suse.cz>
1656         * gcc.dg/i386-sse-5.c: New test
1657         * g++.dg/eh/simd-1.c: Add -w argument for i386.
1659 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1661         PR c++/12815
1662         * g++.dg/rtti/typeid4.C: New test.
1664 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1666         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1668 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1670         PR c++/12132
1671         * g++.dg/template/error11.C: New test.
1673         PR c++/13451
1674         * g++.dg/template/class2.C: New test.
1676 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1677         Richard Sandiford <rsandifo@redhat.com>
1679         PR c++/13387
1680         * g++.dg/opt/alias3.C: New test.
1682 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
1684         PR c++/13157
1685         * g++.dg/template/koenig3.C: New test.
1687         PR c++/13529
1688         * g++.dg/parse/offsetof3.C: New test.
1690         * g++.dg/init/copy7.C: Add missing dg-error markers.
1692         PR c++/12226
1693         * g++.dg/init/copy7.c: New test.
1695         PR c++/13536
1696         * g++.dg/parse/cast1.C: New test.
1698 2004-01-04  Jan Hubicka  <jh@suse.cz>
1700         * gcc.dg/winline[1-7].c: New tests.
1702 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1704         PR c++/13520
1705         * g++.dg/template/qualttp22.C: New test.
1707 2004-01-01  Jan Hubicka  <jh@suse.cz>
1709         * gcc.dg/debug/20031231-1.c: New.
1710         * gcc.c-torture/compile/20040101-1.c: New.
1711         * gcc.dg/dwarf-die-[1-7].c: New.
1713 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1715         PR optimization/13521
1716         * gcc.c-torture/compile/20031231-1.c: New test.
1718 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1720         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1722 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1724         PR c++/10079
1725         * g++.dg/template/crash16.C: New test.
1727 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1729         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1731 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1733         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1734         ports.
1735         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1736         * g++.old-deja/g++.law/profile1.C: Likewise.
1737         * gcc.c-torture/compile/981006-1.c: Likewise.
1738         * gcc.c-torture/execute/loop-2e.x: Likewise.
1739         * gcc.c-torture/execute/loop-2f.x: Remove.
1740         * gcc.c-torture/execute/loop-2g.x: Likewise.
1741         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1742         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1744 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1746         PR c++/13507
1747         * g++.dg/ext/attrib11.C: New test.
1749         PR c++/13494
1750         * g++.dg/template/array2-1.C: New test.
1751         * g++.dg/template/array2-2.C: New test.
1753 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1755         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1757 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1759         PR c++/12774
1760         * g++.dg/template/array1-1.C: New test.
1761         * g++.dg/template/array1-2.C: New test.
1763 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1765         PR fortran/12632
1766         * g77.dg/12632.f: New test case.
1768 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1770         PR c++/13289
1771         * g++.dg/parse/nontype1.C: New test.
1773 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1775         PR c++/12403
1776         * g++.dg/parse/explicit1.C: New test.
1777         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1779 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1781         PR c++/13081
1782         * g++.dg/opt/inline6.C: New test.
1784         PR c++/12613
1785         * g++.dg/parse/error9.C: New test.
1787         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1789 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1791         PR c++/13009
1792         * g++.dg/init/assign1.C: New test.
1794 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1796         PR c++/13070
1797         * g++.dg/warn/format3.C: New test case.
1799 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1801         * gcc.c-torture/compile/20031227-1.c: New test.
1803 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1805         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1806         * g77.dg/bprob/bprob.exp: Likewise.
1807         * gcc.misc-tests/bprob.exp: Likewise.
1808         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1809         variants on systems where the library does not provide that
1810         functionality.
1811         * gcc.dg/builtins-20.c: Use builtins-config.h.
1812         * gcc.dg/builtins-config.h: New file.
1814 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1816         * lib/gcc-dg.exp (dg-require-profiling): New function.
1817         * lib/target-supports.exp (check_profiling_available): Likewise.
1818         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1819         * g77.dg/bprob/bprob.exp: Likewise.
1820         * gcc.misc-tests/bprob.exp: Likewise.
1821         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1822         * gcc.dg/20021014-1.c: Likewise.
1823         * gcc.dg/nest.c: Likewise.
1825 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1827         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1828         compiling.
1829         * g++.dg/lookup/java2.C: Likewise.
1830         * gcc.dg/cpp/lexident.c: Likewise.
1832 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1834         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1835         given.
1836         * gcc.c-torture/compile/961203-1.c: Likewise.
1837         * gcc.c-torture/compile/980506-1.c: Likewise.
1839 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
1841         * lib/gcc-dg.exp (dg-prune-output): New annotation.
1842         (additional_prunes): New global.
1843         (gcc-dg-prune): Handle additional per-test pruning.
1844         (dg-test): Clear additional_prunes between tests.
1846         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
1847         dg-prune-output to avoid spurious failures from assembler
1848         complaining about nonexistent WAW violations.
1849         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1850         Use dg-prune-output to avoid spurious failures from assembler
1851         warning about Itanium B-step errata.
1853 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1855         * g++.dg/abi/macro0.C: New test.
1856         * g++.dg/abi/macro1.C: Likewise.
1857         * g++.dg/abi/macro2.C: Likewise.
1859         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1860         * g++.dg/abi/bitfield7.C: Likewise.
1861         * g++.dg/abi/dtor2.C: Likewise.
1862         * g++.dg/abi/mangle11.C: Likewise.
1863         * g++.dg/abi/mangle12.C: Likewise.
1864         * g++.dg/abi/mangle14.C: Likewise.
1865         * g++.dg/abi/mangle17.C: Likewise.
1866         * g++.dg/abi/vbase10.C: Likewise.
1867         * g++.dg/abi/vbase14.C: Likewise.
1868         * g++.dg/template/qualttp17.C: Likewise.
1870 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
1872         PR c/11995
1873         * gcc.dg/20031223-1.c: New test.
1875 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1877         * gcc.dg/noreturn-7.c: New test.
1879 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1881         * gcc.dg/null-pointer-1.c: New test.
1883 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1885         * g++.old-deja/g++.jason/template18.C: Remove.
1886         * g++.old-deja/g++.jason/template37.C: Likewise.
1888         PR c++/12862
1889         * g++.dg/lookup/ns1.C: New test.
1891         PR c++/12397
1892         * g++.dg/template/lookup3.C: New test.
1894 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1896         * g++.dg/template/recurse1.C: New test
1898 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1900         PR c++/12479
1901         * g++.dg/parse/semicolon1.C: New test.
1902         * g++.dg/parse/semicolon1.h: Likewise.
1904 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
1906         * gcc.dg/darwin-misaligned.c: New test.
1908 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1910         PR c/9163
1911         * gcc.dg/20031222-1.c: New test.
1913 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
1915         PR c++/13438
1916         * g++.dg/parse/error8.C: New test.
1918         PR c++/11554
1919         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1921 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
1923         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1924         too small.
1925         * gcc.c-torture/compile/930217-1.c: Likewise.
1926         * gcc.c-torture/compile/930513-1.c: Likewise.
1927         * gcc.c-torture/execute/920908-2.c: Likewise.
1928         * gcc.c-torture/execute/921204-1.c: Likewise.
1929         * gcc.c-torture/execute/930621-1.c: Likewise.
1930         * gcc.c-torture/execute/930630-1.c: Likewise.
1931         * gcc.c-torture/execute/931031-1.c: Likewise.
1932         * gcc.c-torture/execute/980602-2.c: Likewise.
1933         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1934         * gcc.c-torture/execute/compndlit-1.c: Likewise.
1935         * gcc.c-torture/execute/extzvsi.c: Likewise.
1936         * gcc.c-torture/unsorted/ext.c: Likewise.
1938 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
1940         PR target/12749
1941         * gcc.c-torture/compile/20031220-2.c: New test case.
1943 2003-12-20  Roger Sayle  <roger@eyesopen.com>
1945         PR optimization/13031
1946         * gcc.c-torture/compile/20031220-1.c: New test case.
1948 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1950         * gcc.dg/cast-function-1.c: New test.
1952 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1954         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1955         formats.
1957 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
1959         PR c++/12795
1960         * g++.dg/ext/attrib10.C: New test.
1962 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1964         * gcc.dg/cleanup-10.c: New test.
1965         * gcc.dg/cleanup-11.c: New test.
1967 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1969         PR c++/13239
1970         * g++.dg/opt/expect1.C: New test.
1972 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
1974         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1976 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
1978         PR debug/12923
1979         * gcc.dg/20031218-1.c: New test.
1981         PR debug/12389
1982         * gcc.dg/20031218-2.c: New test.
1983         * gcc.dg/20031218-3.c: New test.
1985         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1986         of label name and allow for USER_LABEL_PREFIX == "_" names.
1987         * g++.dg/abi/mangle18-2.C: Likewise.
1988         * g++.dg/abi/mangle19-1.C: Likewise.
1989         * g++.dg/abi/mangle19-2.C: Likewise.
1990         * g++.dg/abi/mangle20-1.C: Likewise.
1991         * g++.dg/abi/mangle20-2.C: Likewise.
1993 2003-12-18  Richard Henderson  <rth@redhat.com>
1995         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1997 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1998             Dan Kegel <dank@kegel.com>
2000         PR other/12009
2001         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
2002         testing a cross compiler, it causes spurious compile failures.
2003         * lib/g++.exp: Likewise.
2005 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2007         PR c++/13262
2008         * g++.dg/template/access13.C: New test.
2010 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
2012         * gcc.dg/20031216-1.c: New test.
2014 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2016         PR c++/9154
2017         * g++.dg/template/error10.C: New test.
2019 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2021         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
2022         * g++.dg/eh/simd-2.C: Likewise.
2024 2003-12-17  James E Wilson  <wilson@specifixinc.com>
2025             Roger Sayle  <roger@eyesopen.com>
2027         * gcc.c-torture/execute/ieee/mzero5.c: New.
2029 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
2031         PR c++/10603
2032         * g++.dg/parse/error6.C: New test.
2034         PR c++/12827
2035         * g++.dg/parse/error7.C: New test.
2037 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2039         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
2040         at -O with stabs debugging formats.
2041         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
2042         * gcc.dg/debug/debug-2.c: Likewise.
2044 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
2046         PR c++/12696
2047         * g++.dg/init/error1.C: New test.
2049         PR c++/12218
2050         * g++.dg/init/pm3.C: New test.
2052 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2054         PR c/3347
2055         * gcc.dg/bitfld-8.c: New test.
2057 2003-12-16  James Lemke  <jim@wasabisystems.com>
2059         * gcc.dg/arm-scd42-[123].c: New tests.
2061 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2063         PR c++/9043
2064         * g++.dg/abi/mangle20-1.C: New test.
2065         * g++.dg/abi/mangle20-2.C: New test.
2067 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
2069         PR c++/13275
2070         * g++.dg/other/offsetof2.C: Remove XFAIL.
2071         * g++.dg/parse/offsetof1.C: New test.
2072         * g++.gd/parse/offsetof2.C: Likewise.
2074 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2076         * g++.dg/template/nontype3.C: New test.
2077         * g++.dg/template/static2.C: Tweaked the dg-error clause.
2079 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2081         * g++.dg/warn/noreturn-3.C: Also test instantiation.
2083 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2085         PR c++/13387
2086         * g++.dg/expr/assign1.C: New test.
2088         PR c++/13242
2089         * g++.dg/abi/mangle19-1.C: New test.
2090         * g++.dg/abi/mangle19-2.C: New test.
2092 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
2094         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
2096 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2098         * gcc.c-torture/execute/20031216-1.c: New test.
2100 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2102         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
2103         an ICE regression.
2105 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2107         PR c++/10926
2108         * g++.dg/template/error9.C: New test.
2110         PR c++/11116
2111         * g++.dg/template/error8.C: New test.
2113 2003-12-15  Roger Sayle  <roger@eyesopen.com>
2115         PR middle-end/13400
2116         * gcc.c-torture/execute/20031215-1.c: New test case.
2118 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2120         PR c++/13269
2121         * g++.dg/parse/error5.C: New test.
2123         PR c++/12989
2124         * g++.dg/expr/sizeof1.C: New test.
2126         PR c++/13310
2127         * g++.dg/template/crash15.C: New test.
2129 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
2131         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
2132         a non-POD type as the last named parameter of a varargs function.
2134 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2136         PR c++/13243
2137         PR c++/12573
2138         * g++.dg/template/crash14.C: New test.
2139         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
2141 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
2143         * g++.dg/other/java1.C: New test.
2145         PR c++/13241
2146         * g++.dg/abi/mangle18-1.C: New test.
2147         * g++.dg/abi/mangle18-2.C: New test.
2149 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2151         PR optimization/10312
2152         * gcc.c-torture/execute/20031214-1.c: New.
2154 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
2156         PR c++/10779
2157         PR c++/12160
2158         * g++.dg/parse/error3.C: New test.
2159         * g++.dg/parse/error4.C: Likewise.
2160         * g++.dg/abi/mangle4.C: Tweak error messages.
2161         * g++.dg/lookup/using5.C: Likewise.
2162         * g++.dg/other/error2.C: Likewise.
2163         * g++.dg/parse/typename5.C: Likewise.
2164         * g++.dg/parse/undefined1.C: Likewise.
2165         * g++.dg/template/arg2.C: Likewise.
2166         * g++.dg/template/ttp3.C: Likewise.
2167         * g++.dg/template/type1.C: Likewise.
2168         * g++.old-deja/g++.other/crash32.C: Likewise.
2169         * g++.old-djea/g++.pt/defarg8.C: Likewise.
2171 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2173         PR c++/13106
2174         * g++.dg/warn/noreturn-3.C: New test.
2176 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2178         PR c++/13118
2179         * g++.dg/abi/covariant3.C: New.
2181 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
2183         * g++.dg/eh/ia64-1.C: New test.
2185 2003-12-12  Roger Sayle  <roger@eyesopen.com>
2187         PR optimization/13037
2188         * g77.f-torture/execute/13037.f: New test case.
2190 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2192         PR c++/12881
2193         * g++.dg/abi/covariant2.C: New.
2195 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
2197         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
2199 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
2201         * gcc.c-torture/execute/wchar_t-1.x: Delete.
2203 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
2205         PR other/10819
2206         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
2207         to fix Bug 10819.
2208         * lib/g++.exp (g++_version): Likewise.
2209         * lib/g77.exp (g77_version): Likewise.
2210         * lib/objc.exp (default_objc_version): Likewise.
2212 2003-12-10  Richard Henderson  <rth@redhat.com>
2214         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
2216         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
2218 2003-12-08  Matt Austern  <austern@apple.com>
2220         PR c/13134
2221         * lib/gcc-dg.exp (dg-require-visibility): Define.
2222         * lib/target-supports (check_visibility_available): Define.
2223         * gcc.dg/visibility-1.c: New test.
2224         * gcc.dg/visibility-2.c: Likewise.
2225         * gcc.dg/visibility-3.c: Likewise.
2226         * gcc.dg/visibility-4.c: Likewise.
2227         * gcc.dg/visibility-5.c: Likewise.
2228         * gcc.dg/visibility-6.c: Likewise.
2229         * g++.dg/ext/visibility-1.C: Likewise.
2230         * g++.dg/ext/visibility-2.C: Likewise.
2231         * g++.dg/ext/visibility-3.C: Likewise.
2232         * g++.dg/ext/visibility-4.C: Likewise.
2233         * g++.dg/ext/visibility-5.C: Likewise.
2234         * g++.dg/ext/visibility-6.C: Likewise.
2236 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2238         * g++.dg/lookup/java1.C: New test.
2239         * g++.dg/lookup/java2.C: New test.
2241 2003-12-07  Falk Hueffner  <falk@debian.org>
2243         * g++.dg/opt/noreturn-1.C: New test.
2245 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
2247         * gcc.dg/overflow-1.c: New test.
2249 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2251         * g77.f-torture/compile/13060.f: New test.
2253 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
2255         PR c++/13323
2256         * g++.dg/inherit/operator2.C: New test.
2258 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2260         PR c++/13305
2261         * g++.dg/ext/attrib9.C: New test.
2263 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2265         PR c++/13314
2266         * g++.dg/template/error7.C: New test.
2268 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
2269             J"orn Rennecke <joern.rennecke@superh.com>
2271         PR target/13302
2272         * g++.dg/other/struct-va_list.C: New test.
2274 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2276         PR c++/13166
2277         * g++.dg/parse/defarg6.C: New test.
2279 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
2281         PR target/13256
2282         * gcc.c-torture/execute/20031201-1.c: New test.
2284 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
2286         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
2288 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2290         * gcc.dg/builtin-return-1.c: New test.
2292 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
2293             J"orn Rennecke <joern.rennecke@superh.com>
2295         PR optimization/13260
2296         * gcc.c-torture/execute/20031204-1.c: New test.
2298 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2300         PR c++/9127
2301         * g++.dg/template/error6.C: New test.
2303 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
2305         * gcc.dg/20031202-1.c: New test.
2307 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2309         PR c++/13179
2310         * g++.dg/template/eh1.C: New test.
2312         PR c++/10771
2313         * g++.dg/template/error5.C: New test.
2315 2003-12-02  David Ung  <davidu@mips.com>
2317         * gcc.dg/compat/vector-check.h: Corrected type for var
2318         g_##TMODE
2320 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2322         PR c++/10126
2323         * g++.dg/template/ptrmem8.C: New test.
2325 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2327         PR c++/12573
2328         * g++.dg/template/dependent-expr3.C: New test.
2330 2003-12-01  James Lemke  <jim@wasabisystems.com>
2332         * gcc.dg/arm-g2.c: New test.
2334 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2336         PR optimization/11634
2337         * gcc.dg/20031201-2.c: New test case.
2339 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
2341         PR 11433
2342         * objc.dg/proto-lossage-3.m: New test.
2344 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2346         PR optimization/12628
2347         * gcc.dg/20031201-1.c: New test case.
2349 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2351         * gcc.dg/unaligned-1.c: New test.
2353 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
2355         PR c++/9849
2356         * g++.dg/template/error4.C: New test.
2357         * g++.dg/template/nested3.C: Adjust error markers.
2359 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2361         * gcc.dg/cpp/assert4.c: Check more #system assertions.
2363 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2365         PR c/10333
2366         * gcc.dg/bitfld-7.c: New test.
2368 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
2370         * gcc.dg/tls/asm-1.C: New test.
2372 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2374         * gcc.dg/cpp/assert4.c: Update.
2376 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2378         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
2379         * gcc.dg/builtin-apply3.c: New test.
2381 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2383         * lib/compat.exp (compat-obj): New xfaildata parameter.
2384         Use it to set compiler_conditional_xfail_data before compiling.
2385         (compat-get-options): Handle dg-xfail-if.
2386         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
2387         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
2388         * gcc.dg/compat/vector-1_y.c: Likewise.
2389         * gcc.dg/compat/vector-2_x.c: Likewise.
2390         * gcc.dg/compat/vector-2_y.c: Likewise.
2392 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2394         * g++.dg/opt/reg-stack4.C: New test.
2396 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2398         * gcc.dg/builtin-apply2.c: New test.
2400 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2402         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
2404 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2406         PR c++/12924
2407         * g++.dg/template/template-id-2.C: New test.
2409 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2411         PR c++/5369
2412         * g++.dg/template/memfriend1.C: New test.
2413         * g++.dg/template/memfriend2.C: Likewise.
2414         * g++.dg/template/memfriend3.C: Likewise.
2415         * g++.dg/template/memfriend4.C: Likewise.
2416         * g++.dg/template/memfriend5.C: Likewise.
2417         * g++.dg/template/memfriend6.C: Likewise.
2418         * g++.dg/template/memfriend7.C: Likewise.
2419         * g++.dg/template/memfriend8.C: Likewise.
2420         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
2422 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
2424         PR c++/12515
2425         * g++.dg/ext/cond1.C: New test.
2427 2003-11-20  Richard Henderson  <rth@redhat.com>
2429         * gcc.dg/20020201-2.c: Remove.
2430         * gcc.dg/20020201-4.c: Remove.
2431         * gcc.dg/20020304-1.c: Remove.
2433 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2435         * gcc.dg/cpp/trad/xwin1.c: New test case.
2437 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2439         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
2440         * lib/g77.exp: Likewise.
2441         * lib/objc.exp: Likewise.
2442         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
2443         for darwin.
2445 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2447         PR c++/12932
2448         * g++.dg/template/static5.C: New test.
2450 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2452         * gcc.dg/nested-func-1.c: New test.
2454 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2456         * gcc.dg/cpp/assert4.c: New test.
2458 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2460         PR c++/2294
2461         * g++.dg/lookup/using9.c: New test.
2463 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
2465         PR c++/12762
2466         * g++.dg/template/error3.C: New test.
2468 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2470         PR ada/13035
2471         * ada/acats/run_acats, run_all.sh: Fix syntax error.
2472         No longer use a wrapper for gcc, since this does not work under
2473         Windows.
2475 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2477         PR c++/2094
2478         * g++.dg/template/ptrmem7.C: New test.
2480 2003-11-13  Andrew Pinski <apinski@apple.com>
2482         * gcc.c-torture/compile/20031113-1.c: New test.
2484 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
2485             Kean Johnston <jkj@sco.com>
2487         PR c/13029
2488         * gcc.dg/unused-4.c: Update.
2490 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2492         * g++.dg/opt/const3.C: New test.
2494 2003-11-13  Jan Hubicka  <jh@suse.cz>
2496         * gcc.c-torture/compile/20031112-1.c: New test.
2498 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
2500         * g++.dg/parse/crash10.C: Remove bogus error marker.
2502 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2504         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
2505         (host_gcc): Likewise.
2506         (ROOT): Honor $PWDCMD.
2507         (BASE): Likewise.
2508         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
2510 2003-11-12  Catherine Moore  <clm@redhat.com>
2512         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
2514 2003-11-12  Andreas Jaeger  <aj@suse.de>
2515             Jakub Jelinek  <jakub@redhat.com>
2516             Andrew Pinski  <pinskia@physics.uc.edu>
2517             Richard Henderson  <rth@redhat.com>
2519         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
2520         systems.
2521         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
2523         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
2524         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
2526 2003-11-11  Andreas Jaeger  <aj@suse.de>
2528         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
2530         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
2532 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2534         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
2535         Clean ups.
2537 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
2539         * gcc.dg/trampoline-1.c: New test.
2541 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
2543         * gcc.c-torture/compile/200031109-1.c: New test.
2545 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2547         PR c/3190
2548         PR c/8714
2549         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2550         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
2551         gcc.dg/format/no-y2k-1.c: Update.
2553 2003-11-08  Roger Sayle  <roger@eyesopen.com>
2555         PR optimization/10467
2556         * gcc.dg/20031108-1.c: New test case.
2558 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2560         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
2562 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2564         * gcc.dg/compound-lvalue-1.c: New test.
2565         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
2566         some XFAILs.
2568 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2570         * gcc.dg/altivec-varargs-1.c: New test.
2572 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2574         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
2575         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
2576         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
2577         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
2578         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
2580 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2582         * gcc.dg/cond-lvalue-1.c: New test.
2584 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
2586         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2588 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2590         PR c++/11616
2591         * g++.dg/template/instantiate5.C: New test.
2593 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2595         PR c++/12726
2596         * g++.dg/ext/complit2.C: Replace test with self-contained version.
2597         * ChangeLog: Add missing first entry for above test.
2599 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2601         PR c++/9810
2602         * g++.dg/template/using8.C: New test.
2603         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
2605 2003-11-02  Roger Sayle  <roger@eyesopen.com>
2607         PR optimization/10817
2608         * gcc.c-torture/compile/20031102-1.c: New test case.
2610 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
2612         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2613         2147483647.
2615 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2617         * gcc.dg/20031102-1.c: New test.
2619 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2621         * gcc.dg/complex-1.c: New test.
2623 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2625         PR c++/12796
2626         * g++.dg/template/crash13.C: Adjust expected error location.
2627         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2629 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2631         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2633 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2635         PR/10239
2636         * gcc.c-torture/compile/20031031-2.c: New test.
2638 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2640         PR/11640
2641         * gcc.c-torture/compile/20031031-1.c: New test.
2643 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2645         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2646         * gcc.misc-tests/bprob.exp: Likewise.
2647         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2648         the execution test on arm-elf configs.
2649         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
2650         configs that don't support scratch files.
2651         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2653 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
2655         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2656         done by dejagnu.
2658 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2660         * ada/acats/run_all.sh: Redirect mv output to /dev/null
2661         Avoid non pure sh syntax. Add more logging.
2663         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2664         fail.
2666 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2668         PR libgcj/10610
2669         * gcc.dg/ppc-stackalign-1.c: New test.
2671 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
2673         * ada/acats/run_all.sh: Change output to be more compliant with
2674         dejagnu framework.
2675         Create acats.sum and acats.log files under testsuite/ada/acats
2676         Only run [a-z]* directories, to filter out e.g. CVS.
2677         Redirect build output to log file.
2679 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2681         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2683 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2685         PR ada/5909:
2686         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2688 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
2690         * gcc.c-torture/compile/20031023-1.c: New test.
2691         * gcc.c-torture/compile/20031023-2.c: New test.
2692         * gcc.c-torture/compile/20031023-3.c: New test.
2693         * gcc.c-torture/compile/20031023-4.c: New test.
2695 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2697         PR c++/10371
2698         * g++.dg/lookup/scoped8.C: New test.
2700 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2702         * g++.dg/opt/reg-stack3.C: New test.
2704 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2706         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2708 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2710         PR c++/11076
2711         * g++.dg/template/crash13.C: New test.
2713 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2715         * gcc.dg/c99-restrict-2.c: New test.
2717 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2719         PR c++/12698, c++/12699, c++/12700, c++/12566
2720         * g++.dg/inherit/covariant9.C: New test.
2721         * g++.dg/inherit/covariant10.C: New test.
2722         * g++.dg/inherit/covariant11.C: New test.
2724 2003-10-23  Jason Merrill  <jason@redhat.com>
2726         PR c++/12726
2727         * g++.dg/ext/complit2.C: New test.
2729 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2731         PR target/12654
2732         * gcc.c-torture/execute/20031020-1.c: New test.
2734 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2736         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2737         following the jump_insn.
2739 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2741         * gcc.dg/cast-lvalue-1.c: New test.
2743 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2745         PR c++/11962
2746         * g++.dg/template/cond2.C: New test.
2748 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2750         * gcc.dg/builtins-28.c: New test.
2752 2003-10-20  Jan Hubicka  <jh@suse.cz>
2754         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2755         parameter.
2756         * testsuite/gcc.dg/inline-2.c: Likewise.
2758 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2760         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2761         * gcc.dg/nest.c:  Likewise.
2763 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2765         PR c++/9781, c++/10583, c++/11862
2766         * g++.dg/parse/crash13.C: New test.
2768 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2770         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2772 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2774         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2775         Define HAVE_C99_RUNTIME except on Solaris.
2776         * gcc.dg/builtins-20.c: Likewise.
2778 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2780         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2782 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2784         PR c++/12495
2785         * g++.dg/template/crash21.C: New test.
2787 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2789         PR c++/2513
2790         * g++.dg/template/typename5.C: New test.
2792 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2794         PR c++/12369
2795         * g++.dg/template/friend25.C: New test.
2797 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2799         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2800         versions.
2802 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2804         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2805         == 2147483647.
2807 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2809         * gcc.c-torture/execute/960416-1.x: Remove.
2810         * gcc.c-torture/execute/divconst-3.x: Likewise.
2812 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2814         PR target/12598
2815         * gcc.dg/torture/cris-volatile-1.c: New test.
2817 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2819         PR optimization/9325
2820         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2821         for overflowing floating point to integer conversion during RTL
2822         simplification.
2824 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
2826         * objc/execute/_cmd.m: Fix typo.
2827         * objc.dg/image-info.m, objc.dg/symtab-1.m:
2828         Relax 'scan-assembler' regexp.
2829         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2830         objc.dg/try-catch-4.m: Run on non-Darwin targets.
2831         * objc.dg/zero-link-2.m: Remove blank line.
2832         * objc.dg/zero-link-3.m: New test case.
2834 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
2836         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2838         * gcc.dg/asm-names.c: Use scan-assembler-not rather
2839         than linker trickery.
2841 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2843         PR c++/12370
2844         * g++.dg/other/friend2.C: New test.
2846 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2848         * gcc.dg/20031012-1.c: New test.
2850 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2852         * gcc.dg/weak/weak-3.c: Fix for new warning.
2854 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2856         PR optimization/8750
2857         * gcc.c-torture/execute/20031012-1.c: New test case.
2859 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2861         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2862         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2864 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2866         PR optimization/12260
2867         * gcc.c-torture/compile/20031011-2.c: New test case.
2869 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2871         * gcc.c-torture/execute/20031011-1.c: New testcase.
2873 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
2875         * gcc.c-torture/compile/20031011-1.c: New test.
2877 2003-10-11  Jan Hubicka  <jh@suse.cz>
2879         * g++.dg/other/first-global.C: New test.
2881 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2883         * gcc.c-torture/execute/string-opt-18.c: New testcase.
2885 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
2887         * gcc.c-torture/compile/20031010-1.c: New test.
2889 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
2891         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2892         * gcc.c-torture/execute/va-arg-25.c: ... here.
2894 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
2896         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2898 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
2900         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2902 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
2904         * g++.dg/parse/error2.C: New test.
2906 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
2908         PR c++/11097
2909         * g++.dg/other/error5.C: Modify the error message.
2910         * g++.dg/lookup/using8.C: New test.
2912 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
2914         * gcc.dg/darwin-abi-2.c: New file.
2915         * gcc.c-torture/execute/va-arg-24.c: New file.
2917 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
2919         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
2920         indentation.
2922 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2924         PR c++/10147
2925         * g++.dg/other/error4.C: Update error messages.
2926         * g++.dg/template/ptrmem4.C: Likewise.
2928         PR c++/12337
2929         * g++.dg/init/new9.C: New test.
2931         PR c++/12334, c++/12236, c++/8656
2932         * g++.dg/ext/attrib8.C: New test.
2934 2003-10-06  Devang Patel  <dpatel@apple.com>
2936         * gcc.dg/debug/dwarf2-3.h: New test.
2937         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2939 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
2941         * g++.dg/opt/cfg2.C: New test.
2943 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2945         * g++.dg/opt/float1.C: New test.
2947 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2949         * gcc.dg/c90-array-lval-6.c: New test.
2950         * gcc.dg/c99-array-lval-6.c: New test.
2952 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2953             Ziemowit Laski  <zlaski@apple.com>
2955         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2956         'Derived', so that it is never considered a class method; add
2957         new warning for '+port' method ambiguity.
2958         * objc.dg/method-12.m: Include <objc/objc.h> instead of
2959         <objc/objc-api.h> (needed on Mac OS X).
2960         * objc.dg/method-13.m: New test.
2962 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2964         PR optimization/9325, PR java/6391
2965         * gcc.c-torture/execute/20031003-1.c: New test case.
2967 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2969         PR optimization/12180
2970         * gcc.dg/20031002-1.c: New test.
2972         PR c++/12486
2973         * g++.dg/inherit/error1.C: New test.
2975 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2977         * lib/f-torture.exp (search_for): Rename to...
2978         (search_for_re): This.  Also, clean up comments and the
2979         "regexp" invocation.
2981 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2983         * gcc.c-torture/compile/20031002-1.c: New test.
2985 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2987         * g++.dg/opt/cond1.C: New test.
2989 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2991         * gcc.dg/Wold-style-definition-2.c: New testcase.
2992         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2994 2003-09-29  Richard Henderson  <rth@redhat.com>
2996         * g++.dg/init/array10.C: Add dg-options.
2998 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
3000         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
3002 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3004         * g++.dg/template/friend19.C: Fix typo.
3005         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
3007 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
3009         * gcc.c-torture/execute/20030928-1.c: New test.
3010         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
3012 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
3014         * g++.dg/opt/unroll1.C: New test.
3016 2003-09-26  Roger Sayle  <roger@eyesopen.com>
3018         PR optimization/11741
3019         * gcc.dg/20030926-1.c: New test case.
3021 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3023         PR c++/5655
3024         * g++.dg/parse/access7.C: New test.
3025         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
3027 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
3029         MERGE OF objc-improvements-branch into MAINLINE:
3030         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
3031         if libobjc has not been built.
3032         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
3033         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
3034         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
3035         objc/execute/nested-3.m, objc/execute/np-2.m,
3036         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
3037         objc/execute/redefining_self.m, objc/execute/root_methods.m,
3038         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
3039         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
3040         objc.dg/special/unclaimed-category-1.h,
3041         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
3042         well as GNU runtime.
3043         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
3044         * execute/cascading-1.m, execute/function-message-1.m,
3045         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
3046         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
3047         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
3048         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
3049         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
3050         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
3051         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
3052         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
3053         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
3054         * objc.dg/bitfield-2.m: Run only on Darwin.
3055         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
3056         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
3057         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
3058         * objc.dg/const-str-1.m: Fix constant string layout.
3060 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
3062         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
3064 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
3066         * gcc.dg/darwin-abi-1.c: New file.
3068 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
3070         PR target/12281
3071         * gcc.c-torture/compile/20030921-1.c: New test.
3073 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3075         * g++.dg/opt/reg-stack2.C: New test.
3077 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3079         * g++.dg/eh/delayslot1.C: New test.
3081 2003-09-20  Richard Henderson  <rth@redhat.com>
3083         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
3085 2003-09-20  Roger Sayle  <roger@eyesopen.com>
3087         * gcc.c-torture/execute/20030920-1.c: New test case.
3089 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3091         * g++.dg/rtti/typeid3.C: Correct expected error message.
3093 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3095         PR c++/157
3096         * g++.dg/parse/crash12.C: New test.
3098 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
3100         * gcc.dg/compat/mixed-struct-check.h: New.
3101         * gcc.dg/compat/mixed-struct-defs.h: New.
3102         * gcc.dg/compat/mixed-struct-init.h: New.
3103         * gcc.dg/compat/struct-by-value-19_main.c: New.
3104         * gcc.dg/compat/struct-by-value-19_x.c: New.
3105         * gcc.dg/compat/struct-by-value-19_y.c: New.
3106         * gcc.dg/compat/struct-by-value-20_main.c: New.
3107         * gcc.dg/compat/struct-by-value-20_x.c: New.
3108         * gcc.dg/compat/struct-by-value-20_y.c: New.
3109         * gcc.dg/compat/struct-return-19_main.c: New.
3110         * gcc.dg/compat/struct-return-19_x.c: New.
3111         * gcc.dg/compat/struct-return-19_y.c: New.
3112         * gcc.dg/compat/struct-return-20_main.c: New.
3113         * gcc.dg/compat/struct-return-20_x.c: New.
3114         * gcc.dg/compat/struct-return-20_y.c: New.
3116 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
3117         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
3118         so that it will not complain on LP64 targets.
3120 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3122         PR c++/495
3123         * g++.dg/template/friend24.C: New test.
3125 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
3127         PR c++/12332
3128         * g++.dg/template/memtmpl2.C: New test.
3130 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
3132         PR target/11184
3133         * gcc.dg/builtin-apply1.c: New test.
3135 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3137         PR c++/9848
3138         * g++.dg/warn/Wunused-4.C: New test.
3140 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3142         PR c++/12316
3143         * g++.dg/other/gc2.C: New test.
3145 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
3147         PR c++/11991
3148         * g++.dg/rtti/typeid3.C: New test.
3150         PR c++/12266
3151         * g++.dg/overload/template1.C: New test.
3153 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3155         * g++.dg/opt/cfg3.C: New test.
3157 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3159         PR c++/7939
3160         * g++.dg/template/crash11.C: New test.
3162 2003-09-16  Jason Merrill  <jason@redhat.com>
3163             Jakub Jelinek  <jakub@redhat.com>
3165         * gcc.dg/attr-warn-unused-result.c: New test.
3167 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3169         PR c++/12184
3170         * g++.dg/expr/call2.C: New test.
3172 2003-09-15  Andreas Jaeger  <aj@suse.de>
3174         * gcc.dg/Wold-style-definition-1.c: New test.
3176 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
3178         PR c++/3907
3179         * g++.dg/parse/template12.C: New test.
3181         * g++.dg/abi/bitfield11.C: New test.
3182         * g++.dg/abi/bitfield12.C: Likewise.
3184 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
3186         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
3187         non-expansion of functional macro name without arguments at EOL.
3188         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
3190 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3192         * gcc.c-torture/execute/20030914-[12].c: New tests.
3194 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3196         PR c++/11788
3197         * g++.dg/overload/addr1.C: New test.
3199 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
3201         * gcc.dg/20030909-1.c: New test.
3203 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3205         * gcc.dg/ultrasp10.c: New test.
3207 2003-09-09  Devang Patel  <dpatel@apple.com>
3209         * gcc.dg/darwin-ld-6.c: New test.
3211 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3213         * gcc.dg/torture/builtin-explog-1.c: New testcase.
3215 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3217         * gcc.dg/ia64-types1.c: New test.
3218         * gcc.dg/ia64-types2.c: Likewise.
3220 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3222         * gcc.dg/builtins-1.c: Add more _Complex tests.
3223         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3225         * gcc.dg/builtins-1.c: Test existing _Complex functions.
3226         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3228 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3230         PR c++/11786
3231         * g++.dg/lookup/koenig2.C: New test.
3233         PR c++/5296
3234         * g++.dg/rtti/typeid2.C: New test.
3236 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
3238         * gcc.c-torture/compile/20030904-1.c: New test.
3240 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3242         * g++.dg/opt/longbranch2.C: New test.
3244 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3246         * g++.dg/template/crash10.C: Only compile it.
3248 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3250         PR middle-end/11665
3251         * gcc.c-torture/compile/20030907-1.c: New test.
3252         * g++.dg/init/array11.C: New test.
3254 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3256         PR c++/11852
3257         * g++.dg/init/struct1.C: New test.
3259 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3261         PR c++/12181
3262         * g++.dg/expr/comma1.C: New test.
3264 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
3266         PR c++/11867
3267         * g++.dg/expr/static_cast5.C: New test.
3269 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
3271         PR c++/11507
3272         * g++.dg/lookup/scoped7.C: New test.
3274         PR c++/9574
3275         * g++.dg/other/static1.C: New test.
3277         PR c++/11490
3278         * g++.dg/warn/template-1.C: New test.
3280         PR c++/11432
3281         * g++.dg/template/crash10.C: New test.
3283         PR c++/2478
3284         * g++.dg/overload/VLA.C: New test.
3286         PR c++/10804
3287         * g++.dg/template/call1.C: New test.
3289 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3291         PR c++/11794
3292         * g++.dg/parse/using3.C: New test.
3294 2003-09-06  Roger Sayle  <roger@eyesopen.com>
3296         PR c++/11409
3297         * g++.dg/overload/builtin3.C: New test case.
3299 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
3301         PR c/9862
3302         * gcc.dg/20030906-1.c: New test.
3303         * gcc.dg/20030906-2.c: Likewise.
3305 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3307         PR c++/12167
3308         * g++.dg/parse/defarg5.C: New test.
3310         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
3312 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
3314         PR c++/12163
3315         * g++.dg/expr/static_cast4.C: New test.
3317         PR c++/12146
3318         * g++.dg/template/crash9.C: New test.
3320 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
3322         * g++.old-deja/g++.ext/pretty2.C: Update for change
3323         in __FUNCTION__.
3324         * g++.old-deja/g++.ext/pretty3.C: Likewise.
3326 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
3328         PR c++/11922
3329         * g++/dg/template/qualified-id1.C: New test.
3331         PR c++/12037
3332         * g++.dg/warn/noeffect4.C: New test.
3334 2003-09-04  Matt Austern  <austern@apple.com>
3336         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
3337         * g++.dg/ext/fnname2.C: Likewise.
3338         * g++.dg/ext/fnname3.C: Likewise.
3340 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
3342         * g++.dg/expr/lval1.C: New test.
3343         * g++.dg/ext/lvcast.C: Remove.
3345 2003-09-03  Roger Sayle  <roger@eyesopen.com>
3347         PR optimization/11700.
3348         * gcc.c-torture/compile/20030903-1.c: New test case.
3350 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
3352         PR c++/12053
3353         * g++.dg/abi/layout4.C: New test.
3355 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
3357         PR c++/11553
3358         * g++.dg/parse/friend3.C: New test.
3360 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
3362         PR c++/11847
3363         * g++.dg/template/class1.C: New test.
3365         PR c++/11808
3366         * g++.dg/expr/call1.C: New test.
3368 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
3370         PR c++/12114
3371         * g++.dg/init/ref9.C: New test.
3373         PR c++/11972
3374         * g++.dg/template/nested4.C: New test.
3376 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3378         PR c++/12093
3379         * g++.dg/template/non-dependent4.C: New test.
3381         PR c++/11928
3382         * g++.dg/inherit/conv1.C: New test.
3384 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3386         PR c++/6196
3387         * g++.dg/ext/label1.C: New test.
3388         * g++.dg/ext/label2.C: Likewise.
3390 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3392         * g++.dg/expr/cond3.C: New test.
3394 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3396         * gcc.dg/builtins-1.c: Add new builtin cases.
3398 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3400         * gcc.dg/builtins-1.c: Add new cases.
3401         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3403 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3405         * gcc.dg/builtins-1.c: Add more math builtin tests.
3406         * gcc.dg/torture/builtin-attr-1.c: New test.
3408 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3410         PR optimization/5079
3411         * g++.dg/opt/static3.C: New test.
3413 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3415         * gcc.misc-tests/gcov-10b.c: New test.
3417 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
3419         * g++.dg/opt/ptrmem3.C: New test.
3421         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
3423 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
3425         * gcc.dg/20030826-2.c: New test.
3427 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3429         PR middle-end/12002
3430         * g77.f-torture/compile/12002.f: New test case.
3432 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3434         * gcc.dg/20030826-1.c: New test case.
3436 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
3438         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
3440 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
3442         PR c++/11871
3443         * c++.dg/lookup/crash1.C: New test.
3445         * c++.dg/warn/noeffect3.C: New test.
3447 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
3449         * gcc.dg/compat/vector-1_x.c: Compile with -w.
3450         * gcc.dg/compat/vector-1_y.c: Ditto.
3451         * gcc.dg/compat/vector-2_x.c: Ditto.
3452         * gcc.dg/compat/vector-2_y.c: Ditto.
3454 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
3456         * gcc.dg/20030702-1.c: New test.
3458 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
3460         PR c++/8795
3461         * g++.dg/ext/altivec-1.C: New test.
3463 2003-08-24  Richard Henderson  <rth@redhat.com>
3465         * g++.dg/eh/simd-2.C: Add -w for x86.
3467 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
3469         * gcc.dg/20030815-1.c: New test.
3471 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3473         PR c++/3765
3474         * g++.dg/parse/access6.C: New test.
3476 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3478         PR c++/641, c++/11876
3479         * g++.dg/template/friend22.C: New test.
3480         * g++.dg/template/friend23.C: Likewise.
3482 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3484         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
3485         identically.
3487 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3489         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
3491 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3493         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
3495 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3497         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
3499 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3501         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
3503 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3505         PR c++/11919
3506         * g++.dg/overload/prom1.C: New test.
3508         PR c++/11551
3509         * g++.dg/parse/dtor2.C: New test.
3511         PR c++/10762
3512         * g++.dg/parse/using2.C: New test.
3514 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
3516         PR target/11805
3517         * gcc.c-torture/compile/20030821-1.c: New.
3519 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
3521         PR c++/11834
3522         * g++.dg/template/deduce2.C: New test.
3524 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
3526         * gcc.c-torture/execute/20030821-1.c: New test.
3528 2003-08-20  Roger Sayle  <roger@eyesopen.com>
3530         PR middle-end/11984
3531         * gcc.dg/20030820-1.c: New test case.
3533 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
3535         PR c++/11945
3536         * g++.dg/warn/noeffect2.C: New test.
3538 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
3540         PR c++/10926
3541         * g++.dg/template/dtor2.C: New test.
3543         PR c++/11684
3544         * g++.dg/template/operator1.C: New test.
3545         * g++.dg/parse/operator4.C: New test.
3547         PR c++/11946.C
3548         * g++.dg/expr/enum1.C: New test.
3549         * gcc.dg/c99-bool-1.c: Remove bogus warning.
3551         PR c++/11036.C
3552         * g++.dg/parse/elab2.C: New test.
3553         * g++.dg/parse/typedef4.C: Change error message.
3554         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
3555         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
3556         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
3558 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3560         * gcc.dg/pch/warn-1.c: New.
3561         * gcc.dg/pch/warn-1.hs: New.
3563         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
3564         not-tested file.
3566 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3568         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
3570 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3572         * gcc.dg/uninit-D.c: New Test.
3573         * gcc.dg/uninit-E.c: New Test.
3574         * gcc.dg/uninit-F.c: New Test.
3575         * gcc.dg/uninit-G.c: New Test.
3577 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
3579         * g++.dg/README: Describe the pch directory.
3581 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3583         PR c++/11174
3584         * g++.dg/parse/access4.C: New test.
3585         * g++.dg/parse/access5.C: Likewise.
3586         * g++.old-deja/g++.jason/access17.C: Adjust error message.
3588 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
3590         * gcc.dg/noncompile/20030818-1.c: New.
3592 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3594         PR c++/11957
3595         * g++.dg/warn/noeffect1.C: New test.
3597         * g++.dg/template/scope2.C: New test.
3598         * g++.dg/template/error2.C: Correct dg-error
3600 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
3602         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
3604 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
3606         PR C++/11512
3607         * g++.dg/template/warn1.C: New.
3609 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3611         * g++.dg/template/error2.C: New test.
3612         * g++.dg/lookup/using7.C: Adjust errors
3613         * g++.old-deja/g++.pt/crash36.C: Likewise.
3614         * g++.old-deja/g++.pt/derived3.C: Likewise.
3616 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3618         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3619         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3620         * gcc.c-torture/execute/builtins/string-9.c: New, from
3621         string-opt-9.c.  Adjust for execute/builtins framework.
3622         * gcc.c-torture/execute/string-opt-9.c: Delete.
3624 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
3626         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3628         * g++.dg/parse/ret-type2.C: New test.
3630         PR c++/11703
3631         * g++.dg/init/new8.C: New test.
3633         PR c++/10923
3634         * g++.dg/parse/typedef5.C: New test.
3636         PR c++/9512
3637         * g++.dg/parse/qualified2.C: New test.
3638         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3639         invalid code.
3641 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
3643         * g++.dg/conversion/ptrmem1.C: New test.
3645 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
3647         PR target/11693
3648         * gcc.dg/20030811-1.c: New test.
3650         PR target/11535
3651         * gcc.c-torture/execute/20030811-1.c: New test.
3653 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3655         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3657 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
3659         PR c++/11789.C
3660         * g++.dg/inherit/multiple1.C: New test.
3662 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3664         * gcc.dg/spe1.c: New test.
3666         PR c++/11670
3667         * g++.dg/expr/cast2.C: New test.
3669         PR c++/10530
3670         * g++.dg/template/dependent-name2.C: New test.
3672 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
3674         * g++.dg/parse/crash11.C: Put the dg options in comments.
3676 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
3678         * lib/gcc-dg.exp: Update for diagnostic change.
3680 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3682         PR c++/5767
3683         * g++.dg/parse/crash11.C: New test.
3685 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
3687         * gcc.dg/cpp/spacing1.c: Update.
3689 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
3691         PR target/11739
3692         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3693         a value for -mtune.
3695 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3697         PR middle-end/11771
3698         * gcc.c-torture/compile/20030804-1.c: New test case.
3700 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3702         * gcc.dg/20030804-1.c: New test case.
3704 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3706         * gcc.dg/cpp/separate-1.c: New test.
3708 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3710         PR c++/11704
3711         * g++.dg/template/dependent-expr2.C: New test.
3713         PR c++/11766
3714         * g++.dg/expr/ptrmem1.C: New test.
3716 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3718         PR c++/9453
3719         * g++.dg/template/friend15.C: New test.
3721 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3723         * lib/dg-pch.exp: Work round PCH bug.
3725 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3727         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3728         builtins.  Move cases from builtins-4.c here.
3730         * gcc.dg/torture/builtin-math-1.c: New test taken from
3731         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3732         additional cases.
3734         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3735         Delete.
3737 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3739         PR c++/9447
3740         * g++.dg/template/using7.C: New test.
3742 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3744         * import1.c, import2.c: New tests.
3746 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3748         * g++.dg/eh/crossjump1.C: New test.
3750 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3752         PR c++/11697
3753         * g++.dg/template/using6.C: New test.
3755         PR c++/11744
3756         * g++.dg/template/koenig2.C: New test.
3758 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3760         PR c++/7983
3761         * g++.dg/parse/typedef4.C: New test.
3763 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3765         PR c++/8442, c++/8806
3766         * g++.dg/template/elab1.C: New test.
3767         * g++.dg/template/type2.C: Likewise.
3768         * g++.dg/template/ttp3.C: Adjust expected error message.
3769         * g++.old-deja/g++.law/visibility13.C: Likewise.
3770         * g++.old-deja/g++.niklas/t135.C: Likewise.
3771         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3772         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3773         template argument.
3774         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3776 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3778         PR c++/11295
3779         * g++.dg/ext/stmtexpr1.C: New test.
3781         * g++.dg/opt/tmp1.C: New test.
3783         PR c++/11525
3784         * g++.dg/parse/constant4.C: New test.
3786         PR c++/9447
3787         * g++.dg/template/using5.C: New test.
3789 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3791         * gcc.dg/builtins-27.c: New test case.
3793 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3795         * gcc.dg/tls/opt-7.c: New test.
3797 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3799         * g++.old-deja/g++.other/crash18.C: Remove.
3801 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3803         * g++.dg/template/explicit3.C: New.
3804         * g++.dg/template/explicit4.C: New.
3805         * g++.dg/template/explicit5.C: New.
3807         PR c++/11347
3808         * g++.dg/template/memtmpl1.C: New.
3810 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3812         PR target/11565
3813         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3814         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3816 2003-07-30  Jan Hubicka  <jh@suse.cz>
3818         * vtgc1.c: Kill.
3820 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3822         * gcc.dg/struct-in-proto-1.c: New test.
3824 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
3826         * gcc.dg/cpp/include2.c: Only expect one message.
3828 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
3830         PR c++/9447
3831         * g++.dg/template/using1.C: New test.
3832         * g++.dg/template/using2.C: New test.
3833         * g++.dg/template/using3.C: New test.
3834         * g++.dg/template/using4.C: New test.
3836 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3838         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3839         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3841 2003-07-28  Jan Hubicka  <jh@suse.cz>
3843         PR c++/11530
3844         * g++.dg/opt/call1.C: New test.
3846 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
3848         PR c++/11667
3849         * g++.dg/init/enum2.C: New test.
3850         * g++.dg/template/overload1.C: Add "-w" option.
3852 2003-07-28    <hp@bitrange.com>
3854         * gcc.dg/Wdeclaration-after-statement-1.c,
3855         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3857 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
3859         * gcc.c-torture/compile/20030725-1.c: New test.
3861 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
3863         * gcc.dg/20030505.c: Only run for SPE.
3864         Remove definition of opaque type.
3866 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
3868         * g++.dg/template/ptrmem6.C: New test.
3870 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
3872         * gcc.c-torture/compile/zero-strct-2.c: New test.
3874 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
3876         * gcc.dg/intermod-1.c: New test.
3878 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3880         PR c++/11617
3881         * g++.dg/template/lookup2.C: New test.
3882         * g++.dg/template/memclass1.C: Remove instantiated from error.
3883         * g++.dg/other/error2.C: Tweak expected errors.
3885         PR c++/11596
3886         * g++.dg/template/defarg3.C: New test.
3888         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3890 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
3892         * g++.dg/inherit/access5.C: New test.
3894 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3896         PR c++/11513
3897         * g++.dg/template/crash8.C: New test.
3899 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
3901         PR c/10602
3902         * gcc.dg/noncompile/incomplete-2.c: New test.
3904 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
3906         PR c++/11645
3907         * g++.dg/inherit/access4.C: New test.
3909         PR c++/11517
3910         * g++.dg/expr/cond2.C: New test.
3912         PR optimization/10679
3913         * g++.dg/opt/inline4.C: New test.
3915 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3917         * g++.dg/parse/crash10: New test.
3919 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3921         * g++.dg/ext/flexary1.C: New test.
3923 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3925         PR c++/10793
3926         * g++.dg/template/crash9.C: New test.
3928 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3930         PR c++/3004
3931         * g++.dg/parse/typedef3.C: New test.
3933         PR c++/7906
3934         * g++.dg/parse/operator2.C: New test.
3936         PR c++/8895
3937         * g++.dg/parse/def-tmpl-arg1.C: New test.
3939         PR c++/9282
3940         * g++.dg/parse/funptr1.C: New test.
3942         PR c++/9452
3943         * g++.dg/parse/ambig3.C: New test.
3945         PR c++/9454
3946         * g++.dg/parse/operator3.C: New test.
3948         PR c++/9486
3949         * g++.dg/parse/template10.C: New test.
3951         PR c++/9488
3952         * g++.dg/parse/template11.C: New test.
3954         PR c++/10150
3955         * g++.dg/parse/invalid-op1.C: New test.
3957         PR c++/10247
3958         * g++.dg/parse/condexpr1.C: New test.
3960 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3962         * g++.dg/ext/packed3.C: New test.
3963         * g++.dg/ext/packed4.C: New test.
3965         * gcc.dg/pack-test-3.c: New test.
3967 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
3969         * lib/compat.exp: Handle dg-options per source file.
3970         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3971         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3972         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3973         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3974         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3975         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3976         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3977         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3978         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3979         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3980         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3981         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3982         * g++.dg/compat/break/bitfield7_x.C: Ditto.
3983         * g++.dg/compat/break/bitfield7_y.C: Ditto.
3985 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3987         PR c/10320
3988         * gcc.c-torture/execute/20030718-1.c: New test.
3990 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3992         PR optimization/11536
3993         * gcc.dg/20030721-1.c: New test.
3995 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3997         PR c++/11546
3998         * g++.dg/template/lookup1.C: New test.
4000 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
4002         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
4003         diagnostics of ill-formed constructs involving labels.
4004         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
4005         the new 'previously defined here' message.
4007 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
4009         * g++.dg/parse/non-dependent2.C: New test.
4011 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
4013         * g++.dg/init/init-ref4.C: xfail on targets without
4014         weak symbols.
4016 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
4018         PR target/11087
4019         * gcc.c-torture/execute/20030717-1.c: New test.
4021 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4023         * g++.dg/opt/cfg1.C: New test.
4025 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
4027         PR optimization/11557
4028         * gcc.dg/20030717-1.c: New test.
4030 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
4032         PR c++/10476
4033         * g++.dg/expr/crash-1.C: New test.
4035         PR c++/11027
4036         * g++.dg/template/init3.C: New test.
4038         PR c++/8222
4039         * g++.dg/template/non-dependent1.C: New test.
4041         PR c++/11070
4042         * g++.dg/template/non-dependent2.C: New test.
4044         PR c++/11071
4045         * g++.dg/template/non-dependent3.C: New test.
4047         PR c++/9907
4048         * g++.dg/template/sizeof5.C: New test.
4050 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
4052         PR 11498
4053         * gcc.c-torture/compile/mangle-1.c: New file.
4055 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4057         PR c++/7809
4058         * g++.dg/parse/access3.C: New test.
4060 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
4062         PR c++/11384
4063         * g++.dg/init/init-ref4.C: New test.
4065 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
4067         PR c++/11547
4068         * g++.dg/parse/constant3.C: New test.
4069         * g++.dg/parse/crash7.C: Likewise.
4071 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
4073         PR target/11008
4074         * gcc.dg/i386-pentium4-not-mull.c: New.
4076 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
4078         * gcc.dg/asm-names.c (ymain): Make it weak.
4080 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4082         PR c++/5421
4083         * g++.dg/template/friend21.C: New test.
4085 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
4087         * gcc.dg/cleanup-8.c: New test.
4088         * gcc.dg/cleanup-9.c: New test.
4090 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
4092         * g++.dg/ext/dll-MI1.h: New file.
4093         * g++.dg/ext/dllexport-MI1.C: New file.
4094         * g++.dg/ext/dllimport-MI1.C: New file.
4096 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
4098         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
4099         it does not have cmpstrsi patterns (just cmpmemsi).
4101 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
4103         PR debug/11473
4104         * g++.dg/debug/debug8.C: New test.
4106 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4108         PR c++/10108
4109         * g++.dg/template/crash7.C: New test.
4111 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
4113         PR target/10795
4114         * gcc.c-torture/compile/20030708-1.c: New.
4116 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
4118         * gcc.c-torture/execute/20030715-1.c: New test.
4120 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
4122         * gcc.dg/pch/inline-3.c: New file.
4123         * gcc.dg/pch/inline-3.hs: New file.
4124         * gcc.dg/pch/inline-4.c: New file.
4125         * gcc.dg/pch/inline-4.hs: New file.
4127 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
4129         PR c++/11509
4130         * g++.dg/template/crash6.C: New test.
4132         PR c++/7053
4133         * g++.dg/template/friend20.C: New test.
4135         PR c++/7019
4136         * g++.dg/template/overload2.C: New test.
4138 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4140         PR optimization/11440
4141         * gcc.c-torture/execute/20030714-1.c: New test.
4143 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4145         PR c++/11154
4146         * g++.dg/template/partial2.C: New test.
4148 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
4150         PR c++/11503
4151         * g++.dg/template/anon1.C: New test.
4153         PR c++/11493
4154         PR c++/11495
4155         * g++.dg/parse/template9.C: Likewise.
4156         * g++.dg/template/crash4.C: New test.
4157         * g++.dg/template/koenig1.C: Likewise.
4158         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
4159         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
4160         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
4161         functions.
4162         * g++.old-deja/g++.jason/template36.C: Likewise.
4163         * g++.old-deja/g++.mike/p1989.C: Likewise.
4164         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
4165         * g++.old-deja/g++.pt/ttp20.C: Use this->.
4166         * g++.old-deja/g++.pt/ttp21.C: Use this->.
4167         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
4168         compiling.
4169         * g++.old-deja/g++.pt/union2.C: Use this->.
4171 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
4173         * gcc.dg/20030711-1.c: New test.
4175 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
4177         PR c++/11050
4178         * g++.dg/parse/args1.C: New test.
4179         * g++.pt/defarg8.C: Change expected errors.
4181 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
4183         PR c++/8164
4184         * g++.dg/template/nontype2.C: New test.
4186         PR c++/10558
4187         * g++.dg/parse/template8.C: New test.
4189         PR c++/8327
4190         * g++.dg/template/scope1.C: New test.
4192         * g++.dg/warn/Wsign-compare-1.C: New test.
4194 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4196         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
4198 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
4200         PR c++/9411
4201         * g++.dg/template/explicit2.C: New test.
4203         PR c++/10032
4204         * g++.dg/warn/pedantic1.C: New test.
4206 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
4208         PR c++ 9483
4209         * g++.dg/other/field1.C: New test.
4211 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4213         PR c/11449
4214         * gcc.c-torture/compile/20030707-1.c: New.
4216 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4218         PR c++/10849
4219         * g++.dg/template/access12.C: New test.
4221 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
4223         * g++.dg/bprob/bprob.exp (prof_ext): Update.
4224         * g77.dg/bprob/bprob.exp (prof_ext): Update.
4225         * gcc.misc-tests/bprob.exp (prof_ext): Update.
4226         * gcc.misc-tests/gcov.exp: Update
4227         * g++.dg/gcov/gcov.exp: Update
4228         * lib/gcov.exp: Update.
4230 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
4232         * g++.dg/abi/mangle17.C: Make sure template expressions are
4233         dependent.
4234         * g++.dg/abi/mangle4.C: Mark erroneous casts.
4235         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
4236         * g++.dg/opt/stack1.C: Remove erroneous code.
4237         * g++.dg/parse/template7.C: New test.
4238         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
4239         * g++.old-deja/g++.pt/crash4.C: Likewise.
4241 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4243         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
4244         with zero or one occurence of `$' after the initial `L'.
4246 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
4248         * gcc.c-torture/compile/20030704-1.c: Add a comment.
4250 2003-07-08  Roger Sayle  <roger@eyesopen.com>
4252         PR c/11370
4253         * gcc.dg/Wunreachable-6.c: New testcase.
4254         * gcc.dg/Wunreachable-7.c: New testcase.
4256 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4258         PR c/11420
4259         * gcc.dg/20030708-1.c: New test.
4261 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
4263         * gcc.dg/compat/sdata-section.h: New file.
4264         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
4265         * gcc.dg/torture/mips-sdata-1.c: New test.
4267 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4269         PR c++/11030
4270         * g++.dg/template/friend19.C: New test.
4272 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4274         * g++.dg/opt/strength-reduce.C: New test.
4276 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4278         PR target/10979
4279         * gcc.dg/20030707-1.c: New testcase.
4281 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4283         PR optimization/11059
4284         * g++.dg/opt/emptyunion.C: New testcase.
4286 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4287             Eric Botcazou  <ebotcazou@libertysurf.fr>
4289         * g++.dg/opt/stack1.C: New test.
4291 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
4293         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
4294         run test.
4296         PR c++/11431
4297         * g++.dg/expr/static_cast3.C: New test.
4299 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4301         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
4302         everywhere.
4303         * gcc.dg/concat.c: Concatenation of string constants with
4304         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
4305         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
4306         * gcc.dg/cpp/escape-2.c: Use wide character constants where
4307         necessary to avoid multi-character character constant warning.
4308         * gcc.dg/cpp/escape.c: Likewise.
4309         * gcc.dg/cpp/ucs.c: Likewise.
4310         Remove backslashes from dg-bogus comments, as they confuse Tcl.
4311         Fix a typo.
4313 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4315         PR c/11428
4316         * gcc.c-torture/compile/20030704-1.c: New.
4318 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4320         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
4322 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
4324         PR c++/5287, PR c++/7910,  PR c++/11021
4325         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
4326         tests for warnings.
4327         * g++.dg/ext/dllimport2.C: Add tests for warnings.
4328         * g++.dg/ext/dllimport3.C: Likewise.
4329         * g++.dg/ext/dllimport4.C: New file.
4330         * g++.dg/ext/dllimport5.C: New file.
4331         * g++.dg/ext/dllimport6.C: New file.
4332         * g++.dg/ext/dllimport7.C: New file.
4333         * g++.dg/ext/dllimport8.C: New file.
4334         * g++.dg/ext/dllimport9.C: New file.
4335         * g++.dg/ext/dllimport10.C: New file.
4336         * g++.dg/ext/dllexport1.C: New file.
4338 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4340         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
4341         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
4343 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4345         * gcc.dg/builtins-25.c: New testcase.
4346         * gcc.dg/builtins-26.c: New testcase.
4348 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
4350         * gcc.dg/compat/vector-defs.h: New file.
4351         * gcc.dg/compat/vector-setup.h: New file.
4352         * gcc.dg/compat/vector-check.h: New file.
4353         * gcc.dg/compat/vector-1_main.c: New file.
4354         * gcc.dg/compat/vector-1_x.c: New file.
4355         * gcc.dg/compat/vector-1_y.c: New file.
4356         * gcc.dg/compat/vector-2_main.c: New file.
4357         * gcc.dg/compat/vector-2_x.c: New file.
4358         * gcc.dg/compat/vector-2_y.c: New file.
4360         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
4361         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
4362         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
4363         * gcc.dg/compat/struct-align-1.h: New file.
4364         * gcc.dg/compat/struct-align-1_main.c: New file.
4365         * gcc.dg/compat/struct-align-1_x.c: New file.
4366         * gcc.dg/compat/struct-align-1_y.c: New file.
4367         * gcc.dg/compat/struct-align-2.h: New file.
4368         * gcc.dg/compat/struct-align-2_main.c: New file.
4369         * gcc.dg/compat/struct-align-2_x.c: New file.
4370         * gcc.dg/compat/struct-align-2_y.c: New file.
4372         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
4373         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4374         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4375         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4376         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4377         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4378         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4379         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4380         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4381         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4382         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4383         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4384         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4385         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4386         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4387         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4388         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4389         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4390         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4391         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4392         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4393         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4394         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4395         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4396         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4397         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4398         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4399         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4400         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4402 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4404         * gcc.dg/i386-call-1.c: New test.
4406 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4408         PR c++/9162
4409         * g++.dg/parse/defarg4.C: New.
4411 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4413         PR target/10700
4414         * gcc.c-torture/compile/20030703-1.c: New test case.
4416 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4418         * g++.dg/template/local3.C: Remove extra semicolon.
4420 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4422         * gcc.dg/i386-volatile-1.c: New test.
4424 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
4426         PR c++/11072
4427         * g++.dg/other/offsetof2.C: XFAIL.
4428         * g++.dg/other/offsetof5.C: New.
4430         PR c++/10219
4431         * g++.dg/template/error1.C: New.
4433         PR c++/9779
4434         * g++.dg/template/dependent-expr1.C: New.
4436 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4438         PR c++/6949
4439         * g++.dg/template/local3.C: New test.
4441         PR c++/11149
4442         * g++.dg/lookup/scoped6.C: New test.
4444 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
4446         PR c++/8046
4447         * g++.dg/other/error7.C: New test.
4449 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
4451         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
4452         * g++.old-deja/g++.abi/vtable3.h: Likewise.
4453         * g++.old-deja/g++.law/code-gen5.C: Likewise.
4454         * g++.old-deja/g++.other/union2.C: Likewise.
4455         * gcc.dg/c90-const-expr-2.c: Likewise.
4456         * gcc.dg/c90-const-expr-3.c: Likewise.
4457         * gcc.dg/c99-const-expr-2.c: Likewise.
4458         * gcc.dg/c99-const-expr-3.c: Likewise.
4459         * gcc.dg/concat.c: Likewise.
4461 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4463         PR c++/9559
4464         * g++.dg/init/static1.C: New test.
4466 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4468         * Changelog: Remove ">>>>>>>" from previous change.
4470 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4472         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
4473         * g++.old-deja/g++.other/access2.C: Likewise.
4474         * g++.old-deja/g++.other/decl2.C: Likewise.
4475         * gcc.c-torture/execute/20020615-1.c: Likewise.
4477 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4479         PR c++/4933
4480         * g++.dg/template/sizeof4.C: New test.
4482 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4484         * g++.dg/other/error6.C: New test.
4486 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4488         PR c++/10750
4489         * g++.dg/parse/constant2.C: New test.
4491 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
4493         PR c++/11106
4494         * g++.dg/other/error5.C: New test.
4496 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4498         * gcc.dg/format/gcc_diag-1.c: New test.
4500 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
4502         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
4504 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4506         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
4507         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
4508         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
4510 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
4512         * gcc.c-torture/execute/builtins/string-8.c: New test.
4513         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
4514         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
4515         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
4517 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4519         PR c++/10468
4520         * g++.dg/ext/typeof6.C: New test.
4522 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4524         PR c++/10796
4525         * g++.dg/init/enum1.C: New test.
4527 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
4529         * gcc.dg/20030627-1.c: New test.
4531 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
4533         PR c++/11332
4534         * g++.dg/expr/static_cast2.C: New test.
4536 2003-06-26  Roger Sayle  <roger@eyesopen.com>
4537             Jakub Jelinek  <jakub@redhat.com>
4539         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
4540         sprintf(dst,"%s",src) optimization.
4541         * gcc.c-torture/execute/20030626-1.c: New test case.
4542         * gcc.c-torture/execute/20030626-2.c: New test case.
4544 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
4546         * gcc.c-torture/execute/multi-ix.c: New test.
4548         * gcc.c-torture/execute/simd-4.c (main):
4549         Added missing semicolon at end of union.
4551 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
4553         PR c++/8266
4554         * g++.dg/template/explicit-instantiation3.C: New test.
4556 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4558         * gcc.dg/20030626-1.c: Use signed char.
4560 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4562         * gcc.dg/20030626-1.c: New test.
4564 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
4566         * const-str-2.m: Update.
4568 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
4570         PR c++/10990
4571         * g++.dg/rtti/dyncast1.C: New test.
4572         * g++.dg/abi/mangle4.C: Correct base-specifier access.
4573         * g++.dg/lookup/scoped1.C: Remove XFAIL.
4574         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
4576         PR c++/10931
4577         * g++.dg/expr/static_cast1.C: New test.
4579 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
4581         * gcc.dg/20030625-1.c: New test.
4583 2003-06-24  Roger Sayle  <roger@eyesopen.com>
4585         * gcc.c-torture/compile/20030624-1.c: New test case.
4587 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
4589         * gcc.c-torture/execute/string-opt-17.c: New test.
4591 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
4593         PR c++/5754
4594         * g++.dg/parse/crash6.C: New test.
4596 2003-06-23  Roger Sayle  <roger@eyesopen.com>
4598         * gcc.dg/builtins-24.c: New test case.
4600 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
4602         * g++.dg/opt/operator1.C: New test.
4604 2003-06-22  Roger Sayle  <roger@eyesopen.com>
4606         * gcc.c-torture/execute/string-opt-16.c: New test case.
4608 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4610         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
4611         * g++.old-deja/g++.other/conv7.C: Likewise
4612         * g++.old-deja/g++.other/overcnv2.C: Likewise.
4613         * g++.old-deja/g++.other/overload14.C: Likewise.
4615 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4617         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4618         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4620 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4622         PR c++/10888
4623         * g++.dg/warn/Winline-3.C: New test.
4625 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4627         * lib/target-supports.exp (check_alias_available): Make the test
4628         program acceptable to the Solaris assembler.
4630         PR c++/10749
4631         * g++.dg/template/memclass2.C: New test.
4633 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4634             Eric Botcazou  <ebotcazou@libertysurf.fr>
4636         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4637         data for non-matching targets.
4638         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4640 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4642         PR c++/10845
4643         * g++.dg/template/member3.C: New test.
4645 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
4647         PR c++/10939
4648         * g++.dg/template/func1.C: New test.
4650         PR c++/9649
4651         * g++.dg/template/static4.C: New test.
4652         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4654         PR c++/11041
4655         * g++.dg/init/ref7.C: New test.
4657 2003-06-19  Matt Austern  <austern@apple.com>
4659         PR c++/11228
4660         * g++.dg/anew1.C: New test.
4661         * g++.dg/anew2.C: New test.
4662         * g++.dg/anew3.C: New test.
4663         * g++.dg/anew4.C: New test.
4665 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4667         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4669 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4671         * gcc.c-torture/execute/simd-4.c (main): Make expected value
4672         endian-dependent.
4674 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4676         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4677         Remove cruft.
4679 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4681         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4682         * gcc.c-torture/compile/961203-1.c: Likewise.
4683         * gcc.c-torture/compile/980506-1.c: Likewise.
4685 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4687         PR c++/10712
4688         * g++.dg/lookup/using7.C: New test.
4690 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4692         PR c++/11105
4693         * g++.dg/abi/conv1.C: Remove it.
4694         * g++.dg/template/conv7.C: New test.
4695         * g++.dg/template/conv8.C: Likewise.
4696         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4697         conversion operator.
4699 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4701         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4702         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4703         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4704         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4705         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4706         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4707         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4708         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4709         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4710         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4711         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4712         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4713         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4714         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4715         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4716         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4717         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4718         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4719         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4720         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4721         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4722         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4723         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4724         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4725         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4726         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4727         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4728         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4729         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4731 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4733         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4734         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4735         indications.
4737 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4739         * gcc.dg/i386-387-5.c: New test case.
4740         * gcc.dg/i386-387-6.c: New test case.
4741         * gcc.dg/builtins-23.c: New test case.
4743 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4745         * gcc.dg/builtins-22.c: New test case.
4746         * gcc.dg/i386-387-1.c: Update to test exp.
4747         * gcc.dg/i386-387-2.c: Likewise.
4749 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4751         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4753 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4755         * lib/gcc-dg.exp (dg-require-dll): New function.
4756         (dg-xfail-if): Likewise.
4757         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4758         driver.
4760         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4761         * gcc.c-torture/compile/20001205-1.c: Likewise.
4762         * gcc.c-torture/compile/20001226-1.c: Likewise.
4763         * gcc.c-torture/compile/20010518-2.c: Likewise.
4764         * gcc.c-torture/compile/20020312-1.c: Likewise.
4765         * gcc.c-torture/compile/20020604-1.c: Likewise.
4766         * gcc.c-torture/compile/920501-12.c: Likewise.
4767         * gcc.c-torture/compile/920501-4.c: Likewise.
4768         * gcc.c-torture/compile/920520-1.c: Likewise.
4769         * gcc.c-torture/compile/920521-1.c: Likewise.
4770         * gcc.c-torture/compile/920625-1.c: Likewise.
4771         * gcc.c-torture/compile/961203-1.c: Likewise.
4772         * gcc.c-torture/compile/980506-1.c: Likewise.
4773         * gcc.c-torture/compile/981006-1.c: Likewise.
4774         * gcc.c-torture/compile/981022-1.c: Likewise.
4775         * gcc.c-torture/compile/981223-1.c: Likewise.
4776         * gcc.c-torture/compile/990617-1.c: Likewise.
4777         * gcc.c-torture/compile/dll.c: Likewise.
4778         * gcc.c-torture/compile/labels-3.c: Likewise.
4779         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4780         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4781         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4782         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4783         * gcc.c-torture/compile/simd-5.c: Likewise.
4784         * gcc.c-torture/compile/20000804-1.x: Remove.
4785         * gcc.c-torture/compile/20001205-1.x: Likewise.
4786         * gcc.c-torture/compile/20001226-1.x: Likewise.
4787         * gcc.c-torture/compile/20010518-2.x: Likewise.
4788         * gcc.c-torture/compile/20020312-1.x: Likewise.
4789         * gcc.c-torture/compile/20020604-1.x: Likewise.
4790         * gcc.c-torture/compile/920501-12.x: Likewise.
4791         * gcc.c-torture/compile/920501-4.x: Likewise.
4792         * gcc.c-torture/compile/920520-1.x: Likewise.
4793         * gcc.c-torture/compile/920521-1.x: Likewise.
4794         * gcc.c-torture/compile/920625-1.x: Likewise.
4795         * gcc.c-torture/compile/961203-1.x: Likewise.
4796         * gcc.c-torture/compile/980506-1.x: Likewise.
4797         * gcc.c-torture/compile/981006-1.x: Likewise.
4798         * gcc.c-torture/compile/981022-1.x: Likewise.
4799         * gcc.c-torture/compile/981223-1.x: Likewise.
4800         * gcc.c-torture/compile/990617-1.x: Likewise.
4801         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4802         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4803         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4804         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4805         * gcc.c-torture/compile/simd-5.x: Likewise.
4807         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4809 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4811         * gcc.c-torture/execute/20030611-1.c: New test.
4813 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4815         PR middle-end/168
4816         * gcc.dg/20030612-1.c: New test case.
4818 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4820         PR c++/10635
4821         * g++.dg/expr/cast1.C: New test.
4823 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4825         * gcc.dg/builtins-21.c: New test case.
4827 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
4829         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4830         options instead of at the end.
4831         * lib/objc.exp (objc_target_compile): Likewise.
4833 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
4835         PR c++/10432
4836         * g++.dg/parse/error1.C: New test.
4838 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
4840         * gcc.dg/compat/struct-by-value-11_main.c: New file.
4841         * gcc.dg/compat/struct-by-value-11_x.c: New file.
4842         * gcc.dg/compat/struct-by-value-11_y.c: New file.
4843         * gcc.dg/compat/struct-by-value-12_main.c: New file.
4844         * gcc.dg/compat/struct-by-value-12_x.c: New file.
4845         * gcc.dg/compat/struct-by-value-12_y.c: New file.
4846         * gcc.dg/compat/struct-by-value-13_main.c: New file.
4847         * gcc.dg/compat/struct-by-value-13_x.c: New file.
4848         * gcc.dg/compat/struct-by-value-13_y.c: New file.
4849         * gcc.dg/compat/struct-by-value-14_main.c: New file.
4850         * gcc.dg/compat/struct-by-value-14_x.c: New file.
4851         * gcc.dg/compat/struct-by-value-14_y.c: New file.
4852         * gcc.dg/compat/struct-by-value-15_main.c: New file.
4853         * gcc.dg/compat/struct-by-value-15_x.c: New file.
4854         * gcc.dg/compat/struct-by-value-15_y.c: New file.
4855         * gcc.dg/compat/struct-by-value-16_main.c: New file.
4856         * gcc.dg/compat/struct-by-value-16_x.c: New file.
4857         * gcc.dg/compat/struct-by-value-16_y.c: New file.
4858         * gcc.dg/compat/struct-by-value-17_main.c: New file.
4859         * gcc.dg/compat/struct-by-value-17_x.c: New file.
4860         * gcc.dg/compat/struct-by-value-17_y.c: New file.
4861         * gcc.dg/compat/struct-by-value-18_main.c: New file.
4862         * gcc.dg/compat/struct-by-value-18_x.c: New file.
4863         * gcc.dg/compat/struct-by-value-18_y.c: New file.
4865         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4866         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4867         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4868         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4869         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4870         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4871         * gcc.dg/compat/scalar-return-3_main.c: New file.
4872         * gcc.dg/compat/scalar-return-3_x.c: New file.
4873         * gcc.dg/compat/scalar-return-3_y.c: New file.
4874         * gcc.dg/compat/scalar-return-4_main.c: New file.
4875         * gcc.dg/compat/scalar-return-4_x.c: New file.
4876         * gcc.dg/compat/scalar-return-4_y.c: New file.
4878 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4880         * gcc.dg/compat/fp2-struct-check.h: New file.
4881         * gcc.dg/compat/fp2-struct-defs.h: New file.
4882         * gcc.dg/compat/fp2-struct-init.h: New file.
4883         * gcc.dg/compat/struct-by-value-10_main.c: New file.
4884         * gcc.dg/compat/struct-by-value-10_x.c: New file.
4885         * gcc.dg/compat/struct-by-value-10_y.c: New file.
4886         * gcc.dg/compat/struct-return-10_main.c: New file.
4887         * gcc.dg/compat/struct-return-10_x.c: New file.
4888         * gcc.dg/compat/struct-return-10_y.c: New file.
4890         * gcc.dg/compat/compat-common.h: New file.
4891         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4892         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4893         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4894         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4895         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4896         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4897         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4898         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4899         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4900         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4901         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4902         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4903         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4904         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4905         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4906         * gcc.dg/compat/small-struct-check.h: Ditto.
4907         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4908         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4909         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4910         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4911         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4912         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4913         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4914         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4915         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4916         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4917         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4918         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4919         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4920         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4921         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4922         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4923         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4924         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4925         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4926         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4927         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4928         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4929         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4930         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4931         * gcc.dg/compat/struct-return-2_main.c: Ditto.
4932         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4933         * gcc.dg/compat/struct-return-2_y.c: Ditto.
4934         * gcc.dg/compat/struct-return-3_main.c: Ditto.
4935         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4936         * gcc.dg/compat/struct-return-3_y.c: Ditto.
4938 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4940         * g++.dg/pch/static-1.C: New file.
4941         * g++.dg/pch/static-1.Hs: New file.
4943 2003-06-10  Richard Henderson  <rth@redhat.com>
4945         * gcc.dg/asm-7.c: Adjust expected warning text.
4947 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4949         * gcc.dg/builtins-20.c: New test case.
4951 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4953         PR c++/11131
4954         * g++.dg/opt/template1.C: New test.
4956 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4958         * lib/gcc-dg.exp (dg-test): Clear additional_files and
4959         additional_sources.
4961 2003-05-21  David Taylor  <dtaylor@emc.com>
4963         * gcc.dg/Wpadded.c: New file.
4965 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4967         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4968         * gcc.dg/special/weak-2.c: Add dg-require-weak.
4969         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4970         dg-require-weak.
4972 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4974         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4976 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4978         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4979         (dg-require-alias): Likewise.
4980         (dg-require-gc-sections): Likewise.
4981         * lib/target-supports.exp (check_gc_sections_available): Likewise.
4983 2003-06-08  Richard Henderson  <rth@redhat.com>
4985         * gcc.dg/20011029-2.c: Fix the array reference.
4986         * gcc.dg/asm-7.c: New.
4988 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4990         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4992 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4994         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4995         (dg-require-gc-sections): Likewise.
4997 2003-06-08  Jan Hubicka  <jh@suse.cz>
4999         * i386-cmov1.c: Fix regular expression.
5000         * i386-cvt-1.c: Likewise.
5001         * i386-local.c: Likewise.
5002         * i386-local2.c: Likewise.
5003         * i386-mul.c: Likewise.
5004         * i386-ssetype-1.c: Likewise.
5005         * i386-ssetype-3.c: Likewise.
5006         * i386-ssetype-5.c: Likewise.
5008 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5010         PR c++/11039
5011         * g++.dg/warn/implicit-typename2.C: New test.
5012         * g++.dg/warn/implicit-typename3.C: New test.
5014 2003-06-07  Richard Henderson  <rth@redhat.com>
5016         * g++.dg/other/offsetof3.C: Use size_t.
5017         * g++.dg/other/offsetof4.C: Likewise.
5019 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
5021         * lib/copy-file.exp: New. Implement gcc_copy_files.
5023         * lib/dg-pch.exp: Load copy-file.exp
5024         (dg-pch): Use gcc_copy_files instead of "file copy".
5026 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
5028         * gcc.dg/weak/weak.exp: Simplify.
5029         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
5030         * gcc.dg/weak/weak-1.c: Likewise.
5031         * gcc.dg/weak/weak-2.c: Likewise.
5032         * gcc.dg/weak/weak-3.c: Likewise.
5033         * gcc.dg/weak/weak-4.c: Likewise.
5034         * gcc.dg/weak/weak-5.c: Likewise.
5035         * gcc.dg/weak/weak-6.c: Likewise.
5036         * gcc.dg/weak/weak-7.c: Likewise.
5037         * gcc.dg/weak/weak-8.c: Likewise.
5038         * gcc.dg/weak/weak-9.c: Likewise.
5040 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5042         gcc.c-torture/execute/20030606-1.c: New.
5044 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5046         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
5047         * gcc.dg/builtins-19.c: Likewise.
5049 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5051         * gcc.dg/builtins-2.c: Add some more tests.
5052         * gcc.dg/builtins-18.c: New test case.
5053         * gcc.dg/builtins-19.c: New test case.
5055 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5056             Jim Wilson  <wilson@tuliptree.org>
5058         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
5060 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5062         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
5063         mempcpy/stpcpy calls not to be optimized into something else.
5064         * gcc.c-torture/execute/string-opt-3.c: Moved to...
5065         * gcc.c-torture/execute/builtins/string-7.c: ...here.
5066         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
5068 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5070         * gcc.dg/format/asm_fprintf-1.c: New test.
5072 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
5074         * lib/gcc-defs.exp (additional_sources): New variable.
5075         (dg-additional-sources): New function.
5076         (additional_files): New variable.
5077         (dg-additional-files): New function.
5078         (dg-additional-files-options): Likewise.
5079         * lib/gcc-dg.exp (dg-require-weak): New function.
5080         (dg-require-alias): Likewise.
5081         (dg-require-gc-sections): Likewise.
5082         * lib/target-supports.exp (check_alias_available): Remove testfile
5083         parameter.
5084         (check_gc_sections_available): New function.
5085         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
5086         (dg-gpp-additional-files): Likewise.
5087         * lib/g++.exp (additional_sources): Remove.
5088         (additional_files): Likewise.
5089         (g++_target_compile): Use dg-additional-files-options.
5091         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
5092         Tcl logic.
5093         * gcc.dg/special/ecos.exp: Remove.
5094         * gcc.dg/special/20000419-2.c: Use dg-require-*.
5095         * gcc.dg/special/alias-1.c: Likewise.
5096         * gcc.dg/special/alias-2.c: Likewise.
5097         * gcc.dg/special/gcsec-1.c: Likewise.
5098         * gcc.dg/special/weak-1.c: Likewise.
5099         * gcc.dg/special/weak-2.c: Likewise.
5100         * gcc.dg/special/wkali-1.c: Likewise.
5101         * gcc.dg/special/wkali-2.c: Likewise.
5103         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
5104         dg-gpp-additional-*.
5105         * g++.dg/special/conpr-3.C: Likewise.
5106         * g++.dg/special/conpr-4.C: Likewise.
5107         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
5108         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
5109         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
5110         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
5111         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
5112         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
5113         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
5114         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
5115         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
5116         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
5117         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
5118         * g++.old-deja/g++.other/comdat1.C: Likewise.
5119         * g++.old-deja/g++.other/comdat2.C: Likewise.
5120         * g++.old-deja/g++.other/comdat3.C: Likewise.
5121         * g++.old-deja/g++.other/ctor1.C: Likewise.
5122         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
5124 2003-06-05  Richard Henderson  <rth@redhat.com>
5126         * gcc.dg/debug/20030605-1.c: New.
5128 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5130         * README.QMTEST: Update.
5132 2003-06-04  Richard Henderson  <rth@redhat.com>
5134         * gcc.dg/cleanup-1.c: New.
5135         * gcc.dg/cleanup-2.c: New.
5136         * gcc.dg/cleanup-3.c: New.
5137         * gcc.dg/cleanup-4.c: New.
5138         * gcc.dg/cleanup-5.c: New.
5139         * gcc.dg/cleanup-6.c: New.
5140         * gcc.dg/cleanup-7.c: New.
5142 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5144         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
5146         * lib/dg-pch.exp: New file.
5147         * g++.dg/pch/pch.exp: Use dg-pch.exp.
5148         * gcc.dg/pch/pch.exp: Likewise.
5150 2003-06-04  Roger Sayle  <roger@eyesopen.com>
5152         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
5153         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
5154         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
5155         * gcc.dg/builtins-17.c: New test case.
5156         * gcc.dg/i386-387-4.c: New test case.
5157         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
5159 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5161         * gcc.dg/ultrasp9.c: New test.
5163 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5165         * gcc.c-torture/compile/20030604-1.c: New test.
5166         * gcc.dg/sparc-constant-1.c: New test.
5168 2003-06-03  Glen Nakamura  <glen@imodulo.com>
5170         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
5172 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
5174         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
5176         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
5177         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
5179 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
5181         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
5183 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5185         PR c++/10940
5186         * g++.dg/template/spec10.C: New test.
5188 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5190         * gcc.dg/builtins-16.c: New test case.
5192 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5194         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
5195         mempcpy test with post-increments.
5196         * gcc.c-torture/execute/string-opt-3.c: New test.
5197         * gcc.dg/string-opt-1.c: New test.
5199 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
5201         PR fortran/10965
5202         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
5204 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
5206         * lib/scanasm.exp (dg-scan): New function, factored out of ...
5207         (scan-assembler): ... here.  Use dg-scan.
5208         (scan-assembler-not): Likewise.
5209         (scan-file): New function.
5210         (scan-file-not): Likewise.
5211         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
5212         * gcc.dg/cpp/_Pragma4.c: Likewise.
5213         * gcc.dg/cpp/_Pragma5.c: Likewise.
5214         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5215         * gcc.dg/cpp/avoidpaste2.c: Likewise.
5216         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
5217         * gcc.dg/cpp/cmdlne-P.c: Likewise.
5218         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
5219         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
5220         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
5221         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
5222         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
5223         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
5224         * gcc.dg/cpp/cxxcom1.c: Likewise.
5225         * gcc.dg/cpp/line1.c: Likewise.
5226         * gcc.dg/cpp/maccom1.c: Likewise.
5227         * gcc.dg/cpp/maccom2.c: Likewise.
5228         * gcc.dg/cpp/maccom3.c: Likewise.
5229         * gcc.dg/cpp/maccom4.c: Likewise.
5230         * gcc.dg/cpp/maccom5.c: Likewise.
5231         * gcc.dg/cpp/maccom6.c: Likewise.
5232         * gcc.dg/cpp/multiline.c: Likewise.
5233         * gcc.dg/cpp/spacing1.c: Likewise.
5234         * gcc.dg/cpp/spacing2.c: Likewise.
5235         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
5236         * gcc.dg/cpp/trad/maccom1.c: Likewise.
5237         * gcc.dg/cpp/trad/maccom2.c: Likewise.
5238         * gcc.dg/cpp/trad/maccom3.c: Likewise.
5239         * gcc.dg/cpp/trad/maccom4.c: Likewise.
5240         * gcc.dg/cpp/trad/maccom6.c: Likewise.
5241         * gcc.dg/cpp/cxxcom2.c: Likewise.
5242         * gcc.dg/cpp/cxxcom2.h: New file.
5244         * gcc.dg/cpp/truefalse.cpp: Move it to ...
5245         * g++.dg/cpp/truefalse.C: Here.
5246         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
5248 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
5250         * gcc.dg/cpp/redef3.c: New file.
5252 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5254         * gcc.dg/i386-loop-3.c: New test.
5256 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
5258         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
5260 2003-05-31  Roger Sayle  <roger@eyesopen.com>
5262         * gcc.dg/fwrapv-1.c: New test case.
5263         * gcc.dg/fwrapv-2.c: New test case.
5265 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5267         PR c++/10956
5268         * g++.dg/template/spec9.C: New test.
5270 2003-05-29  Roger Sayle  <roger@eyesopen.com>
5272         * gcc.dg/duff-4.c: New test case.
5274 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
5276         PR fortran/10843
5277         * g77.dg/ffixed-form-1.f: New test
5278         * g77.dg/ffixed-form-2.f: New test
5279         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
5280         * g77.dg/ffree-form-3.f: New test
5282 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
5284         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
5285         * gcc.dg/wint_t-1.c: Likewise.
5287 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5289         * g++.dg/template/access11.C: New test.
5291 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5293         PR c++/10849
5294         * g++.dg/template/access10.C: New test.
5296 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5297             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5299         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
5301 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5303         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
5304         suppress for powerpc-*-darwin*.
5305         * gcc.dg/torture/builtin-noret-2.c: Likewise.
5307 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5309         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
5310         suppress option for powerpc-*-darwin*.
5312 2003-05-23  Roger Sayle  <roger@eyesopen.com>
5314         * gcc.dg/builtins-1.c: Add tests for tan and atan.
5315         * gcc.dg/builtins-4.c: Add test for fmod.
5317 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5319         PR c++/10682
5320         * g++.dg/template/instantiate4.C: New test.
5322 2003-05-22  Roger Sayle  <roger@eyesopen.com>
5324         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
5326 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
5328         * gcc.dg/compat/scalar-return-1_main.c: New file.
5329         * gcc.dg/compat/scalar-return-1_x.c: New file.
5330         * gcc.dg/compat/scalar-return-1_y.c: New file.
5331         * gcc.dg/compat/scalar-return-2_main.c: New file.
5332         * gcc.dg/compat/scalar-return-2_x.c: New file.
5333         * gcc.dg/compat/scalar-return-2_y.c: New file.
5334         * gcc.dg/compat/struct-return-3_main.c: New file.
5335         * gcc.dg/compat/struct-return-3_y.c: New file.
5336         * gcc.dg/compat/struct-return-3_x.c: New file.
5337         * gcc.dg/compat/struct-return-2_main.c: New file.
5338         * gcc.dg/compat/struct-return-2_x.c: New file.
5339         * gcc.dg/compat/struct-return-2_y.c: New file.
5341 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5343         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
5344         for hppa*-hp-hpux*.
5345         * gcc.dg/20021014-1.c (dg-options): Likewise.
5346         * gcc.dg/nest.c (dg-options): Likewise.
5348 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
5350         PR c++/9738
5351         * g++.dg/ext/dllimport2.C: New file.
5352         * g++.dg/ext/dllimport3.C: New file.
5354 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
5356         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
5357         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
5358         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
5359         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
5360         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
5361         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
5362         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
5363         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
5364         * gcc.dg/compat/small-struct-defs.h: New file.
5365         * gcc.dg/compat/small-struct-init.h: New file.
5366         * gcc.dg/compat/small-struct-check.h: New file.
5367         * gcc.dg/compat/fp-struct-defs.h: New file.
5368         * gcc.dg/compat/fp-struct-check.h: New file.
5369         * gcc.dg/compat/fp-struct-init.h: New file.
5370         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
5371         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
5373 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
5375         * gcc.dg/20030225-2.c: New test.
5377 2003-05-18  Roger Sayle  <roger@eyesopen.com>
5378             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5380         * gcc.c-torture/compile/20030518-1.c: New test case.
5382 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
5384         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
5385         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
5386         gcc-dg-debug-runtest.
5387         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
5388         gcc-dg-debug-runtest.
5390 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5392         PR c++/9022
5393         * g++.dg/lookup/using6.C: New test.
5395 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5397         * g++.dg/parse/access2.C: New test.
5399 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
5401         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
5402         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
5403         * gcc.dg/debug/debug.exp: Likewise.
5405 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
5407         * gcc.dg/dollar.c: New test.
5409 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
5411         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
5412         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
5413         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
5414         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
5415         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
5416         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
5417         * gcc.dg/compat/struct-by-value-6_main.c: New file.
5418         * gcc.dg/compat/struct-by-value-6_x.c: New file.
5419         * gcc.dg/compat/struct-by-value-6_y.c: New file.
5420         * gcc.dg/compat/struct-by-value-7_main.c: New file.
5421         * gcc.dg/compat/struct-by-value-7_x.c: New file.
5422         * gcc.dg/compat/struct-by-value-7_y.c: New file.
5423         * gcc.dg/compat/struct-by-value-8_main.c: New file.
5424         * gcc.dg/compat/struct-by-value-8_x.c: New file.
5425         * gcc.dg/compat/struct-by-value-8_y.c: New file.
5426         * gcc.dg/compat/struct-by-value-9_main.c: New file.
5427         * gcc.dg/compat/struct-by-value-9_x.c: New file.
5428         * gcc.dg/compat/struct-by-value-9_y.c: New file.
5430 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
5432         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
5433         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
5434         support for "repo" mode.
5435         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
5436         * lib/g77-dg.exp: Likewise.
5437         * lib/obj-dg.exp: Likewise.
5439 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
5441         Merge from gcc-3_2-rhl8-branch:
5442         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
5444         * gcc.dg/tls/opt-6.c: New test.
5446         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
5448         * gcc.dg/20030405-1.c: New test.
5450         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
5452         * gcc.dg/20030309-1.c: New test.
5454         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5456         * gcc.c-torture/execute/20030307-1.c: New test.
5458         2003-02-20  Randolph Chung  <tausq@debian.org>
5460         * gcc.c-torture/compile/20030220-1.c: New test.
5462         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
5464         * gcc.dg/20030217-1.c: New test.
5466         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
5468         * gcc.c-torture/compile/20020129-1.c: New test.
5470         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5472         * gcc.dg/unroll-1.c: New test.
5474         2002-11-16  Jan Hubicka  <jh@suse.cz>
5476         * gcc.c-torture/execute/20020920-1.c: New test.
5478         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
5480         PR target/7434
5481         * gcc.c-torture/compile/20021008-1.c: New test.
5483         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
5485         PR target/7559
5486         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
5488         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5490         * gcc.c-torture/compile/20020807-1.c: New test.
5492         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
5494         * gcc.dg/tls/opt-1.c: New test.
5496         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
5498         * gcc.dg/20020729-1.c: New test.
5500         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
5502         * g++.dg/opt/life1.C: New test.
5504         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
5506         * gcc.dg/20020525-1.c: New test.
5508         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5510         PR c++/6794
5511         * g++.dg/ext/pretty1.C: New test.
5512         * g++.dg/ext/pretty2.C: New test.
5514 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
5516         PR c++/8385
5517         * g++.dg/ext/typeof5.C: New test.
5519 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
5521         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
5522         __USER_LABEL_PREFIX__ into account.
5523         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
5525 2003-05-14  Roger Sayle  <roger@eyesopen.com>
5527         * gcc.dg/builtins-15.c: New test case.
5529 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
5531         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
5533 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
5535         * lib/g++.exp: Tweak handling of additional source files.
5536         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
5537         * g++.dg/special/conpr-2a.C: Rename to ...
5538         * g++.dg/special/conpr-2a.cc: ... this.
5539         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
5540         * g++.dg/special/conpr-3a.C: Rename to ...
5541         * g++.dg/special/conpr-3a.cc: This.
5542         * g++.dg/special/conpr-3b.C: Rename to ...
5543         * g++.dg/special/conpr-3b.cc: This.
5544         * g++.dg/special/conpr-4.C: New test.
5545         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
5547 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
5549         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5551 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5553         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
5554         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5555         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
5556         * g++.old-deja/g++.other/warn3.C: Likewise.
5558 2003-05-11  Roger Sayle  <roger@eyesopen.com>
5560         * gcc.dg/i386-387-1.c: Update to also test log.
5561         * gcc.dg/i386-387-2.c: Likewise.
5563 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
5565         * g77.f-torture/execute/int8421.f: New test.
5567 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5569         PR c++/10230, c++/10481
5570         * g++.dg/lookup/scoped5.C: New test.
5572 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5574         PR c++/10552
5575         * g++.dg/template/ttp6.C: New test.
5577 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
5579         * gcc.c-torture/execute/builtins: New directory.
5580         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
5581         gcc.c-torture/execute/builtins.
5582         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
5583         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
5584         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
5585         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
5587 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5589         PR c++/9252
5590         * g++.dg/template/access8.C: New test.
5591         * g++.dg/template/access9.C: New test.
5593 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5595         PR c++/9554
5596         * g++.dg/parse/access1.C: New test.
5598 2003-05-09  DJ Delorie  <dj@redhat.com>
5600         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
5601         long, and not an int.
5603 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5605         PR c++/10555, c++/10576
5606         * g++.dg/template/memclass1.C: New test.
5608 2003-05-08  DJ Delorie  <dj@redhat.com>
5610         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5611         targets.
5612         * gcc.c-torture/execute/20021024-1.x: Likewise.
5613         * gcc.c-torture/execute/shiftdi.x: Likewise.
5614         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5615         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5616         * gcc.dg/20021018-1.c: Likewise.
5618 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5620         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5622         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5623         (bcopy): Call memmove.
5625 2003-05-08  Roger Sayle  <roger@eyesopen.com>
5627         * g77.f-torture/compile/8485.f: New test case.
5629 2003-05-07  Richard Henderson  <rth@redhat.com>
5631         PR c++/10570
5632         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5633         Verify exception_cleanup not called for rethrows.
5634         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5635         when exiting catch block without rethrowing.
5636         * g++.dg/eh/forced3.C: New.
5637         * g++.dg/eh/forced4.C: New.
5639 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5641         * gcc.dg/20030505.c: Fix triplet.
5643 2003-05-06  DJ Delorie  <dj@redhat.com>
5645         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5646         * gcc.dg/nest.c: Likewise.
5648 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5650         * gcc.dg/builtins-14.c: New test case.
5652 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5654         * lib/compat.exp (compat-execute): New argument.
5655         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5656         * gcc.dg/compat: New test directory.
5657         * gcc.dg/compat/compat.exp: New expect script.
5658         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5659         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5660         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5661         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5662         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5663         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5665         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5666         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5667         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5668         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5669         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5670         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5671         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5672         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5673         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5674         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5675         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5676         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5677         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5678         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5679         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5681 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5683         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5685 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5687         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5689 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5691         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5692         * gcc.dg/ppc-fsel-2.c: New test.
5694         * gcc.dg/unused-5.c: New test.
5696 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5698         PR c++/10496
5699         * g++.dg/warn/pmf1.C: New test.
5701 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5703         PR c++/4494
5704         * g++.dg/warn/main.C: New test.
5706 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5708         * gcc.dg/nonnull-3.c: New test.
5710 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5712         * gcc.dg/cpp/Wtrigraphs.c: Update.
5713         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5715 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5717         * gcc.dg/ppc-fsel-1.c: New test.
5719 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5721         PR c/10604
5722         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5724 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5726         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5728 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5730         PR c++/9364, c++/10553, c++/10586
5731         * g++.dg/parse/typename4.C: New test.
5732         * g++.dg/parse/typename5.C: Likewise.
5734 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5736         * gcc.c-torture/compile/20030503-1.c: New test.
5738 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5740         * g++.dg/lookup/using5.C: Fix testcase error.
5742 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5744         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5745         since MEABI is no longer supported.  Remove all vestiges
5746         of MEABI from the test.
5748 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5750         PR c++/10554
5751         * g++.dg/lookup/using5.C: New test.
5753 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5755         PR c++/8772
5756         * g++.dg/template/ttp5.C: New test.
5758 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5760         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5761         (dg-gpp-additional-sources): New function.
5762         (dg-gpp-additional-files): Likewise.
5763         * lib/g++.exp (additional_sources): New variable.
5764         (additional_files): Likewise.
5765         (g++_target_compile): Deal with them.
5766         * lib/old-dejagnu.exp: Remove.
5767         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5768         * g++.old-deja: Revise all tests to use dg commands.
5770 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5772         PR c++/9432, c++/9528
5773         * g++.dg/lookup/using4.C: New test.
5775 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5777         * gcc.dg/noreturn-5.c: New file.
5778         * gcc.dg/noreturn-6.c: New file.
5780         * gcc.c-torture/compile/inline-1.c: New file.
5782 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5784         PR c++/10551
5785         * g++.dg/template/explicit1.C: New test.
5787 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5789         PR c++/10549
5790         * g++.dg/other/bitfield1.C: New test.
5792         PR c++/10527
5793         * g++.dg/init/new7.C: New test.
5795 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5797         * g++.dg/ext/desig1.C: New test.
5798         * g++.dg/ext/init1.C: Update.
5800         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5802 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5804         PR c++/10180
5805         * g++.dg/warn/Winline-1.C: New test.
5807 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5809         * gcc.c-torture/execute/string-opt-19.c: New test.
5811         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5812         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5814 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5816         PR c++/10506
5817         * g++.dg/init/new6.C: New test.
5819         PR c++/10503
5820         * g++.dg/init/ref6.C: New test.
5822 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5824         * g++.dg/warn/weak1.C: XFAIL on AIX4.
5826 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5828         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5829         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5831 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
5833         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5834         initialized static data members.
5836 2003-04-25  H.J. Lu <hjl@gnu.org>
5838         * gcc.dg/ia64-sync-4.c: New test.
5840 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5842         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
5843         date.
5845 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5847         PR c++/10337
5848         * g++.dg/warn/conv1.C: New test.
5849         * g++.old-deja/g++.other/conv7.C: Adjust.
5850         * g++.old-deja/g++.other/overload14.C: Adjust.
5852 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5854         PR c++/10471
5855         * g++.dg/template/defarg2.C: New test.
5857 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5859         * gcc.dg/cpp/include2.c: Update.
5860         * gcc.dg/cpp/multiline-2.c: New.
5861         * gcc.dg/cpp/multiline.c: Update.
5862         * gcc.dg/cpp/strify2.c: Update.
5863         * gcc.dg/cpp/trad/literals-2.c: Update.
5865 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5867         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5869 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5871         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5873 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5875         PR c++/10451
5876         * g++.dg/parse/crash4.C: New test.
5878         PR c++/9847
5879         * g++.dg/parse/crash5.C: New test.
5881 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5883         PR c++/10446
5884         * g++.dg/parse/crash3.C: New test.
5886         PR c++/10428
5887         * g++.dg/parse/elab1.C: New test.
5889 2003-04-22  Devang Patel  <dpatel@apple.com>
5891         * gcc.dg/cpp/trad/funlike-5.c: New test.
5893 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
5895         * g++.dg/other/packed1.C: Fix dg options.
5897 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5899         * g++.dg/other/offsetof2.C: New test.
5901 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5903         * g++.dg/template/recurse.C: Adjust location of error messages.
5905 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5907         PR c++/9881
5908         * g++.dg/init/addr-const1.C: New test.
5909         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5911 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5913         PR c++/10405
5914         * g++.dg/lookup/struct-hack1.C: New test.
5916 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
5918         * ucs.c: Update diagnostic messages.
5920 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5922         * gcc.dg/cpp/truefalse.cpp: New test.
5923         * gcc.dg/cpp/cpp.exp: Update.
5924         * g++.dg/other/stdbool-if.C: Remove.
5926 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5928         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5929         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5931 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5933         * gcc.c-torture/compile/20030418-1.c: New test.
5935 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5937         * README.compat: Remove; content moved to doc/sourcebuild.texi.
5939 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5941         PR c++/10347
5942         g++.dg/template/dependent-name1.C: New test.
5944 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
5946         * gcc.dg/warn-1.c (tourist_guide): New array,
5947         contains a pointer to bar.
5949 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5951         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5952         * gcc.c-torture/execute/medce-1.c: New test case.
5953         * gcc.c-torture/execute/medce-2.c: New test case.
5955 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5957         * lib/prune.exp: Ignore more messages.
5959         PR c++/10381
5960         * g++.dg/parse/lookup3.C: New test.
5962 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5964         * gcc.c-torture/compile/20030415-1.c : New test.
5966 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5968         * gcc.c-torture/execute/scope-2.c: Move to ...
5969         * gcc.dg/noncompile/scope.c: .... here.
5971 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5973         * gcc.dg/20030414-2.c: New test case.
5975 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5977         PR target/10377
5978         * gcc.dg/20030414-1.c: New test.
5980 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5982         * gcc.dg/builtins-12.c: New test case.
5983         * gcc.dg/builtins-13.c: New test case.
5985 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5987         * gcc.c-torture/execute/string-opt-18.c: New test.
5989 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5991         PR c++/10300
5992         * g++.dg/init/new5.C: New test.
5994 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5996         PR c++/7910
5997         * g++.dg/ext/dllimport1.C: New test.
5999 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6001         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
6003 2003-04-11  Bud Davis <bdavis9659@comcast.net>
6005         PR Fortran/9263
6006         * g77.f-torture/noncompile/9263.f: New test
6007         PR Fortran/1832
6008         * g77.f-torture/execute/1832.f: New test
6010 2003-04-11  David Chad  <davidc@freebsd.org>
6011             Loren J. Rittle  <ljrittle@acm.org>
6013         libobjc/8562
6014         * objc.dg/headers.m: New test.
6016 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6018         * gcc.c-torture/execute/builtin-noret-2.c: New.
6019         * gcc.c-torture/execute/builtin-noret-2.x: New.
6020         XFAIL builtin-noret-2.c at -O1 and above.
6021         * gcc.dg/redecl.c: New.
6022         * gcc.dg/Wshadow-1.c: Update error regexps.
6024 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
6026         * g++.dg/abi/bitfield10.C: New test.
6028 2003-04-09  Mike Stump  <mrs@apple.com>
6030         * gcc.dg/pch/pch.exp: Make testcase names longer.
6031         * g++.dg/pch/pch.exp: Make testcase names longer.
6033 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6035         * gcc.dg/builtins-11.c: New test case.
6037 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6039         * gcc.dg/builtins-9.c: New test case.
6040         * gcc.dg/builtins-10.c: New test case.
6042 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6044         * gcc.dg/noncompile/init-4.c.c: New test.
6046 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6048         * gcc.misc-test/gcov-9.c: New test.
6049         * gcc.misc-test/gcov-10.c: New test
6050         * gcc.misc-test/gcov-11.c: New test.
6052 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
6054         PR optimization/10024
6055         * gcc.c-torture/compile/20030405-1.c: New test.
6057 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
6059         * gcc.dg/pch/static-3.c: New.
6060         * gcc.dg/pch/static-3.hs: New.
6061         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
6063 2003-04-04  Richard Henderson  <rth@redhat.com>
6065         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
6066         * g++.dg/eh/forced2.C: Likewise.
6068 2003-04-03  Mike Stump  <mrs@apple.com>
6070         * lib/scanasm.exp (scan-assembler): Add xfail processing for
6071         target arg.
6072         (scan-assembler-times, scan-assembler-not): Likewise.
6073         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
6075 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6077         * gcc.dg/sparc-loop-1.c: New test.
6079 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
6081         PR other/9274
6082         * g++.dg/pch/system-2.C: New.
6083         * g++.dg/pch/system-2.Hs: New.
6085 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
6087         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
6089         * g++.dg/eh/simd-1.C (vecfunc): Same.
6091 2003-04-01  Roger Sayle  <roger@eyesopen.com>
6093         * gcc.c-torture/execute/20030401-1.c: New test case.
6095 2003-04-01  Ziemowit Laski <zlaski@apple.com>
6097         * objc.dg/defs.m: New.
6099 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
6101         * g++.dg/eh/simd-1.C: New.
6102         * g++.dg/eh/simd-2.C: New.
6104 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
6106         * gcc.c-torture/execute/simd-3.c: New.
6108 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6110         PR c/9936
6111         * gcc.dg/20030331-2.c: New test.
6113 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6115         PR c++/10278
6116         * g++.dg/parse/crash2.C: New test.
6118 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6120         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
6121         * gcc.c-torture/execute/20030331-1.c: ...here.
6123 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6125         * gcc.c-torture/execute/20030331-1.c: New test.
6127 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
6129         * lib/gcov.exp: Adjust call return testing strings.
6130         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
6132 2003-03-31  Roger Sayle  <roger@eyesopen.com>
6134         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
6135         * gcc.dg/builtins-7.c: New test case.
6136         * gcc.dg/builtins-8.c: New test case.
6138 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6140         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
6142 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
6144         PR c++/7647
6145         * g++.dg/lookup-class-member-2.C: New test.
6147 2003-03-30  Glen Nakamura  <glen@imodulo.com>
6149         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
6151 2003-03-28  Roger Sayle  <roger@eyesopen.com>
6153         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
6155 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
6157         * g++.dg/init/attrib1.C: New test.
6159 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6161         * gcc.dg/ultrasp8.c: New test.
6163 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6165         * gcc.dg/ultrasp7.c: New test.
6167 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
6169         PR c++/10047
6170         * g++.dg/template/inline1.C: New test.
6172 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6174         * gcc.dg/sparc-dwarf2.c: New test.
6176 2003-03-27  Roger Sayle  <roger@eyesopen.com>
6178         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
6179         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
6181 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
6183         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
6184         than reading .x files.
6185         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
6186         * g77.dg/gcov/gcov-1.f: Likewise.
6187         * gcc.misc-tests/gcov-4b.c: Likewise.
6188         * gcc.misc-tests/gcov-5b.c: Likewise.
6189         * gcc.misc-tests/gcov-6.c: Likewise.
6190         * gcc.misc-tests/gcov-7.c: Likewise.
6191         * gcc.misc-tests/gcov-8.c: Likewise.
6192         * g++.dg/gcov/gcov-1.x: Remove.
6193         * g77.dg/gcov/gcov-1.x: Likewise.
6194         * gcc.misc-tests/gcov-4b.x: Likewise.
6195         * gcc.misc-tests/gcov-5b.x: Likewise.
6196         * gcc.misc-tests/gcov-6.x: Likewise.
6197         * gcc.misc-tests/gcov-7.x: Likewise.
6198         * gcc.misc-tests/gcov-8.x: Likewise.
6200 2003-03-27  Glen Nakamura  <glen@imodulo.com>
6202         PR opt/10087
6203         * gcc.dg/20030324-1.c: New test.
6205 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
6207         PR c++/10224
6208         * g++.dg/template/arg3.C: New test.
6210         PR c++/10158
6211         * g++.dg/template/friend18.C: New test.
6213 2003-03-26  Roger Sayle  <roger@eyesopen.com>
6215         * g77.f-torture/compile/20030326-1.f: New test case.
6217 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
6219         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
6221         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
6223 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
6225         * gcc.dg/ia64-sync-3.c: New test.
6227 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
6229         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
6231 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6233         * gcc.dg/ultrasp6.c: New test.
6235 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6237         * gcc.dg/i386-signbit-1.c: New test.
6238         * gcc.dg/i386-signbit-2.c: New test.
6239         * gcc.dg/i386-signbit-3.c: New test.
6241 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6243         * gcc.dg/ultrasp5.c: Fix options.
6245 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6247         * gcc.dg/ultrasp5.c: Fix comment.
6249 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
6251         PR fortran/10197
6252         * g77.f-torture/execute/10197.f: New test.
6254 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
6256         PR c++/9898, c++/383
6257         * g++.dg/template/conv6.C: New test.
6259         PR c++/10119
6260         * g++.dg/template/ptrmem5.C: New test.
6262         PR c++/10026
6263         * g++.dg/lookup/koenig1.C: New test.
6265         PR C++/10199
6266         * g++.dg/lookup/template2.C: New test.
6268 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
6270         * g++.dg/opt/rtti1.C: New test.
6272 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6274         * gcc.dg/ultrasp5.c: New test.
6276 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
6278         PR middle-end/9967
6279         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
6280         builtin fputs.
6282 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6284         PR c/8224
6285         * gcc.dg/20030323-1.c: New test.
6287 2003-03-23  Roger Sayle  <roger@eyesopen.com>
6289         * gcc.c-torture/compile/20030323-1.c: New test case.
6291 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
6293         * gcc.dg/20030321-1.c: New test.
6295 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
6297         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
6299 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
6301         PR c++/9978, c++/9708
6302         * g++.dg/ext/vlm1.C: Adjust expected error.
6303         * g++.dg/ext/vla2.C: New test.
6304         * g++.dg/template/arg1.C: New test.
6305         * g++.dg/template/arg2.C: New test.
6307 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
6309         * g77.f-torture/execute/select.f: New test.
6310         * g77.f-torture/noncompile/select_no_compile.f: New test.
6312 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
6314         PR c++/9898
6315         * g++.dg/other/error4.C: New test.
6317 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
6319         * g++.dg/template/friend17.C: New test.
6321 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
6323         * gcc.c-torture/compile/20030320-1.c: New.
6325 2003-03-20  Roger Sayle  <roger@eyesopen.com>
6327         * gcc.dg/builtins-6.c: New test case.
6329 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
6331         PR target/10073
6332         * gcc.c-torture/compile/20030319-1.c: New.
6334 2003-03-18  Jan Hubicka  <jh@suse.cz>
6336         * gcc.dg/i386-cvt-1.c: New test.
6338 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
6340         * objc.dg/naming-1.m: Use "(parse|syntax) error".
6341         * objc.dg/naming-2.m: Likewise.
6343 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
6345         PR c++/9639
6346         * g++.dg/parse/crash1.C: New test.
6348 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
6350         PR c++/8805
6351         * g++.dg/eh/cleanup1.C: New test.
6353 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6355         * gcc.c-torture/execute/20030316-1.c: New test case.
6357 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6359         PR c++/9629
6360         * g++.dg/init/ctor2.C: New test.
6362 2003-03-15  Roger Sayle  <roger@eyesopen.com>
6364         * g77.f-torture/compile/xformat.f: New test case.
6366 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6368         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
6369         * g++.old-deja/g++.mike/eh50.C: Likewise.
6371 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6373         PR c++/6440
6374         * g++.dg/template/spec7.C: New test.
6375         * g++.dg/template/spec8.C: Likewise.
6377 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
6379         * gcc.c-torture/execute/20030313-1.c: New test.
6381 2003-03-14  Richard Henderson  <rth@redhat.com>
6383         * gcc.dg/inline-2.c: Adjust alpha test for external call.
6385 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6387         * gcc.c-torture/compile/20030314-1.c: New test.
6389 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6391         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
6392         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
6393         thumb target,
6394         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
6395         to accept newer _imp__  prefix and additional
6396         newline in .drectve section.
6397         * gcc.dg/dll-4.c: Likewise.
6398         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
6399         switch.
6401 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
6403         * g++.dg/parse/namespace9.C: New test.
6405         * g++.dg/init/ref5.C: New test.
6406         * g++.dg/parse/ptrmem1.C: Likewise.
6408 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6410         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
6411         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
6412         regular expression.
6413         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
6414         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
6416 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
6418         * gcc.c-torture/execute/20030224-2.c: New test.
6420 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6422         * gcc.dg/decl-3.c: New test.
6424 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6426         * gcc.dg/i386-loop-2.c: New test.
6428 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
6430         PR c++/9474
6431         * g++.dg/parse/namespace8.C: New test.
6433         PR c++/9924
6434         * g++.dg/overload/builtin2.C: New test.
6436 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6438         * gcc.dg/return-type-3.c: New test.
6440 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
6442         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
6443         profiling options are not supported.
6445 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
6447         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
6448         * g++.old-deja/g++.warn/impint2.C: Likewise.
6450 2003-03-10  Devang Patel  <dpatel@apple.com>
6452         * g++.dg/cpp/c++_cmd_1.C: New test.
6453         * g++.dg/cpp/c++_cmd_1.h: New file.
6455 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
6457         * gcc.dg/altivec-9.c: New file.
6459 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6461         * gcc.dg/ppc-sdata-1.c: New test.
6462         * gcc.dg/ppc-sdata-2.c: New test.
6464 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
6466         PR c++/9373
6467         * g++.dg/opt/ptrmem2.C: New test.
6469         PR c++/8534
6470         * g++.dg/opt/ptrmem1.C: New test.
6472 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6474         * gcc.dg/i386-loop-1.c: New test.
6476 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6478         PR c++/9970
6479         * g++.dg/lookup/friend1.C: New test.
6481 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6483         PR c++/9823
6484         * g++.dg/parser/constructor1.C: New test.
6486 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6488         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
6490         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
6492 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6494         * gcc.dg/cpp/Wunused.c: Update test.
6496 2003-03-08  Jan Hubicka  <jh@suse.cz>
6498         * gcc.dg/inline-3.c: New test.
6500 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6502         PR c++/9809
6503         * g++.dg/parse/builtin1.C: New test.
6505         PR c++/9982
6506         * g++.dg/abi/cookie1.C: New test.
6507         * g++.dg/abi/cookie2.C: Likewise.
6509         PR c++/9524
6510         * g++.dg/template/field1.C: New test.
6512         PR c++/9912
6513         * g++.dg/parse/class1.C: New test.
6514         * g++.dg/parse/namespace7.C: Likewise.
6515         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
6517 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
6519         * g++.dg/init/ref4.C: New test.
6521 2003-03-07  Jan Hubicka  <jh@suse.cz>
6523         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
6524         * gcc.dg/inline-3.c:  New test.
6526 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
6528         * g++.dg/init/ref3.C: New test.
6530         PR c++/9965
6531         * g++.dg/init/ref2.C: New test.
6533         PR c++/9400
6534         * g++.dg/warn/Wshadow-2.C: New test.
6536         PR c++/9791
6537         * g++.dg/warn/Woverloaded-1.C: New test.
6539 2003-03-05  Jan Hubicka  <jh@suse.cz>
6541         * gcc.dg/i386-local2.c: New.
6542         * gcc.dg/i386-local.c: Fix typo.
6544 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
6546         * g++.dg/abi/layout3.C: New test.
6548 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6550         * gcc.c-torture/compile/20030305-1.c
6552 2003-03-05  Jan Hubicka  <jh@suse.cz>
6554         * gcc.dg/i386-local.c: New.
6556 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
6558         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
6560 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6562         * gcc.dg/switch-2.c: New test.
6563         * gcc.dg/switch-3.c: New test.
6564         * gcc.dg/Wswitch.c: Adjust line numbers.
6565         * gcc.dg/Wswitch-default.c: Likewise.
6566         * gcc.dg/Wswitch-enum.c: Likewise.
6568 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
6570         * gcc.c-torture/execute/20030222-1.c: New test.
6572 2003-03-03  James E Wilson  <wilson@tuliptree.org>
6574         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
6576 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
6578         PR c++/9878
6579         * g++.dg/init/ref1.C: New test.
6581 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
6583         * gcc.dg/sh-relax.c: New SH-only test.
6585 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
6587         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
6588         comment explaining purpose of testcase.
6590 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6592         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
6593         for HC11/HC12 (asm needs two int registers).
6594         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
6595         HC11/HC12 because the test uses an asm which needs two 32-bit
6596         registers.
6598 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6600         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
6601         for HC11/HC12 (array is too large otherwise).
6602         * gcc.c-torture/compile/920501-4.x: New file, likewise.
6603         * gcc.c-torture/compile/20010518-2.x: Likewise.
6604         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
6605         HC11/HC12 (array is too large).
6607 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
6609         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6610         * lib/g++-dg.exp (g++-dg-test): Likewise.
6612 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6614         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6615         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6617 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6619         * g++.dg/warn/implicit-typename1.C: Remove warning.
6621 2003-02-28  Richard Henderson  <rth@redhat.com>
6623         * gcc.dg/noreturn-1.c: Move noreturn warning line.
6624         * gcc.dg/return-type-1.c: Move control reaches end warning line.
6626 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
6628         * gcc.dg/pch/pch.exp: Change .pch to .gch.
6629         * g++.dg/pch/pch.exp: Likewise.
6631 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
6633         PR c++/9879
6634         * testsuite/g++.dg/init/new4.C: New test.
6636 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
6638         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6640 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
6642         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6643         unsigned long.
6645         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6646         wider than float.
6648 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6650         * lib/scanasm.exp: Add support for counting numbers of
6651         occurences.
6652         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6653         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6655 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
6657         PR c++/9683
6658         * g++.dg/template/static3.C: New test.
6660         PR c++/9829
6661         * g++.dg/parse/namespace6.C: New test.
6663 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6665         PR target/9732
6666         * gcc.dg/20030225-1.c: New test.
6668 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
6670         * README: Remove out-of-date information.
6672         PR c++/9836
6673         * g++.dg/template/spec6.C: New test.
6675 2003-02-24  Jeff Law  <law@redhat.com>
6677         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6679 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6681         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6682         * gcc.dg/pragma-ep-1.c: Likewise.
6684 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6686         PR c++/9602
6687         * g++.dg/template/friend16.C: New test.
6689 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
6691         PR c++/5333
6692         * g++.dg/parse/fused-params1.C: Adjust error messages.
6693         * g++.dg/template/nested3.C: New test.
6695 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6697         * g++.dg/abi/param1.C: New test.
6699 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6701         PR c++/7982
6702         * g++.dg/warn/implicit-typename1.C: New test.
6704 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6706         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6707         with "mtune".
6708         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6709         * gcc.c-torture/execute/20010129-1.x: Likewise.
6710         * gcc.dg/20011107-1.c: Likewise.
6711         * gcc.dg/20020108-1.c: Likewise.
6712         * gcc.dg/20020122-3.c: Likewise.
6713         * gcc.dg/20020206-1.c: Likewise.
6714         * gcc.dg/20020310-1.c: Likewise.
6715         * gcc.dg/20020426-2.c: Likewise.
6716         * gcc.dg/20020517-1.c: Likewise.
6717         * gcc.dg/991230-1.c: Likewise.
6718         * gcc.dg/i386-unroll-1.c: Likewise.
6719         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6721 2003-02-22  Jan Hubicka  <jh@suse.cz>
6723         * gcc.dg/i386-mul.c: New test.
6725 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6727         * gcc.dg/builtins-5.c: New test case.
6729 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6731         * gcc.dg/asmreg-1.c: New test.
6733 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6735         PR c++/9749
6736         * g++.dg/parse/varmod1.C: New test.
6738 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6740         PR c++/9727
6741         * g++.dg/template/op1.C: New test.
6743 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6745         PR c++/8906
6746         * g++.dg/template/nested2.C: New test.
6748 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6750         PR c++/8724
6751         * g++.dg/expr/dtor1.C: New test.
6753 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6755         * gcc.dg/cpp/include3.c: New test.
6756         * gcc.dg/cpp/inc/foo.h: New file.
6758 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6760         * gcc.c-torture/execute/20030221-1.c: New test.
6762 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6764         PR c++/9729
6765         * g++.dg/abi/conv1.C: New test.
6767 2003-02-20  Jan Hubicka  <jh@suse.cz>
6769         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6771 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6773         * gcc.c-torture/compile/20030219-1.c: New test.
6775 2003-02-18  Jan Hubicka  <jh@suse.cz>
6777         * gcc.dg/funcorder.c: New test.
6779 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6781         * gcc.c-torture/execute/20030218-1.c: New.
6783 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6785         * gcc.dg/20030218-1.c: New.
6787 2003-02-18  Richard Henderson  <rth@redhat.com>
6789         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6790         * gcc.dg/attr-used-2.c: New.
6792 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6794         PR c++/9704
6795         * g++.dg/init/copy5.C: New test.
6797 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6799         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6800         * g++.dg/pch/pch.exp: Likewise.
6802 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6804         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6805         STACK_SIZE is not defined.
6807 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6809         PR c++/9457
6810         * g++.dg/template/init1.C: New test.
6812 2003-02-16  Jan HUbicka  <jh@suse.cz>
6814         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6815         (foo): Add few extra tests
6816         * gcc.dg/c99-const-expr-3.c: Likewise.
6817         * gcc.c-torture/execute/20030216-1.c: New.
6819 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6821         PR c++/9459
6822         * g++.dg/ext/typeof4.C: New test.
6824 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6826         * gcc.dg/i386-387-3.c: New test case.
6828 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
6830         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6831         cris-*-elf* cris-*-aout* and mmix-*-*.
6833 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6835         * gcc.dg/20030213-1.c: New test.
6837 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6839         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6840         * gcc.dg/i386-387-2.c: Likewise.
6842 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6844         * gcc.dg/ppc-spe.c: Fix formatting.
6845         Enable tests that were previously unsupported by gas.
6846         Delete tests for instructions that no longer exist.
6847         Switch arguments on evsubifw builtin.
6849 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6851         * gcc.c-torture/execute/20030209-1.c: Disable the test if
6852         STACK_SIZE is too small.
6854 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6855             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6857         * gcc.dg/decl-2.c: New test.
6859 2003-02-10  Jan Hubicka  <jh@suse.cz>
6861         * gcc.dg/i386-fpcvt-1.c:  New test.
6863 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
6865         * gcc.c-torture/execute/20030209-1.c: New test.
6867 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6869         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6870         int-wide bitops, use the constants of the same width.
6871         Likewise, if long long is 32-bit wide, test bitops using
6872         32-bit constants.
6874 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6876         * gcc.dg/20021014-1.c: Annotate with expected notice text.
6878 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6880         * testsuite/gcc.dg/builtins-4.c: New test case.
6882 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6884         * gcc.dg/20020430-1.c: Fix dg command typos.
6885         * gcc.dg/20020503-1.c: Likewise.
6887 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6889         PR c++/8785
6890         * g++.dg/parse/fused-params1.C: New test.
6892         PR c++/8857
6893         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6895         PR c++/8921
6896         * g++.dg/parse/non-dependent1.C: New test.
6898         PR c++/8928
6899         * g++.dg/parse/dupl-tmpl-args1.C: New test.
6901         PR c++/9228
6902         * g++.dg/parse/undefined7.C: New test.
6903         * g++.dg/parse/non-templ1.C: New test.
6905         PR c++/9229
6906         * g++.dg/parse/too-many-tmpl-args1.C: New test.
6908 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
6910         * gcc.c-torture/compile/20030206-1.c: New test.
6912 2003-02-05  Roger Sayle  <roger@eyesopen.com>
6914         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6915         "pow" to "foo" to avoid potential confusion with a math built-in.
6917 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6919         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6920         conditions for SPARC targets.
6922 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
6924         * gcc.dg/20030204-1.c: New test.
6926 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6928         PR c++/38
6929         * g++.dg/parse/array-size1.C: New test.
6931         PR c++/5657
6932         * g++.dg/parse/undefined3.C: New test.
6934         PR c++/5665
6935         * g++.dg/parse/undefined4.C: New test.
6937         PR c++/5975
6938         * g++.dg/parse/undefined5.C: New test.
6940         PR c++/7259
6941         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6943         PR c++/8578
6944         * g++.dg/parse/casting-operator1.C: New test.
6946         PR c++/8596
6947         * g++.dg/parse/undefined6.C: New test.
6949         PR c++/8736
6950         * g++.dg/parse/missing-template1.C: New test.
6952 2003-02-04  Jan Hubicka  <jh@suse.cz>
6954         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
6955         * gcc.dg/i386-cmov?.c:  Likewise.
6956         * gcc.dg/i386-fpcvt-?.c:  Likewise.
6957         * gcc.dg/i386-ssefp-1.c:  Likewise.
6958         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
6959         conventions.
6961 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
6963         PR c++/7129
6964         * testsuite/g++.dg/ext/max.C: New test.
6966 2003-02-03  Jan Hubicka  <jh@suse.cz>
6968         * gcc.c-torture/execute/20030203-1.c: New test.
6970 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
6972         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6973         'natural-endian'.
6975 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
6977         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6978         * g++.dg/init/new2.C: Likewise.
6979         * g++.dg/other/new1.C: Likewise.
6981 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
6983         * gcc.dg/struct-ret-libc.c: New test.
6985 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6987         * gcc.dg/20030129-1.c: New test.
6989 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6991         PR c++/8849
6992         * g++.dg/template/ptrmem4.C: New test.
6994 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6996         * g++.dg/parser/constant1.C: New test.
6998 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7000         PR c++/8591
7001         * g++.dg/parse/friend2.C: New test.
7003 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7005         PR c++/9437
7006         * g++.dg/template/unify4.C: New test.
7008 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7010         * gcc.c-torture/execute/20030128-1.c: New test.
7012 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
7014         * g++.dg/lookup/nested1.C: Test moved from ...
7015         * g++.old-deja/g++.other/lookup24.C: ... here.
7017 2003-01-28  Jan Hubicka  <jh@suse.cz>
7019         * gcc.dg/i386-cmov5.c:  New test.
7021 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
7023         * gcc.c-torture/execute/20010925-1.c: Changed the
7024         memcpy declaration.
7026 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7028         PR c++/3902
7029         * g++.dg/parse/template5.C: New test.
7031 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
7033         PR fortran/9258
7034         * g77.dg/pr9258: New test.
7036 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7038         * README: Move relevant parts from README.g++.
7040         * README.g++: Remove this file.
7042 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7044         * g++.dg/abi/dcast1.C: New test.
7046 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7048         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
7050 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
7052         PR c++/47
7053         * g++.old-deja/g++.other/lookup24.C: New test.
7055 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7057         PR middle-end/7227
7058         * gcc.dg/uninit-C.c: New test.
7060 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
7062         * g++.dg/abi/covariant1.C: New test.
7064 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
7066         * gcc.dg/20030123-1.c: New test.
7068 2003-01-25  Jan Hubicka  <jh@suse.cz>
7070         PR opt/8492
7071         * gcc.c-torture/compile/20030125-1.c
7073 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
7075         PR c++/9403
7076         * g++.dg/parse/template3.C: New test.
7077         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
7079         PR c++/795
7080         * g++.dg/parse/template4.C: New test.
7082         PR c++/9415
7083         * g++.dg/template/qual2.C: New test.
7085         PR c++/8545
7086         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
7088         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
7090 2003-01-25  Roger Sayle  <roger@eyesopen.com>
7092         * gcc.c-torture/execute/switch-1.c: New test case.
7094 2003-01-25  Jan Hubicka  <jh@suse.cz>
7096         * gcc.c-torture/execute/20030125-1.[cx]: New test.
7098 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
7100         Tweaks for Bison-1.875. From the NEWS file:
7101         "- `parse error' -> `syntax error'
7102         Bison now uniformly uses the term `syntax error'"
7103         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
7104         * gcc.dg/cpp/digraph2.c: Likewise.
7105         * gcc.dg/cpp/direct2.c: Likewise.
7106         * gcc.dg/cpp/paste4.c: Likewise.
7107         * gcc.dg/c90-restrict-1.c: Likewise.
7108         * gcc.dg/c99-func-2.c: Likewise.
7109         * gcc.dg/noncompile/920721-2.c: Likewise.
7110         * gcc.dg/noncompile/930622-2.c: Likewise.
7111         * gcc.dg/noncompile/940112-1.c: Likewise.
7112         * gcc.dg/noncompile/950921-1.c: Likewise.
7113         * gcc.dg/noncompile/951123-1.c: Likewise.
7114         * gcc.dg/noncompile/971104-1.c: Likewise.
7115         * gcc.dg/noncompile/990416-1.c: Likewise.
7117 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
7119         * g++.dg/parse/undefined1.C: Add error message.
7121 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7123         PR c++/9354
7124         * g++.dg/parse/new1.C: New test.
7126         PR c++/9216
7127         * g++.dg/parse/template2.C: New test.
7129         PR c++/9354
7130         * g++.dg/parse/typedef2.C: New test.
7132         PR c++/9328
7133         * g++.dg/ext/typeof3.C: New test.
7135 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7137         PR c++/2738
7138         * g++.dg/parse/ret-type1.C: New test.
7140         PR c++/3792
7141         * g++.dg/parse/tmpl-outside1.C: New test.
7143         PR c++/4207
7144         * g++.dg/parse/int-as-enum1.C: New test.
7146         PR c++/4903
7147         * g++.dg/parse/no-typename1.C: New test.
7149         PR c++/5533
7150         * g++.dg/parse/no-value1.C: New test.
7152         PR c++/5921
7153         * g++.dg/parse/wrong-inline1.C: New test.
7155         PR c++/6402
7156         * g++.dg/parse/ref1.C: New test.
7158         PR c++/6992
7159         * g++.dg/parse/attr-ctor1.C: New test.
7161         PR c++/7229
7162         * g++.dg/parse/namespace5.C: New test.
7164         PR c++/7917
7165         * g++.dg/parse/func-def1.C: New test.
7167         PR c++/8143
7168         * g++.dg/parse/undefined1.C: New test.
7170         PR c++/5723, PR c++/8522
7171         * g++.dg/parse/specialization1.C: New test.
7173         PR c++/163, PR c++/8595
7174         * g++.dg/parse/struct-as-enum1.C: New test.
7176         PR c++/9173
7177         * g++.dg/parse/undefined2.C: New test.
7179 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7181         PR c++/9298
7182         * g++.dg/parse/template1.C: New test.
7184         PR c++/9384
7185         * g++.dg/parse/using1.C: New test.
7187         PR c++/9285
7188         PR c++/9294
7189         * g++.dg/parse/expr2.C: New test.
7191         PR c++/9388
7192         * g++.dg/parse/lookup2.C: Likewise.
7194 2003-01-21  Jan Hubicka  <jh@suse.cz>
7196         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
7197         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
7198         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
7199         * gcc.c-torture/execute/string-opt-*.c: Likewise.
7201 2003-01-20  Nick Clifton  <nickc@redhat.com>
7203         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
7204         problem with ARM sibcall code generation.
7206 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
7208         * gcc.c-torture/execute/20030120-1.c: New.
7210 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
7212         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
7214 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
7216         PR c++/9272
7217         * g++.dg/parse/ctor1.C: New test.
7219         PR c++/9294:
7220         * g++.dg/parse/qualified1.C: New test.
7222         * g++.dg/parse/typename3.C: New test.
7224 2003-01-16  Richard Henderson  <rth@redhat.com>
7226         * g++.dg/tls/init-2.C: Fix error matches for real this time.
7228 2003-01-16  Richard Henderson  <rth@redhat.com>
7230         * g++.dg/pch/pch.exp: Copy test header to the working directory
7231         before using it either for precompilation or direct use.
7232         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
7233         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
7235 2003-01-16  Richard Henderson  <rth@redhat.com>
7237         * gcc.dg/pch/pch.exp: Copy test header to the working directory
7238         before using it either for precompilation or direct use.
7239         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
7240         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
7242 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
7244         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
7245         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
7246         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
7247         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
7248         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
7249         typename warning into error.
7250         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
7251         error messages.
7252         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
7253         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
7254         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
7255         messages.
7256         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
7257         make declaration visible in template.
7258         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
7259         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
7260         messages.
7261         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
7262         message.
7263         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
7264         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
7265         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
7266         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
7267         typename warning with error message.
7268         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
7269         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
7270         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
7272 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
7274         * g++.dg/parse/ambig2.C: New test.
7276 2003-01-15  Richard Henderson  <rth@redhat.com>
7278         * g++.dg/tls/init-2.C: Update error message string.
7280 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7282         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
7284 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
7286         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
7287         all for HC11/HC12.
7288         * gcc.c-torture/compile/20001205-1.x: Likewise.
7289         * gcc.c-torture/compile/20001226-1.x: Likewise.
7290         * gcc.c-torture/compile/920520-1.x: Likewise.
7291         * gcc.c-torture/compile/961203-1.x: Likewise.
7292         * gcc.c-torture/compile/20020604-1.x: Likewise.
7294 2003-01-15  Jan Hubicka  <jh@suse.cz>
7296         * gcc.c-torture/compile/20030115-1.c: New test.
7298         * gcc.dg/i386-fpcvt-1.c: New test.
7299         * gcc.dg/i386-fpcvt-2.c: New test.
7301 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
7303         Further conform g++'s __vmi_class_type_info to the C++ ABI
7304         specification.
7305         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
7306         the specification.
7308 2003-01-14  Jan Hubicka  <jh@suse.cz>
7310         * gcc.dg/i386-fpcvt-1.c: New test.
7311         * gcc.dg/i386-fpcvt-2.c: New test.
7313 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7315         * gcc.dg/i386-mmx-3.c: New test.
7317 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
7319         PR c++/9264
7320         * g++.dg/parse/octal1.C: New file.
7322         PR c++/9172
7323         * g++.dg/parse/typename1.C: New file.
7325 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
7327         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
7328         * gcc.dg/bf-no-ms-layout.c: Likewise.
7329         * gcc.dg/bf-ms-attrib.c: Likewise.
7331 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
7333         PR c++/9099
7334         * g++.dg/parse/dtor1.C: New file.
7336         PR c++/9128
7337         * g++.dg/rtti/typeid1.C: New file.
7339         PR c++/9153
7340         * g++.dg/parse/lookup1.C: New file.
7342         PR c++/9171
7343         * g++.dg/templ/spec5.C: New file.
7345 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
7347         * gcc.c-torture/compile/20030110-1.c: New test.
7349 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
7351         Merge from pch-branch:
7353         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
7355         * gcc.dg/pch/cpp-1.h: New.
7356         * gcc.dg/pch/cpp-1.c: New.
7357         * gcc.dg/pch/cpp-2.h: New.
7358         * gcc.dg/pch/cpp-2.c: New.
7360         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
7362         * gcc.dg/pch/except-1.h: New.
7363         * gcc.dg/pch/except-1.c: New.
7365         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
7367         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
7368         running test.
7369         * gcc.dg/pch: Include *.hp not *.h.
7370         * gcc.dg/pch/system-1.h: New.
7371         * gcc.dg/pch/system-1.c: New.
7373         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
7375         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
7376         rather than trying to build and run a program using PCH.
7377         * gcc.dg/pch: Remove dg-do commands from test files.
7379         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
7381         * gcc.dg/pch/macro-3.c: New.
7382         * gcc.dg/pch/macro-3.h: New.
7384         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
7386         * gcc.dg/pch/common-1.c: New.
7387         * gcc.dg/pch/common-1.h: New.
7388         * gcc.dg/pch/decl-1.c: New.
7389         * gcc.dg/pch/decl-1.h: New.
7390         * gcc.dg/pch/decl-2.c: New.
7391         * gcc.dg/pch/decl-2.h: New.
7392         * gcc.dg/pch/decl-3.c: New.
7393         * gcc.dg/pch/decl-3.h: New.
7394         * gcc.dg/pch/decl-4.c: New.
7395         * gcc.dg/pch/decl-4.h: New.
7396         * gcc.dg/pch/decl-5.c: New.
7397         * gcc.dg/pch/decl-5.h: New.
7398         * gcc.dg/pch/global-1.c: New.
7399         * gcc.dg/pch/global-1.h: New.
7400         * gcc.dg/pch/inline-1.c: New.
7401         * gcc.dg/pch/inline-1.h: New.
7402         * gcc.dg/pch/inline-2.c: New.
7403         * gcc.dg/pch/inline-2.h: New.
7404         * gcc.dg/pch/static-1.c: New.
7405         * gcc.dg/pch/static-1.h: New.
7406         * gcc.dg/pch/static-2.c: New.
7407         * gcc.dg/pch/static-2.h: New.
7409         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
7411         * g++.dg/pch/pch.exp: Better handle failing testcases.
7412         * gcc.dg/pch/pch.exp: Likewise.
7413         * gcc.dg/pch/macro-1.c: New.
7414         * gcc.dg/pch/macro-1.h: New.
7415         * gcc.dg/pch/macro-2.c: New.
7416         * gcc.dg/pch/macro-2.h: New.
7418         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
7420         * g++.dg/dg.exp: Treat files in pch/ specially.
7421         * g++.dg/pch/pch.exp: New file.
7422         * g++.dg/pch/empty.H: New file.
7423         * g++.dg/pch/empty.C: New file.
7424         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
7425         "precompile".
7427         * gcc.dg/pch/pch.exp: New file.
7428         * gcc.dg/pch/empty.h: New file.
7429         * gcc.dg/pch/empty.c: New file.
7430         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
7431         "precompile".
7433 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7435         * g++.dg/template/friend14.C: New test.
7437 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7439         * gcc.dg/old-style-asm-1.c: New test.
7441 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
7443         * gcc.c-torture/compile/20030109-1.c: New test.
7445 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7447         * gcc.c-torture/execute/20030109-1.c: New test.
7449 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
7451         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
7452         * g++.old-deja/g++.mike/dyncast2.C: Likewise
7453         * g++.old-deja/g++.mike/dyncast3.C: Likewise
7454         * g++.old-deja/g++.mike/eh2.C: Likewise
7455         * g++.old-deja/g++.mike/eh3.C: Likewise
7456         * g++.old-deja/g++.mike/eh5.C: Likewise
7457         * g++.old-deja/g++.mike/eh6.C: Likewise
7458         * g++.old-deja/g++.mike/eh7.C: Likewise
7459         * g++.old-deja/g++.mike/eh8.C: Likewise
7460         * g++.old-deja/g++.mike/eh9.C: Likewise
7461         * g++.old-deja/g++.mike/eh10.C: Likewise
7462         * g++.old-deja/g++.mike/eh12.C: Likewise
7463         * g++.old-deja/g++.mike/eh13.C: Likewise
7464         * g++.old-deja/g++.mike/eh14.C: Likewise
7465         * g++.old-deja/g++.mike/eh16.C: Likewise
7466         * g++.old-deja/g++.mike/eh17.C: Likewise
7467         * g++.old-deja/g++.mike/eh18.C: Likewise
7468         * g++.old-deja/g++.mike/eh21.C: Likewise
7469         * g++.old-deja/g++.mike/eh23.C: Likewise
7470         * g++.old-deja/g++.mike/eh24.C: Likewise
7471         * g++.old-deja/g++.mike/eh25.C: Likewise
7472         * g++.old-deja/g++.mike/eh26.C: Likewise
7473         * g++.old-deja/g++.mike/eh27.C: Likewise
7474         * g++.old-deja/g++.mike/eh28.C: Likewise
7475         * g++.old-deja/g++.mike/eh29.C: Likewise
7476         * g++.old-deja/g++.mike/eh31.C: Likewise
7477         * g++.old-deja/g++.mike/eh33.C: Likewise
7478         * g++.old-deja/g++.mike/eh34.C: Likewise
7479         * g++.old-deja/g++.mike/eh35.C: Likewise
7480         * g++.old-deja/g++.mike/eh36.C: Likewise
7481         * g++.old-deja/g++.mike/eh37.C: Likewise
7482         * g++.old-deja/g++.mike/eh38.C: Likewise
7483         * g++.old-deja/g++.mike/eh39.C: Likewise
7484         * g++.old-deja/g++.mike/eh40.C: Likewise
7485         * g++.old-deja/g++.mike/eh41.C: Likewise
7486         * g++.old-deja/g++.mike/eh42.C: Likewise
7487         * g++.old-deja/g++.mike/eh44.C: Likewise
7488         * g++.old-deja/g++.mike/eh46.C: Likewise
7489         * g++.old-deja/g++.mike/eh47.C: Likewise
7490         * g++.old-deja/g++.mike/eh48.C: Likewise
7491         * g++.old-deja/g++.mike/eh49.C: Likewise
7492         * g++.old-deja/g++.mike/eh50.C: Likewise
7493         * g++.old-deja/g++.mike/eh51.C: Likewise
7494         * g++.old-deja/g++.mike/eh53.C: Likewise
7495         * g++.old-deja/g++.mike/eh55.C: Likewise
7496         * g++.old-deja/g++.mike/p7912.C: Likewise
7497         * g++.old-deja/g++.mike/p9706.C: Likewise
7498         * g++.old-deja/g++.mike/p10416.C: Likewise
7499         * g++.old-deja/g++.mike/p11667.C: Likewise
7500         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
7501         Remove redundant reference to Iris.
7502         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
7503         Elxsi, i860, Pico Java, and WE32K.
7505 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
7507         * g++.dg/ext/asm4.C: New test.
7509 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7511         PR c++/9030
7512         * g++.dg/template/friend12.C: New test.
7513         * g++.dg/template/friend13.C: Likewise.
7514         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
7516 2003-01-08  Jan Hubicka  <jh@suse.cz>
7518         * gcc.dg/i386-cadd.c: New test.
7519         * gcc.dg/i386-cmov4.c: Likewise.
7521 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
7523         PR c++/9165
7524         * g++.dg/warn/Wunused-3.C: New test.
7526         * g++.dg/abi/bitfield9.C: New test.
7528         PR c++/9189
7529         * g++.dg/parse/defarg3.C: New test.
7531 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
7533         * g++.dg/parse/ambig1.C: New test.
7534         * g++.dg/parse/defarg2.C: New test.
7536 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
7538         * g++.dg/template/defarg-1.C: New test.
7539         * g++.dg/template/local2.C: Likewise.
7541 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
7543         * gcc.c-torture/execute/20030105-1.c: New test.
7545 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7547         * g++.dg/parse/namespace3.C: Remove extra semicolons.
7548         * g++.dg/parse/namespace4.C: Likewise.
7550 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7552         * g++.dg/template/ntp2.C: New test.
7554 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7556         * g++.dg/parse/extern-C-1.C: New test.
7558         * g++.dg/parse/namespace4.C: New test.
7560         * g++.dg/template/nested1.C: New test.
7562         * g++.dg/parse/namespace3.C: New test.
7564 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7566         * g++.dg/lookup/two-stage1.C: New test.
7568 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7570         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
7571         * g++.old-deja/g++.jason/access8.C: Likewise.
7572         * g++.old-deja/g++.other/decl5.C: Likewise.
7574 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7576         * g++.dg/parse/parse7.C: New test.
7578 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
7580         PR c++/2843
7581         * g++.dg/ext/attrib7.C: New test.
7583 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7585         * g++.dg/parse/parse6.C: New test.
7587 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
7589         * gcc.dg/h8300-stack-1.c: New.
7591 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7593         g++.dg/lookup/exception1.C: New test.
7595         g++.dg/lookup/template1.C: New test.
7597         g++.dg/parse/namespace2.C: New test.
7599         g++.dg/parse/parens2.C: New test.
7601 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7603         * g++.dg/parse/parse5.C: New test.
7604         * g++.dg/lookup/scoped4.C: New test.
7606 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7608         * g++.dg/parse/parens1.C: New test.
7610         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7611         angle-bracket1.C.
7612         * g++.dg/parse/parens2.C: New test.
7614         * g++.dg/lookup/scope-operator1.C: New test.
7616         * g++.dg/parse/operator1.C: New test.
7618 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7620         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7621         * g++.old-deja/g++.other/access6.C: Likewise.
7622         * g++.old-deja/g++.other/decl1.C: Likewise.
7623         * g++.old-deja/g++.pt/typename12.C: Likewise.
7625 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7627         * g++.dg/parse/namespace1.C: New test.
7629 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7631         * g++.dg/parse/parse4.C: New test.
7633 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7635         * g++.dg/parse/parse3.C: New test.
7637 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7639         * g++.dg/parse/parse2.C: New test.
7641 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7643         * g++.dg/template/friend11.C: New test.
7645 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7647         * g++.dg/parse/parse1.C: New test.
7649 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
7651         * lib/profopt.exp: Change the name of a global variable to avoid
7652         possible clashes with other test suites.
7654 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
7656         * g++.dg/inherit/covariant8.C: New test.
7658 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7660         * g++.dg/init/array9.C: New test.
7662         PR c++/9112
7663         * g++.dg/parse/expr1.C: New test.
7665 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7667         * gcc.c-torture/compile/20021230-1.c: New test.
7669 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7671         * g++.dg/inherit/covariant5.C: New test.
7672         * g++.dg/inherit/covariant6.C: New test.
7673         * g++.dg/inherit/covariant7.C: New test.
7675 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7677         PR c++/2739
7678         * g++.dg/other/access2.C: New test.
7680 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7682         * g++.dg/other/anon-struct.C: No longer fails
7683         * g++.old-deja/g++.brendan/parse4.C: Likewise.
7684         * g++.old-deja/g++.brendan/parse5.C: Likewise.
7685         * g++.old-deja/g++.brendan/parse6.C: Likewise.
7687 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7689         * g++.dg/parse/angle-bracket.C (main): No longer fails.
7691 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7693         * g++.dg/eh/spec4.C: Remove stray semicolon.
7694         * g++.dg/expr/pmf-1.C: Change error message.
7695         * g++.dg/ext/asm1.C: Remove stray semicolon.
7696         * g++.dg/ext/typename1.C: Add missing typenames.
7697         * g++.dg/inherit/template-as-base.C: Change error message.
7698         * g++.dg/lookup/scoped1.C: Likewise.
7699         * g++.dg/lookup/scoped2.C: Likewise.
7700         * g++.dg/lookup/using2.C: Likewise.
7701         * g++.dg/other/component1.C: Remove stray semicolon.
7702         * g++.dg/other/do1.C: Change error message.
7703         * g++.dg/other/error2.C: Likewise.
7704         * g++.dg/other/init1.C: Likewise.
7705         * g++.dg/other/packed1.C: Remove stray semicolon.
7706         * g++.dg/other/ptrmem2.C: Change error message.
7707         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7708         marker.
7709         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7710         * g++.dg/template/access3.C: Add typename keyword.
7711         * g++.dg/template/access5.C: Remove stray semicolon.
7712         * g++.dg/template/access6.C: Likewise.
7713         * g++.dg/template/complit1.C: Likewise.
7714         * g++.dg/template/crash1.C: Change error message.
7715         * g++.dg/template/inherit2.C: Remove stray semicolon.
7716         * g++.dg/template/instantiate2.C: Likewise.
7717         * g++.dg/template/instantiate3.C: Change error message.
7718         * g++.dg/template/qual1.C: Remove stray semicolon.
7719         * g++.dg/template/qualttp18.C: Change error message.
7720         * g++.dg/template/ref1.C: Remove stray semicolon.
7721         * g++.dg/template/sizeof1.C (A::value): Declare it.
7722         * g++.dg/template/spec4.C: Change error message.
7723         * g++.dg/template/static1.C: Likewise.
7724         * g++.dg/template/type1.C: Likewise.
7725         * g++.dg/template/typename3.C: Likewise.
7726         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7727         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7728         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7729         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7730         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7731         named return value extension.
7732         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7733         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7734         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7735         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7736         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7737         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7738         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7739         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7740         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7741         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7742         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7743         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7744         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7745         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7746         syntax.
7747         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7748         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7749         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7750         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7751         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7752         * g++.old-deja/g++.brendan/template11.C: Likewise.
7753         * g++.old-deja/g++.brendan/template26.C: Likewise.
7754         * g++.old-deja/g++.brendan/template27.C: Use explicit
7755         specialization syntax.
7756         * g++.old-deja/g++.brendan/template30.C: Likewise.
7757         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7758         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7759         non-dependent names.
7760         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7761         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7762         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7763         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7764         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7765         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7766         named return value extension.
7767         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7768         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7769         * g++.old-deja/g++.ext/return1.C: Likewise.
7770         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7771         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7772         * g++.old-deja/g++.jason/access8.C: Likewise.
7773         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7774         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7775         pseudo-destructor names.
7776         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7777         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7778         pseudo-destructor names.
7779         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7780         * g++.old-deja/g++.jason/overload19.C: Likewise.
7781         * g++.old-deja/g++.jason/overload32.C: Likewise.
7782         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7783         stray semicolons.
7784         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7785         * g++.old-deja/g++.jason/return.C: Likewise.
7786         * g++.old-deja/g++.jason/return2.C: Likewise.
7787         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7788         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7789         syntax.
7790         * g++.old-deja/g++.jason/template10.C: Account for use of
7791         non-dependent names.
7792         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7793         syntax.
7794         * g++.old-deja/g++.jason/template37.C: Likewise.
7795         * g++.old-deja/g++.law/access4.C: Change error messages.
7796         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7797         pseudo-destructor names.
7798         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7799         * g++.old-deja/g++.law/ctors9.C: Likewise.
7800         * g++.old-deja/g++.law/cvt22.C: Likewise.
7801         * g++.old-deja/g++.law/dtors5.C: Likewise.
7802         * g++.old-deja/g++.law/global-init1.C: Likewise.
7803         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7804         * g++.old-deja/g++.law/operators28.C: Likewise.
7805         * g++.old-deja/g++.law/visibility28.C: Likewise.
7806         * g++.old-deja/g++.martin/eval1.C: Likewise.
7807         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7808         name.
7809         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7810         * g++.old-deja/g++.mike/net34.C: Likewise.
7811         * g++.old-deja/g++.mike/net36.C: Likewise.
7812         * g++.old-deja/g++.mike/ns2.C: Likewise.
7813         * g++.old-deja/g++.mike/p12306.C: Likewise.
7814         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7815         value extension.
7816         * g++.old-deja/g++.mike/p700.C: Likewise.
7817         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7818         * g++.old-deja/g++.mike/p710.C: Likewise.
7819         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7820         value extension.
7821         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7822         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7823         * g++.old-deja/g++.ns/crash2.C: Likewise.
7824         * g++.old-deja/g++.ns/crash3.C: Likewise.
7825         * g++.old-deja/g++.ns/invalid1.C: Likewise.
7826         * g++.old-deja/g++.ns/ns17.C: Likewise.
7827         * g++.old-deja/g++.ns/template16.C: Likewise.
7828         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7829         keyword.
7830         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7831         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7832         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7833         named return value extension.
7834         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7835         * g++.old-deja/g++.other/access4.C: Issue additional error
7836         messages.
7837         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7838         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7839         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7840         * g++.old-deja/g++.other/crash25.C: Change error message.
7841         * g++.old-deja/g++.other/crash4.C: Change error message.
7842         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7843         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7844         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7845         checks.
7846         * g++.old-deja/g++.other/defarg8.C: Likewise.
7847         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7848         * g++.old-deja/g++.other/dtor10.C: Likewise.
7849         * g++.old-deja/g++.other/incomplete.C: Likewise.
7850         * g++.old-deja/g++.other/linkage7.C: Likewise.
7851         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7852         lookup algorithm.
7853         * g++.old-deja/g++.other/mangle2.C: Likewise.
7854         * g++.old-deja/g++.other/refinit2.C: Likewise.
7855         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7856         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7857         * g++.old-deja/g++.pt/crash28.C: Likewise.
7858         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7859         syntax.
7860         * g++.old-deja/g++.pt/crash32.C: Change error message.
7861         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7862         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7863         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7864         error message position.
7865         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7866         * g++.old-deja/g++.pt/defarg8.C: Change error message.
7867         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7868         syntax.
7869         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7870         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7871         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7872         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7873         keyword.
7874         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7875         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7876         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7877         keyword.
7878         * g++.old-deja/g++.pt/explicit71.C: Change error message.
7879         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7880         syntax.
7881         * g++.old-deja/g++.pt/friend28.C: Account for use of
7882         non-dependent names.
7883         * g++.old-deja/g++.pt/friend29.C: Likewise.
7884         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7885         rules.
7886         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7887         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7888         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7889         lookup rules.
7890         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7891         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7892         keyword.
7893         * g++.old-deja/g++.pt/memclass20.C: Likewise.
7894         * g++.old-deja/g++.pt/memclass5.C: Likewise.
7895         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7896         keyword.
7897         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7898         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7899         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7900         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7901         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7902         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7903         keyword.
7904         * g++.old-deja/g++.pt/spec10.C: Likewise.
7905         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7906         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7907         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7908         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7909         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7910         * g++.old-deja/g++.pt/ttp62.C: Likewise.
7911         * g++.old-deja/g++.pt/ttp64.C: Likewise.
7912         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7913         * g++.old-deja/g++.pt/typename15.C: Likewise.
7914         * g++.old-deja/g++.pt/typename22.C: Likewise.
7915         * g++.old-deja/g++.pt/typename6.C: Change error messages.
7916         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7917         * g++.old-deja/g++.pt/virtual2.C: Likewise.
7918         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7919         syntax.
7920         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7921         return value extension.
7922         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7923         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7924         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7925         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7927 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7929         * g++.dg/warn/inline1.C: New test.
7930         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7931         * g++.old-deja/g++.jason/synth10.C: Likewise.
7932         * g++.old-deja/g++.mike/net31.C: Likewise.
7933         * g++.old-deja/g++.mike/p8786.C: Likewise.
7935         * g++.dg/template/friend10.C: New test.
7936         * g++.dg/template/conv5.C: New test.
7938 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7940         * g++.dg/lookup/scoped3.C: New test.
7942         * g++.dg/lookup/decl1.C: New test.
7943         * g++.dg/lookup/decl2.C: New test.
7945 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7947         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7948         gcc.c-torture/compile/20021015-1.c,
7949         gcc.c-torture/compile/20021015-2.c,
7950         gcc.c-torture/compile/20021123-1.c,
7951         gcc.c-torture/compile/20021123-2.c,
7952         gcc.c-torture/compile/20021123-3.c,
7953         gcc.c-torture/compile/20021123-4.c,
7954         gcc.c-torture/execute/20021024-1.c: Add tests previously added
7955         only to 3.1 or 3.2 branch.
7957 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
7959         * gcc.dg/i386-bitfield3.c: New test.
7961         * gcc.dg/i386-bitfield2.c: New test.
7963 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
7965         * g++.dg/parse/conv_op1.C: New test.
7967 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
7969         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7970         approved.
7972 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
7974         * gcc.c-torture/compile/20021220-1.c: New test.
7976 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7978         * gcc.dg/i386-fastcall-1.c: New.
7980 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7982         * gcc.c-torture/execute/20021219-1.c: New test.
7984 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7986         * gcc.dg/i386-pic-1.c: New test.
7988 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7990         PR c++/8099
7991         * g++.dg/template/friend9.C: New test.
7993 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7995         PR c++/3663
7996         * g++.dg/template/access7.C: New test.
7998 2002-12-18  Nick Clifton  <nickc@redhat.com>
8000         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
8001         the libstdc++-v3 directory has been found.
8003 2002-12-12  Devang Patel <dpatel@apple.com>
8004         * gcc.dg/darwin-ld-1.c: New test.
8005         * gcc.dg/darwin-ld-2.c: New test.
8006         * gcc.dg/darwin-ld-3.c: New test.
8007         * gcc.dg/darwin-ld-4.c: New test.
8008         * gcc.dg/darwin-ld-5.c: New test.
8010 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
8012         * gcc.c-torture/compile/20021212-1.c: New test.
8014 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
8016         * gcc.dg/fshort-wchar: New test.
8018 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
8020         PR c++/8372
8021         * g++.dg/template/dtor1.C: New test.
8023         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
8024         markers.
8026 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
8028         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
8030 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
8032         * g++.dg/template/static1.C: New test.
8033         * g++.dg/template/static2.C: New test.
8034         * g++.old-deja/g++.ext/memconst.C: New test.
8036 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8038         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
8039         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
8040         * g++.dg/special/initp1.C: Likewise.
8042 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
8044         * gcc.c-torture/execute/20021204-1.c: New test.
8046 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
8048         * gcc.dg/ppc-fmadd-1.c: New file.
8049         * gcc.dg/ppc-fmadd-2.c: New file.
8050         * gcc.dg/ppc-fmadd-3.c: New file.
8052 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8054         * gcc.c-torture/compile/20021204-1.c: New test.
8056 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
8058         * g++.dg/inherit/covariant2.C: New test.
8059         * g++.dg/inherit/covariant3.C: New test.
8060         * g++.dg/inherit/covariant4.C: New test.
8061         * g++.dg/inherit/covariant1.C: Remove XFAIL.
8062         * g++.old-deja/g++.robertl/eb17.C: Likewise.
8064 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
8066         PR c++/8688
8067         * g++.dg/init/brace3.C: New test.
8069 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
8071         * gcc.dg/20020210-1.c: Fix a comment typo.
8073 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
8075         PR c++/8720
8076         * g++.dg/parse/defarg1.C: New test.
8078         PR c++/8615
8079         * g++.dg/template/char1.C: New test.
8081         * g++.dg/template/varmod1.C: Fix typo.
8083 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8085         DR 180
8086         * g++.old-deja/g++.pt/crash32.C: Expect error.
8088 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
8090         PR c++/5919
8091         * g++.dg/template/varmod1.C: New test.
8093         PR c++/8727
8094         * g++.dg/inherit/typeinfo1.C: New test.
8096         PR c++/8663
8097         * g++.dg/inherit/typedef1.C: New test.
8099 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
8101         PR c++/8332
8102         PR c++/8493
8103         * g++.dg/template/strlen1.C: New test.
8105         PR c++/8227
8106         * g++.dg/template/ctor2.C: New test.
8108         PR c++/8214
8109         * g++.dg/init/string1.C: New test.
8111         PR c++/8511
8112         * g++.dg/template/friend8.C: New test.
8114 2002-11-29  Joe Buck <jbuck@synopsys.com>
8116         * g++.dg/lookup/anon2.C: New test.
8118 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
8120         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
8121         h8300 port.
8123 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
8125         * gcc.dg/bitfld-6.c: New test.
8127 2002-11-27  Jan Hubicka  <jh@suse.cz>
8129         * gcc.c-torture/execute/20021127.[cx]: New test.
8131 2002-11-26  Jan Hubicka  <jh@suse.cz>
8133         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
8134         quality.
8136 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
8138         * g++.dg/init/brace2.C: New test.
8139         * g++.old-deja/g++.mike/p9129.C: Correct.
8141 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
8143         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
8145 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
8147         * gcc.dg/sibcall-6: New test for indirect sibcalls.
8149 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
8151         * testsuite/g++.dg/abi/empty11.C: New test.
8152         * testsuite/g++.dg/rtti/cv1.C: New test.
8154 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
8156         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
8158 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
8160         * g++.dg/abi/empty10.C: New test.
8162 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
8164         * gcc.c-torture/compile/20021124-1.c: New test.
8166 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
8168         * g++.dg/abi/rtti2.C: New test.
8170 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8172         * gcc.dg/i386-unroll-1.c: New test.
8174 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8176         * gcc.c-torture/compile/20021120-1.c: New test.
8177         * gcc.c-torture/compile/20021120-2.c: New test.
8179 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8181         * gcc.dg/bitfld-5.c: New test.
8183 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8185         * gcc.c-torture/execute/20021120-3.c: New test.
8187 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8189         * gcc.c-torture/execute/20021120-2.c: New test.
8191 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8193         * gcc.c-torture/execute/20021120-1.c: New test.
8195 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8197         * gcc.c-torture/execute/20021118-3.c: New test.
8199 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8201         * gcc.c-torture/compile/20021119-1.c: New test.
8203 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8205         * gcc.dg/duff-1.c: New test.
8206         * gcc.dg/duff-2.c: New test.
8207         * gcc.dg/duff-3.c: New test.
8209 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8211         * gcc.dg/cpp/_Pragma5.c: New test.
8213 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8215         * gcc.c-torture/execute/20021118-2.c: New test.
8217 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8219         * gcc.c-torture/execute/20021118-1.c: New test.
8221 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8223         * gcc.dg/20021116-1.c: New test.
8225 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8227         * g++.dg/abi/vcall1.C: New test.
8229 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8231         * gcc.dg/20021029-1.c: New test.
8232         * gcc.dg/20021029-2.c: New test.
8234 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8236         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8238 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8240         PR c/8439
8241         * gcc.dg/20021110.c: Move to ...
8242         * gcc.c-torture/compile/20021110.c: .... here.
8244 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8246         PR c/8467
8247         * gcc.c-torture/execute/20021111-1.c
8249 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8251         PR c/8439
8252         * gcc.dg/20021110.c: New test.
8254 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8256         * g++.dg/abi/vthunk3.C: Run only on x86.
8258 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8260         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8262 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8264         * lib/compat.exp (compat-execute): Fix logic error in last
8265         change.
8267 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8269         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8271 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8273         PR c++/8389
8274         * g++.dg/template/access6.C: New test.
8276 2002-11-08  Jan Hubicka  <jh@suse.cz>
8278         * gcc.dg/i386-ssefp-1.c: New test.
8279         * gcc.dg/i386-ssefp-1.c: New test.
8281 2002-11-08  Jan Hubicka  <jh@suse.cz>
8283         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8285 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8287         * g++.dg/abi/vthunk3.C: New test.
8289         PR c++/8338
8290         * g++.dg/template/crash2.C: New test.
8292 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8294         * testsuite/g++.dg/abi/dtor1.C: New test.
8295         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8297 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8299         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8300         Darwin.
8302 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8304         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8305         -mthumb.  Only xfail with -O0.
8307 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8309         * g++.dg/abi/thunk1.C: New test.
8310         * g++.dg/abi/thunk2.C: Likewise.
8311         * g++.dg/abi/vtt1.C: Likewise.
8313 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8315         PR optimization/8423
8316         * gcc.c-torture/execute/builtin-constant.c: New test.
8318 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8320         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8321         Add some more cases.
8323 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8325         PR c++/8391
8326         * g++.dg/opt/local1.C: New test.
8328 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8330         PR c++/8160
8331         * g++.dg/template/complit1.C: New test.
8333         PR c++/8149
8334         * g++.dg/template/typename4.C: Likewise.
8336 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8338         Core issue 287, PR c++/7639
8339         * g++.dg/template/instantiate1.C: Adjust error location.
8340         * g++.dg/template/instantiate3.C: New test.
8341         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8342         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8343         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8345 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8347         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8349 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8351         PR c++/8287
8352         * g++.dg/init/dtor2.C: New test.
8354 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8356         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8357         * gcc.dg/nest.c: Bypass errors on irix6.
8359 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8361         * gcc.dg/nest.c: Expect error for mmix-*-*.
8362         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8364 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8366         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8367         markers.
8369         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8371 2002-10-25  Mike Stump  <mrs@apple.com>
8373         * gcc.dg/warn-1.c: New test.
8375 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8377         * g++.dg/template/typename3.C: New test.
8379 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8381         * g++.dg/lookup/ptrmem1.C: New test.
8383         * g++.dg/abi/vthunk2.C: New test.
8385 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8387         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8389 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8391         * g++.dg/abi/empty9.C: New test.
8393 2002-10-24  Richard Henderson  <rth@redhat.com>
8395         * g++.dg/inherit/thunk1.C: Enable for ia64.
8397 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8399         PR c++/8067
8400         * g++.dg/lookup/pretty1.C: New test.
8402 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8404         * gcc.dg/20021023-1.c: New test.
8406 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8408         PR c++/7679
8409         * g++.dg/parse/inline1.C: New test.
8411 2002-10-23  Richard Henderson  <rth@redhat.com>
8413         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8415         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8417 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8419         PR c++/6579
8420         * g++.dg/parse/stmtexpr3.C: New test.
8422 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8424         * g++.dg/expr/cond1.C: New test.
8426 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8428         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8430 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8432         * g++.dg/abi/vbase13.C: New test.
8433         * g++.dg/abi/vbase14.C: Likewise.
8435 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8437         * gcc.dg/tls/pic-1.c: New test.
8438         * gcc.dg/tls/nonpic-1.c: New test.
8439         * gcc.dg/20021018-1.c: New test.
8441 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8443         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8444         Remove only files with the same base name as the test case.
8445         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8446         (profopt-execute): Likewise.  Also, remove old profiling
8447         and performance data files before running the tests.
8449         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8450         * g++.dg/bprob/bprob.exp: Likewise.
8451         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8452         to allow more general test case names.
8454         * g++.dg/bprob/bprob-1.C: Rename to ...
8455         * g++.dg/bprob/g++-bprob-1.C: ... this.
8457         * g77.dg/bprob/bprob-1.f: Rename to ...
8458         * g77.dg/bprob/g77-bprob-1.f: ... this.
8460 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8462         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8463         bison 1.50 or later.
8465 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8467         * g++.dg/README: Describe more test directories.
8469 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8471         * g++.dg/init/array6.C: Add additional tests.
8473 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8475         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8476         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8478 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8480         * gcc.c-torture/compile/20020604-1.x: New.
8481         * gcc.c-torture/compile/simd-5.x: Likewise.
8482         * gcc.c-torture/execute/920710-1.x: Likewise.
8483         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8485 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8487         * g++.dg/inherit/override1.C: Add dg-options clause.
8489 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8491         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8492         _mm_slli_si128.
8494 2002-10-19  Andreas Schwab  <schwab@suse.de>
8496         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8497         directory component.
8499 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8501         * g++.dg/inherit/thunk1.C: New test.
8503         * g++.dg/inherit/override1.C: New test.
8505         * g++.dg/abi/mangle11.C: New test.
8506         * g++.dg/abi/mangle14.C: New test.
8507         * g++.dg/abi/mangle17.C: New test.
8509 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8511         * g++.dg/overload/member2.C: New test.
8513 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8515         * g++.dg/README: Describe new compat directory.
8516         * g++.dg/dg.exp: Skip tests in compat directory.
8517         * README.compat: New file.
8518         * lib/compat.exp: New expect script.
8519         * g++.dg/compat: New test directory.
8520         * g++.dg/compat/compat.exp: New expect script.
8521         * g++.dg/compat/abi: New test directory.
8522         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8523         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8524         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8525         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8526         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8527         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8528         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8529         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8530         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8531         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8532         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8533         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8534         * g++.dg/compat/break: New test directory.
8535         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8536         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8537         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8538         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8539         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8540         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8541         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8542         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8543         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8544         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8545         g++.dg/compat/break/README: New files.
8546         * g++.dg/compat/eh: New test directory.
8547         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8548         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8549         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8550         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8551         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8552         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8553         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8554         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8555         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8556         g++.dg/compat/eh/filter2_y.C,
8557         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8558         g++.dg/compat/eh/new1_y.C,
8559         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8560         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8561         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8562         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8563         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8564         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8565         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8566         g++.dg/compat/eh/unexpected1_y.C: New files.
8567         * g++.dg/compat/init: New test directory.
8568         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8569         g++.dg/compat/init/array5_y.C,
8570         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8571         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8572         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8573         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8574         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8575         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8576         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8577         g++.dg/compat/init/init-ref2_y.C: New files.
8579 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8581         PR c++/7584
8582         * g++.dg/inherit/using3.C: New test.
8584 2002-10-17  Jan Hubicka  <jh@suse.cz>
8586         * gcc.dg/20021017-2.c: New test.
8588 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8590         * g++.dg/abi/mangle16.C: Adjust.
8592         * g++.dg/init/array8.C: New test.
8594 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8596         * gcc.dg/special/mips-abi.exp: New test.
8597         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8599 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8601         * g++.dg/abi/mangle16.C: New test.
8602         * g++.dg/abi/mangle17.C: Likewise.
8604         PR c++/7478
8605         * g++.dg/template/ref1.C: New test.
8607 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8609         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8611 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8613         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8615 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8617         PR c++/7524
8618         * g++.dg/init/array7.C: New test.
8620 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8622         * g++.dg/init/array6.C: New test.
8624         * g++.dg/abi/mangle13.C: Likewise.
8625         * g++.dg/abi/mangle14.C: Likewise.
8626         * g++.dg/abi/mangle15.C: Likewise.
8628 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8630         * g++.dg/abi/empty8.C: New test.
8632 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8634         * g++.dg/init/ctor1.C: New test.
8636 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8638         * gcc.c-torture/execute/20021015-1.c: New test.
8640 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8642         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8644 2002-10-14  Jan Hubicka  <jh@suse.cz>
8646         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8648 2002-10-14  Richard Henderson  <rth@redhat.com>
8650         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8652 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8654         PR optimization/6631
8655         * g++.dg/opt/const2.C: New test.
8657 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8659         PR c++/7176
8660         * g++.dg/parse/friend1.C: New test.
8661         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8663 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8665         * gcc.dg/20021014-1.c: New test.
8667 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8669         PR c++/5661
8670         * g++.dg/ext/vlm1.C: New test.
8671         * g++.dg/ext/vlm2.C: Likewise.
8673         * g++.dg/init/array1.C: Remove invalid braces.
8674         * g++.dg/init/brace1.C: New test.
8675         * g++.dg/init/copy2.C: Likewise.
8676         * g++.dg/init/copy3.C: Likewise.
8677         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8678         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8679         braces.
8681 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8683         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8685 2002-10-11  Richard Shann  <richard.shann@superh.com>
8687         * gcc.c-torture/compile/simd-5.c: New test.
8689 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8691         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8693 2002-10-10  Jim Wilson  <wilson@redhat.com>
8695         * gcc.c-torture/execute/20021010-1.c: New test.
8697 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8699         PR c/7353
8700         * g++.dg/ext/typedef-init.C: New test.
8701         * gcc.dg/typedef-init.c: New test.
8703 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8705         * gcc.dg/cpp/paste13.c: New test.
8707 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8709         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8710         remaining platforms, XFAIL during compile, not execute.  Don't
8711         XFAIL at -O0.
8713 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8715         * gcc.dg/alias-1.c: Tweak expected warning.
8717 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8719         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8721 2002-10-06  Andreas Jaeger  <aj@suse.de>
8723         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8724         * gcc.dg/cpp/c++98.C: Likewise.
8726         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8727         * g++.dg/cpp/c++98.C: Likewise.
8729         * g++.dg/README (Subdirectories): Mention cpp directory.
8731         PR target/7559
8732         * gcc.dg/20021006-1.c: New test.
8734 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8736         PR c++/7804
8737         * g++.dg/other/warning1.C: New test.
8739 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8741         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8742         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8743         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8745 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8747         PR c++/7931
8748         * g++.dg/template/ptrmem3.C: New test.
8750         PR c++/7754
8751         * g++.dg/template/union1.C: New test.
8753 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8755         PR c++/8006
8756         * g++.dg/abi/mangle9.C: New test.
8757         * g++.dg/abi/mangle10.C: New test.
8758         * g++.dg/abi/mangle11.C: New test.
8759         * g++.dg/abi/mangle12.C: New test.
8761 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8763         PR c++/7188.
8764         * g++.dg/template/meminit1.C: New test.
8765         * g++.dg/warn/Wreorder-1.C: Likewise.
8766         * g++.old-deja/g++.mike/warn3.C: Tweak.
8767         * lib/prune.exp: Ingore "in copy constructor".
8769 2002-10-02  Andreas Jaeger  <aj@suse.de>
8771         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8772         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8773         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8774         on x86-64.
8776 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8778         * gcc.dg/empty1.C: Fix typo.
8780 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8782         * gcc.dg/alias-1.c: New test.
8784 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8786         * gcc.dg/empty1.C: New test.
8788         * g++.dg/tls/init-2.C: Tweak error messages.
8790 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8792         * gcc.c-torture/compile/20020923-1.c: New test.
8794 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8796         * gcc.c-torture/execute/ffs-1.c: New test.
8797         * gcc.c-torture/execute/ffs-2.c: Ditto.
8799 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8801         * g++.dg/overload/member1.C: New test.
8803 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8805         * g++.dg/abi/empty7.C: New test.
8806         * g++.dg/init/pm2.C: Likewise.
8808 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8810         * g++.dg/rtti/crash1.C: New test.
8812 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8814         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8815         gcc.dg/sibcall-4.c: New tests.
8817 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8819         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8820         powerpc and MMIX targets.
8822 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8824         * gcc.dg/cpp/20020927-1.c: New.
8826 2002-09-26  David S. Miller  <davem@redhat.com>
8828         * gcc.c-torture/compile/trunctfdf.c: New.
8830 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8832         * lib/target-supports.exp (check_weak_available): Handle solaris2.
8834 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
8836         * gcc.c-torture/execute/loop-15.c: New.
8838 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
8840         * README.QMTEST: Fix typo.
8842 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
8844         * gcc.dg/20020926-1.c: New test.
8846 2002-09-25  David S. Miller  <davem@redhat.com>
8848         PR target/7842
8849         * gcc.c-torture/execute/shiftdi.c: New test.
8851 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
8853         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8854         unique to the tool.
8855         * lib/g77.exp (g77_init): Likewise.
8856         * lib/g++.exp (g++_init): Likewise.
8857         * lib/objc.exp (objc_init): Likewise.
8859 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
8861         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8862         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8863         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8865 2002-09-25  Richard Henderson  <rth@redhat.com>
8867         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8868         too-small long double.
8870 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
8872         * gcc.dg/20020919-1.c: New test.
8874 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
8876         * g++.dg/abi/bitfield6.C: New test.
8877         * g++.dg/abi/bitfield7.C: New test.
8878         * g++.dg/abi/bitfield8.C: New test.
8879         * g++.dg/abi/vbase11.C: New test.
8881 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8883         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8884         hppa*-*-hpux*.  Update test comment.
8886 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
8888         * gcc.dg/tls/struct-1.c: New test.
8890 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
8892         * gcc.dg/cpp/tr-warn2.c: Update.
8894 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8896         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8898 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8900         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8901         systems.
8903 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
8905         * gcc.c-torture/execute/ieee/mzero3.c: New test.
8907         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8908         Adjust for c++filt moved to binutils.  Remove spurious duplicate
8909         setting of cxxfilt.
8911 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
8913         * gcc.dg/20020312-2.c: Update for darwin.
8915 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8917         * g++.old-deja/g++.other/crash32.C: Mark ICE.
8919 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
8921         * objc.dg/comp-types-1.m: New test.
8922         * objc.dg/comp-types-2.m: New test.
8923         * objc.dg/comp-types-3.m: New test.
8924         * objc.dg/comp-types-4.m: New test.
8925         * objc.dg/comp-types-5.m: New test.
8926         * objc.dg/comp-types-6.m: New test.
8928 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8930         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8932 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8934         * g++.dg/other/do1.C: New test.
8936         * g++.dg/template/subst1.C: New test.
8938 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
8940         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8942 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8944         * g++.dg/template/qualttp20.C: Adjust expected errors.
8945         * g++.old-deja/g++.jason/report.C: Likewise.
8946         * g++.old-deja/g++.other/qual1.C: Likewise.
8948         * g++.dg/lookup/scoped2.C: New test.
8950         * g++.dg/ext/asm3.C: New test.
8952 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
8954         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8956 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
8958         * ChangeLog: follow spelling conventions.
8959         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8960         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8961         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8962         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8963         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8964         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8965         * g++.old-deja/g++.law/global-init1.C: Likewise.
8966         * g++.old-deja/g++.other/delete4.C: Likewise.
8967         * g++.old-deja/g++.other/inline21.C: Likewise.
8968         * g++.old-deja/g++.other/singleton.C: Likewise.
8969         * g77.dg/strlen0.f: Likewise.
8970         * g77.f-torture/compile/20010519-1.f: Likewise.
8971         * g77.f-torture/compile/980310-4.f: Likewise.
8972         * gcc.c-torture/compile/20000605-1.c: Likewise.
8973         * gcc.c-torture/execute/20020225-1.c: Likewise.
8974         * gcc.dg/c90-hexfloat-2.c: Likewise.
8975         * gcc.dg/c99-bool-1.c: Likewise.
8976         * gcc.dg/c99-hexfloat-2.c: Likewise.
8977         * gcc.dg/dll-2.c: Likewise.
8978         * gcc.dg/wtr-union-init-1.c: Likewise.
8979         * gcc.dg/wtr-union-init-2.c: Likewise.
8980         * gcc.dg/wtr-union-init-3.c: Likewise.
8981         * gcc.dg/cpp/avoidpaste1.c: Likewise.
8982         * gcc.dg/cpp/defined.c: Likewise.
8983         * gcc.dg/cpp/macsyntx.c: Likewise.
8984         * gcc.dg/cpp/paste2.c: Likewise.
8985         * gcc.dg/cpp/trad/defined.c: Likewise.
8986         * gcc.dg/format/c90-printf-1.c: Likewise.
8987         * gcc.dg/format/c90-scanf-1.c: Likewise.
8988         * gcc.dg/format/c99-printf-1.c: Likewise.
8989         * gcc.dg/format/c99-scanf-1.c: Likewise.
8990         * gcc.misc-tests/gcov-8.c: Likewise.
8991         * lib/profopt.exp: Likewise.
8993 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8995         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8997 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8999         * g++.dg/inherit/using2.C: New test.
9001 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
9003         * ChangeLog: Follow spelling conventions.
9004         * g++.dg/template/friend4.C: Likewise.
9005         * g++.old-deja/g++.pt/crash67.C: Likewise.
9006         * gcc.c-torture/execute/20000801-4.c: Likewise.
9007         * gcc.dg/c90-digraph-1.c: Likewise.
9008         * gcc.dg/c94-digraph-1.c: Likewise.
9009         * gcc.dg/c99-digraph-1.c: Likewise.
9010         * gcc.dg/cpp/line5.c: Likewise.
9011         * gcc.dg/cpp/multiline.c: Likewise.
9012         * gcc.dg/cpp/trad/literals-1.c: Likewise.
9013         * gcc.dg/format/attr-3.c: Likewise.
9014         * gcc.dg/format/c90-scanf-3.c: Likewise.
9015         * gcc.dg/format/ext-4.c: Likewise.
9017 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
9019         * g++.dg/template/pretty1.C: New test.
9021 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
9023         * gcc.c-torture/execute/struct-cpy-1.c: New test.
9025 2002-09-13  Matt Austern  <austern@apple.com>
9027         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
9028         passing a cast expression to a function by const reference.
9030 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
9032         * g++.dg/template/deduce1.C: New test.
9034 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
9036         * gcc.c-torture/execute/simd-1.c: Force all use of int to
9037         32-bit int.
9039 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9041         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
9042         usage.
9044 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
9046         * gcc.c-torture/compile/20020910-1.c: New test.
9048 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
9050         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
9052 2002-09-10  Andreas Jaeger  <aj@suse.de>
9054         * gcc.dg/20020312-2.c: Adjust for x86-64.
9056 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
9058         * g77.dg/7388.f: New test case for PR 7388.
9060 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9062         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
9064 2002-09-05  Ziemowit Laski <zlaski@apple.com>
9066         * objc.dg/proto-lossage-1.m: New test.
9068 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
9070         * gcc.dg/cpp/_Pragma4.c: Fix typo.
9072 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
9074         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
9075         expected to pass.
9077 2002-09-06  Stan Shebs  <shebs@apple.com>
9078             David Edelsohn  <edelsohn@gnu.org>
9080         * gcc.dg/weak: New directory.
9081         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
9082         target-specific xfail bits.
9083         * gcc.dg/typeof-2.c: Move to new directory.
9084         * gcc.dg/weak.exp: New expect script.
9086 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
9088         * gcc.c-torture/execute/extzvsi.c: New test.
9090 2002-09-05  Stan Shebs  <shebs@apple.com>
9092         * gcc.dg/weak-1.c: xfail on Darwin.
9093         * gcc.dg/weak-2.c: Ditto.
9094         * gcc.dg/weak-3.c: Ditto.
9095         * gcc.dg/weak-4.c: Ditto.
9096         * gcc.dg/weak-5.c: Ditto.
9097         * gcc.dg/weak-6.c: Ditto.
9098         * gcc.dg/weak-7.c: Ditto.
9099         * gcc.dg/weak-8.c: Ditto.
9100         * gcc.dg/weak-9.c: Ditto.
9102 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
9104         * gcc.c-torture/execute/loop-14.c: New test.
9106 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
9108         * g++.dg/other/cxa-atexit1.C: New test.
9110         * gcc.dg/typeof-2.c: New test.
9112 2002-09-03  Roger Sayle  <roger@eyesopen.com>
9114         * gcc.dg/builtins-2.c: New testcase.
9115         * gcc.dg/builtins-3.c: New testcase.
9117 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
9119         * gcc.dg/cpp/_Pragma4.c: New test.
9121 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
9123         * objc/execute/nil_method-1.m: New testcase.
9125 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
9127         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
9128         [Object class], not [Object initialize].
9130 2002-08-31  Roger Sayle  <roger@eyesopen.com>
9131             Hans-Peter Nilsson  <hp@bitrange.com>
9133         * gcc.c-torture/execute/20020720-1.x: Skip test on
9134         mmix-knuth-mmixware.  Correct comment.
9136 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
9138         * testsuite/g++.dg/abi/bitfield5.C: New test.
9139         * testsuite/g++.dg/abi/vbase10.C: Likewise.
9141 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
9143         * objc.dg/undeclared-selector.m: New test.
9145 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
9147         * g++.dg/other/offsetof1.C: Avoid cast warning.
9149 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
9151         * objc.dg/super-class-2.m: New test.
9153 2002-08-24  Matt Austern  <austern@apple.com>
9155         * g++.dg/ext/lvaddr.C: New test.
9156         * g++.dg/ext/lvcast.C: New test.
9158 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
9160         * testsuite/g++.dg/inherit/cond1.C: New test.
9162 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
9164         * gcc.dg/noncompile/incomplete-1.c: New test.
9166 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
9168         * gcc.dg/typespec-1.c: New test.
9170 2002-08-20  Devang Patel  <dpatel@apple.com>
9171         * objc.dg/proto-hier-2.m: New test.
9173 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
9175         * objc.dg/bitfield-1.m: New test.
9176         * objc.dg/bitfield-2.m: New test.
9178 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
9180         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
9181         gcc.dg/c99-flex-array-4.c: New tests.
9183 2002-08-16  Stan Shebs  <shebs@apple.com>
9185         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
9187 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
9189         * gcc.dg/typeof-1.c: New test.
9190         * g++.dg/ext/typeof2.C: New test.
9192 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9194         * g++.dg/other/offsetof1.C: New test.
9196 2002-08-14  Richard Henderson  <rth@redhat.com>
9198         * gcc.dg/tls/diag-3.c: Fix expected message strings.
9200 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
9202         * gcc.dg/cpp/_Pragma3.c: New test.
9204 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
9206         * g++.dg/template/inherit3: New test.
9208 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9210         * gcc.dg/bitfld-4.c: Add blank options.
9212 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
9214         * g++.dg/template/crash1.C: New test.
9216 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9218         * gcc.dg/tls/opt-2.c: New test.
9220 2002-08-08  Devang Patel  <dpatel@apple.com>
9222         * objc.dg/selector-1.m : New test
9224 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9226         * g++.dg/abi/bitfield4.C: New test.
9227         * gcc.dg/bitfld-4.c: New test.
9229 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9231         * g++.dg/other/packed1.C: New test.
9233 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
9235         * g++.dg/abi/offsetof.C: Tweak error messages.
9236         * g++.old-deja/g++.mike/p10769a.C: Likewise.
9238 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9240         * gcc.dg/bitfld-3.c: New test.
9242 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
9243             Richard Henderson  <rth@redhat.com>
9245         * gcc.dg/i386-bitfield1.c: New test.
9246         * g++.dg/abi/bitfield3.C: Update.
9248 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
9250         * objc.dg/const-str-2.m: Update.
9251         * gcc.dg/cpp/c++98.c: Change to C extension.
9252         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
9253         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
9255 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9257         * testsuite/gcc.dg/tls/diag-3.c: New.
9259 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9261         * g++.dg/README (Subdirectories): Document new subdir expr.
9262         * g++.dg/expr/pmf-1.C: New test.
9264 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9266         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9268 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9270         * g++.dg/abi/bitfield3.C: New test.
9272 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9274         * lib/gcov.exp: Tweak expected line formats.
9275         * gcc.misc-tests/gcov8.c: New test.
9276         * gcc.misc-tests/gcov8.x: New flags.
9278 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9280         * consistency.vlad/layout/endian.c: Include string.h.
9282         * gcc.c-torture/execute/20020805-1.c: New test.
9284 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9286         * g++.dg/other/conversion1.C: New test.
9288 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9290         * gcc.dg/builtins-1.c: New testcase.
9292 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9294         * g++.dg/inherit/access3.C: New test.
9296 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9298         * gcc.dg/ia64-visibility-2.c: New test.
9300 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9302         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9303         __qualifier_flags to __flags.
9305 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9307         * g++.dg/inherit/operator1.C: New test.
9308         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9309         * g++.dg/other/error1.C: Change expected error message.
9310         * g++.dg/template/conv4.C: Likewise.
9312 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9314         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9315         for documented behavior.
9317 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9319         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9320         several targets known to fail.
9322 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9324         * gcc.dg/mips-args-[123].c: New tests.
9326 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9328         * gcc.dg/ppc-spe.c: New.
9330 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9332         * g++.dg/other/ptrmem4.C: New testcase.
9334 2002-07-24  Richard Henderson  <rth@redhat.com>
9336         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9338 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9340         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9342 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9344         * gcc.c-torture/execute/memset-3.c: New testcase.
9346 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9348         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9349         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9351 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9353         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9354         Delete.
9356 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9358         * gcc.c-torture/compile/simd-4.c: New test.
9360 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9362         PR c++/7347, c++/7348
9363         * g++.dg/template/access4.C: New test.
9364         * g++.dg/template/access5.C: New test.
9365         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9366         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9367         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9368         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9370 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9372         * gcc.dg/gnu89-init-2.c: New test.
9374 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9376         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9378 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9380         * gcc.c-torture/execute/20020720-1.c: New testcase.
9382 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9384         * gcc.dg/cpp/Wsignprom.c: New tests.
9386 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9388         * gcc.c-torture/execute/loop-13.c: New test.
9390 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9392         * gcc.dg/cpp/expr.c: New tests.
9394 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9396         * g++.dg/opt/pr6713.C: Add template instantiation.
9398 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9400         * gcc.dg/nest.c: New test.
9402 2002-07-17  Richard Henderson  <rth@redhat.com>
9404         * g++.dg/opt/pr6713.C: New test.
9406 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9408         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9409         XFAIL for all x86 processors.
9411 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9413         * gcc.c-torture/execute/20010122-1.x: Do not test with
9414         -fomit-frame-pointer.
9416 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9418         * g++.dg/template/instantiate2.C: New test.
9419         * g++.dg/template/spec4.C: New test.
9421 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9423         * g++.dg/template/access2.C: New test.
9424         * g++.dg/template/access3.C: New test.
9426 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9428         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9429         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9430         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9431         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9432         Convert to use <stdarg.h>.
9433         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9434         Delete.
9435         * gcc.dg/va-arg-2.c: New.
9436         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9438 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9440         * gcc.c-torture/compile/20020710-1.c: New test.
9442 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9443                           Andrew Pinski  <pinskia@physics.uc.edu>
9445         gcc.c-torture/compile/simd-2.c: New testcase.
9446         gcc.c-torture/compile/simd-3.c: Likewise.
9448 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9450         PR c++/7224
9451         * g++.dg/overload/error1.C: New test.
9453 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9455         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9456         configuration and IRIX 6 O32 ABI.
9458 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9460         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9462 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9464         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9466 2002-07-10  Jeffrey A Law  <law@redhat.com>
9468         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9470         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9472 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9474         * gcc.dg/20020312-2.c: Check for __PPC__.
9476 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9478         * gcc.c-torture/compile/20020709-1.c: New test.
9480 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9482         * g++.dg/template/qualttp21.C: New test case.
9484 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9486         * gcc.c-torture/compile/20020706-1.c: New test.
9487         * gcc.c-torture/compile/20020706-2.c: New test.
9489 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9490             Alexandre Oliva  <aoliva@redhat.com>
9492         * g++.dg/warn/incomplete1.C: New test.
9494 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9496         PR c++/7099
9497         * g++.dg/warn/noreturn1.C: New test.
9499 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9501         PR c++/6706
9502         * g++.dg/debug/debug6.C: New test.
9503         * g++.dg/debug/debug7.C: New test.
9505 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9507         * gcc.c-torture/compile/simd-3.c: New test.
9509 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9511         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9512         * gcc.dg/20020620-1.c: Likewise.
9514 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9516         PR c++/6944
9517         * g++.dg/init/array4.C: New test.
9518         * g++.dg/init/array5.C: New test.
9520 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9522         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9523         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9525 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9527         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9528         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9529         * gcc.dg/wtr-conversion-1.c: Likewise.
9530         * gcc.dg/wtr-escape-1.c: Likewise.
9531         * gcc.dg/wtr-int-type-1.c: Likewise.
9532         * gcc.dg/wtr-label-1.c: Likewise.
9533         * gcc.dg/wtr-static-1.c: Likewise.
9534         * gcc.dg/wtr-strcat-1.c: Likewise.
9535         * gcc.dg/wtr-suffix-1.c: Likewise.
9536         * gcc.dg/wtr-switch-1.c: Likewise.
9537         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9538         * gcc.dg/wtr-union-init-1.c: Likewise.
9539         * gcc.dg/wtr-union-init-2.c: Likewise.
9540         * gcc.dg/wtr-union-init-3.c: Likewise.
9542         * gcc.dg/wtr-func-def-1.c: New test.
9544 2002-07-02 Devang Patel <dpatel@apple.com>
9546         * objc.dg/param-1.m: New test.
9548 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9550         * gcc.dg/cpp/trad/directive.c: Add test.
9551         * gcc.dg/cpp/trad/macroargs.c: Add test.
9552         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
9554 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
9556         * gcc.dg/cpp/cmdlne-M.c: New test.
9558 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
9560         * objc.dg/desig-init-1.m: New test.
9562 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9564         PR c++/6716
9565         * g++.dg/template/instantiate1.C: New test.
9567 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
9569         PR c++/7112
9570         * g++.dg/template/sizeof2.C: New test.
9572 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9574         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
9575         gcc.dg/cpp/trad/include.c: New tests.
9577 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
9579         PR target/7177
9580         * gcc.c-torture/compile/20020701-1.c: New test.
9582 2002-07-01  Stan Shebs  <shebs@apple.com>
9584         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
9585         header here...
9586         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
9587         (objc-torture-execute): or here.
9589 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
9591         * gcc.c-torture/execute/arith-rand-ll.c: New test.
9593 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9595         * gcc.dg/cpp/trad/escaped-nl.c: New test.
9597 2002-06-30  Devang Patel  <dpatel@apple.com>
9599         * objc.dg/fsyntax-only.m: New test.
9601 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
9603         PR c++/6695
9604         * g++.dg/template/friend7.C: New file.
9606 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
9608         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
9609         return type.
9611 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
9613         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9614         avoid division by zero.
9616 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
9618         * gcc.dg/Wunknownprag.c: New tests.
9620 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
9622         * gcc.c-torture/execute/simd-2.c: New test.
9624 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
9626         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9627         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9628         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9629         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9630         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9631         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9632         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9633         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9634         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9635         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9636         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9637         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9638         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9639         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9640         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9641         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9642         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9644 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
9646         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9647         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9648         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9649         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9650         New tests.
9651         * gcc.dg/cpp/trad/directive.c: Update.
9653 2002-06-23  Andreas Jaeger  <aj@suse.de>
9655         * gcc.c-torture/execute/complex-6.c: New.
9657 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
9659         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9660         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9661         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9662         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9664 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
9666         * gcc.dg/cpp/trad: New directory with traditional tests copied
9667         from parent directory.
9668         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9669         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9670         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9671         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9672         Move to trad/ and rename.
9673         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9674         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9675         gcc.dg/cpp/trad/redef2.c: New tests.
9676         * gcc.dg/cpp/trad/trad.exp: New driver.
9678 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
9680         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9681         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9682         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9683         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9684         Remove.
9686 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
9688         * gcc.dg/20020620-1.c: New test.
9690 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9692         * g++.dg/template/ttp4.C: New test.
9694 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9696         * g++.dg/opt/vt1.C: Fix regexp.
9698 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9700         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9701         Don't use attribute `noinline'.
9703 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9705         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9707 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9709         * gcc.c-torture/execute/simd-1.c: New.
9711         * gcc.dg/simd-1.c: New.
9713 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9715         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9717 2002-06-16  Richard Henderson  <rth@redhat.com>
9719         * g++.dg/ext/anon-struct1.C: New.
9720         * g++.dg/ext/anon-struct2.C: New.
9721         * g++.dg/ext/anon-struct3.C: New.
9722         * gcc.dg/anon-struct-1.c: New.
9723         * gcc.dg/anon-struct-2.c: New.
9724         * gcc.dg/anon-struct-3.c: New.
9725         * gcc.dg/20011008-1.c: Adjust warning text.
9726         * gcc.dg/20020527-1.c: Add -fms-extensions.
9728 2002-06-16  Richard Henderson  <rth@redhat.com>
9730         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9732 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9734         * gcc.c-torture/execute/20020615-1.c: New test.
9736 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9738         * gcc.c-tortuture/execute/compare-1.c: New test case.
9739         * gcc.c-tortuture/execute/compare-2.c: New test case.
9740         * gcc.c-tortuture/execute/compare-3.c: New test case.
9742 2002-06-13  Richard Henderson  <rth@redhat.com>
9744         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9745         ia64 ilp32.
9747 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9749         * g++.dg/template/typename2.C: Update error message.
9751 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9753         * gcc.c-torture/execute/20020611-1.c: New test.
9755 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9757         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9758         list of targets to skip.
9760 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9762         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9763         targets if not optimizing.
9765 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9767         * gcc.c-torture/compile/20020605-1.c: New test.
9769         * g++.dg/opt/vt1.C: New test.
9771         * gcc.dg/20020531-1.c: New test.
9773         * gcc.dg/20020530-1.c: New test.
9775         * gcc.dg/20020527-1.c: New test.
9777         * g++.dg/opt/cse1.C: New test.
9779 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9781         * gcc.dg/20020607-2.c: New test case.
9783 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9785         * gcc.c-torture/compile/20020604-1.c: New test.
9787 2002-06-04  Richard Henderson  <rth@redhat.com>
9789         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9790         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9791         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9793 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9795         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9797 2002-06-03  Richard Henderson  <rth@redhat.com>
9799         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9800         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9802 2002-06-02  Richard Henderson  <rth@redhat.com>
9804         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9805         test functions static.
9807 2002-06-02  Andreas Jaeger  <aj@suse.de>
9809         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9810         now.
9812 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9814         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9815         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9816         Update for mofified diagnostics.
9817         * gcc.dg/c99-intconst-1.c: No longer fail.
9819 2002-06-02  Richard Henderson  <rth@redhat.com>
9821         * gcc.dg/uninit-A.c: Remove xfail markers.
9823 2002-06-01  Roger Sayle  <roger@eyesopen.com>
9825         * gcc.dg/fnegate-1.c: New test case.
9827 2002-05-30  Osku Salerma  <osku@iki.fi>
9829         * gcc.c-torture/execute/mayalias-1.c: New file.
9831 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9833         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9834         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9835         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9837 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
9839         * gcc.c-torture/execute/20020529-1.c: New test.
9841 2002-05-27  Richard Henderson  <rth@redhat.com>
9843         * g++.dg/ext/attrib6.C: New test case.
9845 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9847         * gcc.c-torture/execute/pure-1.c: New test.
9849 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9851         * gcc.dg/cpp/arith-2.c: Remove.
9853 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9855         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9856         * gcc.dg/cpp/if-3.c: Remove.
9858 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
9860         * g++.dg/opt/cse2.C: New test.
9862 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9864         * gcc.dg/cpp/arith-1.c: New semantic tests.
9865         * gcc.dg/cpp/if-1.c: Update.
9867 2002-05-24  Ben Elliston  <bje@redhat.com>
9869         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9871 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
9873         * gcc.dg/verbose-asm.c: New test.
9875 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9877         * gcc.dg/cpp/paste12.c: New test.
9879 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9881         * g++.dg/parse/named_ops.C: New test.
9883 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
9885         * gcc/testsuite/gcc.dg/weak-8.c: New test.
9887 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
9889         * gcc.dg/weak-2.c: Allow optional leading underscore
9890         in scan-assembler symbol name.
9891         * gcc.dg/weak-3.c: Likewise.
9892         * gcc.dg/weak-4.c: Likewise.
9893         * gcc.dg/weak-5.c: Likewise.
9895 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
9897         * gcc.dg/20020523-1.c: New test.
9899 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9901         * objc.dg/const-str-2.m: Update now that we stop after
9902         a command line error.
9904 2002-05-22  Richard Henderson  <rth@redhat.com>
9906         * g++.dg/dg.exp: Fix typo in test pruneing.
9908 2002-05-22  Richard Henderson  <rth@redhat.com>
9910         * g++.dg/dg.exp: Prune the tls subdirectory.
9911         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9912         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9913         * g++.dg/tls/init-1.C: New.
9915 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
9917         * gcc.dg/20020517-1.c: New test.
9919 2002-05-21  Richard Henderson  <rth@redhat.com>
9921         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9922         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9924 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
9926         * g++.dg/other/copy2.C: New test.
9928 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
9930         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9931         (MAX_COPY): Bump up to 10 times sizeof (long long).
9932         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9934         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9935         sizeof (long long).
9937         * gcc.c-torture/execute/strcpy-1.c: New test.
9939 2002-05-19  Jason Merrill  <jason2redhat.com>
9941         * g++.dg/ext/oper1.C: New test.
9943 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
9944 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
9946         * README.QMTEST: New file.
9948         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9950 2002-05-19  Andreas Jaeger  <aj@suse.de>
9952         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9953         now.
9954         * gcc.c-torture/execute/loop-2d.x: Likewise.
9956 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
9958         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
9959         support weak symbols.
9960         * gcc.dg/weak-4.c: Likewise
9961         * gcc.dg/weak-6.c: Likewise
9963 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
9965         * gcc.dg/weak-3.c: Add dg-excess-error comment for
9966         cygwin, coff and h8300-*-hms targets
9967         * gcc.dg/weak-5.c: Likewise
9968         * gcc.dg/weak-7.c: Likewise
9970 2002-05-16  Jason Merrill  <jason@redhat.com>
9972         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9973         (scan-assembler-not, scan-assembler-dem): Likewise.
9974         (scan-assembler-dem-not): Likewise.
9976 2002-05-15  Richard Henderson  <rth@redhat.com>
9978         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9980 2002-05-15  Richard Henderson  <rth@redhat.com>
9982         * gcc.dg/weak-5.c (vfoo1c): No warning here.
9983         (vfoo1f): Warning here.
9984         (vfoo1l): Don't redefine the alias.
9986 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9988         * g++.dg/init/pm1.C: New test.
9990 2002-05-12  David S. Miller  <davem@redhat.com>
9992         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9993         types.
9995 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9997         * gcc.c-torture/execute/20020510-1.c: New test case.
9999 2002-05-10  David S. Miller  <davem@redhat.com>
10001         * gcc.c-torture/execute/conversion.c: Test long double too.
10003 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
10005         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
10006         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
10007         * lib/g++.exp (g++_link_flags): Likewise.
10008         * lib/objc.exp (objc_target_compile): Likewise.
10010 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
10012         * gcc.dg/cpp/poison.c: Update.
10013         * gcc.dg/cpp/20000625-2.c: Remove.
10014         * gcc.dg/cpp/direct2s.c: Remove final test.
10016 2002-05-08  Tom Rix  <trix@redhat.com>
10018         * gcc.c-torture/execute/20020508-1.c: New test.
10019         * gcc.c-torture/execute/20020508-2.c: New test.
10020         * gcc.c-torture/execute/20020508-3.c: New test.
10022 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
10024         * gcc.dg/cpp/charconst-4.c: More tests.
10026 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10028         PR c/6569
10029         * gcc.dg/weak-3.c: Update location of warning messages.
10030         * gcc.dg/weak-5.c: Likewise.
10032 2002-05-06  Roger Sayle  <roger@eyesopen.com>
10034         * gcc.c-torture/execute/20020506-1.c: New test case.
10036 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10038         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
10040 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10042         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
10044 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10046         * gcc.dg/cpp/charconst-3.c: New test.
10048 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10050         * gcc.dg/cpp/charconst.c: Update tests.
10052 2002-05-05  Tim Josling  <tej@melbpc.org.au>
10054         * treelang: Added directory for new sample language treelang. Also
10055         lib/treelang.exp: New file to signal treelang should be tested.
10057 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
10059         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
10060         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
10061         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
10062         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
10063         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
10064         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
10065         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
10067 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10069         * gcc.dg/format/xopen-2.c: New test.
10071 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
10073         * gcc.dg/20020503-1.c: New test.
10075 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
10077         * g++.dg/init/dtor1.C: Make it tougher.
10079 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
10081         * g++.dg/init/dtor1.C: New test.
10083 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
10085         * gcc.dg/altivec-8.c: New.
10087 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
10089         * gcc.dg/altivec-7.c: New.
10091 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
10093         * g++.dg/parse/typedef1.C: New test.
10095 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
10097         PR c++/6486
10098         * g++.dg/template/friend6.C: New test.
10100         PR c++/6492
10101         * g++.dg/init/copy1.C: New test.
10103 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
10105         * g++.dg/warn/effc1.C: New test.
10107 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10109         * gcc.dg/cpp/if-cexp.c: Add a test.
10111 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
10113         * gcc.dg/20020426-2.c: New test.
10115 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10117         * gcc.dg/cpp/if-mop.c: Update.
10118         * gcc.dg/cpp/if-mpar.c: Add test.
10119         * gcc.dg/cpp/if-oppr.c: Update.
10121 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10123         PR c/6343
10124         * gcc.dg/weak-[2-7].c: New tests.
10126 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10128         * gcc.dg/enum1.c: New test.
10130 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10132         PR c++/6497
10133         * g++.dg/inherit/access2.C: New test.
10135 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10137         PR bootstrap/6445
10138         * gcc.dg/20020426-1.c: New test.
10140 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10142         * g++.dg/abi/enum1.C: New test.
10144 2002-04-26  Richard Henderson  <rth@redhat.com>
10146         * gcc.dg/c99-bool-1.c: Expect always true warning.
10148 2002-04-25  Roger Sayle  <roger@eyesopen.com>
10150         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
10152 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10154         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
10155         targets.
10157 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
10159         * g++.dg/abi/mange7.C: New test.
10161         PR c++/6438.
10162         * g++.dg/parse/stmtexpr2.C: New test.
10164 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
10166         * gcc.dg/20020312-2.c: Add SH target.
10168 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10170         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
10171         compiler output on mips*-*-irix*.
10173 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
10175         * g++.dg/parse/attr1.C: New test.
10177 2002-04-23  Roger Sayle  <roger@eyesopen.com>
10179         * gcc.c-torture/execute/string-opt-17.c: New test case.
10180         * gcc.c-torture/execute/memset-2.c: New test case.
10182 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
10184         PR c++/6256:
10185         * g++.dg/template/friend5.C: New test.
10187         PR c++/6331:
10188         * g++.dg/template/qual1.C: Likewise.
10190 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
10192         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
10193         Include stdlib.h, not stdio.h or ctype.h.
10195 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
10197         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
10198         cris-*-elf* and mmix-*-*.
10199         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
10200         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
10201         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
10202         Ditto.
10203         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
10204         * gcc.dg/wchar_t-1.c: Ditto.
10206 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
10208         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
10209         Clarify comment.
10211 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10213         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
10215 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10217         * gcc.c-torture/execute/20000906-1.x: Delete.
10219 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
10221         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
10223 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
10225         * PR6367
10226         * g77.f-torture/execute/6367.f: New test.
10227         * g77.f-torture/execute/6367.x: Disable for MMIX.
10229 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10231         * PR6352
10232         * g++.dg/opt/inline2.C: New test.
10234 2002-04-18  Richard Henderson  <rth@redhat.com>
10236         * gcc.dg/20000906-1.c: Enable for all targets.
10237         * gcc.c-torture/compile/iftrap-2.c: New.
10239 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10241         * gcc.dg/20020418-1.c: New test.
10242         * gcc.dg/20020418-2.c: New test.
10244 2002-04-18  Richard Henderson  <rth@redhat.com>
10246         * gcc.c-torture/compile/iftrap-1.c: New.
10247         * gcc.dg/iftrap-1.c: Adjust for ia64.
10248         * gcc.dg/iftrap-2.c: New.
10250 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10252         * gcc.c-torture/compile/20020418-1.c: New test.
10254 2002-04-18  Roger Sayle  <roger@eyesopen.com>
10256         * gcc.c-torture/compile/20020415-1.c: New.
10258 2002-04-18  David S. Miller  <davem@redhat.com>
10260         * gcc.c-torture/execute/20020418-1.c: New test.
10262 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
10264         * gcc.dg/20020416-1.c: New test.
10266         * g++.dg/opt/inline1.C: New test.
10268 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
10270         * gcc.dg/altivec-5.c: New test.
10272         * gcc.dg/20020415-1.c: New test.
10274 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10276         * testsuite/lib/chill.exp: Remove.
10278 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
10280         * g++.dg/other/big-struct.C: New test.
10282 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
10284         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
10285         of scratch file.
10287 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
10289         PR c/6277
10290         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
10291         in scan-assembler function name
10293 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
10295         * g77.f-torture/execute/980628-4.x,
10296         g77.f-torture/execute/980628-5.x,
10297         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10298         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10299         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
10300         i[34567]86-*-*.
10302 2002-04-13  David S. Miller  <davem@redhat.com>
10304         * gcc.c-torture/execute/20020413-1.c: New test.
10306 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
10308         * gcc.dg/asm-6.c,
10309         * g++.dg/ext/asm1.C: New tests.
10311 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
10313         PR c++ 5373.
10314         * g++.dg/parse/stmtexpr1.C: New test.
10316         PR c++/5189.
10317         * g++.dg/template/copy1.C: New test.
10319 2002-04-12  Richard Henderson  <rth@redhat.com>
10321         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
10323 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
10325         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
10326         gcc.c-torture/execute/20020307-2.c.
10328 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
10330         * g++.dg/ext/attrib5.C,
10331         * g++.dg/lookup/struct1.C: New tests.
10333 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
10335         * gcc.dg/20020411-1.c: New test.
10337         * gcc.c-torture/execute/20020411-1.c: New test.
10339 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
10341         * g77.f-torture/execute/6177.f: New test.
10343 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
10345         PR middle-end/6247
10346         * g++.dg/opt/cleanup1.C: New test.
10348         * g++.dg/opt/const1.C: New test.
10350 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
10352         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
10354 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10356         PR c++/5507
10357         * g++.dg/template/typename2.C: New test.
10359 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
10361         * gcc.c-torture/execute/loop-12.c: New.
10363 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
10365         * g77.f-torture/execute/980628-4.x,
10366         g77.f-torture/execute/980628-5.x,
10367         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10368         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10369         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
10371 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10373         PR optimization/6086
10374         * g++.dg/opt/preinc1.C: New test.
10376 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10378         PR c++/5571
10379         * g++.dg/opt/static2.C: New test.
10381 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10383         PR c/5120
10384         * gcc.dg/20020406-1.c: New test.
10386 2002-04-04  David S. Miller  <davem@redhat.com>
10388         * gcc.c-torture/execute/20020404-1.c: New test.
10390 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10392         PR c/6123
10393         * gcc.dg/20020312-2.c: Do not declare global register variable
10394         if __PIC__ or __pic__ is defined.
10396 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
10398         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
10399         __asm__ so that it works correctly even if -ansi -pedantic-errors.
10401 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10403         * gcc.misc-tests/linkage.exp: Update last change to handle
10404         sparc*-, not just sparc-.
10406 2002-04-03  Richard Henderson  <rth@redhat.com>
10408         * gcc.dg/cpp/ucs.c: Improved long UCS test.
10410 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10412         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
10414 2002-04-02  David S. Miller  <davem@redhat.com>
10416         * gcc.c-torture/execute/20020402-3.c: New test.
10418 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10420         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
10421         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
10423         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
10424         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
10425         g77.f-torture/execute/20001201.x,
10426         g77.f-torture/execute/u77-test.x: New files.
10428         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
10429         * gcc.dg/wchar_t-1.c: Ditto.
10431 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10433         * gcc.c-torture/execute/20020402-1.c: New test.
10435 2002-04-01  Richard Henderson  <rth@redhat.com>
10437         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
10439         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
10441 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10443         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
10445 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10447         * g++.dg/inherit/template-as-base.C: Expect error.
10448         * g++.dg/inherit/namespace-as-base.C: Likewise.
10450 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10452         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
10453         g++.dg/ext/instantiate3.C: Tweak match patterns.
10455         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
10456         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
10457         -da test.
10459 2002-03-31  Richard Henderson  <rth@redhat.com>
10461         * gcc.dg/special/alias-2.c: New.
10462         * gcc.dg/special/ecos.exp: Run it.
10464 2002-03-31  Richard Henderson  <rth@redhat.com>
10466         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
10468 2002-03-31  Kazu Hirata  <kazu@hxi.com>
10470         * gcc.dg/weak-1.c: Disable on h8300 port.
10472 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
10474         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
10475         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
10476         ordering tests.
10477         * g++.dg/bprob/bprob-1.C: New test.
10478         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
10479         * g++.dg/gcov/gcov-1.C: New test.
10480         * g++.dg/gcov/gcov-1.x: New file.
10481         * g++.dg/gcov/gcov-2.C: New test.
10482         * g++.dg/gcov/gcov-3.C: New test.
10483         * g++.dg/gcov/gcov-3.h: New file.
10485 2002-03-28  Roger Sayle  <roger@eyesopen.com>
10487         * g++.old-deja/g++.other/builtins5.C: New test.
10488         * g++.old-deja/g++.other/builtins6.C: New test.
10489         * g++.old-deja/g++.other/builtins7.C: New test.
10490         * g++.old-deja/g++.other/builtins8.C: New test.
10491         * g++.old-deja/g++.other/builtins9.C: New test.
10493 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10495         * g++.dg/opt/static1.C: New test.
10497         * g++.dg/opt/longbranch1.C: New test.
10499 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
10501         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
10503         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
10505 2002-03-28  Jeffrey A Law  (law@redhat.com)
10507         * gcc.c-torture/execute/20020328-1.c: New test.
10509 2002-03-27  Richard Henderson  <rth@redhat.com>
10511         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
10512         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
10513         move from g++.old-deja/g++.ext/.
10515 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
10517         * g++.dg/init/new2.C: New test.
10519 2002-03-26  Richard Henderson  <rth@redhat.com>
10521         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
10523         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
10524         on sparc.
10526         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
10527         sparcv9 systems.
10528         * gcc.dg/20001102-1.c: Likewise.
10530 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
10532         * gcc.dg/cpp/endif-pedantic1.c,
10533         gcc.dg/cpp/endif-pedantic2.c:  New tests.
10535 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
10537         * g++.dg/init/new1.C: New test.
10539 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10541         * g++.dg/abi/vbase9.C: New test.
10543 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10545         * gcc.dg/arm-asm.c: New test.
10547 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
10549         * gcc.dg/Wswitch-enum.c: New test.
10550         Fix PR c/5044.
10552 2002-03-26  Richard Henderson  <rth@redhat.com>
10554         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
10555         structure.
10557 2002-03-25  Richard Henderson  <rth@redhat.com>
10559         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
10560         sparcv9 systems.
10562         * gcc.c-torture/compile/20011119-1.c (xxx): New.
10563         * gcc.c-torture/compile/20011119-2.c (xxx): New.
10565 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10567         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
10569 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
10571         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
10572         targets using generic thunk support.
10574 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10576         * gcc.c-torture/compile/20020323-1.c: New test.
10578         * g++.dg/opt/conj2.C: New test.
10580 2002-03-24  Richard Henderson  <rth@redhat.com>
10582         * gcc.dg/weak-1.c: Use -fno-common.
10584 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10586         * g77.dg/f77-edit-apostrophe-out.f: New test
10587         * g77.dg/f77-edit-h-out.f: New test
10588         * g77.dg/f77-edit-t-in.f: New test
10589         * g77.dg/f77-edit-t-out.f: New test
10590         * g77.dg/f77-edit-x-out.f: New test
10591         * g77.dg/f77-edit-slash-out.f: New test
10592         * g77.dg/f77-edit-colon-out.f: New test
10593         * g77.dg/f77-edit-s-out.f: New test
10595 2002-03-24  Richard Henderson  <rth@redhat.com>
10597         * objc/execute/formal_protocol-6.x: New XFAIL.
10599 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10601         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
10602         that do not support weak symbols
10604 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10606         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
10607         * lib/g77.exp:  Likewise
10608         * lib/objc.exp: Likewise
10610 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10612         * gcc.dg/Wswitch-default.c: New test.
10614 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
10616         * g++.dg/other/enum1.C: New test.
10618 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
10620         * gcc.dg/pragma-ep-3.c: Fix typo.
10622 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10624         * g++.dg/inherit/template-as-base.C: New test.
10626 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10628         * g++.old-deja/g++.other/dwarf2-1.C: Move...
10629         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
10631 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10633         * gcc.dg/cpp/multiline.c: Update to match.
10635 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10637         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10639 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10641         * gcc.dg/cpp/extratokens2.c:  New file.
10643 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
10645         * gcc.dg/20020312-2.c: Add rs6000 target.
10647         * gcc.c-torture/compile/20020319-1.c: New test.
10649 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10651         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10652         (A, E): Handle this.
10654 2002-03-20  Jason Merrill  <jason@redhat.com>
10656         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10657         ignoring -fpic.
10658         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10659         through prune_gcc_output.
10661 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10663         * gcc.c-torture/compile/20020320-1.c: New test.
10665 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
10667         * gcc.c-torture/compile/20020318-1.c: New test.
10669         * gcc.dg/struct-by-value-1.c: New test.
10671         * gcc.dg/20020319-1.c: New test.
10673 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
10675         * g++.dg/opt/conj1.C: New test.
10677 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
10679         * g++.dg/template/qualttp20.C: Revert previous change.
10680         * g++.dg/template/qualttp3.C: Likewise.
10681         * g++.dg/template/qualttp4.C: Likewise
10682         * g++.dg/template/qualttp5.C: Likewise
10683         * g++.dg/template/qualttp6.C: Likewise
10684         * g++.dg/template/qualttp7.C: Likewise
10685         * g++.dg/template/qualttp8.C: Likewise
10686         * g++.dg/template/recurse.C: Likewise.
10688 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10690         * gcc.dg/cpp/wchar-1.c: Update.
10692 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10694         * g++.dg/template/conv1.C: New test.
10695         * g++.dg/template/conv2.C: New test.
10696         * g++.dg/template/conv3.C: New test.
10697         * g++.dg/template/conv4.C: New test.
10699 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10701         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10702         * g++.dg/template/qualttp3.C: Likewise.
10703         * g++.dg/template/qualttp4.C: Likewise
10704         * g++.dg/template/qualttp5.C: Likewise
10705         * g++.dg/template/qualttp6.C: Likewise
10706         * g++.dg/template/qualttp7.C: Likewise
10707         * g++.dg/template/qualttp8.C: Likewise
10708         * g++.dg/template/recurse.C: Likewise.
10710 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10712         * g++.dg/opt/dtor1.C: New test.
10714 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10716         * gcc.c-torture/compile/20020315-1.c: New test.
10718 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10720         * gcc.dg/weak-1.c: Fix scan tests.
10722 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10724         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10725         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10726         cris-*-aout* mmix-*-*.
10727         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10728         cris-*-aout* mmix-*-*.
10729         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10730         cris-*-elf* cris-*-aout* and mmix-*-*.
10731         * gcc.dg/20001009-1.c: Ditto.
10732         * gcc.dg/20010912-1.c: Ditto.
10733         * gcc.dg/20020122-4.c: Ditto.
10734         * gcc.dg/inline-2.c: Ditto.
10736 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10738         * gcc.c-torture/compile/20020314-1.c: New test.
10740 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10742         * gcc.c-torture/execute/20020314-1.c: New test.
10744 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10746         * g++.dg/warn/Wunused-1.C: New test.
10748 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10750         * g++.dg/abi/mangle6.C: New test.
10752 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10754         * gcc.c-torture/compile/20020309-2.c: New test.
10756         * gcc.c-torture/compile/20020312-1.c: New test.
10758 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10760         * g++.dg/other/access1.C: New test.
10762 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10764         * gcc.c-torture/execute/wchar_t-1.c: New test.
10766 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10768         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10770 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10772         * gcc.dg/20020312-1.c: New test case.
10774 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10776         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10778 2002-03-11  Richard Henderson  <rth@redhat.com>
10780         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10781         * g++.old-deja/g++.jason/report.C: Likewise.
10783 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10785         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10786         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10788 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10790         * testsuite/g++.dg/overload/pmf1.C: New test.
10792 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10794         * gcc.c-torture/execute/20020307-1.c: Use long.
10796 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10798         PR optimization/5844
10799         * gcc.dg/20020310-1.c: New test.
10801 2002-03-09  Michael Meissner  <meissner@redhat.com>
10803         * gcc.c-torture/execute/memcpy-2.c: New test.
10804         * gcc.c-torture/execute/memset-1.c: New test.
10805         * gcc.c-torture/execute/strlen-1.c: New test.
10806         * gcc.c-torture/execute/strcmp-1.c: New test.
10807         * gcc.c-torture/execute/strncmp-1.c: New test.
10809 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10811         * gcc.dg/ppc-ldstruct.c: New test.
10813 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10815         * gcc.c-torture/execute/va-arg-22.c: New test.
10817 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10819         * gcc.c-torture/compile/20020309-1.c: New test.
10821 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10823         * gcc.c-torture/execute/20020307-2.c: New test.
10825 2002-03-07  Jeffrey A Law  (law@redhat.com)
10827         * g77.f-torture/compile/20020307-1.f: New test.
10829 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10831         * gcc.dg/unordered-1.c: New test.
10833 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10835         * gcc.c-torture/execute/20020307-1.c: New test.
10837 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10839         * gcc.dg/20020304-1.c: New test.
10841         * gcc.c-torture/compile/20020304-2.c: New test.
10843 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10845         * gcc.c-torture/compile/20020304-1.c: New test case
10846         (from PR c/5830).
10848 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10850         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10852 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10854         * g++.dg/other/classkey1.C: New test.
10856 2002-03-01  Richard Henderson  <rth@redhat.com>
10858         * gcc.c-torture/compile/981223-1.x: New.
10859         * gcc.c-torture/compile/920625-1.x: New.
10861 2002-02-28  Richard Henderson  <rth@redhat.com>
10863         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10865 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10867         * gcc.c-torture/execute/20020227-1.c: New test.
10869 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10871         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10872         here" ERROR lines.
10873         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10874         * g++.old-deja.g++.other/defarg1.C: Likewise.
10875         * g++.old-deja/g++.pt/calls2.C: Likewise.
10876         * g++.old-deja/g++.pt/crash20.C: Likewise.
10877         * g++.old-deja/g++.pt/crash30.C: Likewise.
10878         * g++.old-deja/g++.pt/crash36.C: Likewise.
10879         * g++.old-deja/g++.pt/crash6.C: Likewise.
10880         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10881         * g++.old-deja/g++.pt/derived3.C: Likewise.
10882         * g++.old-deja/g++.pt/error1.C: Likewise.
10883         * g++.old-deja/g++.pt/friend21.C: Likewise.
10884         * g++.old-deja/g++.pt/friend23.C: Likewise.
10885         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10886         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10888 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10890         * gcc.c-torture/execute/20020225-2.c: New test.
10892 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10894         * gcc.c-torture/execute/920730-1t.c,
10895         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10896         Delete test cases, only relevant to -traditional.
10898 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10900         * gcc.dg/cpp/undef1.c: Remove.
10901         * gcc.dg/cpp/directiv.c: Update.
10902         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10904 2002-02-27  Michael Meissner  <meissner@redhat.com>
10906         * gcc.c-torture/execute/20020226-1.c: New test.
10908 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10910         * g++.dg/debug/debug4.C: New test.
10912         * gcc.dg/ia64-visibility-1.c: New test.
10914 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10916         * gcc.dg/debug/20020224-1.c: New.
10918 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10920         * gcc.c-torture/execute/960416-1.x: New.
10921         * gcc.c-torture/execute/divconst-3.x: Likewise.
10923 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10925         * gcc.dg/20020224-1.c: New test.
10927 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10929         * gcc.c-torture/execute/20020225-1.c: New.
10931 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10933         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10935 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10937         * gcc.dg/20020222-1.c: New test.
10939 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10941         * g++.dg/opt/anonunion1.C: New test.
10943 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10945         * g++.dg/template/qualttp19.C: New test.
10946         * g++.dg/template/qualttp20.C: New test.
10947         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10948         * g++.old-deja/g++.other/qual1.C: Likewise.
10950 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10952         * gcc.dg/attr-alwaysinline.c: New.
10954 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10956         * gcc.dg/20020220-1.c: New test.
10958         * gcc.dg/20020220-2.c: New test.
10960         * g++.dg/opt/mmx1.C: New test.
10962 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10964         * gcc.c-torture/compile/20020110.c: New test.
10966 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10968         * gcc.c-torture/execute/20020219-1.c: New test.
10970         * gcc.dg/20020219-1.c: New test.
10972         * gcc.dg/noncompile/20020220-1.c: New test.
10974         * g++.dg/opt/ptrintsum1.C: New test.
10976         * gcc.dg/debug/20020220-1.c: New test.
10978 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10980         * gcc.c-torture/execute/20020216-1.c: New test.
10982 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10984         * gcc.dg/decl-1.c: Update, new test.
10986 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10988         * g++.dg/abi/bitfield1.C: New test.
10989         * g++.dg/abi/bitfield2.C: New test.
10991 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10993         * gcc.dg/attr-nest.c: New test.
10995 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10997         * gcc.c-torture/execute/20020215-1.c: New test.
10999 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
11001         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
11002         * g++.dg/debug/debug.exp: New.
11003         * g++.dg/debug/trivial.C: New.
11004         * g++.dg/debug/debug1.C: Moved...
11005         * g++.dg/other/debug1.C: ...from here.
11006         * g++.dg/debug/debug2.C: Moved...
11007         * g++.dg/other/debug2.C: ...from here.
11008         * g++.dg/debug/debug3.C: Moved...
11009         * g++.dg/other/debug3.C: ...from here.
11011         * gcc.dg/noncompile/20020213-1.c: New test.
11013 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
11015         * g++.dg/other/debug3.C: New test.
11017         * gcc.c-torture/execute/20020213-1.c: New test.
11019 2002-02-13  Richard Smith <richard@ex-parrot.com>
11021         * g++.old-deja/g++.other/thunk1.C: New test.
11023 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
11025         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
11027 2002-02-13  Stan Shebs  <shebs@apple.com>
11029         * gcc.dg/altivec-3.c: New.
11031 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
11033         * gcc.dg/Wunreachable-1.c: New test.
11034         * gcc.dg/Wunreachable-2.c: New test.
11036 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11038         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
11040 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
11042         * gcc.dg/decl-1.c: New test.
11044 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
11046         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
11048 2002-02-10  Kazu Hirata  <kazu@hxi.com>
11050         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
11051         * gcc.c-torture/compile/980506-1.x: Likewise.
11053 2002-02-10  Kazu Hirata  <kazu@hxi.com>
11055         * gcc.dg/20020210-1.c: New.
11057 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
11059         * g77.f-torture/execute/947.f: New regression test
11060         for PR fortran/947.
11062 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11064         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
11065         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
11067 2002-02-08  Richard Henderson  <rth@redhat.com>
11069         * gcc.c-torture/compile/labels-3.c: New.
11071 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
11073         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
11074         expression statements work instead.
11075         * gcc.dg/noncompile/20020207-1.c: New test.
11077 2002-02-07  Richard Henderson  <rth@redhat.com>
11079         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
11081 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11083         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
11084         message from g77
11085         * lib/g77-dg.exp: Trim g77 error messages so that they are
11086         recognized by dg.exp.
11088 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11090         PR fortran/5473
11091         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
11093 2002-02-07  Richard Henderson  <rth@redhat.com>
11095         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
11096         to be sufficiently aligned for integers.
11098 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
11100         * g++.dg/template/friend4.C: New test.
11102 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
11104         PR fortran/5743
11105         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
11106         unsupported cases.
11108 2002-02-07  Richard Henderson  <rth@redhat.com>
11110         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
11111         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
11112         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
11113         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
11115 2002-02-06  Richard Henderson  <rth@redhat.com>
11117         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
11119 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
11121         * gcc.dg/20020206-1.c: New test.
11123 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
11125         * gcc.c-torture/execute/20020206-1.c: New test.
11127         * gcc.c-torture/execute/20020206-2.c: New test.
11129         PR optimization/5429:
11130         * gcc.c-torture/compile/20020206-1.c: New test.
11132 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11134         * g++.dg/ext/align1.C: Do not use an explicit alignment value
11135         as certain file formats cannot support particularly large
11136         alignments.
11138         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
11139         and do not expect to be able to link the executable.
11141         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
11142         fail because the COFF format does not support the weak attribute.
11144 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
11146         * g77.dg/pr5473.f:  New test
11148 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
11150         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
11151         Fix testcase accordingly.
11153 2002-02-04  Richard Henderson  <rth@redhat.com>
11155         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
11156         (buf): Change to be an array of pointers, not ints.
11158 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11160         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
11161         before all tests.  Move warning one line above to match where it
11162         C frontend emits.
11163         * gcc.dg/Wswitch-2.c: New test.
11164         * g++.dg/warn/Wswitch-1.C: New test.
11165         * g++.dg/warn/Wswitch-2.C: New test.
11167 2002-02-04  Richard Henderson  <rth@redhat.com>
11169         * g++.dg/abi/offsetof.C: Fix size comparison.
11171 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
11173         * gcc.dg/cast-qual-2.c: New test.
11175 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11177         * gcc.dg/20020201-4.c: New test.
11179 2002-02-04  Ben Elliston  <bje@redhat.com>
11181         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
11182         target_info attribute != 0, in addition to the empty string.
11183         (gcc_target_compile): Likewise.
11185 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11187         * gcc.dg/Wswitch.c: New test.
11188         PR gcc/4475. PR gcc/3780.
11190 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
11192         * g77.f-torture/execute/5122.f: New test for regressions
11193         against PR fortran/5122.
11195 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
11197         * g77.f-torture/compile/pr3743.f: Delete
11198         * g77.dg/pr3743-1.f: New test.
11199         * g77.dg/pr3743-2.f: New test.
11200         * g77.dg/pr3743-3.f: New test.
11201         * g77.dg/pr3743-4.f: New test.
11203 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11205         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
11207 2002-02-02  Richard Henderson  <rth@redhat.com>
11209         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
11210         * gcc.c-torture/execute/bf64-1.c: Likewise.
11212 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11214         * gcc.dg/20020201-2.c: New test.
11216         * gcc.dg/20020201-3.c: New test.
11218         * gcc.c-torture/execute/bitfld-2.c: New test.
11220 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11222         * gcc.dg/bitfld-1.c: Update.
11223         * gcc.dg/bitfld-2.c: Update.
11224         * gcc.c-torture/execute/bitfld-1.x: New.
11226 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11228         * gcc.c-torture/execute/20020201-1.c: New test.
11230 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
11232         PR target/5469
11233         * gcc.dg/20020201-1.c: New test.
11235 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
11237         PR fortran/3743
11238         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
11239         * g77.f-torture/compile/pr3743.x: Remove
11241 2002-01-31  Tom Rix  <trix@redhat.com>
11243         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
11245 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11247         * gcc.dg/noncompile/20020130-1.c: New test.
11249 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
11251         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
11253 2002-01-29  Richard Henderson  <rth@redhat.com>
11255         * gcc.c-torture/execute/991118-1.c: Cast various constants back
11256         to long long.
11257         * gcc.c-torture/execute/bf64-1.c: Likewise.
11259 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
11261         * gcc.c-torture/execute/20020129-1.c: New test.
11263 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11265         * gcc.c-torture/compile/20000224-1.c: Update.
11266         * gcc.c-torture/execute/bitfld-1.c: New tests.
11267         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
11268         * gcc.dg/uninit-A.c: Update.
11270 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
11272         * g++.dg/template/ctor1.C: Add instantiation.
11274 2002-01-28  Paul Koning  <pkoning@equallogic.com>
11276         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
11277         argument to __builtin_prefetch to be const ptr.
11279 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
11281         * gcc.c-torture/compile/20020120-1.c: New test.
11283 2002-01-27  Kazu Hirata  <kazu@hxi.com>
11285         * gcc.c-torture/execute/20020127-1.c: New test.
11287 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
11289         * g77.dg/f77-edit-i-in.f: New test
11290         * g77.dg/f77-edit-i-out.f: New test
11292 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
11294         * gcc.dg/debug/debug.exp: New file.
11295         * gcc.dg/debug/trivial.c: New file.
11296         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
11297         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
11298         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
11299         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
11300         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
11301         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
11302         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
11303         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
11304         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
11305         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
11306         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
11307         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
11308         * gcc.dg/20000503-1.c: Removed.
11309         * gcc.dg/20010207-1.c: Removed.
11310         * gcc.dg/20011223-1.c: Removed.
11311         * gcc.dg/20020104-2.c: Removed.
11312         * gcc.dg/debug-1.c: Removed.
11313         * gcc.dg/debug-2.c: Removed.
11314         * gcc.dg/debug-3.c: Removed.
11315         * gcc.dg/debug-4.c: Removed.
11316         * gcc.dg/debug-5.c: Removed.
11317         * gcc.dg/debug-6.c: Removed.
11318         * gcc.dg/dwarf2-1.c: Removed.
11319         * gcc.dg/dwarf2-2.c: Removed.
11321 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
11323         * g++.old-deja/g++.other/eh5.C: New test.
11324         * g++.old-deja/g++.other/sibcall2.C: New test.
11325         * g++.old-deja/g++.other/array9.C: New test.
11326         * g++.old-deja/g++.other/typename2.C: New test.
11327         * g++.old-deja/g++.other/crash60.C: New test.
11328         * g++.old-deja/g++.other/conv9.C: New test.
11329         * g++.old-deja/g++.other/mangle10.C: New test.
11330         * g++.old-deja/g++.other/unchanging1.C: New test.
11331         * g++.old-deja/g++.other/exprstmt1.C: New test.
11332         * g++.old-deja/g++.other/inline23.C: New test.
11333         * g++.old-deja/g++.eh/ia64-1.C: New test.
11334         * g++.old-deja/g++.other/dwarf2-1.C: New test.
11335         * g++.old-deja/g++.other/reload1.C: New test.
11336         * g++.old-deja/g++.other/static20.C: New test.
11337         * g++.old-deja/g++.other/local-alloc1.C: New test.
11338         * g++.old-deja/g++.other/conv8.C: New test.
11339         * g++.old-deja/g++.other/stmtexpr2.C: New test.
11340         * g++.old-deja/g++.other/storeexpr1.C: New test.
11341         * g++.old-deja/g++.other/storeexpr2.C: New test.
11342         * g++.dg/eh/template2.C: New test.
11343         * g++.dg/warn/weak1.C: New test.
11345 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
11347         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
11348         Remove first, non-varying, argument.
11350 2002-01-23  Richard Henderson  <rth@redhat.com>
11352         * gcc.dg/inline-2.c: New.
11354         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
11355         Add optional target arg.  Check number of arguments.
11356         (scan-assembler-not, scan-assembler-dem): Likewise.
11357         (scan-assembler-dem-not): Likewise.
11359 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11361         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
11362         line 12.
11363         * g++.old-deja/g++.brendan/parse3.C,
11364         g++.old-deja/g++.other/crash26.C,
11365         g++.old-deja/g++.other/crash28.C,
11366         g++.old-deja/g++.other/crash29.C,
11367         g++.old-deja/g++.other/crash30.C,
11368         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
11370 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
11372         * gcc.dg/20020115-1.c: New.
11374 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
11376         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
11378 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
11380         * gcc.dg/20020122-3.c: New.
11382 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
11384         * g++.dg/other/gc1.C: New test.
11386 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11388         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
11390 2002-01-22  Richard Henderson  <rth@redhat.com>
11392         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
11394 2002-01-22  Richard Henderson  <rth@redhat.com>
11396         * gcc.dg/20020122-4.c: New.
11398 2002-01-22  H.J. Lu <hjl@gnu.org>
11400         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
11401         link output.
11402         * gcc.dg/special/ecos.exp: Likewise.
11403         * lib/g++-dg.exp: Likewise.
11404         * lib/g77-dg.exp: Likewise.
11405         * lib/gcc-dg.exp : Likewise.
11406         * lib/mike-g++.exp: Likewise.
11407         * lib/mike-g77.exp: Likewise.
11408         * lib/mike-gcc.exp: Likewise.
11409         * lib/objc-dg.exp: Likewise.
11411 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
11413         PR target/5379
11414         * gcc.dg/20020122-2.c: New test.
11416 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
11418         * gcc.dg/20020122-1.c: New test.
11420 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
11422         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
11424 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
11426         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
11428 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11430         * gcc.c-torture/compile/20020121-1.c: New test.
11432 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11434         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
11435         ld_library_path.
11437 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
11439         * gcc.dg/20020218-1.c: New test.
11441 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
11443         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
11444         messages
11445         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
11446         "At global scope" warning
11447         * g++.dg/ext/align1.C: Change cygwin test for alignment
11448         from db-bogus to dg-warning
11450 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
11452         * g77.f-torture/compile/cpp2.F: New test.
11454 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11456         * g++.dg/template/access1.C: New test.
11458 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
11460         * gcc.dg/20020118-1.c: New.
11462 2002-01-18  Kazu Hirata  <kazu@hxi.com>
11464         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
11466 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11468         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
11469         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
11470         alignment warnings.
11472 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11474         * gcc.misc-tests/i386-prefetch.exp: Save and restore
11475         torture_with_loops and torture_without_loops
11477 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
11479         * gcc.c-torture/compile/20020116-1.c: New test.
11481 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
11483         * gcc.dg/20020116-2.c: New test.
11485         * gcc.dg/ultrasp4.c: New test.
11487         * gcc.dg/20020116-1.c: New test.
11489 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
11491         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
11492         by EABI.
11494 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
11496         * gcc.misc-tests/i386-prefetch.exp: New.
11497         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
11498         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
11499         * gcc.misc-tests/i386-pf-none-1.c: New test.
11500         * gcc.misc-tests/i386-pf-sse-1.c: New test.
11502 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
11504         * gcc.dg/gnu89-init-1.c: Add new tests.
11506 2002-01-15  Andreas Jaeger  <aj@suse.de>
11508         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
11509         * gcc.dg/i386-mmx-2.c: Likewise.
11510         * gcc.dg/i386-sse-1.c: Likewise.
11511         * gcc.dg/i386-sse-2.c: Likewise.
11512         * gcc.dg/i386-sse-3.c: Likewise.
11514 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
11516         * g77.f-torture/execute/intrinsic-unix-bessel.f:
11517         Uncomment additional cases that now pass.
11519 2002-01-11  Richard Henderson  <rth@redhat.com>
11521         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
11522         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
11524 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
11526         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
11528 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
11530         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
11531         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
11533 2002-01-10  Dale Johannesen  <dalej@apple.com>
11535         * gcc.c-torture/execute/loop-11.c: New.
11537 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
11539         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
11540         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
11542 2002-01-09  Richard Henderson  <rth@redhat.com>
11544         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
11545         type in which to perform the operation for each size.
11547 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
11549         * gcc.c-torture/compile/20020109-2.c: New test.
11551 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
11553         * gcc.c-torture/execute/loop-10.c: New test.
11555 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11557         * gcc.c-torture/compile/20010226-1.c: New test.
11558         * gcc.c-torture/compile/20010227-1.c: New test.
11559         * gcc.c-torture/compile/20010426-1.c: New test.
11560         * gcc.c-torture/compile/20010510-1.c: New test.
11561         * gcc.c-torture/compile/20010605-3.c: New test.
11562         * gcc.c-torture/compile/20010824-1.c: New test.
11563         * gcc.c-torture/execute/20010409-1.c: New test.
11564         * gcc.dg/noncompile/20000901-1.c: New test.
11565         * gcc.dg/20001023-1.c: New test.
11566         * gcc.dg/20001101-1.c: New test.
11567         * gcc.dg/20001102-1.c: New test.
11568         * gcc.dg/20010207-1.c: New test.
11569         * gcc.dg/20010405-1.c: New test.
11570         * gcc.dg/20010822-1.c: New test.
11571         * gcc.dg/20011107-1.c: New test.
11573 2002-01-09  Jeffrey A Law  (law@redhat.com)
11575         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
11577         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
11578         execution failure on PA targets.
11580 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11582         * gcc.c-torture/compile/20020109-1.c: New test.
11584 2002-01-08  Kazu Hirata  <kazu@hxi.com>
11586         * gcc.c-torture/execute/20020108-1.c: New test.
11588 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
11590         * gcc.dg/20020108-1.c: New test.
11592 2002-01-08  H.J. Lu <hjl@gnu.org>
11594         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
11595         for header files.
11597 2002-01-08  Geoff Keating  <geoffk@redhat.com>
11599         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
11600         consistency.
11602 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
11604         * gcc.dg/altivec-4.c: Test altivec predicates.
11606 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
11608         * gcc.c-torture/execute/20020107-1.c: New test.
11610 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11612         PR c/5279
11613         * gcc.c-torture/compile/20020106-1.c: New test.
11615 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
11617         * gcc.c-torture/execute/nestfunc-4.c: New test.
11619 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11621         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11622         extra triple that slipped in.
11623         * g++.old-deja/g++.abi/align.C: Likewise.
11624         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11626 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11628         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11629         * g++.old-deja/g++.abi/align.C: Likewise.
11630         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11632         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11633         on FreeBSD/i386.
11634         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11635         FreeBSD.
11637 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11639         * gcc.dg/20020104-1.c: New test.
11641         * gcc.dg/20020104-2.c: New test.
11643 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
11645         * gcc.dg/20020103-1.c: Fix typo in target selector.
11647 2002-01-03  Richard Henderson  <rth@redhat.com>
11649         * gcc.dg/20020103-1.c: New.
11651 2002-01-03  Kazu Hirata  <kazu@hxi.com>
11653         * gcc.c-torture/execute/20020103-1.c: New test.
11655 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
11657         * g++.dg/other/debug2.C: New test.
11659         * gcc.c-torture/compile/20020103-1.c: New test.
11661 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
11663         * gcc.dg/gnu89-init-1.c: Added new tests.
11665 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11667         * g++.dg/template/friend2.C: Remove as patch is reverted.
11669         * g++.dg/warn/oldcast1.C: New test.
11671         * g++.dg/template/ptrmem1.C: New test.
11672         * g++.dg/template/ptrmem2.C: New test.
11674         * g++.dg/template/ntp.C: New test.
11676         * g++.dg/other/component1.C: New test.
11678         * g++.dg/template/ttp3.C: New test.
11680         * g++.dg/template/friend2.C: New test.
11681         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11683 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11685         * g++.dg/other/ptrmem1.C: New test.
11686         * g++.dg/other/ptrmem2.C: New test.
11688 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11690         * g++.dg/template/ctor1.C: New test.
11692 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11694         * g++.dg/template/friend2.C: New test.
11696 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11698         * gcc.dg/mmix-1.c: New test.
11700 2001-12-31  Richard Henderson  <rth@redhat.com>
11702         * gcc.dg/asm-5.c: New.
11704 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11706         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11707         in namespace __gnu_cxx
11709 2001-12-30  Richard Henderson  <rth@redhat.com>
11711         * gcc.dg/debug-6.c: New.
11713 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11715         * gcc.c-torture/compile/20011229-2.c: New test.
11717 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11719         * gcc.dg/debug-3.c: New test.
11720         * gcc.dg/debug-4.c: New test.
11721         * gcc.dg/debug-5.c: New test.
11723 2001-12-29  Richard Henderson  <rth@redhat.com>
11725         * g++.dg/eh/loop1.C: New.
11727 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11729         * g++.dg/template/crash1.C: New test.
11731 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11733         * g++.dg/other/const1.C: New test.
11735 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11737         * gcc.c-torture/compile/20011229-1.c: New test.
11739 2001-12-28  Stan Shebs  <shebs@apple.com>
11741         * lib/objc-torture.exp: Resync with c-torture.exp.
11742         * lib/objc.exp: Load standard libraries.
11744 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11746         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11747         additional tests.
11749 2001-12-27  Roger Sayle <roger@eyesopen.com>
11751         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11753 2001-12-27  Richard Henderson  <rth@redhat.com>
11755         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11757 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11759         * g++.dg/eh/ctor1.C: New test.
11760         * g++.dg/other/error2.C: New test.
11762 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11764         * g++.dg/other/init2.C: New test.
11766 2001-12-24  Richard Henderson  <rth@redhat.com>
11768         * gcc.dg/20011223-1.c: New.
11769         * gcc.dg/inline-1.c: New.
11771 2001-12-23  Richard Henderson  <rth@redhat.com>
11773         * gcc.dg/asm-4.c: Test operand modifiers.
11775 2001-12-23  Richard Henderson  <rth@redhat.com>
11777         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11779 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11781         * gcc.c-torture/execute/20011223-1.c: New test.
11783 2001-12-21  Richard Henderson  <rth@redhat.com>
11785         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11786         re-enables the warning.
11788 2001-12-21  Richard Henderson  <rth@redhat.com>
11790         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11792 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11794         * gcc.c-torture/compile/20011218-1.c: New test.
11796 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11798         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11799         arm-isr.c test.
11800         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11801         epilogue generation for ARM ISR routines.
11803 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11805         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11806         * gcc.dg/format/c90-printf-3.c: Likewise.
11807         * gcc.dg/format/c99-printf-3.c: Likewise.
11808         * gcc.dg/format/ext-1.c: Likewise.
11809         * gcc.dg/format/ext-6.c: Likewise.
11810         * gcc.dg/format/format.h: Prototype unlocked stdio.
11812 2001-12-20  Richard Henderson  <rth@redhat.com>
11814         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11815         (arena): Use it.
11816         (malloc): Correct allocation logic.  Abort if we fill up the
11817         arena before initialization complete.
11818         (realloc): Correct allocation logic.
11820 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11822         * gcc.c-torture/compile/20011219-2.c: New test.
11824         * gcc.c-torture/execute/20011219-1.c: New test.
11826 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11828         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11829         target does not support weak symbols.
11831 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11833         * gcc.c-torture/compile/20011219-1.c: New test.
11835 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11837         * g++.dg/other/error1.C: New test.
11839 2001-12-17  Jeffrey A Law  (law@redhat.com)
11841         * gcc.c-torture/execute/20011217-1.c: New test.
11843 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11845         * objc.dg/special/: New directory.
11846         * objc.dg/special/special.exp: New file.
11847         * objc.dg/special/unclaimed-category-1.h: New file.
11848         * objc.dg/special/unclaimed-category-1a.m: New file.
11849         * objc.dg/special/unclaimed-category-1.m: New file.
11851 2001-12-17  Andreas Jaeger  <aj@suse.de>
11853         * gcc.c-torture/compile/20011217-2.c: New test.
11855 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11857         * gcc.c-torture/compile/20011217-1.c: New test.
11859 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11861         * testsuite/gcc.dg/20011214-1.c: New.
11863 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11865         * gcc.dg/altivec-4.c: New.
11867 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11869         * gcc.dg/20011113-1.c: New test.
11871 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11873         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11874         std::__malloc_alloc_template<0> and
11875         std::__default_alloc_template<false, 0>.
11877 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11879         * objc/execute/bf-21.m: New test.
11880         * objc/execute/enumeration-1.m: New test.
11881         * objc/execute/enumeration-2.m: New test.
11883 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11885         * gcc.dg/gnu89-init-1.c: New test.
11887 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11889         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11890         * g++.old-deja/g++.jason/2371.C: Likewise.
11891         * g++.old-deja/g++.jason/template33.C: Likewise.
11892         * g++.old-deja/g++.jason/template34.C: Likewise.
11893         * g++.old-deja/g++.jason/template36.C: Likewise.
11894         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11895         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11896         * g++.old-deja/g++.other/typename1.C: Likewise.
11897         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11898         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11899         * g++.old-deja/g++.pt/typename11.C: Likewise.
11900         * g++.old-deja/g++.pt/typename14.C: Likewise.
11901         * g++.old-deja/g++.pt/typename16.C: Likewise.
11902         * g++.old-deja/g++.pt/typename3.C: Likewise.
11903         * g++.old-deja/g++.pt/typename4.C: Likewise.
11904         * g++.old-deja/g++.pt/typename5.C: Likewise.
11905         * g++.old-deja/g++.pt/typename7.C: Likewise.
11906         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11908 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11910         * g++.dg/other/linkage1.C: New test.
11911         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11912         specifiers.
11914 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11916         * gcc.dg/concat.c: New test.
11918 2001-12-11  Stan Shebs  <shebs@apple.com>
11920         * objc/compile: New test directory.
11921         * objc/compile/compile.exp: New expect script.
11922         * objc/compile/20011211-1.m: New compile test.
11924 2001-12-11  Jason Merrill  <jason@redhat.com>
11926         * lib/prune.exp (prune_gcc_output): Also handle "In member
11927         function".  So many permutations...
11929 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11931         * g++.dg/template/typedef1.C: New test.
11933 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11935         * g++.dg/other/copy1.C: New test.
11937 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11939         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11941         * gcc.dg/builtin-choose-expr.c: New.
11943 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11945         * gcc.dg/altivec-2.c: New.
11947 2001-12-07  Richard Henderson  <rth@redhat.com>
11949         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11951 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11953         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11954         ultrasparc.
11956 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11958         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11960 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11962         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11963         variable argument list.
11965 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11967         * gcc.c-torture/execute/memcheck: Delete entire directory.
11968         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11969         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11971 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11973         * gcc.dg/Wshadow-1.c: New test.
11975 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11977         * gcc.c-torture/compile/20011130-1.c: New test.
11979         * gcc.dg/noncompile/20011025-1.c: New test.
11981         * g++.dg/other/anon-union.C: New test.
11983         * gcc.c-torture/execute/20011024-1.c: New test.
11985 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11987         * gcc.c-torture/execute/20000722-1.x,
11988         gcc.c-torture/execute/20010123-1.x: Remove.
11989         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11990         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11991         gcc.dg/c99-complit-2.c: New tests.
11993 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11995         * g++.dg/inherit/base1.C: New test.
11997 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11999         * g++.dg/other/stdarg1.C: New test.
12001         * gcc.c-torture/compile/20011130-2.c: New test.
12003 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
12005         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
12006         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
12007         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
12008         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
12009         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
12010         * gcc.dg/builtin-prefetch-1.c: New test.
12012 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
12014         * gcc.dg/20011130-1.c: New test.
12016 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
12018         * g++.dg/other/scope1.C: New test.
12019         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
12021 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12023         * gcc.dg/vla-init-1.c: New test.
12025 2001-12-01  Geoff Keating  <geoffk@redhat.com>
12027         * gcc.c-torture/compile/structs.c: New testcase from GDB.
12029 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12031         * objc.dg/alias.m: Update.
12032         * objc.dg/class-1.m: Update.
12033         * objc.dg/const-str-1.m: Update.
12034         * objc.dg/fwd-proto-1.m: Update.
12035         * objc.dg/id-1.m: Update.
12036         * objc.dg/super-class-1.m: Update.
12038 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
12040         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
12041         constructs.
12043 2001-11-28  Jeffrey A Law  (law@cygnus.com)
12045         * gcc.c-torture/execute/20011128-1.c: New test.
12047 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
12049         * gcc.dg/20011127-1.c: New test.
12051 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12053         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
12054         from Austin Group draft 7.
12055         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
12056         scanf format arguments.
12057         * gcc.dg/format/no-exargs-2.c: New test.
12059 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
12061         * g++.dg/abi/vbase8-4.C: New test.
12063 2001-11-24  Ian Lance Taylor  <ian@airs.com>
12065         * gcc.c-torture/execute/20011121-1.c: New test.
12067 2001-11-23  Jeffrey A Law  (law@cygnus.com)
12069         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
12071 2001-11-23  Andreas Jaeger  <aj@suse.de>
12073         * gcc.dg/cpp/charconst-2.c: New test.
12075 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
12077         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
12078         to the host if it is remote.  Let tests specify extra headers
12079         they use.
12080         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
12081         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
12082         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
12083         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
12084         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
12085         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
12086         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
12087         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
12088         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
12089         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
12091 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
12093         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
12094         for little endian ARMs.
12096 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
12098         * gcc.c-torture/compile/20011119-1.c: New test.
12099         * gcc.c-torture/compile/20011119-2.c: New test.
12101 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
12103         * gcc.dg/altivec-1.c: Fix typo.
12105 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12107         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
12109 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12111         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
12113 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
12115         * lib/g77.exp: Don't specify --rpath-link.
12117         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
12118         across all the headers.
12119         * gcc.dg/format/format.exp: For testing on a remote host,
12120         copy format.h.
12122         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
12123         * gcc.c-torture/execute/930406-1.c: Likewise.
12124         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
12126 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
12128         * gcc.dg/altivec-1.c: New.
12130 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
12132         * gcc.dg/cpp/fpreprocessed.c: New test case.
12134 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12136         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
12137         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
12138         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
12140 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12142         * gcc.dg/no-builtin-1.c: New test.
12144 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
12146         * gcc.c-torture/execute/20011115-1.c: New test.
12148 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
12150         * gcc.c-torture/compile/20011114-2.c: New test.
12151         * gcc.c-torture/compile/20011114-3.c: New test.
12152         * gcc.c-torture/compile/20011114-4.c: New test.
12154 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12156         * g++.dg/other/init1.C: New test.
12158 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
12160         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
12161         message.
12163         * gcc.c-torture/execute/20011114-1.c: New testcase.
12165         * gcc.c-torture/compile/20010327-1.c: Revert last change.
12166         * gcc.c-torture/compile/20011114-1.c: New test, exactly
12167         like the (before this change) version of 20010327-1.c.
12169 2001-11-14  Roger Sayle <roger@eyesopen.com>
12171         * gcc.c-torture/execute/string-opt-13.c: New testcase.
12173 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
12175         * g++.dg/init/array2.C: New test.
12177 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
12179         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
12181 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
12183         * g++.dg/other/forscope1.C: New test.
12184         * g++.dg/ext/forscope1.C: New test.
12185         * g++.dg/ext/forscope2.C: New test.
12187 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
12189         * gcc.c-torture/execute/20011113-1.c: New test.
12191 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
12193         * gcc.c-torture/execute/20011109-2.c: New test.
12195         * gcc.c-torture/execute/20011109-1.c: New test.
12197 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
12199         * gcc.c-torture/compile/20011109-1.c: New test.
12201 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12203         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
12204         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
12205         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
12206         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
12207         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
12208         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
12209         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
12211 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12213         * g++.dg/warn/Wshadow-1.C: New tests.
12214         * g++.old-deja/g++.mike/for3.C: Update.
12216 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12218         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
12219         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
12220         XFAILs.  Adjust expected error texts.
12221         * gcc.c-torture/compile/20011106-1.c,
12222         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
12223         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
12224         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
12225         gcc.dg/c99-array-lval-5.c: New tests.
12227 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12229         * gcc.dg/cpp/defined.c: Update.
12231 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12233         * gcc.c-torture/execute/anon-1.c: New test.
12235 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
12237         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
12238         same size, so no warning should be produced on stormy16.
12240         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
12241         due to oversized array.
12242         * g++.old-deja/g++.mike/ns15.C: Likewise.
12243         * g++.old-deja/g++.pt/crash16.C: Likewise.
12245 2001-11-02  Graham Stott  <grahams@redhat.com>
12247         * g++.dgother/debug1.C: Fix typos.
12249 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
12251         * g++.dg/other/debug1.C: New test.
12253 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12255         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
12256         of unsigned long.
12258 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
12260         * gcc.dg/20011029-2.c: New test.
12262         * gcc.c-torture/compile/20011029-1.c: New test.
12264 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
12266         * objc/execute/class_self-1.m: New test.
12267         * objc/execute/class_self-2.m: New test.
12269 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
12271         * gcc.misc-tests/msgs.exp: Delete.
12272         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
12273         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
12274         error set to match recent changes.
12276 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
12278         * gcc.dg/20011021-1.c: New test.
12280 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
12282         * gcc.c-torture/compile/20011023-1.c: New test.
12284 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
12286         * lib/g77.exp: Rewrite based on lib/g++.exp.
12288 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
12290         * gcc.c-torture/execute/20011019-1.c: New test.
12292         * gcc.dg/20011018-1.c: New test.
12294 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
12296         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
12298 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
12300         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
12301         * gcc.dg/attr-invalid.c: Likewise.
12303 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
12305         * testsuite/gcc.dg/20011015-1.c: New test.
12307 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12309         * g++.dg/template/unify2.C: New test.
12311 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12313         * g++.dg/other/exception-specification.C: New test
12315 2001-10-13  Tom Rix  <trix@redhat.com>
12317         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
12318         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
12320 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
12322         * testsuite/gcc.dg/20011009-1.c: New test.
12324 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
12326         PR g++/4476
12327         * g++.dg/other/friend1.C: New test.
12329 2001-10-11  Richard Henderson  <rth@redhat.com>
12331         * g++.old-deja/g++.other/crash18.C: Add -S to options.
12333 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12335         * gcc.c-torture/compile/20011010-1.c: New.
12337 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12339         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
12340         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
12341         g77.f-torture/execute/execute.exp,
12342         g77.f-torture/noncompile/noncompile.exp,
12343         gcc.c-torture/compile/compile.exp,
12344         gcc.c-torture/execute/execute.exp,
12345         gcc.c-torture/execute/ieee/ieee.exp,
12346         gcc.c-torture/execute/memcheck/memcheck.exp,
12347         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
12348         objc/execute/execute.exp: Update FSF address.
12350 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
12352         * gcc.dg/cpp/cmdlne-C.c: Update.
12353         * gcc.dg/cpp/cmdlne-C2.c: New.
12355 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12357         * gcc.c-torture/execute/20011008-3.c: New.
12359 2001-10-08  DJ Delorie  <dj@redhat.com>
12361         * gcc.dg/20011008-1.c: New.
12362         * gcc.dg/20011008-2.c: New.
12364 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12366         * gcc.dg/cpp/spacing1.c: Update test.
12368 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12370         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
12371         spelling errors of "separate" as "seperate".
12373 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
12375         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
12376         enough to avoid inlining.
12378 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12380         * lib/g77.exp: set libg2c_dir correctly.
12382 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12384         * gcc.dg/cpp/macro11.c: New test.
12386 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12388         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
12389         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
12390         gcc.dg/format/multattr-3.c: New tests.
12391         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
12392         tests for format attributes on function pointers being rejected.
12394 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12396         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
12398 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12400         * g++.dg/warn/format1.C: New test.
12402 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12404         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
12406 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12408         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
12410 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12412         * gcc.dg/cpp/redef2.c: Add test.
12414 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
12416         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
12417         long-standing bug on i686, apparently.
12418         * gcc.c-torture/execute/loop-2c.x: New file.
12419         * gcc.c-torture/execute/loop-2d.x: New file.
12420         * gcc.c-torture/execute/loop-3c.x: New file.
12422 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
12424         * gcc.dg/cpp/20000625-2.c: Correct line number.
12426 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12428         * gcc.dg/cpp/macro10.c: New test.
12429         * gcc.dg/cpp/strify3.c: New test.
12430         * gcc.dg/cpp/spacing1.c: Add tests.
12431         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
12432         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
12434 2001-09-24  DJ Delorie  <dj@redhat.com>
12436         * gcc.c-torture/execute/20010924-1.c: New test.
12438 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12440         * testsuite/objc/execute/paste.m: Remove.
12442 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12444         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
12446 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
12448         * g77.dg/strlen0.f: New test.
12450 2001-09-21  Richard Henderson  <rth@redhat.com>
12452         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
12453         * g++.old-deja/g++.abi/vtable2.C: Likewise.
12455 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12457         Table-driven attributes.
12458         * g++.dg/ext/attrib1.C: New test.
12460 2001-09-20  DJ Delorie  <dj@redhat.com>
12462         * gcc.dg/20000926-1.c: Update expected warning messages.
12463         * gcc.dg/array-2.c: Likewise, and test for warnings too.
12464         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
12465         array.
12467 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
12469         * g++.dg/eh/registers1.C: New test case.
12471 2001-09-17  Richard Henderson  <rth@redhat.com>
12473         * gcc.dg/array-5.c: Fix VLA decomposition test.
12475 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12477         * gcc.dg/cpp/line5.c: New testcase.
12479 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
12481         * gcc.dg/cpp/macro9.c: New test.
12483 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
12485         * gcc.c-torture/execute/980223.c: Change type of addr from long
12486         to char *.
12488 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
12490         * gcc.c-torture/execute/20010915-1.c: New test.
12492 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
12494         * g77.dg/bprob: New directory.
12495         * g77.dg/bprob/bprob.exp: New file.
12496         * g77.dg/bprob/bprob-1.f: New test.
12497         * g77.dg/gcov: New directory.
12498         * g77.dg/gcov/gcov.exp: New file.
12499         * g77.dg/gcov/gcov-1.f: New test.
12500         * g77.dg/gcov/gcov-1.x: New file.
12502 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12504         * gcc.dg/cpp/directiv.c: Update.
12505         * gcc.dg/cpp/undef1.c: Update.
12507 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12509         * gcc.dg/20010912-1.c: New test.
12511 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
12513         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
12514         language-independent file in lib.
12515         * lib/gcov.exp: New file.
12517 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12519         * gcc.c-torture/compile/20010911-1.c: New test.
12521 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
12523         * lib/profopt.exp: New, to support profile-directed optimizations.
12524         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
12525         * gcc.misc-tests/bprob-1.c: New test.
12526         * gcc.misc-tests/bprob-2.c: New test.
12528 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
12530         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
12531         XFAIL and which kinds of gcov output to verify.
12532         * gcc.misc-tests/gcov-4b.x: New file.
12533         * gcc.misc-tests/gcov-5b.x: New file.
12534         * gcc.misc-tests/gcov-6.x: New file.
12535         * gcc.misc-tests/gcov-7.c: New test.
12536         * gcc.misc-tests/gcov-7.x: New file.
12538 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
12540         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
12541         * gcc.misc-tests/gcov-6.c: New test.
12543 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12545         PR c++/3986
12546         * g++.dg/abi/vbase1.C: New test.
12548 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
12550         * objc.dg/method-2.m: New.
12552 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12554         PR c++/4203
12555         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
12556         * g++.dg/init/empty1.C: New test.
12558 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
12560         * gcc.c-torture/compile/20010903-1.c: New test.
12562 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
12564         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
12565         for m68k.
12567 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12569         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
12571         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
12573         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
12575 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
12577         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
12578         for 16-bit 'unsigned int'.
12580 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12582         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
12584 2001-08-27  Richard Henderson  <rth@redhat.com>
12586         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
12587         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
12589 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
12591         * gcc.dg/asm-names.c (ymain): New.
12593 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12595         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
12596         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
12597         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
12599 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12601         * gcc.dg/compare5.c: New testcase.
12603 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
12605         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
12606         and "In instantiation".
12608 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
12610         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12612 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
12614         * gcc.misc-tests/gcov.exp: Add support for branch information.
12615         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12616         * gcc.misc-tests/gcov-4.c: New test.
12617         * gcc.misc-tests/gcov-4b.c: New test.
12618         * gcc.misc-tests/gcov-5b.c: New test.
12620 2001-08-20  Zack Weinberg  <zackw@panix.com>
12622         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12623         expected to fail.
12625 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12627         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12629 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
12631         * g++.dg/eh/template1.C: New test.
12633 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
12635         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12636         Fix thinko.
12637         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12638         for xfail.
12640 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
12642         * lib/g77-dg.exp:  Use prune.exp for common procedures
12643         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12644         * lib/g77.exp: (g77-dg-prune) Remove
12646 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
12648         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12650 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12652         * g++.dg/template/unify1.C: New test.
12654 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
12656         * g++.dg/abi/empty4.C: New test.
12658 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
12660         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12661         solaris2.*
12662         * g77.f-torture/compile/pr3743.x: Likewise
12664 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12666         * g++.dg/other/using-declaration.C: New test.
12668 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12670         * gcc.dg/cpp/tr-sign.c: New testcase.
12672 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12674         * gcc.dg/cpp/19951025-1.c: Revert.
12675         * gcc.dg/cpp/directiv.c: We no longer process directives that
12676         interrupt macro arguments.
12678 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
12680         * gcc.dg/bconstp-1.c: New test.
12682 2001-08-03  Richard Henderson  <rth@redhat.com>
12684         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12686 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12688         * gcc.dg/cpp/19951025-1.c: Update.
12690 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12692         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12693         should be x.
12695 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12697         Kill -fhonor-std.
12698         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12699         * g++.old-deja/g++.other/std1.C: Likewise.
12700         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12702 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12704         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12705         (g77_pass, g77_fail, g77_finish, g77_exit,
12706         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12708 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12710         * g77.dg/fbackslash.f
12711         * g77.dg/fcase-preserve.f
12712         * g77.dg/ff90-1.f
12713         * g77.dg/ffixed-line-length-0.f
12714         * g77.dg/ffixed-line-length-132.f
12715         * g77.dg/ffixed-line-length-7.f
12716         * g77.dg/ffixed-line-length-72.f
12717         * g77.dg/ffixed-line-length-none.f
12718         * g77.dg/ffree-form-1.f
12719         * g77.dg/fno-backslash.f
12720         * g77.dg/fno-f90-1.f
12721         * g77.dg/fno-fixed-form-1.f
12722         * g77.dg/fno-onetrip.f
12723         * g77.dg/fno-typeless-boz.f
12724         * g77.dg/fno-underscoring.f
12725         * g77.dg/fno-vxt-1.f
12726         * g77.dg/fonetrip.f
12727         * g77.dg/ftypeless-boz.f
12728         * g77.dg/fugly-assumed.f
12729         * g77.dg/funderscoring.f
12730         * g77.dg/fvxt-1.f
12732 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12734         * objc.dg/fwd-proto-1.m: New.
12735         * objc.dg/local-decl-1.m: New.
12736         * objc.dg/naming-1.m: New.
12737         * objc.dg/naming-2.m: New.
12738         * objc.dg/proto-hier-1.m: New.
12740 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12742         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12743         largest-type elements to a struct makes its size grow.
12745 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12747         * g++.dg/abi/vthunk1.C: New test.
12749 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12751         * g++.dg/abi/vbase8-22.C: New test.
12753 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12755         * gcc.dg/cpp/macro8.c: New test.
12757 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12759         * g++.dg/abi/vbase8-21.C: New test.
12761 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12763         * g++.dg/abi/vbase8-10.C: New test.
12765 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12767         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12768         ${tool}_set_ld_library_path.
12769         Changed caller.
12770         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12771         g++.exp.
12773 2001-07-26  Stan Cox <scox@redhat.com>
12775         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12776         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12777         gcc_exit, gcc_check_unsupported_p):
12778         Moved to gcc-deps.exp
12779         * gcc-deps.exp: New file.
12781 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12783         * g++.old-deja/g++.pt/defarg14.C: New test.
12785 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12787         * g++.old-deja/g++.other/lineno5.C: New test.
12789 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12791         * g++.old-deja/g++.pt/crash68.C: New test.
12793 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12795         * g++.old-deja/g++.other/crash42.C: New test.
12797 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12799         * gcc.dg/cpp/extratokens.c: Fix.
12800         * gcc.dg/cpp/skipping2.c: New tests.
12802 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12804         * gcc.c-torture/execute/20010724-1.c: New file.
12805         * gcc.c-torture/execute/20010724-1.x: New file.
12807 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12809         * g++.old-deja/g++.other/cond7.C: New test.
12811 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12813         * g++.old-deja/g++.other/optimize4.C: New test.
12815 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12817         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12819 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12821         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12822         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12823         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12824         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12826         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12827         bug report" message.
12829         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12830         * g++.dg/ext/instantiate1.C: Move from old-deja.
12832 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
12834         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12835         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12836         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12837         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12839 2001-07-23  Jeffrey A Law  (law@cygnus.com)
12841         * gcc.c-torture/execute/20010723-1.c: New test.
12843 2001-07-23  Ben Elliston  <bje@redhat.com>
12845         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12847 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12849         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12850         i[34567]86-*-*.
12851         Delete handling of ieee_multilib_flags.
12852         Pass -mieee for alpha*-*-* and sh-*-*.
12853         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12855 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
12857         Remove old-abi tests.
12858         * g++.old-deja/g++.mike/p11116.C: Remove.
12859         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12861 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
12863         * g77.f-torture/compile/pr3743.f:  New test
12865 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
12867         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12869 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12871         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12872         g++.old-deja/g++.pt/static6.C: Likewise.
12873         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12874         supports weak symbols.
12876 2001-07-18  Andreas Jaeger  <aj@suse.de>
12878         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12879         supported again.
12881 2001-07-18  Andreas Jaeger  <aj@suse.de>
12883         * gcc.dg/iftrap-1.c: Fix target line.
12885 2001-07-17  Richard Henderson  <rth@redhat.com>
12887         * gcc.c-torture/execute/20010717-1.c: New.
12889 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12891         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12892         tests.
12894 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12896         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12898 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12900         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12901         UAC_SIGBUS, UAC_NOPRINT definitions.
12903 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12905         * objc/execute/object_is_class.m: New test.
12906         * objc/execute/object_is_meta_class.m: New test.
12908 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12910         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12911         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12913 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
12915         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12916         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12918 2001-07-14  Richard Henderson  <rth@redhat.com>
12920         * gcc.dg/iftrap-1.c: New.
12922 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
12924         * g77.f-torture/execute/intrinsic77.f: New test.
12926 2001-07-11  Janis Johnson <janis@us.ibm.com>
12928         * gcc.misc-tests/gcov-3.c: New test.
12930 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12932         * gcc.c-torture/compile/20010711-1.c,
12933         * gcc.c-torture/compile/20010711-2.c: New tests.
12935 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12937         * gcc.c-torture/execute/20010711-1.c: New test.
12939 2001-07-11  Ben Elliston  <bje@redhat.com>
12941         * g++.old-deja/g++.other/enum5.C: New test.
12943 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
12945         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12946         (g++-dg-prune): Call prune_gcc_output.
12947         * prune.exp: New file for prune_gcc_output.
12948         * lib/g++.exp, lib/gcc.exp: Load it.
12950 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12952         * gcc.c-torture/compile/20010701-1.c,
12953         g++.old-deja/g++.ext/attrib6.C: New tests.
12955 2001-07-06  Jeffrey A Law  (law@cygnus.com)
12957         * gcc.c-torture/compile/20010706-1.c: New test.
12959 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
12961         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12963 2001-06-28  Stan Shebs  <shebs@apple.com>
12965         * gcc.dg/pragma-darwin.c: New test.
12967 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12969         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12970         Solaris 2.[678] system.
12972 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12974         * gcc.dg/20010622-1.c: New test.
12976 2001-06-18  Stan Shebs  <shebs@apple.com>
12978         * objc.dg: New directory.
12979         * objc.dg/dg.exp: New file.
12980         * objc.dg/alias.m: New.
12981         * objc.dg/class-1.m: New.
12982         * objc.dg/class-2.m: New.
12983         * objc.dg/const-str-1.m: New.
12984         * objc.dg/const-str-2.m: New.
12985         * objc.dg/id-1.m: New.
12986         * objc.dg/method-1.m: New.
12987         * objc.dg/super-class-1.m: New.
12988         * lib/objc-dg.exp: New file.
12990 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12992         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12993         of label name.
12995 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12997         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12999 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13001         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
13002         variable.
13004 2001-06-12  Richard Henderson  <rth@redhat.com>
13006         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
13008 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
13010         * g++.old-deja/g++.abi/vbase5.C: New test.
13011         * g++.old-deja/g++.abi/vbase6.C: New test.
13012         * g++.old-deja/g++.abi/vbase7.C: New test.
13014 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13016         * gcc.c-torture/compile/20010610-1.c: New test.
13018 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
13020         * g++.old-deja/g++.abi/vbase4.C: New test.
13022 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13024         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
13025         support %f for HC11/HC12 targets.
13026         * gcc.c-torture/execute/930513-1.x: New file, likewise.
13027         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
13028         on HC11/HC12 targets.
13029         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
13031 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13033         * gcc.dg/wchar_t-1.c: New file.
13034         * gcc.dg/wint_t-1.c: Likewise.
13036 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
13038         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
13040 2001-06-11  Richard Henderson  <rth@redhat.com>
13042         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
13044 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
13046         * gcc.c-torture/compile/20010611-1.c: New test.
13048 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
13050         * gcc.dg/c99-tag-1.c: Add more tests.
13052 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
13054         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
13055         representation on MN10300 and ARM/Thumb.
13057 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
13059         * g77.f-torture/execute/20010610.f: New.
13061 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
13063         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
13064         names.
13066 2001-06-09  Richard Henderson  <rth@redhat.com>
13068         * gcc.c-torture/execute/ashrdi-1.c: New.
13069         * gcc.c-torture/execute/ashldi-1.c: New.
13070         * gcc.c-torture/execute/lshrdi-1.c: New.
13072 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
13074         * objc/execute/load-3.m: Added. Check sending +load to categories,
13075         in addition to classes.
13077 2001-06-08  Stan Shebs  <shebs@apple.com>
13079         * objc/execute/load-2.m: New test.  From Nicola Pero
13080         <n.pero@mi.flashnet.it>.
13082 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
13084         * gcc.c-torture/execute/20010605-2.c: New test.
13086 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
13088         * g++.old-deja/g++.abi/vbase2.C: New test.
13089         * g++.old-deja/g++.abi/vbase3.C: New test.
13091 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
13093         * g++.old-deja/g++.pt/friend49.C: New test.
13095 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
13097         * g++.old-deja/g++.ext/anon3.C: New test.
13099 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
13101         * g++.old-deja/g++.other/conv7.C: New test.
13103 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13105         * gcc.c-torture/compile/20010605-2.c: New test.
13107 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13109         * gcc.c-torture/execute/20010604-1.c: New test.
13111 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
13113         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
13115 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
13117         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
13118         (g++_link_flags): Likewise.
13119         (g++_init): Pass gccpath's value to two previous functions.
13121 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13123         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
13124         Ensure logfile entry matches exec command line.
13126 2001-05-31  Richard Henderson  <rth@redhat.com>
13128         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
13129         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
13131 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
13133         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
13134         compiler for irix6.2
13136 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
13138         * g++.old-deja/g++.other/optimize3.C: New file.
13140 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
13142         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
13143         assemble.
13145 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
13147         * g++.old-deja/g++.other/optimize2.C: New file.
13149 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
13151         * gcc.c-torture/compile/20010518-2.c: New file.
13152         * gcc.c-torture/execute/20010518-1.c: New file.
13153         * gcc.c-torture/execute/20010518-2.c: New file.
13155 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13157         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
13159 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
13161         G++ no longer defines builtins that do not begin with __builtin.
13162         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
13163         * g++.old-deja/g++.brendand/misc13.C: Likewise.
13164         * g++.old-deja/g++.law/builtin1.C: Likewise.
13165         * g++.old-deja/g++.law/cvt2.C: Likewise.
13166         * g++.old-deja/g++.mike/net5.C: Likewise.
13167         * g++.old-deja/g++.other/builtins1.C: Likewise.
13168         * g++.old-deja/g++.other/builtins2.C: Likewise.
13169         * g++.old-deja/g++.other/builtins3.C: Likewise.
13170         * g++.old-deja/g++.other/builtins4.C: Likewise.
13171         * g++.old-deja/g++.other/inline8.C: Likewise.
13172         * g++.old-deja/g++.robertl/eb39.C: Likewise.
13174 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
13176         * g++.old-deja/g++.pt/using1.C: Adjust.
13177         * g++.old-deja/g++.pt/using2.C: New test.
13179 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13181         * gcc.dg/cpp/charconst.c: New tests.
13182         * gcc.dg/cpp/escape.c: New tests.
13183         * gcc.dg/cpp/escape-1.c: New tests.
13184         * gcc.dg/cpp/escape-2.c: New tests.
13185         * gcc.dg/cpp/ucs.c: New tests.
13187 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
13189         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
13190         native compiler for irix6.5.
13192 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
13194         * lib/g++.exp (g++_include_flags): Use args to compute
13195         get_multilibs.
13196         (g++_link_flags): Likewise.
13197         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
13199 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13201         * gcc.dg/c90-hexfloat-1.c: Add more tests.
13203 2001-05-21  Geoff Keating  <geoffk@redhat.com>
13205         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
13206         this file.
13208 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13210         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
13211         STACK_SIZE;
13212         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
13213         to STACK_SIZE; Use it to define size of add_histo array.
13214         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
13215         to STACK_SIZE.
13216         (f): Use GITT_SIZE to define size of gitt local table.
13217         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
13218         to STACK_SIZE; Use it to define size of bytemem array.
13220 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13222         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
13223         on 68HC11/HC12 due to the asm instruction.
13224         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
13225         * gcc.c-torture/compile/920520-1.x: Likewise.
13226         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
13227         on 68HC11/HC12 because the function is larger than 64K.
13228         * gcc.c-torture/compile/961203-1.x: New file, this test fails
13229         on 68HC11/HC12 because the structure is too large.
13231 2001-05-20  Richard Henderson  <rth@redhat.com>
13233         * gcc.c-torture/execute/20010520-1.c: New.
13235 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13237         * g++.old-deja/g++.warn/compare1.C: New test.
13238         * gcc.dg/compare4.c: New test.
13240 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
13242         * g++.old-deja/g++.other/optimize1.C: New test.
13244 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13246         * g++.old-deja/g++.pt/spec41.C: New test.
13248 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13250         * gcc.c-torture/compile/20010114-1.x: Remove.
13252 2001-05-18  Stan Shebs  <shebs@apple.com>
13254         * gcc.c-torture/compile/20010518-1.c: New test.
13256 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
13258         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
13259         * g++.old-deja/g++.pt/crash67.C: New test.
13261 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
13263         * g++.old-deja/g++.other/debug9.C: New test.
13265 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
13267         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
13269 2001-05-16  Jan Hubicka  <jh@suse.cz>
13271         * gcc.c-torture/compile/20010516-1.c: New test.
13273 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13275         * g++.old-deja/g++.other/crash41.C: New test.
13277 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13279         * g++.old-deja/g++.pt/crash66.C: New test.
13281 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
13283         * g++.old-deja/g++.robertl/eb27.C: Convert.
13285 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13287         * g++.dg/friend-warn.C: New test.  Do not warn about friend
13288         declaration being redundant.
13290 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
13292         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
13294 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
13296         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
13298 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
13300         * lib/g++.exp: Use testsuite_flags.
13302 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
13304         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
13306 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13308         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
13310 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
13312         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
13314 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
13316         * gcc.c-torture/compile/20010313-1.c: New test.
13318 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
13320         * gcc.dg/cpp/direct2.c: New test.
13321         * gccq.dg/cpp/direct2s.c: New test.
13323         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
13325 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
13327         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
13328         * g++.old-deja/g++.other/op3.C: Likewise.
13330 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13332         * gcc.dg/cpp/syshdr.h: New file.
13333         * gcc.dg/cpp/sysmac1.c: Update.
13334         * gcc.dg/cpp/sysmac2.c: Update.
13336 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
13338         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
13340 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
13342         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
13343         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
13345 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
13347         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
13349 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
13351         * lib/g++.exp (g++_include_flags): Don't use any special flags
13352         if TESTING_IN_BUILD_TREE is not defined.
13353         (g++_init): Use a plain 'c++' as the compiler if
13354         TESTING_IN_BUILD_TREEE is not defined.
13356 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13358         * g++.old-deja/g++.eh/catch13.C: New test.
13359         * g++.old-deja/g++.eh/catch14.C: New test.
13361 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13363         * gcc.dg/cpp/tr-define.c: New test.
13365 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
13367         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
13368         <stdlib.h>, not <malloc.h>.
13370 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13372         * g++.old-deja/g++.ns/template17.C: New test.
13374 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13376         * g++.old-deja/g++.pt/ref4.C: New test.
13378 2001-04-30  Richard Henderson  <rth@redhat.com>
13380         * gcc.dg/20000724-1.c: Revert last change.
13382 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
13384         * g77.f-torture/execute/20010430.f: New test.
13386 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
13388         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
13390 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
13392         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
13394 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13396         * g++.old-deja/g++.eh/crash6.C: New test.
13398 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13400         * g++.old-deja/g++.other/warn7.C: New test.
13402 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13404         * g++.old-deja/g++.other/defarg9.C: New test.
13406 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13408         * g77.f-torture/compile/20010426.f: New test.
13409         * g77.f-torture/execute/20010426.f: New test.
13411 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13413         * g77.f-torture/compile/20000629-1.x: Remove - error
13414         has been fixed.
13416 2001-04-26  Jeffrey A Law  (law@cygnus.com)
13418         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
13419         Tweak slightly to work with g++.dg framework.
13420         * g++.dg/special/ecos.exp: Run initp1.C test.
13421         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
13423         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
13424         its linker doesn't give line numbers either.
13425         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
13427 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13429         * g++.old-deja/g++.other/lex1.C: New test.
13431 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
13433         * gcc.dg/noncompile/20010425-1.c: New test.
13435 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13437         * g++.old-deja/g++.pt/mangle2.C: New test.
13439 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13441         * gcc.dg/format/plus-1.c: New test.
13443 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13445         * gcc.dg/20010423-1.c: New test.
13447 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13449         * gcc.c-torture/execute/20010422-1.c: New test.
13451 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
13453         * g++.old-deja/g++.ns/type2.C: New test.
13455 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
13457         * g++.old-deja/g++.other/perf1.C: New test.
13459 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
13461         * gcc.dg/c99-func-2.c: Remove xfail.
13462         * gcc.dg/c99-func-3.c: Remove xfail.
13463         * gcc.dg/c99-func-4.c: Remove xfail.
13465 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
13467         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
13469 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13471         * gcc.c-torture/compile/20010423-1.c: New test.
13473 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13475         * g++.old-deja/g++.pt/typename28.C: New test.
13477 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13479         * g++.old-deja/g++.abi/empty2.C: New test.
13480         * g++.old-deja/g++.abi/empty3.C: New test.
13482 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13484         * g++.old-deja/g++.other/comdat2.C: New test.
13485         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
13487 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13489         * g++.old-deja/g++.other/overload14.C: New test.
13491 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13493         * g++.old-deja/g++.other/lookup23.C: New test.
13495 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13497         * gcc.c-torture/execute/20010403-1.c: New test.
13499 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
13500             Mark Mitchell  <mark@codesourcery.com>
13502         * lib/old-dejagnu.exp: Don't delete output of executable.
13503         Add .exe suffix to executables.
13505 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
13507         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
13509 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13511         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
13513 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13515         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
13516         * g++.old-deja/g++.abi/crash1.C: New test.
13518 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13520         * g++.old-deja/g++.other/crash40.C: New test.
13522 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13524         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
13526 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
13528         * g++.old-deja/g++.other/warn6.C: New test.
13530 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
13532         * g++.old-deja/g++.robertl/eb42.C: Same.
13534 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13536         * gcc.dg/wtr-conversion-1.c: New testcase.
13538 2001-04-10  Richard Henderson  <rth@redhat.com>
13540         * g++.old-deja/g++.other/array5.C: New.
13542 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13544         * gcc.c-torture/execute/20010408-1.c: New test.
13546 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
13548         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
13549         headers and constructs.
13550         * g++.old-deja/g++.robertl/eb79.C: Same.
13551         * g++.old-deja/g++.robertl/eb77.C (main): Same.
13552         * g++.old-deja/g++.robertl/eb73.C: Same.
13553         * g++.old-deja/g++.robertl/eb66.C (main): Same.
13554         * g++.old-deja/g++.robertl/eb55.C (t): Same.
13555         * g++.old-deja/g++.robertl/eb54.C (main): Same.
13556         * g++.old-deja/g++.robertl/eb46.C (main): Same.
13557         * g++.old-deja/g++.robertl/eb44.C: Same.
13558         * g++.old-deja/g++.robertl/eb41.C (main): Same.
13559         * g++.old-deja/g++.robertl/eb4.C (main): Same.
13560         * g++.old-deja/g++.robertl/eb39.C: Same.
13561         * g++.old-deja/g++.robertl/eb33.C (main): Same.
13562         * g++.old-deja/g++.robertl/eb31.C (main): Same.
13563         * g++.old-deja/g++.robertl/eb30.C: Same.
13564         * g++.old-deja/g++.robertl/eb3.C: Same.
13565         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
13566         * g++.old-deja/g++.robertl/eb21.C: Same.
13567         * g++.old-deja/g++.robertl/eb15.C: Same.
13568         * g++.old-deja/g++.robertl/eb118.C: Same.
13569         * g++.old-deja/g++.robertl/eb115.C (main): Same.
13570         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
13571         * g++.old-deja/g++.robertl/eb109.C: Same.
13572         * g++.old-deja/g++.other/sibcall1.C (main): Same.
13573         * g++.old-deja/g++.mike/rtti1.C: Same.
13574         * g++.old-deja/g++.mike/p658.C: Same.
13575         * g++.old-deja/g++.mike/net46.C: Same.
13576         * g++.old-deja/g++.mike/net34.C: Same.
13577         * g++.old-deja/g++.mike/memoize1.C: Same.
13578         * g++.old-deja/g++.mike/eh2.C: Same.
13579         * g++.old-deja/g++.law/weak.C: Same.
13580         * g++.old-deja/g++.law/visibility7.C: Same.
13581         * g++.old-deja/g++.law/visibility25.C: Same.
13582         * g++.old-deja/g++.law/visibility22.C: Same.
13583         * g++.old-deja/g++.law/visibility2.C: Same.
13584         * g++.old-deja/g++.law/visibility17.C: Same.
13585         * g++.old-deja/g++.law/visibility13.C: Same.
13586         * g++.old-deja/g++.law/visibility10.C: Same.
13587         * g++.old-deja/g++.law/visibility1.C: Same.
13588         * g++.old-deja/g++.law/virtual3.C (eval): Same.
13589         * g++.old-deja/g++.law/vbase1.C: Same.
13590         * g++.old-deja/g++.law/operators32.C: Same.
13591         * g++.old-deja/g++.law/nest3.C: Same.
13592         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
13593         * g++.old-deja/g++.law/except5.C (main): Same.
13594         * g++.old-deja/g++.law/cvt7.C (run): Same.
13595         * g++.old-deja/g++.law/cvt2.C: Same.
13596         * g++.old-deja/g++.law/cvt16.C: Same.
13597         * g++.old-deja/g++.law/ctors6.C (bar): Same.
13598         * g++.old-deja/g++.law/ctors17.C (main): Same.
13599         * g++.old-deja/g++.law/ctors13.C: Same.
13600         * g++.old-deja/g++.law/ctors12.C (main): Same.
13601         * g++.old-deja/g++.law/ctors10.C: Same.
13602         * g++.old-deja/g++.law/code-gen5.C: Same.
13603         * g++.old-deja/g++.law/bad-error7.C: Same.
13604         * g++.old-deja/g++.law/arm9.C: Same.
13605         * g++.old-deja/g++.law/arm12.C: Same.
13606         * g++.old-deja/g++.law/arg8.C: Same.
13607         * g++.old-deja/g++.law/arg1.C: Same.
13608         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
13609         * g++.old-deja/g++.jason/template31.C: Same.
13610         * g++.old-deja/g++.jason/template24.C (main): Same.
13611         * g++.old-deja/g++.jason/2371.C: Same.
13612         * g++.old-deja/g++.eh/new2.C: Same.
13613         * g++.old-deja/g++.eh/new1.C: Same.
13614         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13615         * g++.old-deja/g++.brendan/nest21.C (main): Same.
13616         * g++.old-deja/g++.brendan/err-msg3.C: Same.
13617         * g++.old-deja/g++.brendan/crash62.C: Same.
13618         * g++.old-deja/g++.brendan/crash52.C: Same.
13619         * g++.old-deja/g++.brendan/crash49.C (main): Same.
13620         * g++.old-deja/g++.brendan/crash38.C: Same.
13621         * g++.old-deja/g++.brendan/crash15.C (main): Same.
13622         * g++.old-deja/g++.brendan/copy9.C: Same.
13624 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
13626         * gcc.c-torture/execute/20001203-2.c (memset):
13627         Count argument is of type __SIZE_TYPE__.
13629 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
13631         * gcc.c-torture/compile/20010404-1.c: New test.
13633 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
13635         * gcc.c-torture/compile/20010326-1.c: New test.
13637 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
13639         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13640         peculiarities of the SH.
13641         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13643 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13645         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13646         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13647         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13649 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13651         * g77.f-torture/compile/20010321-1.f: New test.
13653 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13655         * gcc.c-torture/compile/20010329-1.c: New test.
13657 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13659         * gcc.c-torture/execute/20010329-1.c: New test.
13661 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13663         * g++.old-deja/g++.other/eh4.C: Fix typo.
13665 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13667         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13669 2001-03-28  Philip Blundell  <philb@gnu.org>
13671         * gcc.c-torture/compile/20010328-1.c: New test.
13673 2001-03-27  Richard Henderson  <rth@redhat.com>
13675         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13676         * g++.old-deja/g++.eh/vbase3.C: Likewise.
13678 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
13680         * gcc.c-torture/compile/20010327-1.c: New test.
13682 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
13684         * g++.old-deja/g++.other/friend12.C: New test.
13685         * g++.old-deja/g++.other/friend9.C: Expect no errors.
13686         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13688 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13690         * gcc.c-torture/execute/20010325-1.c: New test.
13692 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13694         * g++.old-deja/g++.other/mangle3.C: New test.
13696 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13698         * g++.old-deja/g++.other/anon8.C: New test.
13700 2001-03-20  Philip Blundell  <philb@gnu.org>
13702         * gcc.c-torture/compile/20010320-1.c: New test.
13704 2001-03-17  Richard Henderson  <rth@redhat.com>
13706         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13708 2001-03-15  Geoff Keating  <geoff@redhat.com>
13710         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13711         tests on AIX.
13713 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13715         * g++.old-deja/g++.other/eh4.C: New test.
13717 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13719         * gcc.dg/cpp/mi1.c: Update.
13721 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13723         * g++.old-deja/g++.other/regstack.C: New test.
13725 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13727         * g++.old-deja/g++.other/ref4.C: New test.
13729 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13731         * objc/execute/va_method.m: Added.
13732         * objc/execute/IMP.m: Added.
13733         * objc/execute/_cmd.m: Added.
13734         * objc/execute/accessing_ivars.m: Added.
13735         * objc/execute/class-1.m: Added.
13736         * objc/execute/class-10.m: Added.
13737         * objc/execute/class-11.m: Added.
13738         * objc/execute/class-12.m: Added.
13739         * objc/execute/class-13.m: Added.
13740         * objc/execute/class-14.m: Added.
13741         * objc/execute/class-2.m: Added.
13742         * objc/execute/class-3.m: Added.
13743         * objc/execute/class-4.m: Added.
13744         * objc/execute/class-5.m: Added.
13745         * objc/execute/class-6.m: Added.
13746         * objc/execute/class-7.m: Added.
13747         * objc/execute/class-8.m: Added.
13748         * objc/execute/class-9.m: Added.
13749         * objc/execute/class-tests-1.h
13750         * objc/execute/class-tests-2.h
13751         * objc/execute/compatibility_alias.m: Added.
13752         * objc/execute/encode-1.m: Added.
13753         * objc/execute/formal_protocol-1.m: Added.
13754         * objc/execute/formal_protocol-2.m: Added.
13755         * objc/execute/formal_protocol-3.m: Added.
13756         * objc/execute/formal_protocol-4.m: Added.
13757         * objc/execute/formal_protocol-5.m: Added.
13758         * objc/execute/formal_protocol-6.m: Added.
13759         * objc/execute/formal_protocol-7.m: Added.
13760         * objc/execute/informal_protocol.m: Added.
13761         * objc/execute/initialize.m: Added.
13762         * objc/execute/load.m: Added.
13763         * objc/execute/many_args_method.m: Added.
13764         * objc/execute/nested-3.m: Added.
13765         * objc/execute/no_clash.m: Added.
13766         * objc/execute/private.m: Added.
13767         * objc/execute/redefining_self.m: Added.
13768         * objc/execute/root_methods.m: Added.
13769         * objc/execute/selector-1.m: Added.
13770         * objc/execute/static-1.m: Added.
13771         * objc/execute/static-2.m: Added.
13772         * objc/execute/va_method.m: Added.
13774 2001-03-10  Richard Henderson  <rth@redhat.com>
13776         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13778 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13780         * g++.old-deja/g++.other/crash31.C: XFAIL.
13781         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13782         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13783         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13784         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13785         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13787 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13789         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13791 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13793         * gcc.dg/20000724-1.c: Don't use multiline strings.
13795 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13797         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13798         result of -cString against what we expect it to be; don't just
13799         print it out for no one to read.
13801         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13802         Based on testcases provided by Nicola Pero.
13804 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13806         * gcc.dg/cpp/macro7.c: New test.
13808 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13810         * gcc.dg/cpp/multiline.c: Update.
13812 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13814         * g++.old-deja/g++.other/enum3.C: New test.
13816 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13818         * g++.old-deja/g++.other/pod1.C: New test.
13820 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13822         * g++.old-deja/g++.ext/overload1.C: New test.
13824 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13826         * g++.old-deja/g++.pt/using1.C: New test.
13828 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13830         * g++.old-deja/g++.other/using9.C: New test.
13832 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
13834         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13836         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13838 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
13840         * g++.old-deja/g++.ext/realpt1.C: Remove.
13842 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
13844         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13846 2001-02-26  Will Cohen  <wcohen@redhat.com>
13848         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13850 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
13852         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13853         templatized constructors.
13855 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13857         * gcc.c-torture/execute/20010224-1.c: New test.
13859 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
13861         * gcc.c-torture/execute/20010222-1.c: New test.
13863 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
13865         * g++.old-deja/g++.other/inline20.C: New test.
13867 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
13869         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13871 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13873         * g++.old-deja/g++.other/lookup22.C: New test.
13875 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
13877         * g77.dg: New directory.
13878         * g77.dg/20010216-1.f: New test case.
13879         * g77.dg/dg.exp: New driver.
13880         * lib/g77-dg.exp: New driver library.
13882 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13884         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13886 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
13888         * g++.old-deja/g++.other/decl9.C: New test.
13890 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
13892         * g++.old-deja/g++.other/init16.C: Update the test so that it does
13893         not need <string> and also tests the initialization at runtime.
13895 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
13897         * gcc.c-torture/execute/longlong.c: New test.
13899 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13901         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13903 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13905         * gcc.c-torture/execute/920302-1.c (execute):
13906         Change argument type to short.
13908 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13910         * g++.old-deja/g++.pt/deduct6.C: New test.
13912 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13914         * g++.old-deja/g++.pt/deduct5.C: New test.
13916 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
13918         * gcc.c-torture/execute/20010209-1.c: New test.
13920 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13922         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13924 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
13926         * g++.dg/vtgc1.C: Update for new ABI.
13928         * consistency.vlad: New directory, 1665 files.
13930 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13932         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13933         return type.
13934         * gcc.dg/cpp/digraphs.c: Declare puts.
13936 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13938         * g++.old-deja/g++.other/warn5.C: New test.
13940 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13942         * g++.old-deja/g++.pt/spec40.C: New test.
13944 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13946         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13947         case.
13948         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13950 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
13952         * gcc.c-torture/compile/20010209-1.c: New test.
13954 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
13956         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13957         excess errors message but not if it crashes.
13958         * g++.old-deja/g++.other/crash27.C: Likewise.
13959         * g++.old-deja/g++.other/crash28.C: Likewise.
13960         * g++.old-deja/g++.other/crash30.C: Likewise.
13961         * g++.old-deja/g++.other/crash32.C: Likewise.
13962         * g++.old-deja/g++.other/crash35.C: Likewise.
13963         * g++.old-deja/g++.pt/inherit2.C: Likewise.
13965 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13967         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13968         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13969         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13970         g77.f-torture/execute/execute.exp,
13971         g77.f-torture/noncompile/noncompile.exp,
13972         gcc.c-torture/execute/execute.exp,
13973         gcc.c-torture/execute/memcheck/memcheck.exp,
13974         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13975         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13976         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13977         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13978         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13979         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13980         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13981         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13982         Remove bug reporting instructions with ancient email addresses.
13984 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13986         * gcc.dg/20010202-1.c: New test.
13987         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13989 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13991         * g++.dg/stdbool-if.C: New test.
13993 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13995         * objc/execute/fdecl.m: Added main().
13997 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13999         * gcc.c-torture/execute/20010206-1.c: New test.
14001 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14003         * gcc.dg/cpp/avoidpaste1.c: Update.
14005 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
14007         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
14008         Pero <nicola@brainstorm.co.uk>.
14009         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
14011 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
14013         * g++.old-deja/g++.pt/spec39.C: New test.
14015 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
14017         * gcc.c-torture/compile/20010202-1.c: New test.
14019 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
14021         * g++.old-deja/g++.abi/primary2.C: New test.
14022         * g++.old-deja/g++.abi/primary3.C: New test.
14023         * g++.old-deja/g++.abi/primary4.C: New test.
14024         * g++.old-deja/g++.abi/primary5.C: New test.
14025         * g++.old-deja/g++.abi/vtable3.h: New test.
14026         * g++.old-deja/g++.abi/vtable3a.C: New test.
14027         * g++.old-deja/g++.abi/vtable3b.C: New test.
14028         * g++.old-deja/g++.abi/vtable3c.C: New test.
14029         * g++.old-deja/g++.abi/vtable3d.C: New test.
14030         * g++.old-deja/g++.abi/vtable3e.C: New test.
14031         * g++.old-deja/g++.abi/vtable3f.C: New test.
14032         * g++.old-deja/g++.abi/vtable3g.C: New test.
14033         * g++.old-deja/g++.abi/vtable3h.C: New test.
14034         * g++.old-deja/g++.abi/vtable3i.C: New test.
14035         * g++.old-deja/g++.abi/vtable3j.C: New test.
14036         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
14038 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
14040         * g++.old-deja/g++.other/anon6.C: New test.
14041         * g++.old-deja/g++.other/anon7.C: New test.
14043 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
14045         * gcc.dg/cpp/avoidpaste2.c: New tests.
14047 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
14049         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
14051 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
14053         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
14054         DECIMAL_DIG cases for Irix."
14056 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
14058         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
14060 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14062         * gcc.dg/c99-tag-1.c: New test.
14064 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
14066         * gcc.dg/cpp/tr-warn1.c: Add tests.
14068 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
14070         * gcc.dg/cpp/avoidpaste1.c: Update.
14071         * gcc.dg/cpp/paste4.c: Update.
14073 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
14075         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
14076         cases for Irix.
14078 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14080         * g++.old-deja/g++.other/inline19.C: New test.
14082 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
14084         * gcc.dg/Wlarger-than.c: New test.
14086 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
14088         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
14090 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
14092         * gcc.c-torture/execute/20010129-1.c: New test.
14093         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
14095 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
14097         * gcc.dg/cpp/avoidpaste1.c: Test case.
14099 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
14101         * g++.old-deja/g++.other/inline18.C: New test.
14103 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14105         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
14106         and __builtin_putchar.
14108 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
14110         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
14111         tests.
14113 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
14115         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
14116         floating point number rounding mode to round to the nearest
14117         representable mode.
14119 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
14121         * g++.old-deja/g++.other/mangle2.C: New test.
14123 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14125         * gcc.c-torture/compile/20010124-1.c: New test.
14127 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
14129         * g++.old-deja/g++.pt/spec38.C: New test.
14131 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14133         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
14134         "Build don't run".
14136 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14138         * gcc.c-torture/execute/20010123-1.c: New test.
14140 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14142         * g++.old-deja/g++.pt/spec37.C: New test.
14144 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14146         * g++.old-deja/g++.pt/overload14.C: New test.
14148 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14150         * gcc.c-torture/execute/20010122-1.c: New test, exercise
14151         __builtin_return_address.
14153 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
14155         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
14156         * g++.old-deja/g++.pt/spec35.C: New test.
14157         * g++.old-deja/g++.pt/spec36.C: New test.
14159 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
14161         * gcc.c-torture/compile/20010118-1.c: New test.
14163 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
14165         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
14167 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14169         * gcc.c-torture/execute/20010119-1.c: New test.
14171 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14173         * g++.old-deja/g++.other/vbase5.C: New test.
14175 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14177         * gcc.c-torture/execute/20010118-1.c: New test.
14179 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14181         * g++.old-deja/g++.pt/deduct3.C: New test.
14183 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14185         * g++.old-deja/g++.pt/spec34.C: New test.
14187 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
14189         * g77.f-torture/compile/20000601-2.f: New test.
14191 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14193         * g++.old-deja/g++.other/init17.C: New test.
14195 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
14197         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
14199 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14201         * g++.old-deja/g++.pt/unify8.C: New test.
14203 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14205         * g++.old-deja/g++.abi/vbase1.C: New test.
14207 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14209         * g++.old-deja/g++.pt/crash65.C: New test.
14211 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14213         * gcc.dg/cpp/assembl2.S: New test case.
14215 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
14217         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
14218         are supported.
14220 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14222         * g++.old-deja/g++.other/builtins1.C: New test.
14223         * g++.old-deja/g++.other/builtins2.C: Likewise.
14224         * g++.old-deja/g++.other/builtins3.C: Likewise.
14225         * g++.old-deja/g++.other/builtins4.C: Likewise.
14227 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
14229         * gcc.c-torture/compile/20010117-1.c: New test.
14230         * gcc.c-torture/compile/20010117-2.c: New test.
14232 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14234         * g77.f-torture/execute/20010116.[fx]: New test,
14235         XFAIL on i?86-*-*.
14236         * g77.f-torture/compile/20010115.f: Indicate it's
14237         a test for PR fortran/1636.
14239 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14241         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
14243 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14245         * g77.f-torture/compile/20010115.f: New test.
14247 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
14249         * g++.old-deja/g++.pt/nontype5.C: New test.
14251 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
14253         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
14254         have an equivalent working one below it.
14256 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14258         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
14259         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14261 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14263         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
14264         message containing "init_priority".
14265         (conpr-2.C): Likewise.
14266         (conpr-3.C): Likewise.
14267         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
14269 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14271         * gcc.c-torture/execute/20010114-2.c: New test.
14273 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14275         * gcc.c-torture/compile/20010114-1.c: New test.
14276         * gcc.c-torture/compile/20010114-1.x: Xfail.
14277         * gcc.c-torture/compile/20010114-2.c: New test.
14278         * gcc.c-torture/execute/20010114-1.c: New test.
14279         * gcc.dg/trunc-1.c: New test.
14280         * gcc.dg/uninit-B.c: New test.
14282 2001-01-13  Nick Clifton  <nickc@redhat.com>
14284         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
14285         target.
14287 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14289         * gcc.c-torture/compile/20010113-1.c: New test.
14291 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
14293         * gcc.c-torture/compile/20001212-1.c: New test.
14295 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14297         * gcc.dg/cpp/widestr1.c: Update.
14298         * gcc.dg/cpp/prag-imp.c: Remove.
14300 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
14302         * gcc.c-torture/execute/20000801-3.x: Remove.
14303         * gcc.dg/c90-init-1.c: New test.
14304         * gcc.dg/c99-init-1.c: New test.
14305         * gcc.dg/c99-init-2.c: New test.
14306         * gcc.dg/gnu99-init-1.c: New test.
14308 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
14310         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
14311         testing that no relevant ones were found.
14313 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14315         * g++.old-deja/g++.pt/cast2.C: New test.
14317 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14319         * g++.old-deja/g++.pt/friend47.C: New test.
14321 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14323         * g++.old-deja/g++.pt/instantiate13.C: New test.
14325 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14327         * g++.old-deja/g++.other/defarg7.C: New test.
14328         * g++.old-deja/g++.other/defarg8.C: New test.
14330 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14332         * g++.old-deja/g++.pt/crash64.C: New test.
14334 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14336         * g++.old-deja/g++.pt/crash63.C: New test.
14338 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14340         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
14342 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
14344         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
14346 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14348         * g++.old-deja/g++.pt/error3.C: New test.
14350 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14352         * g++.old-deja/g++.other/crash39.C: New test.
14354 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14356         * g++.old-deja/g++.other/vbase4.C: New test.
14358 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
14360         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
14361         * gcc.dg/special/20000419-2.c: New file. Identical to above.
14362         * gcc.dg/special/special.exp: New test driver which will check
14363         for alias support for the above test.
14365 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
14367         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
14368         problems on small machines.
14369         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
14370         parameterize.
14372 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
14374         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
14375         mips.
14376         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14378 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
14380         * g++.old_deja/g++.pt/using8.C: New test.
14382 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14384         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
14386 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
14388         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
14389         where a failure is expected.
14390         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
14392 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14394         * g++.old_deja/g++.pt/instantiate12.C: New test.
14396 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14398         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
14399         start of structs.
14400         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
14401         * g++.old-deja/g++.brendan/crash17.C: Likewise.
14402         * g++.old-deja/g++.brendan/crash29.C: Likewise.
14403         * g++.old-deja/g++.brendan/crash48.C: Likewise.
14404         * g++.old-deja/g++.brendan/ns1.C: Likewise.
14405         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
14406         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
14407         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
14408         * g++.old-deja/g++.eh/spec6.C: Likewise.
14409         * g++.old-deja/g++.jason/crash3.C: Likewise.
14410         * g++.old-deja/g++.law/ctors11.C: Likewise.
14411         * g++.old-deja/g++.law/ctors17.C: Likewise.
14412         * g++.old-deja/g++.law/ctors5.C: Likewise.
14413         * g++.old-deja/g++.law/ctors9.C: Likewise.
14414         * g++.old-deja/g++.mike/ambig1.C: Likewise.
14415         * g++.old-deja/g++.mike/net22.C: Likewise.
14416         * g++.old-deja/g++.mike/p3538a.C: Likewise.
14417         * g++.old-deja/g++.mike/p3538b.C: Likewise.
14418         * g++.old-deja/g++.mike/virt3.C: Likewise.
14419         * g++.old-deja/g++.niklas/t128.C: Likewise.
14420         * g++.old-deja/g++.other/anon4.C: Likewise.
14421         * g++.old-deja/g++.other/using1.C: Likewise.
14422         * g++.old-deja/g++.other/warn3.C: Likewise.
14423         * g++.old-deja/g++.pt/t37.C: Likewise.
14424         * g++.old-deja/g++.robertl/eb69.C: Likewise.
14425         * g++.old-deja/g++.robertl/eb71.C: Likewise.
14427 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14429         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
14431 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14433         * gcc.c-torture/execute/stdio-opt-3.c: New test.
14435 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
14437         * gcc.c-torture/compile/20010107-1.c: New test.
14439 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14441         * gcc.c-torture/execute/builtin-noret-1.c: New test.
14443 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14445         * gcc.dg/format/format.h: New file.
14446         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
14447         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
14448         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
14449         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
14450         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
14451         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
14452         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
14453         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
14454         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
14455         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
14456         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
14457         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
14458         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
14459         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
14460         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
14461         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
14462         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
14463         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
14464         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
14465         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
14466         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
14467         instead of declaring standard types, macros and functions in each
14468         test.
14470 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
14472         * gcc.c-torture/execute/20010106-1.c: New test.
14474 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14476         * gcc.dg/format/format.exp: New file.
14477         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
14478         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
14479         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
14480         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
14481         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
14482         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
14483         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
14484         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
14485         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
14486         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
14487         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
14488         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
14489         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
14490         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
14491         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
14492         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
14493         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
14494         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
14495         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
14496         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
14497         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
14498         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
14499         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
14500         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
14501         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
14502         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
14503         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
14504         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
14505         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
14506         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
14507         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
14508         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
14509         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
14510         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
14511         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
14512         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
14513         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
14514         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
14515         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
14516         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
14517         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
14518         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
14520 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14522         * gcc.c-torture/execute/991228-1.c: Take word endianness into
14523         account.
14525 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
14527         * gcc.c-torture/execute/builtin-complex-1.c: New test.
14529 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
14531         * g++.old-deja/g++.pt/crash62.C: New test.
14533 2001-01-04  Richard Henderson  <rth@redhat.com>
14535         * gcc.dg/20000926-1.c: Update expected warnings.
14536         * gcc.dg/array-2.c: Likewise.
14537         * gcc.dg/array-4.c: Also validate flexible array members.
14538         * gcc.dg/c99-flex-array-1.c: New.
14540 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14542         * gcc.c-torture/compile/20001222-1.x: Remove.
14544 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14546         * gcc.c-torture/execute/built-in-setjmp.c: New.
14548 2001-01-03  Richard Henderson  <rth@redhat.com>
14550         * gcc.dg/940510-1.c: Update expected error wording.
14551         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
14553 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
14555         * lib/target-supports.exp (check_alias_available): Modified to
14556         indicate aliases not supported if only weak aliases are supported.
14558 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14560         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
14561         Turn on cmpstrsi checks for __pj__ and __i370__.
14563 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14565         * g++.old-deja/g++.other/virtual11.C: New test.
14567 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14569         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
14571 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14573         * gcc.c-torture/compile/20010102-1.c: New test.
14575 2001-01-02  Andreas Jaeger  <aj@suse.de>
14577         * gcc.dg/noreturn-3.c: New test.
14579         * gcc.dg/noreturn-4.c: New test.
14581 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14583         * gcc.c-torture/execute/stdio-opt-1.c: Also test
14584         __builtin_fputc and __builtin_fwrite.
14586 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14588         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
14589         signed char, not default char.
14591 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14593         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
14595 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
14597         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
14599 2000-12-29  Richard Henderson  <rth@redhat.com>
14601         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
14602         (__cyg_profile_func_exit): Define.
14604 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
14606         * g++.dg/vtgc1.C: New test.
14608 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
14610         * gcc.dg/noncompile/20001228-1.c: New test.
14612         * gcc.dg/20001228-1.c: New test.
14614         * gcc.c-torture/execute/20001228-1.c: New test.
14616 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14618         * gcc.dg/format-strfmon-1.c: New test.
14620 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14622         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14623         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14624         * gcc.c-torture/execute/string-opt-1.c: Likewise.
14625         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14626         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14627         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14628         * gcc.c-torture/execute/string-opt-6.c: Likewise.
14629         * gcc.c-torture/execute/string-opt-7.c: Likewise.
14630         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14631         * gcc.c-torture/execute/string-opt-9.c: Likewise.
14632         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14633         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14634         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14636         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14637         * gcc.c-torture/execute/string-opt-4.c: Test index.
14639 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
14641         * gcc.c-torture/compile/20001226-1.c: New test.
14643 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14645         * gcc.c-torture/compile/20001222-1.c: New test.
14646         * gcc.c-torture/compile/20001222-1.x: Xfail.
14648 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14650         * gcc.c-torture/execute/comp-goto-2.c: New test.
14652 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
14654         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14655         Use long types if __INT_MAX__ is 32767.
14656         (main): Use cast to (sint32 *) when poking 88 into a_page.
14658         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14660 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
14662         * gcc.c-torture/compile/20001221-1.c: New test.
14663         * gcc.c-torture/execute/20001221-1.c: New test.
14665 2000-12-20  Richard Henderson  <rth@redhat.com>
14667         * g++.old-deja/g++.pt/crash36.C: Update error lines.
14668         * g++.old-deja/g++.robertl/eb109.C: Likewise.
14670 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14672         * gcc.dg/compare3.c: New test.
14674 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14676         * gcc.dg/format-warnll-1.c: New test.
14678 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14680         * gcc.dg/cpp/cmdlne-P.c: New test.
14682 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14684         * gcc.c-torture/execute/builtin-abs-1.c,
14685         gcc.c-torture/execute/builtin-abs-2.c: New tests.
14687 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14689         * gcc.dg/cpp/multiline.c: New test.
14691 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14693         * g++.old-deja/g++.other/syshdr1.C: Update.
14694         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14696 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14698         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14700 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14702         * g++.old-deja/g++.pt/ttp65.C: New test.
14704 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14706         * g++.old-deja/g++.pt/ttp64.C: New test.
14708 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14710         * g++.old-deja/g++.pt/spec33.C: New test.
14712 2000-12-14  Catherine Moore  <clm@redhat.com>
14714         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14715         * gcc.c-torture/execute/920612-2.c: Likewise.
14716         * gcc.c-torture/execute/920428-2.c: Likewise.
14717         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14718         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14720 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14722         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14723         * gcc.dg/pack-test-2.c: Likewise.
14725 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14727         Tests by Zack Weinberg <zackw@stanford.edu>.
14729         * gcc.dg/cpp/defined.c: Update.
14730         * gcc.dg/cpp/defined_trad.c: New tests.
14732 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14734         * gcc.dg/cpp/trad-direct.c: Update.
14736 2000-12-11  Neil Booth  <neilb@earthling.net>
14738         * gcc.dg/cpp/defined_trad.c
14740 2000-12-11  Neil Booth  <neilb@earthling.net>
14742         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14744 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14746         * gcc.dg/format-miss-2.c: New test.
14748 2000-12-09  Neil Booth  <neilb@earthling.net>
14750         * gcc.dg/cpp/lineflags.c: New tests.
14751         * gcc.dg/cpp/poison.c: Update.
14752         * gcc.dg/cpp/redef2.c: Update.
14753         * gcc.dg/cpp/skipping.c: New test.
14755 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14757         * g++.old-deja/g++.other/eh3.C: New testcase.
14759 2000-12-07  Neil Booth  <neilb@earthling.net>
14761         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14762         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14763         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14764         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14765         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14766         Update.
14768 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14770         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14771         __SIZE_TYPE__ instead of int for type of integers cast to
14772         pointers.
14774 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14776         * g++.old-deja/g++.other/cleanup4.C: New test.
14778 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14780         * format-sec-1.c: New test.
14782 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14784         * gcc.dg/format-nonlit-3.c: New test.
14786 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14788         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14789         through a null pointer.
14791 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14793         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14794         * g++.old-deja/g++.pt/partial4.C: New test.
14796 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14798         * gcc.c-torture/execute/ieee/hugeval.x: New.
14800 2000-12-06  Neil Booth  <neilb@earthling.net>
14802         * gcc.dg/cpp/backslash2.c: New tests.
14804 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14806         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14807         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14809 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14811         * gcc.c-torture/execute/20001203-2.c: New testcase.
14813 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14815         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14816         * g++.old-deja/g++.other/virtual10.C: New test.
14818 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14820         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14822 2000-12-05  Richard Henderson  <rth@redhat.com>
14824         * gcc.c-torture/compile/20001205-1.c: New.
14826 2000-12-04  Neil Booth  <neilb@earthling.net>
14828         * g++.old-deja/g++.other/virtual9.C: New test.
14829         * g++.old-deja/g++.pt/crash61.C: New test.
14830         * gcc.c-torture/execute/loop-9.c: New test.
14832 2000-12-04  Neil Booth  <neilb@earthling.net>
14834         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14835         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14836         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14837         * gcc.dg/cpp/extratokens.c: ...here.
14839 2000-12-04  Neil Booth  <neilb@earthling.net>
14841         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14842         New tests.
14844 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14846         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14847         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14849 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14851         * gcc.c-torture/execute/20001203-1.c: New test.
14853 2000-12-03  Neil Booth  <neilb@earthling.net>
14855         * gcc.dg/cpp/macro6.c: New test cases.
14857 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14859         * gcc.c-torture/execute/string-opt-9.c: New test.
14860         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14861         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14862         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14864         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14865         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14867 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
14869         * gcc.dg/cpp/if-6.c: New testcase.
14871         * gcc.dg/20001201-1.c: New testcase.
14873 2000-12-02  Neil Booth  <neilb@earthling.net>
14875         * g++.old-deja/g++.other/externC4.C,
14876         g++.old-deja/g++.other/friend10.C: New tests.
14878 2000-12-02  Neil Booth  <neilb@earthling.net>
14880         * g++.old-deja/g++.other/instan2.C
14881         * g++.old-deja/g++.other/instan3.C: New test.
14883 2000-12-02  Neil Booth  <neilb@earthling.net>
14885         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14886         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14887         gnuc99.c,gnuc99-pedantic.c: New tests.
14889 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14891         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14892         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14894 2000-12-01  Neil Booth  <neilb@earthling.net>
14896         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14897         * gcc.dg/cpp/poison.c: Update.
14898         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14900 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
14902         * g77.f-torture/execute/20001201.f: New test.
14904 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14906         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14908 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
14910         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14912 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
14914         * g++.old-deja/g++.other/cast6.C: New test.
14916 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
14918         * gcc.c-torture/execute/20001130-2.c: New testcase.
14920 2000-11-30  Richard Henderson  <rth@redhat.com>
14922         * gcc.c-torture/execute/20001130-1.c: New test.
14924 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14926         * g++.old-deja/g++.other/op3.C: New test.
14928 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14930         * g++.old-deja/g++.other/op2.C: New test.
14932 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14934         * g++.old-deja/g++.other/crash38.C: New test.
14936 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
14938         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14940 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
14942         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14943         tests.
14944         * gcc.c-torture/execute/string-opt-6.c: New test.
14946         * gcc.dg/20001117-1.c: Add main.
14948 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
14950         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14951         Move from here ...
14952         * gcc.dg/940510-1.c: ... to here.
14954         * gcc.dg/20000926-1.c: GNU C now allows initializations of
14955         zero-size arrays in toplevel structures.
14957 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14959         * gcc.c-torture/execute/loop-8.c: New test.
14961 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14963         * g++.old-deja/g++.other/base1.C: New test.
14965 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14967         * g++.old-deja/g++.other/parse2.C: New test.
14969 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14971         * g++.old-deja/g++.pt/incomplete1.C: New test.
14973 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14975         * g++.old-deja/g++.other/friend9.C: New test.
14977 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14979         * gcc.dg/20001127-1.c: New test.
14981 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14983         * g++.old-deja/g++.pt/friend46.C: New test.
14985 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14987         * g++.old-deja/g++.other/ptrmem8.C: New test.
14989 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14991         * gcc.c-torture/execute/string-opt-7.c: New test.
14992         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14994 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14996         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14997         instead of 'mkcheck 2'.
14999 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15001         * gcc.c-torture/execute/memcheck/driver.c,
15002         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
15003         C9X references to refer to C99.
15005 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
15007         * gcc.dg/ultrasp3.c: New test.
15009 2000-11-25  Neil Booth  <neilb@earthling.net>
15011         * gcc.dg/cpp/include2.c: Update test to be locale independent.
15013 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
15015         * gcc.c-torture/compile/20001123-2.c: New.
15017 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15019         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
15021 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
15023         * gcc.dg/sequence-point-1.c: Add some new tests.
15024         * gcc.c-torture/execute/20001124-1.c: New test.
15026 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
15028         * g++.old-deja/g++.other/vaarg4.C: New test.
15029         * gcc.c-torture/compile/20001123-1.c: New test.
15031 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
15033         * g++.other/crash24.C: Adjust and remove XFAIL.
15034         * g++.other/crash37.C: New test.
15036 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
15038         * g++.old-deja/g++.pt/instantiate9.C: New test.
15040 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
15042         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
15043         new ABI, too.
15045         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
15046         * g++.old-deja/g++.robertl/eb55.C: Likewise.
15048 2000-11-22  Neil Booth  <neilb@earthling.net>
15050         * gcc.dg/cpp/Wtrigraphs.c: New test.
15052 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15054         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
15056 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
15058         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
15060 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
15062         * lib/gcc-dg.exp: load_lib scanasm.exp.
15063         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
15064         * lib/g++-dg.exp: load_lib scanasm.exp.
15065         * lib/scanasm.exp: New.
15066         (scan-assembler, scan-assembler-not): Add optional arguments to
15067         test name, or if not present, the pattern name.
15068         (scan-assembler-dem, scan-assembler-dem-not): New.
15070         * g++.dg/dg.exp: New.
15072 2000-11-21  Neil Booth  <neilb@earthling.net>
15074         * gcc.dg/cpp/integrated1.c: Remove.
15076 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
15078         * gcc.c-torture/execute/20001121-1.c: New test.
15080 2000-11-21  Richard Henderson  <rth@redhat.com>
15082         * gcc.c-torture/compile/20001121-1.c: New test.
15084 2000-11-20  Neil Booth  <neilb@earthling.net>
15086         * gcc.dg/cpp/integrated1.c: New test.
15088 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
15090         * g++.old-deja/g++.other/inline17.C: New test.
15092 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
15094         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
15095         local variable to be zero: I made the variable global. Now
15096         uses abort() and exit() instead of relying on main's return value.
15098 2000-11-20  Neil Booth  <neilb@earthling.net>
15100         * gcc.dg/cpp/paste2.c: Update test.
15101         * objc/execute/paste.m: New test.
15103 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15105         * gcc.dg/c99-condexpr-1.c: New test.
15107 2000-11-20  Neil Booth  <neilb@earthling.net>
15109         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
15111 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
15113         * g++.old-deja/g++.pt/export1.C: New test.
15115 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
15117         * gcc.dg/20001117-1.c: New test.
15119 2000-11-18  Richard Henderson  <rth@redhat.com>
15121         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
15123 2000-11-18  Richard Henderson  <rth@redhat.com>
15125         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
15126         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
15127         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
15129 2000-11-18  Richard Henderson  <rth@redhat.com>
15131         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
15132         (main): New.  Exit cleanly.
15134 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15136         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
15137         gcc.dg/c99-fordecl-2.c: New tests.
15139 2000-11-18  Richard Henderson  <rth@redhat.com>
15141         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
15142         * gcc.c-torture/execute/zerolen-2.c: New.
15144 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15146         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
15147         memory.
15149 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15151         * g++.old-deja/g++.pt/instantiate8.C: New test.
15153 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15155         * g++.old-deja/g++.other/incomplete.C: Add more tests.
15156         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
15158 2000-11-16  Nick Clifton  <nickc@redhat.com>
15160         * gcc.c-torture/execute/nestfunc-2.c: New test.
15161         * gcc.c-torture/execute/nestfunc-3.c: New test.
15163 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15165         * gcc.c-torture/compile/20001116-1.c: New test.
15167 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15169         * gcc.c-torture/execute/20001115-1.c: New test.
15171 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
15173         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
15174         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
15175         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
15176         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15178 2000-11-15  Neil Booth  <neilb@earthling.net>
15180         gcc.dg/cpp/_Pragma1.c: Update.
15181         gcc.dg/cpp/_Pragma2.c: New test.
15183 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
15185         * g++.old-deja/g++.other/anon5.C: New test.
15187 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
15189         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
15190         tests.
15192 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
15194         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
15195         output.
15197 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15199         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
15200         labels at end of compound statements.
15202 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
15204         * gcc.c-torture/execute/loop-7.c: New test.
15206 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15208         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
15210 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15212         * gcc.dg/c99-bool-1.c: New test.
15214 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15216         * gcc.dg/c99-scope-1.c: Remove xfail.
15217         * gcc.dg/c99-scope-2.c: New test.
15219 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15221         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
15222         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
15224 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
15226         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
15227         error messages.
15229         * g++.mike/p700.C: Don't typedef wchar_t.
15230         * g++.mike/p784.C: Likewise.
15231         * g++.mike/eb101.C: Don't use __wchar_t.
15233 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
15235         * g77.f-torture/execute/20001111.[fx]: Test premature exit
15236         from DO loop.
15238 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15240         * gcc.c-torture/execute/20001111-1.c: New test.
15242 2000-11-10  Nick Clifton  <nickc@redhat.com>
15244         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
15245         long multuiple and accumulate.
15247 2000-11-09  Richard Henderson  <rth@redhat.com>
15249         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
15250         via size_t instead of int.
15252         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
15253         * gcc.c-torture/execute/string-opt-2.c: Likewise.
15254         * gcc.c-torture/execute/string-opt-3.c: Likewise.
15255         * gcc.c-torture/execute/string-opt-4.c: Likewise.
15257 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
15259         * gcc.c-torture/compile/20001109-1.c: New test.
15260         * gcc.c-torture/compile/20001109-2.c: New test.
15262 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
15264         * g++.old-deja/g++.pt/operator1.C: New test.
15265         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
15267 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15269         * gcc.dg/20001108-1.c: New test.
15271 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15273         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
15274         with both arguments constant strings.
15275         * gcc.c-torture/execute/string-opt-3.c: New test.
15276         * gcc.c-torture/execute/string-opt-4.c: New test.
15277         * gcc.c-torture/execute/string-opt-5.c: New test.
15279 2000-11-08  Nick Clifton  <nickc@redhat.com>
15281         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
15282         mulsidi3adddi patterns.
15284 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
15286         * g++.old-deja/g++.other/crash36.C: New test.
15288 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
15290         * g++.old-deja/g++.other/init16.C: New test.
15292 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
15294         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
15296 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15298         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
15299         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15300         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15302 2000-11-07  DJ Delorie  <dj@redhat.com>
15304         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
15306 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15308         * gcc.c-torture/execute/string-opt-1.c: New test.
15310 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15312         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
15313         mips-sgi-irix6.* because the MIPS ABI passes floating-point
15314         parameters in registers, and there is no way for a varargs
15315         function to know in which order the integer and floating-point
15316         parameters should be interleaved when they are placed on the
15317         stack.
15318         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15319         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15321 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15323         * gcc.c-torture/execute/string-opt-2.c: New test.
15325 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
15327         * g++.old-deja/g++.pt/crash60.C: New test.
15329 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15331         * g++.old-deja/g++.other/crash24.C: New test.
15332         * g++.old-deja/g++.other/crash25.C: New test.
15333         * g++.old-deja/g++.other/crash26.C: New test.
15334         * g++.old-deja/g++.other/crash27.C: New test.
15335         * g++.old-deja/g++.other/crash28.C: New test.
15336         * g++.old-deja/g++.other/crash29.C: New test.
15337         * g++.old-deja/g++.other/crash30.C: New test.
15338         * g++.old-deja/g++.other/crash31.C: New test.
15339         * g++.old-deja/g++.other/crash32.C: New test.
15340         * g++.old-deja/g++.other/crash33.C: New test.
15341         * g++.old-deja/g++.other/crash34.C: New test.
15342         * g++.old-deja/g++.other/crash35.C: New test.
15344 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15346         * gcc.c-torture/execute/20001031-1.c: New test.
15348 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
15350         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
15351         namespace.
15353         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
15354         standards-conformant.
15356         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
15358         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
15359         * g++.old-deja/g++.mike/p755a.C: Likewise.
15360         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
15361         library makes no calls to `operator new' during initialization.
15363 2000-11-04  Neil Booth  <neilb@earthling.net>
15365         * gcc.dg/cpp/include2.c: New tests.
15367 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
15369         * lib/g++.exp (g++_set_ld_library_path): New function.
15370         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
15372 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
15374         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
15375         warnings.
15377 2000-11-01  Richard Henderson  <rth@redhat.com>
15379         * g++.old-deja/g++.ext/namedret1.C: New.
15380         * g++.old-deja/g++.ext/namedret2.C: New.
15381         * g++.old-deja/g++.ext/namedret3.C: New.
15383 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
15385         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
15386         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
15388 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15390         * gcc.c-torture/execute/va-arg-21.c: New test.
15392 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15394         * gcc.dg/c99-complex-2.c: New test.
15396 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15398         * gcc.c-torture/execute/stdio-opt-1.c: New test.
15400 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
15402         * g++.old-deja/g++.other/inline16.C: New test.
15404 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
15406         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
15407         __PRETTY_FUNCTION__
15409 2000-10-29  Neil Booth  <neilb@earthling.net>
15411         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
15412         New tests.
15413         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
15414         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
15415         optimisation.
15417 2000-10-29  Neil Booth  <neilb@earthling.net>
15419         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
15420         * mi1.c, mi1c.h: Add null directives to multiple-include test.
15421         * mi5.c: Test multiple includes work with -C.
15422         * trigraphs.c: Test ^= version.
15424 2000-10-28  Neil Booth  <neilb@earthling.net>
15426         New tests and test updates for new macro expander.
15428         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
15429         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
15430         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
15431         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
15432         new diagnostic messages.
15434         * gcc.dg/cpp/macro3.c: New tests.
15436 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
15438         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
15439         on the same line.
15441 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
15443         * g++.old-deja/g++.other/eh2.C: New test.
15445 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
15447         * gcc.c-torture/execute/20001027-1.c: New test.
15449 2000-10-26  Richard Henderson  <rth@redhat.com>
15451         * gcc.c-torture/execute/20001026-1.c: New.
15453 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
15455         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
15456         * g++.old-deja/g++.law/builtin1.C: Likewise.
15457         * g++.old-deja/g++.law/ctors10.C: Likewise.
15458         * g++.old-deja/g++.law/virtual3.C: Likewise.
15459         * g++.old-deja/g++.mike/p658.C: Likewise.
15460         * g++.old-deja/g++.other/sibcall1.C: Likewise.
15461         * g++.old-deja/g++.other/vaarg2.C: Likewise.
15462         * g++.old-deja/g++.robertl/eb124.C: Likewise.
15463         * g++.old-deja/g++.robertl/eb44.C: Likewise.
15464         * g++.old-deja/g++.robertl/eb77.C: Likewise.
15466 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
15468         * gcc.c-torture/compile/20001024-1.c: New test.
15470 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
15472         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
15473         to tell us whether or not we are using V3.
15475 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
15477         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
15478         operands.
15480 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15482         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
15484 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
15486         * gcc.c-torture/execute/20001024-1.c: New test.
15488 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
15490         * g++.old-deja/g++.other/sibcall1.C: New test.
15492 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
15494         * gcc.dg/noncompile/init-3.c: New test.
15496 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15498         * gcc.dg/format-array-1.c: New test.
15500 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15502         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
15503         writing through null pointers; remove comment about testing
15504         unterminated strings.
15506 2000-10-17  Matthew Hiller  <hiller@redhat.com>
15508         * gcc.c-torture/execute/20001017-2.c: New test.
15510 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15512         * gcc.c-torture/compile/20001018-1.c: New test.
15513         * gcc.c-torture/compile/20001018-1.x: Xfail.
15515 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15517         * gcc.c-torture/execute/20001017-1.c: New test.
15519 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15521         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
15522         for multiple use of arguments with scanf formats; add tests for
15523         multiple use of arguments.
15525 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
15527         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
15529 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15531         * gcc.dg/format-miss-1.c: New test.
15533 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15535         * gcc.c-torture/execute/20001013-1.c: New test.
15537 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15539         * gcc.dg/format-branch-1.c: New test.
15541 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15543         * README, lib/file-format.exp: Remove EGCS references.
15545 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15547         * gcc.dg/20001013-1.c: New test.
15549 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15551         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
15552         for intmax_t in the compiler using __typeof__ and the type rules
15553         for conditional expressions.
15555 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
15557         * gcc.dg/20001012-1.c: New test.
15558         * gcc.dg/20001012-2.c: New test.
15560 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15562         * gcc.dg/format-attr-1.c: New test.
15564 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15566         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
15567         __LONG_LONG_MAX__ instead of LLONG_MAX.
15569 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15571         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
15572         scanf flags.
15573         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
15574         flags.
15576 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
15578         * gcc.dg/sequence-pt-1.c: New test.
15580 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
15582         * gcc.c-torture/execute/20001011-1.c: New testcase.
15583         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
15585 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15587         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
15588         does not error on it.
15590 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15592         * gcc.dg/20001009-1.c: New test.
15594 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15596         * gcc.c-torture/compile/20001009-1.c: Move from here ....
15597         * gcc.c-torture/execute/20001009-2.c: ... to here.
15599 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
15601         * gcc.c-torture/compile/20001009-1.c: New testcase.
15602         * gcc.c-torture/execute/20001009-1.c: New testcase.
15603         Testcases provided by Jan Hubicka <jh@suse.cz>.
15605 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15607         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15608         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
15609         uintmax_t using <limits.h> to emulate the compiler's internal
15610         logic.  No longer XFAIL %j tests.
15612 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15614         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15615         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15616         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15617         regexps and details of expected handling of some bad formats.
15618         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15619         suppression.
15621 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15623         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15624         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15625         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15626         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15627         in list archives.
15629 2000-10-06  Richard Henderson  <rth@cygnus.com>
15631         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15632         * g++.old-deja/g++.brendan/crash52.C: Likewise.
15633         * g++.old-deja/g++.jason/report.C: Likewise.
15634         * g++.old-deja/g++.law/friend5.C: Likewise.
15635         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
15636         of the expected warnings.
15638 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
15640         * g++.old-deja/g++.pt/enum14.C: New test.
15642 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
15644         * g++.old-deja/g++.pt/crash59.C: New test.
15646 2000-10-04  Will Cohen  <wcohen@redhat.com>
15648         * gcc.dg/20000926-1.c: New test.
15650 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
15652         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15653         function name for current C++ compiler.
15654         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15656 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
15658         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15659         __PRETTY_FUNCTION__.
15660         * g++.old-deja/g++.ext/pretty2.C: Likewise.
15662 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15664         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15666 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
15668         * gcc.c-torture/compile/20000923-1.c: New test.
15670 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15672         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15673         * g++.old-deja/g++.pt/ttp62.C: Same.
15674         * g++.old-deja/g++.other/inline14.C: Same.
15676 2000-09-24  Richard Henderson  <rth@cygnus.com>
15678         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15680 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15682         * gcc.dg/c90-printf-1.c: Add test for wide string format.
15684 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
15686         * gcc.c-torture/compile/20000922-1.c: New file.
15688 2000-09-21  Nick Clifton  <nickc@redhat.com>
15690         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15691         a signed long modulo operation.
15692         (mod6): New function - perform an unsigned long modulo operation.
15693         (main): Add tests for modulos of very large numbers by very small
15694         dividends.
15696 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15698         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15700 2000-09-19  Richard Henderson  <rth@cygnus.com>
15702         * gcc.dg/compare2.c (case 10): XFAIL.
15704 2000-09-18  Richard Henderson  <rth@cygnus.com>
15706         * gcc.c-torture/execute/20000906-1.c: Move ...
15707         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15708         that support __builtin_trap.
15710 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15712         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15714 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15716         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15717         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15718         more $ format tests.
15720 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15722         * gcc.dg/format-errmk-1.c: New test.
15724 2000-09-17  Greg McGary  <greg@mcgary.org>
15726         * gcc.c-torture/execute/20000917-1.x: Remove.
15728 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15730         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15732 2000-09-17  Greg McGary  <greg@mcgary.org>
15734         * gcc.c-torture/execute/20000917-1.c: New test.
15735         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15737 2000-09-16  Neil Booth  <NeilB@earthling.net>
15739         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15740         in nested macro bug.
15742 2000-09-15  Neil Booth  <NeilB@earthling.net>
15744         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15746 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15748         * gcc.c-torture/execute/20000914-1.c: New test.
15750 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15752         * g++.other/inline13.C: New test.
15754 2000-09-12  Andreas Jaeger  <aj@suse.de>
15756         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15757         constant by Ulrich Drepper <drepper@redhat.com>.
15759 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15761         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15763 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15765         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15767 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15769         * gcc.dg/cpp/backslash.c: New test.
15771 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15773         * gcc.c-torture/execute/20000910-1.c: New test.
15774         * gcc.c-torture/execute/20000910-2.c: Likewise.
15776 2000-09-11  Robert Lipe  <robertl@sco.com>
15778         * gcc.dg/pragma-align.c: New test.
15780 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15782         * g++.old-deja/g++.pt/explicit82.C: New test.
15783         * g++.old-deja/g++.pt/explicit83.C: New test.
15785 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15787         * gcc.dg/asm-names.c: New test.
15789 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15791         * gcc.dg/cpp/tr-warn6.c: New test
15793 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15795         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15796         be accepted.
15798 2000-09-07  Catherine Moore  <clm@redhat.com>
15800         * gcc.c-torture/execute/unroll-1.c: New test.
15802 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15804         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15805         ERROR markers.
15806         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15807         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15808         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15809         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15810         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15811         Preprocess only.
15812         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15813         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15815 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15817         * g++.old-deja/g++.pt/deduct2.C: New test.
15819 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15821         * g++.old-deja/g++.pt/parms2.C: New test.
15823 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15825         * g++.old-deja/g++.pt/crash58.C: New test.
15827 2000-09-06  Greg McGary  <greg@mcgary.org>
15829         * gcc.c-torture/execute/20000906-1.c: New test.
15830         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15832 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15834         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15836 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15838         * g++.old-deja/g++.pt/crash57.C: New test.
15840 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15842         * g++.old-deja/g++.pt/crash56.C: New test.
15844 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15846         * g++.old-deja/g++.pt/koenig1.C: New test.
15848 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15850         * gcc.dg/20000904-1.c: New test.
15852 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15854         * gcc.dg/cpp/paste8.c: New test.
15856 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
15858         * gcc.c-torture/compile/20000827-1.c: New test.
15860 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15862         * gcc.dg/format-diag-1.c: New test.
15864 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15866         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15867         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15868         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15869         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15870         gcc.dg/formatz-1.c: Adjust warning regular expressions.
15872 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15874         * g++.old-deja/g++.other/nested4.C: New test.
15876 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15878         * g++.old-deja/g++.ns/scoped1.C: New test.
15880 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
15882         * lib/g++.exp: Support testing already-installed GCC.
15884 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15886         * wtr-label-1.c, wtr-suffix-1.c: New tests.
15888 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15890         * gcc.dg/return-type-2.c: New test.
15892 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
15894         * gcc.c-torture/compile/20000825-1.c: New test.
15896 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
15898         * gcc.dg/dwarf2-2.c: New test.
15900 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
15902         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15903         dg-warning regexps.
15905 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15907         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15908         gcc.dg/format-ext-5.c: New tests.
15910 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
15912         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15914 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
15916         * gcc.dg/noncompile/930622-2.c: Adjust error message.
15918 2000-08-24  Richard Henderson  <rth@cygnus.com>
15920         * gcc.dg/ia64-sync-1.c: New test.
15921         * gcc.dg/ia64-sync-2.c: New test.
15922         * gcc.dg/ia64-asm-1.c: New test.
15924 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15926         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15927         * gcc.dg/format-ext-2.c: New test.
15929 2000-08-23  Jason Merrill  <jason@redhat.com>
15931         * lib/old-dejagnu.exp: Also ignore "In member function" and
15932         "At global scope".
15934 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15936         * gcc.dg/noncompile/label-lineno-1.c: New test.
15938 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15940         * gcc.dg/c99-array-nonobj-1.c: New test.
15942 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15944         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15945         tests.
15946         * gcc.dg/format-ext-1.c: New test.
15948 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15950         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15951         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15952         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15953         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15954         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15956 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
15958         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15959         gcc.dg/c99-strftime-2.c: New tests.
15961 2000-08-22  Richard Henderson  <rth@cygnus.com>
15963         * gcc.c-torture/execute/20000822-1.c: New test.
15965 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15967         * gcc.c-torture/execute/20000819-1.x: Remove.
15969 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15971         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15972         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15973         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15974         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15975         gcc.dg/format-xopen-1.c: New tests.
15977 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15979         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15981 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15983         * g++.old-deja/g++.other/loop2.C: New test.
15985         * gcc.c-torture/compile/20000606-1.c: New test.
15986         * gcc.c-torture/compile/20000728-1.c: New test.
15987         * gcc.c-torture/execute/20000801-1.c: New test.
15988         * gcc.c-torture/execute/20000801-2.c: New test.
15989         * gcc.c-torture/execute/20000819-1.c: New test.
15990         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15991         * gcc.dg/20000629-1.c: New test.
15992         * gcc.dg/20000724-1.c: New test.
15993         * gcc.dg/20000807-1.c: New test.
15995 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15997         * gcc.dg/cpp/pragma-1.c: New test.
15998         * gcc.dg/cpp/pragma-2.c: New test.
16000 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
16002         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
16003         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
16005 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16007         * gcc.c-torture/compile/20000818-1.c: New test.
16009 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
16011         * gcc.c-torture/execute/20000818-1.c: New test.
16013 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
16015         * gcc.dg/format-va-1.c: New test.
16017 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16019         * g++.old-deja/g++.other/typedef8.C: New test.
16021 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16023         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
16024         * g++.old-deja/g++.mike/net36.C: Mark candidate.
16025         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
16026         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
16027         * g++.old-deja/g++.other/ptrmem7.C: New test.
16028         * g++.old-deja/g++.pt/ptrmem10.C: New test.
16030 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
16032         * g++.old-deja/g++.pt/typename27.C: New test.
16034 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
16036         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
16037         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
16038         * g++.old-deja/g++.pt/friend45.C: New test.
16039         * g++.old-deja/g++.other/friend8.C: New test.
16041 2000-08-15  Richard Henderson  <rth@cygnus.com>
16043         * gcc.c-torture/execute/20000815-1.c: New test.
16045 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
16047         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
16048         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
16049         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
16051 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
16053         * g++.old-deja/g++.other/refinit2.C: New test.
16055 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
16057         * lib/c-torture.exp (c-torture): Make
16058         compiler_conditional_xfail_data global.
16059         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
16060         compiler_conditional_xfail_data machinery.
16061         (f-torture-execute): Likewise.
16062         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
16063         and only when unrolling loops.
16065         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
16067 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
16069         * g++.old-deja/g++.pt/explicit81.C: New test.
16071 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
16073         * g++.old-deja/g++.pt/typename26.C: New test.
16075 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
16077         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
16078         warning.
16080 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
16082         * g++.old-deja/g++.other/array3.C: New test.
16084 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16086         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
16087         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
16088         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
16089         New tests.
16091 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
16093         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
16094         * g++.old-deja/g++.abi/vmihint.C: Likewise.
16096 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
16098         * gcc.c-torture/execute/20000808-1.c: New test.
16100 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16102         * gcc.dg/c90-const-expr-1.c: New test.
16104 2000-08-08  Richard Henderson  <rth@cygnus.com>
16106         * gcc.dg/noncompile/920923-1.c: Declare calloc.
16108 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16110         * gcc.dg/noncompile/const-ll-1.c: New test.
16112 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
16114         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
16116 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
16118         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
16119         that running programs linked against the shared version of libobjc
16120         run correctly.
16122 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16124         * gcc.dg/c99-printf-1.c: New test.
16126 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16128         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
16130 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
16132         * gcc.c-torture/execute/20000731-1.x: Delete.
16134 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
16136         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
16137         and torture_without_loops as is done by c-torture.exp.
16138         (search_for): Copy from c-torture.exp.
16139         (gcc-dg-runtest): New function, drives a directory of tests
16140         iterating over the TORTURE_OPTIONS.
16141         (scan-assembler, scan-assembler-not): Move here from
16142         individual directory drivers.
16144         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
16145         defined by lib/gcc-dg.exp.
16146         * gcc.dg/cpp/cpp.exp: Likewise.
16147         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
16148         gcc-dg-runtest, so we cycle over optimization options.
16150         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
16151         * gcc.dg/compare2.c: No longer expected to fail.
16153 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16155         * gcc.c-torture/execute/20000804-1.c: New test.
16157 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16159         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
16161 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
16163         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
16165 2000-08-03  Jeffrey A Law  (law@cygnus.com)
16167         * gcc.c-torture/compile/20000803-1.c: New test.
16169 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16171         * gcc.c-torture/execute/20000801-3.c,
16172         gcc.c-torture/execute/20000801-4.c: New tests.
16173         * gcc.c-torture/execute/20000801-3.x,
16174         gcc.c-torture/execute/20000801-4.x: Xfail.
16176 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
16178         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
16179         libobjc/.libs to allow for libtool.
16181 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
16183         * gcc.c-torture/compile/20000802-1.c: New test.
16185 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
16187         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
16189 2000-07-31  Jeffrey A Law  (law@cygnus.com)
16191         * gcc-c-torture/execute/20000731-2.c: New test.
16193         * gcc.c-torture/execute/20000731-1.c: New test.
16194         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
16196 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
16198         * testsuite/gcc.dg/cpp/paste7.c: New test.
16199         * gcc.dg/cpp/20000725-1.c: New test.
16201 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
16203         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
16204         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
16205         declaration warning for __builtin_dwarf_reg_size.
16207         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
16209 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16211         * gcc.dg/noncompile/voidparam-1.c: New test.
16213 2000-07-30  Richard Henderson  <rth@cygnus.com>
16215         * gcc.dg/c90-digraph-1.c: Don't xfail.
16216         * gcc.dg/compare2.c (case 10): Xfail.
16217         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
16219 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
16221         * gcc.dg/c99-main-1.c: New test.
16223 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16225         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
16227 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
16229         * gcc.c-tortuer/execute/20000726-1.c: New test.
16231 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
16233         * gcc.c-torture/execute/enum-2.c: New test.
16235 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16237         * gcc.dg/cpp/tr-warn3.c: New test.
16239 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16241         * g++.old-deja/g++.ext/implicit1.C: Remove.
16242         * g++.old-deja/g++.jason/c2.C: Remove
16243         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
16244         * g++.old-deja/g++.pt/crash16.C: Likewise.
16245         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
16247 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16249         * g++.old-deja/g++.other/for2.C: New test.
16251 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
16253         * gcc.dg/20000720-1.c: New test.
16255 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
16257         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
16259 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
16261         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
16262         * gcc.c-torture/execute/20000722-1.c: New.
16263         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
16265 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
16267         * gcc.dg/cpp/20000720-1.S: New test.
16269 2000-07-21  Michael Meissner  <meissner@redhat.com>
16271         * gcc.c-torture/execute/ieee/hugeval.c: New test.
16273 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16275         * g++.old-deja/g++.brendan/crash16.C,
16276         g++.old-deja/g++.brendan/parse3.C,
16277         g++.old-deja/g++.brendan/redecl1.C,
16278         g++.old-deja/g++.ns/template13.C,
16279         g++.old-deja/g++.other/decl4.C,
16280         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
16282 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16284         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
16285         and "Internal error".
16287         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
16288         regexps.
16289         * gcc.dg/cpp/paste6.c: New test.
16291 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
16293         * gcc.dg/cpp/tr-direct.c: New test.
16295         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
16296         gcc.dg/cpp/undef1.c: Tweak error regexps.
16298 2000-07-18  Eric Christopher <echristo@redhat.com>
16300         * gcc.c-torture/compile/20000718-1.c: New test.
16302 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
16304         * cpplex.c (_cpp_push_token): If the token being pushed back
16305         is the previous token in this context, just subtract one from
16306         context->posn.
16307         * cppmacro.c (save_expansion): Clear aux field when storing a
16308         placemarker.
16310 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
16312         * gcc.dg/noncompile/redecl-1.c: New test.
16314 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
16316         * gcc.c-torture/execute/20000717-5.c: New test.
16317         * gcc.c-torture/execute/20000717-1.x: Removed.
16319 2000-07-17  Richard Henderson  <rth@cygnus.com>
16321         * gcc.c-torture/execute/20000717-4.c: New test.
16323 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
16325         * gcc.dg/cpp/syshdr.c: New test.
16326         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
16328 2000-07-17  Neil Booth  <neilb@earthling.net>
16330         * gcc.dg/cpp/cmdlne-dM.c: New test.
16331         * gcc.dg/cpp/cmdlne-dD.c: New test.
16333 2000-07-17  Jeffrey A Law  (law@cygnus.com)
16335         * gcc.c-torture/execute/20000717-3.c: New test.
16337         * gcc.c-torture/compile/20000717-1.c: New test.
16339 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
16341         * gcc.c-torture/execute/20000717-2.c: New test.
16343 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
16345         * gcc.dg/formatz-1.c: New test.
16347         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
16348         * gcc.dg/c99-digraph-1.c: New tests.
16350         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
16351         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
16353         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
16354         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
16355         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
16356         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
16357         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
16358         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
16359         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
16361 2000-07-17   Greg McGary <greg@mcgary.org>
16363         * gcc.c-torture/execute/20000717-1.c: New test.
16364         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
16366 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
16368         * gcc.c-torture/execute/20000715-2.c: New test.
16369         * gcc.dg/20000715-1.c: New test.
16371 2000-07-15  Michael Meissner  <meissner@redhat.com>
16373         * gcc.c-torture/execute/20000715-1.c: New test.
16375 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
16377         * gcc.c-torture/execute/20000707-1.c: New test.
16379 2000-07-13  Neil Booth  <NeilB@earthling.net>
16381         * testsuite/gcc.dg/cpp/digraph1.c,
16382         testsuite/gcc.dg/cpp/digraph2.c,
16383         testsuite/gcc.dg/cpp/digraphs.c: New tests.
16385 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
16387         * g77.f-torture/compile/20000630-2.f:  New test.
16388         * g77.f-torture/compile/20000630-2.x
16390 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16392         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
16394 2000-07-11  Neil Booth  <NeilB@earthling.net>
16396         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
16398 2000-07-11  Neil Booth  <NeilB@earthling.net>
16400         * gcc.dg/cpp/cmdlne-C.c: New.
16402 2000-07-09  Neil Booth  <NeilB@earthling.net>
16404         * gcc.dg/cpp/directiv.c: New tests.
16405         * gcc.dg/cpp/undef1.c: Update.
16407 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
16409         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
16411 2000-07-09  Neil Booth  <NeilB@earthling.net>
16413         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
16415 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
16417         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
16418         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
16420 2000-07-08  Neil Booth  <NeilB@earthling.net>
16422         * gcc.dg/cpp/macsyntx.c: New tests.
16424 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16426         * gcc.dg/20000707-1.c: New test.
16428 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16430         * gcc.c-torture/execute/20000706-1.c: New test.
16431         * gcc.c-torture/execute/20000706-2.c: New test.
16432         * gcc.c-torture/execute/20000706-3.c: New test.
16433         * gcc.c-torture/execute/20000706-4.c: New test.
16434         * gcc.c-torture/execute/20000706-5.c: New test.
16436 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16438         * g++.old-deja/g++.pt/instantiate7.C: New test.
16440 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16442         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
16443         * g++.old-deja/g++.mike/thunk3.C: Likewise.
16444         * g++.old-deja/g++.other/rtti3.C: Likewise.
16445         * g++.old-deja/g++.other/rttid3.C: Likewise.
16447 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
16449         *  g77.f-torture/compile/20000630-1.x: Fix typo
16451 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
16453         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
16454         assembly output.
16456 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
16458         * gcc.dg/cpp/ident.c: New test.
16460 2000-07-05  Neil Booth  <NeilB@earthling.net>
16462         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
16463           gcc.dg/cpp/lexstrng.c: New tests.
16465 2000-07-04  Neil Booth  <NeilB@earthling.net>
16467         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
16468         * gcc.dg/cpp/strify2.c: Same.
16470 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
16472         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
16473         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
16474         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
16475         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
16477         * testsuite/gcc.dg/cpp/macro1.c,
16478         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
16479         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
16480         testsuite/gcc.dg/cpp/strify1.c,
16481         testsuite/gcc.dg/cpp/strify2.c: New tests.
16483 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
16485         * gcc.c-torture/execute/20000703-1.c: New test.
16487 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16489         * g++.old-deja/g++.pt (lookup10.C): New test.
16491 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16493         * g++.old-deja/g++.pt (typename25.C): New test.
16495 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
16497         * gcc.c-torture/compile/20000701-1.c: New test.
16499 2000-06-30  Nick Clifton  <nickc@cygnus.com>
16501         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
16502         to test case.
16504 2000-06-30  Catherine Moore  <clm@cygnus.com>
16506         * gcc.c-torture/execute/align-1.c: New test.
16508 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
16510         * g++.old-deja/g++.pt/expr8.C: New test.
16511         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
16513 2000-06-29  Nick Clifton  <nickc@cygnus.com>
16515         * gcc.c-torture/compile/20000629-1.c: New test.
16517 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16520         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
16521         gcc.dg/noncompile directory, depending on whether they're
16522         preprocessor tests or not.  Annotate all the tests for the dg
16523         framework.
16525         * gcc.c-torture/noncompile/noncompile.exp: Delete.
16526         * gcc.dg/noncompile/noncompile.exp: New.
16528         * Moved files:
16529         Old name                                New name
16530         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
16531         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
16532         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
16533         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
16534         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
16535         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
16536         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
16537         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
16538         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
16539         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
16540         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
16541         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
16542         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
16543         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
16544         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
16545         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
16546         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
16547         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
16548         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
16549         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
16550         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
16551         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
16552         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
16553         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
16555         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
16556         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
16557         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
16558         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
16559         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
16560         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
16562 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16564         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
16565         declare one variable.  On the fourth, error.
16566         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
16567         declared by 20000628-1a.h.
16569 2000-06-29  Richard Henderson  <rth@redhat.com>
16571         * gcc.c-torture/execute/930529-1.x: New file.
16572         * gcc.dg/920413-1.c: Adjust expected warning text.
16573         * gcc.dg/980217-1.c: Declare abort.
16574         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
16576 2000-06-29  Jeffrey A Law  (law@cygnus.com)
16578         * g77.f-torture/compile/20000629-1.f: New test.
16579         * g77.f-torture/compile/20000629-1.x: Expected to fail.
16581 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16583         Rearrange lots of files, removing entirely the
16584         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
16585         directories.
16587         * Deleted files:
16588         gcc.c-torture/code_quality/code_quality.exp
16589         gcc.c-torture/special/special.exp
16590         gcc.failure/failure.exp
16591         gcc.failure/940409-1.x
16592         gcc.c-torture/compile/961203-1.x
16594         * New files:
16595         gcc.misc-tests/linkage.exp
16596         gcc.c-torture/execute/920730-1t.c
16597         gcc.c-torture/execute/920730-1t.x
16598         gcc.c-torture/compile/920520-1.x
16599         gcc.c-torture/compile/920521-1.x
16600         gcc.c-torture/compile/981006-1.x
16601         gcc.c-torture/execute/eeprof-1.x
16603         * Moved files (possibly with modifications to fit a new harness):
16604         Old name                                New name
16605         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
16606         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
16607         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
16608         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
16609         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
16610         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
16611         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
16612         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
16613         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
16614         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
16615         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
16616         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
16617         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
16618         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
16620 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16622         * c-torture/compile/961203-1.x: Delete.
16624         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
16625         not exit. Include stdio.h.
16626         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16627         * gcc.misc-tests/dg-12.c: Likewise.
16628         * gcc.misc-tests/dg-5.c: Likewise.
16629         * gcc.misc-tests/dg-6.c: Likewise.
16630         * gcc.misc-tests/dg-7.c: Prototype abort.
16631         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16632         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16633         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
16634         not exit.
16635         * gcc.misc-tests/sieve.c: Use return from main, not exit.
16636         * gcc.misc-tests/sort2.c: Use return from main, not exit.
16638 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
16640         * gcc.dg/cpp/20000628-1.c: New test.
16641         * gcc.dg/cpp/20000628-1.h: New header for above test.
16642         * gcc.dg/cpp/20000628-1a.h: Likewise.
16644 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
16646         * gcc.dg/cpp: New directory.
16647         * gcc.dg/cpp/cpp.exp: New driver.
16648         * gcc.dg/cpp/20000627-1.c: New test.
16649         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16650         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16651         and rewrite as a compilation test.
16653         * gcc.dg: Move many files into the cpp subdirectory, possibly
16654         renaming or editing them as well.
16655         Old name                New name
16656         990119-1.c              cpp/19990119-1.c
16657         990228-1.c              cpp/19990228-1.c
16658         990407-1.c              cpp/19990407-1.c
16659         990409-1.c              cpp/19990409-1.c
16660         990413-1.c              cpp/19990413-1.c
16661         990703-1.c              cpp/19990703-1.c
16662         20000127-1.c            cpp/20000127-1.c
16663         20000129-1.c            cpp/20000129-1.c
16664         20000207-1.c            cpp/20000207-1.c
16665         20000207-2.c            cpp/20000207-2.c
16666         20000209-1.c            cpp/20000209-1.c
16667         20000209-2.c            cpp/20000209-2.c
16668         20000301-1.c            cpp/20000301-1.c
16669         20000419-1.c            cpp/20000419-1.c
16670         20000510-1.S            cpp/20000510-1.S
16671         20000519-1.c            cpp/20000519-1.c
16672         20000529-1.c            cpp/20000529-1.c
16673         20000625-1.c            cpp/20000625-1.c
16674         20000625-2.c            cpp/20000625-2.c
16675         cpp-as1.c               cpp/assert1.c
16676         cpp-as2.c               cpp/assert2.c
16677         cxx-comments-1.c        cpp/cxxcom1.c
16678         cxx-comments-2.c        cpp/cxxcom2.c
16679         endif-label.c           cpp/endif.c
16680         cpp-hash1.c             cpp/hash1.c
16681         cpp-hash2.c             cpp/hash2.c
16682         cpp-if1.c               cpp/if-1.c
16683         cpp-if2.c               cpp/if-2.c
16684         cpp-if3.c               cpp/if-3.c
16685         cpp-if4.c               cpp/if-4.c
16686         cpp-if5.c               cpp/if-5.c
16687         cpp-cond.c              cpp/if-cexp.c
16688         cpp-missingop.c         cpp/if-mop.c
16689         cpp-missingparen.c      cpp/if-mpar.c
16690         cpp-opprec.c            cpp/if-oppr.c
16691         cpp-ifparen.c           cpp/if-paren.c
16692         cpp-shortcircuit.c      cpp/if-sc.c
16693         cpp-shift.c             cpp/if-shift.c
16694         cpp-unary.c             cpp/if-unary.c
16695         cpp-li1.c               cpp/line1.c
16696         cpp-li2.c               cpp/line2.c
16697         lineno.c                cpp/line3.c
16698         lineno-2.c              cpp/line4.c
16699         cpp-mi.c                cpp/mi1.c
16700         cpp-mic.h               cpp/mi1c.h
16701         cpp-micc.h              cpp/mi1cc.h
16702         cpp-mind.h              cpp/mi1nd.h
16703         cpp-mindp.h             cpp/mi1ndp.h
16704         cpp-mix.h               cpp/mi1x.h
16705         cpp-mi2.c               cpp/mi2.c
16706         cpp-mi2a.h              cpp/mi2a.h
16707         cpp-mi2b.h              cpp/mi2b.h
16708         cpp-mi2c.h              cpp/mi2c.h
16709         cpp-mi3.c               cpp/mi3.c
16710         cpp-mi3.def             cpp/mi3.def
16711         poison-1.c              cpp/poison.c
16712         pr-impl.c               cpp/prag-imp.c
16713         cpp-redef-2.c           cpp/redef1.c
16714         cpp-redef.c             cpp/redef2.c
16715         strpaste.c              cpp/strp1.c
16716         strpaste-2.c            cpp/strp2.c
16717         cpp-tradpaste.c         cpp/tr-paste.c
16718         cpp-tradstringify.c     cpp/tr-str.c
16719         cpp-tradwarn1.c         cpp/tr-warn1.c
16720         cpp-tradwarn2.c         cpp/tr-warn2.c
16721         trigraphs.c             cpp/trigraphs.c
16722         cpp-unc1.c              cpp/unc1.c
16723         cpp-unc2.c              cpp/unc2.c
16724         cpp-unc3.c              cpp/unc3.c
16725         cpp-unc.c               cpp/unc4.c
16726         undef.c                 cpp/undef1.c
16727         undef-2.c               cpp/undef2.c
16728         cpp-wi1.c               cpp/widestr1.c
16730 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16732         * lib/g++.exp (g++_include_flags): Tweak.
16734 2000-06-27  H.J. Lu  <hjl@gnu.org>
16735             Loren J. Rittle  <ljrittle@acm.org>
16737         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16738         version with one that knows about the new gcc tree structure.
16739         (g++_link_flags): Same.
16741 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16743         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16744         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16745         case we are cross-compiling.
16747         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16748         g++.old-deja/g++.niklas/Makefile.in,
16749         g++.old-deja/g++.niklas/configure.in,
16750         g++.old-deja/g++.other/Makefile.in,
16751         g++.old-deja/g++.other/configure.in,
16752         gcc.c-torture/code_quality/Makefile.in,
16753         gcc.c-torture/code_quality/configure.in,
16754         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16755         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16756         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16757         gcc.c-torture/execute/ieee/Makefile.in,
16758         gcc.c-torture/execute/ieee/configure.in,
16759         gcc.c-torture/noncompile/Makefile.in,
16760         gcc.c-torture/noncompile/configure.in,
16761         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16762         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16763         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16765 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16767         * g++.old-deja/g++.other/ambig3.C: New test.
16769 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16771         * g++.old-deja/g++.pt/syntax1.C: New test.
16772         * g++.old-deja/g++.pt/syntax2.C: New test.
16773         * g++.old-deja/g++.other/syntax3.C: New test.
16774         * g++.old-deja/g++.other/syntax4.C: New test.
16776 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16778         * gcc.dg/20000623-1.c: Prototype exit and abort.
16780 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16782         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16783         New tests.
16784         * gcc.dg/cpp-mi3.def: New file.
16786         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16787         inside assertions.
16788         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16789         lexer's error messages.
16790         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16791         divine anything from the linemarkers.
16792         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16793         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16795 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16797         * gcc.dg/20000623-1.c: New test.
16799 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16801         * gcc.c-torture/execute/20000622-1.c: New test.
16803 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16805         * g++.old-deja/g++.other/init15.C: New test.
16807 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16809         * g++.old-deja/g++.pt/vaarg2.C: New test.
16810         * g++.old-deja/g++.pt/vaarg3.C: New test.
16812 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16814         * g++.old-deja/g++.other/dyncast6.C: New test.
16816 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16818         * gcc.c-torture/execute/loop-6.c: New test.
16820 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16822         * gcc.dg/20000614-1.c: New test.
16823         * gcc.dg/20000614-2.c: New test.
16825 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
16827         * g++.old-deja/g++.other/inline12.C: New test.
16829 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
16831         * g++.old-deja/g++.other/eh1.C: New test.
16833 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
16835         * g++.old-deja/g++.other/type.C: New test.
16837 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16839         * g++.old-deja/g++.other/initstring.C: New test.
16841 2000-06-12  Jason Merrill  <jason@redhat.com>
16843         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16845 2000-06-09  Jeffrey A Law  (law@cygnus.com)
16847         * gcc.c-torture/compile/20000609-1.c: New test.
16849 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
16851         * gcc.dg/20000609-1.c: New test.
16853 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
16855         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16856         * gcc.c-torture/noncompile/poison-1.c: Move...
16857         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16858         * gcc.dg/cpp-li1.c: Add a token after the #line.
16860 2000-06-05  Richard Henderson  <rth@cygnus.com>
16862         * gcc.c-torture/execute/20000605-2.c: New test.
16863         * gcc.c-torture/execute/20000605-3.c: New test.
16865 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
16867         * g77.f-torture/execute/20000503-1.x: New file.
16869 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
16871         * g++.old-deja/g++.eh/badalloc1.C: New test.
16873 2000-06-05  Richard Henderson  <rth@cygnus.com>
16875         * gcc.c-torture/execute/20000605-1.c: New test.
16877 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16878             Nathan Sidwell <nathan@codesourcery.com>
16880         * gcc.c-torture/compile/20000605-1.c: New test.
16882 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
16884         * g77.f-torture/compile/20000601-1.f:  New test.
16886 2000-06-03  Richard Henderson  <rth@cygnus.com>
16888         * gcc.c-torture/execute/20000603-1.c: New.
16890 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
16892         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16893         * gcc.dg/noreturn-2.c (noreturn): Likewise.
16895 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
16897         * gcc.dg/compare2.c (case 12): XFAIL.
16898         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16899         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16901         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16903 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
16905         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16906         guard macro is already defined when the header is first
16907         included.
16908         * gcc.dg/cpp-mix.h: New file.
16909         * gcc.dg/endif-label.c: Update patterns to match compiler.
16911         * g++.brendan/complex1.C: Declare abort.
16912         * g++.law/refs4.C: Remove XFAIL.
16913         * g++.oliva/expr2.C: Declare abort and exit.
16915 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
16917         * gcc.c-torture/execute/20000528-1.c: New test.
16919         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16920         * g++.old-deja/g++.law/temps4.C: Likewise.
16922         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16923         stdlib.h.  Call abort() on failure.
16924         * g++.old-deja/g++.law/refs4.C: Likewise.
16925         * g++.old-deja/g++.law/temps4.C: Likewise.
16926         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16927         * gcc.c-torture/execute/20000112-1.c: Include string.h.
16929 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
16931         Relative to g++.dg/special:
16932         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16934         Relative to g++.old-deja:
16935         * g++.brendan/complex1.C, g++.jason/optimize2.C,
16936         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16937         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16938         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16939         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16940         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16941         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16943         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16944         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16945         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16946         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16947         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16948         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16949         and/or string.h.
16951         * g++.other/goto1.C: Update expectations for error messages.
16953 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
16955         * gcc.c-torture/compile/20000523-1.c: New test.
16957 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16959         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16961 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16963         * g++.old-deja/g++.eh/catch11.C: New test.
16964         * g++.old-deja/g++.eh/catch12.C: New test.
16966 2000-05-24  Nick Clifton  <nickc@cygnus.com>
16968         * gcc.c-torture/execute/20000523-1.c: New test.
16970 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
16972         * c-torture/execute/bcp-1.c: Replace abort in arg of
16973         __builtin_constant_p with a generic external function.
16975         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16976         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16977         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16978         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16979         Prototype abort and/or exit.
16981         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16982         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16983         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16984         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16986 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16988         * gcc.dg/dwarf2-1.c: New test.
16990 2000-05-20  Richard Henderson  <rth@cygnus.com>
16992         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16994 2000-05-20  Andreas Jaeger  <aj@suse.de>
16996         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16997         testcase.
16999 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
17001         * gcc.c-torture/execute/20000519-2.c: New test.
17003 2000-05-19  Andreas Jaeger  <aj@suse.de>
17005         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
17006         which fails with SSA.
17008         * lib/c-torture.exp: Also test with -O3 -fssa.
17010 2000-05-18  Michael Meissner  <meissner@redhat.com>
17012         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
17013         * gcc.c-torture/execute/920415-1.c: Ditto.
17014         * gcc.c-torture/execute/920501-1.c: Ditto.
17015         * gcc.c-torture/execute/conversion.c: Ditto.
17016         * gcc.c-torture/execute/cvt-1.c: Ditto.
17018 2000-05-18  Jeffrey A Law  (law@cygnus.com)
17020         * gcc.c-torture/compile/20000518-1.c: New test.
17022 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
17024         * g77.f-torture/compile/200005018.f:  New test.
17026 2000-05-17  Jeffrey A Law  (law@cygnus.com)
17028         * gcc.c-torture/compile/20000517-1.c: New test.
17030 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17032         * gcc.c-torture/execute/20000516-1.c: New test.
17034 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
17036         * g++.old-deja/g++.other/eh.C: New test.
17038 2000-05-12  Richard Henderson  <rth@cygnus.com>
17040         * gcc.c-torture/execute/990208-1.c (main): Don't pass
17041         constants through to doit's conditional.
17043 2000-05-11  Jeffrey A Law  (law@cygnus.com)
17045         * gcc.c-torture/compile/20000511-1.c: New test.
17046         * g77.f-torture/compile/20000511-1.f: New test.
17047         * g77.f-torture/compile/20000511-2.f: New test.
17049 2000-05-11  Michael Meissner  <meissner@redhat.com>
17051         * gcc.c-torture/execute/20000511-1.c: New test.
17053 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
17055         * gcc.dg/dg.exp: Scan .S files as well as .c files.
17056         * gcc.dg/20000510-1.S: New.
17058 2000-05-08  Catherine Moore  <clm@cygnus.com>
17060         * gcc.dg/unused-3.c: New.
17062 2000-05-06  Richard Henderson  <rth@cygnus.com>
17064           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
17065           * g++.old-deja/g++.mike/warn1.C: Likewise.
17066           * g++.old-deja/g++.pt/local1.C: Likewise.
17067           * g++.old-deja/g++.pt/local7.C: Likewise.
17068           * g++.old-deja/g++.pt/spec16.C: Likewise.
17070 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
17072         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
17074 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
17076           * g77.f-torture/execute/20000503-1.f:  New test.
17078 2000-05-04  Andreas Jaeger  <aj@suse.de>
17080         * gcc.dg/noreturn-2.c: New test.
17082 2000-05-04  Neil Booth  <NeilB@earthling.net>
17084         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
17085         preprocessor.
17087 2000-05-04  Richard Henderson  <rth@cygnus.com>
17089         * gcc.c-torture/execute/20000503-1.c: Fix typo.
17091 2000-05-04  Richard Henderson  <rth@cygnus.com>
17093         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
17094         OpenSSL by Jason R Thorpe.
17096 2000-05-03  Jim Wilson  <wilson@cygnus.com>
17098         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
17100 2000-05-03  Robert Lipe <robertlipe@usa.net>
17102         * gcc.dg/20000503-1.c: New test.
17104 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
17106         * gcc.c-torture/compile/20000502-1.c: New test.
17107         * g++.old-deja/g++.other/align.C: New test.
17108         * gcc.dg/cpp-tradstringify.c: New test.
17110 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
17112         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
17113         and hard registers.
17115 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
17117         * gcc.c-torture/execute/loop-5.c: New test.
17119 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
17121         * gcc.c-torture/execute/va-arg-20.c: New test.
17123 2000-04-23  Jeffrey A Law  (law@cygnus.com)
17125         * gcc.c-torture/execute/20000422-1.c: New test.
17127 2000-04-20  Greg McGary  <gkm@gnu.org>
17129         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
17130         when optimizing, but without sibling-call optimizations (-O1).
17132 2000-04-20  Jeffrey A Law  (law@cygnus.com)
17134           * gcc.c-torture/compile/20000420-1.c: New test.
17136 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
17138         * g++.abi/ptrflags.C: New test.
17139         * g++.eh/catchptr1.C: Test incomplete pointer chains.
17141 2000-04-19  Catherine Moore  <clm@cygnus.com>
17143         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
17145 2000-04-19  Greg McGary  <gkm@gnu.org>
17147         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
17148         sibling-call optimizations.
17150 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
17152         * gcc.dg/20000419-1.c: New test.
17154 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
17156         * gcc.c-torture/execute/20000412-6.c: New test.
17158 2000-04-12  Jeffrey A Law  (law@cygnus.com)
17160         * gcc.c-torture/execute/20000412-5.c: New test.
17161         * g77.f-torture/compile/20000412-1.f: New test.
17162         * gcc.c-torture/execute/20000412-4.c: New test.
17163         * gcc.c-torture/compile/20000412-2.c: New test.
17164         * gcc.c-torture/execute/20000412-3.c: New test.
17165         * gcc.c-torture/compile/20000412-1.c: New test.
17166         * gcc.c-torture/execute/20000412-2.c: New test.
17168 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
17170         * objc/execute/bf-20.m: New test.
17172 2000-04-10  Richard Henderson  <rth@cygnus.com>
17174         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
17176         * gcc.c-torture/execute/20000412-1.c: New test.
17178 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17180         * g++.old-deja/g++.eh/catchptr1.C: New test.
17182 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
17184         * g++.old-deja/g++.abi/cxa_vec.C: New test.
17186 2000-04-08  Neil Booth  <NeilB@earthling.net>
17188         * gcc.dg/cpp-nullchar.c: Remove test as
17189         embedded nulls cause problems.
17191 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17193         * gcc.dg/compare2.c: New test.
17195 2000-04-08  Neil Booth  <NeilB@earthling.net>
17197         * gcc.dg/cpp-nullchar.c: New test.
17199 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
17201         * gcc.dg/cpp-mi2.c: New test.
17202         * gcc.dg/cpp-mi2[abc].h: New files.
17204 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
17206         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
17207         member name.
17209 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
17211         * g++.old-deja/g++.abi/vmihint.C: New test.
17213 2000-04-06  Neil Booth  <NeilB@earthling.net>
17215         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
17216         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
17217         copyright.
17219 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
17221         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
17222         avoid stack-frame overwrite.
17224 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
17226         * gcc.c-torture/compile/20000405-2.c: New test.
17227         * gcc.c-torture/compile/20000405-3.c: New test.
17229 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17231         * gcc.c-torture/compile/20000405-1.c: New test.
17233 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
17235         * gcc.dg/cast-qual-1.c: Revert last change.
17237 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17239         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
17241 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
17243         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
17244         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
17246 2000-04-03  Jeffrey A Law  (law@cygnus.com)
17248         * gcc.c-torture/compile/20000403-2.c: New test.
17249         * gcc.c-torture/compile/20000403-1.c: New test.
17251 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
17253         * gcc.c-torture/execute/20000403-1.c: New test.
17255 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
17257         * gcc.c-torture/execute/20000402-1.c: New test.
17259 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
17261         * gcc.c-torture/execute/va-arg-15.c: New test.
17262         * gcc.c-torture/execute/va-arg-16.c: New test.
17263         * gcc.c-torture/execute/va-arg-17.c: New test.
17264         * gcc.c-torture/execute/va-arg-18.c: New test.
17265         * gcc.c-torture/execute/va-arg-19.c: New test.
17267 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
17269         * gcc.c-torture/compile/981211-1.c: Move to...
17270         * gcc.dg/cpp-as1.c: ...here.
17271         * gcc.dg/cpp-as2.c: New file.
17273         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
17274         compiler.
17276 2000-04-02  Neil Booth  <NeilB@earthling.net>
17278         * gcc.dg/cpp-cond.c  New tests.
17279         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
17280         accidental success less likely.
17281         * gcc.dg/cpp-missingop.c  New tests.
17282         * gcc.dg/cpp-missingparen.c  New tests.
17283         * gcc.dg/cpp-shift.c  New tests.
17284         * gcc.dg/cpp-shortcircuit.c  New tests.
17285         * gcc.dg/cpp-unary.c  New tests.
17287 2000-03-29  Jeffrey A Law  (law@cygnus.com)
17289         * gcc.c-torture/compile/20000329-1.c: New test.
17291 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
17293         * gcc.c-torture/compile/20000326-1.c: New test.
17294         * gcc.c-torture/compile/20000326-2.c: New test.
17296 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
17298         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
17299         the first parameter is a function argument.
17301 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
17303         * g++.old-deja/g++.ext/array4.C: New test.
17305 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
17307         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
17309 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17311         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
17313 2000-03-19  Richard Henderson  <rth@cygnus.com>
17315         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
17317 2000-03-19  Richard Henderson  <rth@cygnus.com>
17319         * gcc.c-torture/compile/20000319-1.c: New test.
17321 2000-03-14  Jeffrey A Law  (law@cygnus.com)
17323         * gcc.c-torture/execute/20000314-3.c: New test.
17324         * gcc.c-torture/execute/20000314-2.c: New test.
17325         * gcc.c-torture/execute/20000314-1.c: New test.
17326         * gcc.c-torture/compile/20000314-2.c: New test.
17327         * gcc.c-torture/compile/20000314-1.c: New test.
17329 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
17331         * g++.old-deja/g++.warn/inline.C: New test.
17333 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
17335         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
17336         standards-compliant result rather than specific constants.
17337         Put test-values in array.
17339 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
17341         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
17342         (g++_target_compile): Put test-specific options last.
17344 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17346         * g++.old-deja/g++.eh/vbase4.C: New test.
17348 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17350         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
17352 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17354         * g++.old-deja/g++.brendan/misc12.C: Removed.
17355         * g++.old-deja/g++.pt/memtemp77.C: Constify.
17356         * g++.old-deja/g++.ext/pretty4.C: New test.
17358 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17360         * g++.old-deja/g++.other/string2.C: New test.
17362 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
17364         * g++.old-deja/g++.warn/impint2.C: New test.
17366 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
17368         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
17369         is 1, not zero.
17371 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
17373         * g++.old-deja/g++.warn/impint.C: New test.
17374         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
17375         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
17376         * g++.old-deja/g++.pt/explicit12.C: Likewise.
17377         * g++.old-deja/g++.pt/explicit13.C: Likewise.
17378         * g++.old-deja/g++.pt/explicit17.C: Likewise.
17379         * g++.old-deja/g++.pt/explicit18.C: Likewise.
17380         * g++.old-deja/g++.pt/explicit19.C: Likewise.
17381         * g++.old-deja/g++.pt/explicit23.C: Likewise.
17382         * g++.old-deja/g++.pt/explicit31.C: Likewise.
17383         * g++.old-deja/g++.pt/explicit35.C: Likewise.
17384         * g++.old-deja/g++.pt/explicit6.C: Likewise.
17385         * g++.old-deja/g++.pt/memclass7.C: Likewise.
17387 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
17389         * gcc.dg/cpp-redef.c: New test.
17391 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
17393         * g++.old-deja/g++.pt/unify7.C: New test.
17395 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17397         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
17398         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
17400 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
17402         * gcc.c-torture/compile/20000224-1.c: New test.
17404 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17406         * gcc.c-torture/compile/cpp-2.c: New test.
17407         * gcc.c-torture/compile/cpp-1.c: New test.
17409 2000-02-25  Jeffrey A Law  (law@cygnus.com)
17411         * gcc.c-torture/execute/20000225-1.c: New test.
17413 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17415         * gcc.dg/cpp-li2.c: New test.
17417         * gcc.dg/cpp-wi1.c: New test.
17419         * gcc.dg/cpp-li1.c: New test.
17421 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
17423         * g++.old-deja/g++.other/sizeof5.C: New test.
17425 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17427         * gcc.c-torture/execute/va-arg-13.c: New test.
17429 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
17431         * gcc.c-torture/execute/va-arg-12.c: New test.
17433 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17435         * gcc.c-torture/execute/20000223-1.c: New test.
17437 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17439         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
17441 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
17443         * g++.old-deja/g++.abi/ptrmem.C: New test.
17445 2000-02-19  Richard Henderson  <rth@cygnus.com>
17447         * gcc.c-torture/compile/init-3.c: New.
17449 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
17451         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
17452         ALWAYS_CXXFLAGS.
17454 2000-02-11  Robert Lipe <robertl@sco.com>
17456         * gcc.c-torture/compile/20000211-3.c: New test.
17458 2000-02-11  Martin Buchholz <martin@xemacs.org>
17460         * gcc.c-torture/compile/20000211-2.c: New test.
17462 2000-02-11  Jeffrey A Law  (law@cygnus.com)
17464         * gcc.c-torture/compile/20000211-1.c: New test.
17466 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
17468         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
17469           on native targets
17471 2000-02-08  Nathan Sidwell  <nathan@acm.org>
17473         * g++.old-deja/g++.other/cast5.C: New test.
17475 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
17477         * gcc.c-torture/execute/20000205-1.c: New.
17479 2000-02-03  Nathan Sidwell  <nathan@acm.org>
17481         * g++.old-deja/g++.jason/cast3.C: Return void.
17482         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
17484 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17486         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
17488         * gcc.dg/loop-1.c: New test.
17490 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
17492         * gcc.c-torture/compile/20000127-1.c: New test.
17493         * gcc.c-torture/execute/991228-1.c: New test.
17495 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17497         * gcc.dg/unused-2.c: New test.
17499         * gcc.dg/conv-1.c: New test.
17501 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17503         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
17504         compiler.
17505         (tool_option_proc): Fix typo.
17507 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
17509         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
17510         of the ld on the host, not on the build machine.
17511         Also, don't crash if '--help' is not a supported option.
17513 2000-01-24  Richard Henderson  <rth@cygnus.com>
17515         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
17517 2000-01-20  Jeffrey A Law  (law@cygnus.com)
17519         * gcc.c-torture/execute/20000120-2.c: New test.
17520         * gcc.c-torture/execute/20000120-1.c: New test.
17522 2000-01-13  Jeffrey A Law  (law@cygnus.com)
17524         * gcc.c-torture/execute/20000113-1.c: New test.
17526 2000-01-12  Jeffrey A Law  (law@cygnus.com)
17528         * gcc.c-torture/execute/20000112-1.c: New test.
17530 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17532         * gcc.dg/20000111-1.c: New test.
17534 2000-01-10  Jeffrey A Law  (law@cygnus.com)
17536         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
17537         with 16 bit integers.
17539 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17541         * gcc.dg/20000108-1.c: New test.
17543 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17545         * g++.old-deja/g++.ns/koenig8.C: New test.
17547 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17549         * g++.old-deja/g++.other/cast4.C: New test.
17551 2000-01-05  Jeffrey A Law  (law@cygnus.com)
17553         * gcc.c-torture/compile/20000105-2.c: New test.
17554         * gcc.c-torture/compile/20000105-1.c: New test.
17556 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17558         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
17559         references to printf & atoi to conform to ANSI standard.
17560         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
17561         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
17562         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
17563         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
17564         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
17565         * g++.old-deja/g++.brendan/complex1.C: Likewise.
17566         * g++.old-deja/g++.brendan/copy1.C: Likewise.
17567         * g++.old-deja/g++.brendan/copy2.C: Likewise.
17568         * g++.old-deja/g++.brendan/copy3.C: Likewise.
17569         * g++.old-deja/g++.brendan/copy4.C: Likewise.
17570         * g++.old-deja/g++.brendan/copy5.C: Likewise.
17571         * g++.old-deja/g++.brendan/copy6.C: Likewise.
17572         * g++.old-deja/g++.brendan/copy7.C: Likewise.
17573         * g++.old-deja/g++.brendan/copy8.C: Likewise.
17574         * g++.old-deja/g++.brendan/crash11.C: Likewise.
17575         * g++.old-deja/g++.brendan/crash14.C: Likewise.
17576         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
17577         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17578         * g++.old-deja/g++.brendan/delete2.C: Likewise.
17579         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
17580         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
17581         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
17582         * g++.old-deja/g++.brendan/eh1.C: Likewise.
17583         * g++.old-deja/g++.brendan/groff1.C: Likewise.
17584         * g++.old-deja/g++.brendan/init3.C: Likewise.
17585         * g++.old-deja/g++.brendan/misc12.C: Likewise.
17586         * g++.old-deja/g++.brendan/misc7.C: Likewise.
17587         * g++.old-deja/g++.brendan/new2.C: Likewise.
17588         * g++.old-deja/g++.brendan/operators4.C: Likewise.
17589         * g++.old-deja/g++.brendan/operators5.C: Likewise.
17590         * g++.old-deja/g++.brendan/overload2.C: Likewise.
17591         * g++.old-deja/g++.brendan/overload7.C: Likewise.
17592         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
17593         * g++.old-deja/g++.brendan/reference1.C: Likewise.
17594         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
17595         * g++.old-deja/g++.brendan/template24.C: Likewise.
17596         * g++.old-deja/g++.brendan/template3.C: Likewise.
17597         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
17598         * g++.old-deja/g++.jason/inline3.C: Likewise.
17599         * g++.old-deja/g++.jason/opeq.C: Likewise.
17600         * g++.old-deja/g++.law/arg5.C: Likewise.
17601         * g++.old-deja/g++.law/arm7.C: Likewise.
17602         * g++.old-deja/g++.law/ctors11.C: Likewise.
17603         * g++.old-deja/g++.law/cvt8.C: Likewise.
17604         * g++.old-deja/g++.law/init9.C: Likewise.
17605         * g++.old-deja/g++.law/refs4.C: Likewise.
17606         * g++.old-deja/g++.law/template2.C: Likewise.
17607         * g++.old-deja/g++.law/visibility24.C: Likewise.
17608         * g++.old-deja/g++.law/vtable3.C: Likewise.
17609         * g++.old-deja/g++.mike/asm2.C: Likewise.
17610         * g++.old-deja/g++.mike/eh1.C: Likewise.
17611         * g++.old-deja/g++.mike/misc1.C: Likewise.
17612         * g++.old-deja/g++.mike/misc13.C: Likewise.
17613         * g++.old-deja/g++.mike/misc14.C: Likewise.
17614         * g++.old-deja/g++.mike/ns12.C: Likewise.
17615         * g++.old-deja/g++.mike/p1248.C: Likewise.
17616         * g++.old-deja/g++.mike/p3708.C: Likewise.
17617         * g++.old-deja/g++.mike/p3708a.C: Likewise.
17618         * g++.old-deja/g++.mike/p3708b.C: Likewise.
17619         * g++.old-deja/g++.mike/p646.C: Likewise.
17620         * g++.old-deja/g++.mike/p700.C: Likewise.
17621         * g++.old-deja/g++.mike/p783.C: Likewise.
17622         * g++.old-deja/g++.mike/p783a.C: Likewise.
17623         * g++.old-deja/g++.mike/p783b.C: Likewise.
17624         * g++.old-deja/g++.mike/p786.C: Likewise.
17625         * g++.old-deja/g++.mike/p789.C: Likewise.
17626         * g++.old-deja/g++.mike/p789a.C: Likewise.
17627         * g++.old-deja/g++.mike/p807a.C: Likewise.
17628         * g++.old-deja/g++.other/delete3.C: Likewise.
17629         * g++.old-deja/g++.other/dyncast1.C: Likewise.
17630         * g++.old-deja/g++.other/dyncast2.C: Likewise.
17631         * g++.old-deja/g++.other/dyncast3.C: Likewise.
17632         * g++.old-deja/g++.other/empty1.C: Likewise.
17633         * g++.old-deja/g++.other/temporary1.C: Likewise.
17634         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17635         * g++.old-deja/g++.pt/t16.C: Likewise.
17636         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17638 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
17640         * gcc.dg/991230-1.c: New test.
17642 1999-12-29  Jeffrey A Law  (law@cygnus.com)
17644         * gcc.c-torture/compile/991229-3.c: New test.
17645         * gcc.c-torture/compile/991229-2.c: New test.
17646         * gcc.c-torture/compile/991229-1.c: New test.
17648 1999-12-29  Greg McGary <gkm@eng.ascend.com>
17650         * gcc.c-torture/compile/labels-2.c: New test.
17652 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17654         * gcc.c-torture/execute/991227-1.c: New test.
17656 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17658         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17660 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17662         * gcc.c-torture/execute/991221-1.c: New test.
17664 1999-12-20  Nathan Sidwell  <nathan@acm.org>
17666         * g++.old-deja/g++.other/cast3.C: New test.
17668 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
17670         * gcc.c-torture/execute/991216-4.c: New test.
17672 1999-12-16  Michael Meissner  <meissner@cygnus.com>
17674         * gcc.c-torture/execute/991216-1.c: New test.
17675         * gcc.c-torture/execute/991216-2.c: New test.
17676         * gcc.c-torture/execute/991216-3.c: New test.
17678 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17680         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17681         Actually make the test fail by using "-O2" for compilation.
17683 1999-12-15  Nathan Sidwell  <nathan@acm.org>
17685         * g++.old-deja/g++.warn/cast-align1.C: New test.
17687 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17689         * gcc.c-torture/compile/991214-1.c: New test.
17690         * gcc.c-torture/compile/991214-2.c: New test.
17692 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17694         * gcc.dg/991214-1.c: New test.
17696 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17698         * gcc.c-torture/compile/991213-3.c: New test.
17699         * gcc.c-torture/compile/991213-2.c: New test.
17700         * gcc.c-torture/compile/991213-1.c: New test.
17702 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17704         * gcc.dg/991209-1.c: New test.
17706 1999-12-08  Nathan Sidwell <nathan@acm.org>
17708         * gcc.c-torture/compile/991208-1.c: New test.
17710 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17712         * gcc.dg/ultrasp2.c: New test.
17714 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17716         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17718 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17720         * gcc.c-torture/compile/991202-1.c: New test.
17721         * gcc.c-torture/execute/991202-1.c: New test.
17722         * gcc.c-torture/execute/991202-2.c: New test.
17723         * gcc.c-torture/execute/991202-3.c: New test.
17725 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17727         * g++.old-deja/g++.abi/align.C: New test.
17728         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17729         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17731 1999-12-01  Richard Henderson  <rth@cygnus.com>
17733         * gcc.c-torture/execute/991201-1.c: New.
17735 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17737         * gcc.dg/991129-1.c: New test.
17739 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17741         * gcc.c-torture/compile/991127-1.c: New test.
17743 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17745         * g++.old-deja/g++.other/warn4.C: New test.
17747 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17749         * g++.old-deja/g++.eh/cleanup2.C: New test.
17750         * g++.old-deja/g++.ext/pretty2.C: New test.
17751         * g++.old-deja/g++.ext/pretty3.C: New test.
17752         * g++.old-deja/g++.other/debug6.C: New test.
17754 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17756         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17757         compiler_output to look for one error message instead of two.
17759 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17761         * gcc.c-torture/execute/991118-1.c: Also test case
17762         where the word boundary does not split a byte evenly.
17764 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17766         * g++.old-deja/g++.ext/restrict1.C: New test.
17768 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17770         * gcc.c-torture/execute/991118-1.c: New test.
17772 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17774         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17775         working directory pathnames.
17777 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17779         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17780         host is equipped with driver.h and driver.o so it can actually
17781         compile and run the tests.
17783 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17785         * gcc.c-torture/compile/991008-1.c: New test.
17787 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17789         * lib/gcc-dg.exp: Include target-supports.exp
17791 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17793         * lib/target-supports.exp: New file: Provide procs to test for
17794         features supported by the target.
17795         (check_weak_available): Moved here from ecos.exp.
17796         (check_alias_available): New proc: Determine of the target
17797         toolchain supports the alias attribute.
17799         * gcc.dg/special/ecos.exp: Move check_weak_available to
17800         target-supports.exp.
17801         (alias-1.c): Only perform the test if the target supports
17802         aliases.
17803         (wkali-1.c): Only perform the test if the target supports
17804         aliases.
17806         * gcc.dg/990506-0.c: Expect error messages from cross
17807         targets as well as native targets.
17809 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17811         * gcc.dg/ultrasp1.c: Removed xfail.
17812         * gcc.dg/struct-ret-2.c: Likewise.
17813         * gcc.dg/array-1.c: Likewise.
17815 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17817         * gcc.dg/struct-ret-2.c: New test.
17819         * gcc.dg/array-1.c: New test.
17821 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17823         * gcc.c-torture/execute/991030-1.c: New test.
17825 1999-10-26  Richard Henderson  <rth@cygnus.com>
17827         * gcc.c-torture/compile/991026-2.c: New test.
17829 1999-10-26  Jeffrey A Law  (law@cygnus.com)
17831         * gcc.c-torture/compile/991026-1.c: New test.
17833 1999-10-23  Jeffrey A Law  (law@cygnus.com)
17835         * gcc.c-torture/execute/991023-1.c: New test.
17837 1999-10-19  Jeffrey A Law  (law@cygnus.com)
17839         * gcc.c-torture/execute/991019-1.c: New test.
17841 1999-10-16  Richard Henderson  <rth@cygnus.com>
17843         * gcc.c-torture/execute/991016-1.c: New test.
17845 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
17847         * gcc.c-torture/execute/991014-1.c: New test.
17849 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
17851         * g++.old-deja/g++.other/union2.C: New test.
17853 1999-10-13  Nathan Sidwell  <nathan@acm.org>
17855         * g++.old-deja/g++.other/vaarg2.C: New test.
17856         * g++.old-deja/g++.other/vaarg3.C: New test.
17858 1999-10-12  Craig Burley  <craig@jcb-sc.com>
17860         * g77.f-torture/noncompile/19990905-1.f: Moved from being
17861         in compile/.
17863 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
17865         * gcc.c-torture/execute/va-arg-11.c: New test.
17867 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
17869         * lib/file-format.exp (gcc_target_object_format): Don't
17870         crash if objdump is unavailable.
17872 1999-09-29  Donn Terry <donn@interix.com>
17874         * gcc.misc-tests/mg.exp: delete extraneous redirection.
17876 1999-09-28  Nick Clifton  <nickc@cygnus.com>
17878         * gcc.c-torture/compile/990928-1.c: New test.
17880 1999-09-28  Nathan Sidwell  <nathan@acm.org>
17882         * g++.old-deja/g++.other/decl6.C: New test.
17884 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17886         * gcc.c-torture/execute/va-arg-10.c: New test.
17888 1999-09-27  Nathan Sidwell  <nathan@acm.org>
17890         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17891         __PRETTY_FUNCTION__.
17893 1999-09-23  Nick Clifton  <nickc@cygnus.com>
17895         * gcc.c-torture/execute/990923-1.c: New test.
17897 1999-09-21  Nick Clifton  <nickc@cygnus.com>
17899         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17900         for which -fpic is inappropriate.
17902 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
17904         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17906 1999-09-21  Nathan Sidwell  <nathan@acm.org>
17908         * g++.old-deja/g++.other/dyncast1.C: New test.
17909         * g++.old-deja/g++.other/dyncast2.C: New test.
17910         * g++.old-deja/g++.other/dyncast3.C: New test.
17911         * g++.old-deja/g++.other/dyncast4.C: New test.
17912         * g++.old-deja/g++.other/dyncast5.C: New test.
17913         * g++.old-deja/g++.eh/catch3.C: New test.
17914         * g++.old-deja/g++.eh/catch3p.C: New test.
17915         * g++.old-deja/g++.eh/catch4.C: New test.
17916         * g++.old-deja/g++.eh/catch4p.C: New test.
17917         * g++.old-deja/g++.eh/catch5.C: New test.
17918         * g++.old-deja/g++.eh/catch5p.C: New test.
17919         * g++.old-deja/g++.eh/catch6.C: New test.
17920         * g++.old-deja/g++.eh/catch6p.C: New test.
17921         * g++.old-deja/g++.eh/catch7.C: New test.
17922         * g++.old-deja/g++.eh/catch7p.C: New test.
17923         * g++.old-deja/g++.eh/catch8.C: New test.
17924         * g++.old-deja/g++.eh/catch8p.C: New test.
17925         * g++.old-deja/g++.eh/catch9.C: New test.
17926         * g++.old-deja/g++.eh/catch9p.C: New test.
17928 1999-09-13  Nathan Sidwell  <nathan@acm.org>
17930         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17931         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17933 1999-09-13  Jeffrey A Law  (law@cygnus.com)
17935         * gcc.c-torture/compile/990913-1.c: New test.
17937 1999-09-10  Nathan Sidwell  <nathan@acm.org>
17939         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17940         * g++.old-deja/g++.jason/rfg5.C: Likewise.
17942 1999-09-09  Richard Henderson  <rth@cygnus.com>
17944         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17946 1999-09-09  Nathan Sidwell  <nathan@acm.org>
17948         * g++.old-deja/g++.other/lookup11.C: New test.
17949         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17950         what is permitted and what we want.
17951         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17952         overload use.
17953         * g++.old-deja/g++.jason/rfg5.C: Likewise
17955 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
17957         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17958         * gcc.c-torture/noncompile/poison-1.c: New file.
17960 1999-09-08  Nathan Sidwell  <nathan@acm.org>
17962         * g++.old-deja/g++.other/sizeof3.C: New test.
17963         * g++.old-deja/g++.other/sizeof4.C: New test.
17964         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17965         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17967 1999-09-07  Richard Henderson  <rth@cygnus.com>
17969         * gcc.dg/va-arg-1.c: New.
17971 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17973         * gcc.c-torture/execute/va-arg-9.c: New test.
17975 1999-09-05  Craig Burley  <craig@jcb-sc.com>
17977         * g77.f-torture/compile/980519-2.f: New test.
17978         * g77.f-torture/compile/19990905-0.f: New test.
17979         * g77.f-torture/compile/19990905-1.f: New test.
17980         * g77.f-torture/compile/19990905-2.f: New test.
17982         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17984 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17986         * gcc.c-torture/execute/990827-1.c: Fix typo.
17988 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17990         * g++.old-deja/g++.other/deref1.C: New test.
17992 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17994         * g++.old-deja/g++.other/ambig2.C: New test.
17995         * g++.old-deja/g++.other/cond5.C: New test.
17996         * g++.old-deja/g++.other/lookup16.C: New test.
17998 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
18000         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
18001         assemblers too.
18003 1999-08-31  Jeffrey A Law  (law@cygnus.com)
18005         * lib/c-torture.exp: Avoid the "compare executables" optimization
18006         when testing native.
18008 1999-08-29  Jeffrey A Law  (law@cygnus.com)
18010         * gcc.c-torture/execute/990829-1.c: New test.
18011         * gcc.c-torture/compile/990829-1.c: New test.
18013 1999-08-27  Paul Burchard  <burchard@pobox.com>
18015         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
18016         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
18017         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
18018         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
18019         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
18020         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
18021         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
18022         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
18023         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
18024         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
18025         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
18027 1999-08-27  Jeffrey A Law  (law@cygnus.com)
18029         * gcc.c-torture/execute/990827-1.c: New test.
18031 1999-08-26  Craig Burley  <craig@jcb-sc.com>
18033         * g77.f-torture/noncompile/19990826-4.f: New test.
18035         * g77.f-torture/compile/19990826-3.f: New test.
18037         * g77.f-torture/execute/19990826-2.f: New test.
18039         * g77.f-torture/compile/19990826-1.f: New test.
18041         * gcc.c-torture/execute/990826-0.c: New test.
18042         * g77.c-torture/execute/19990826-0.f: New test.
18044         * g77.f-torture/noncompile/970626-2.f: New test.
18046 1999-08-25  Paul Burchard  <burchard@pobox.com>
18048         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
18049         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
18050         lss-011.C: New tests.
18052 1999-08-25  Nathan Sidwell  <nathan@acm.org>
18054         * g++.old-deja/g++.other/decl5.C: New test.
18056 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18058         * noncompile/noncompile.exp: Load_lib c-torture.exp.
18059         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
18060         call `postbase' for each one.  All callers of `postbase' changed
18061         to call this instead.
18063 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
18065         * gcc.c-torture/execute/990811-1.c: New test.
18067 1999-08-09  Nick Clifton  <nickc@cygnus.com>
18069         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
18070         just native ones.
18072         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
18073         just native ones.
18075 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
18077         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
18079 1999-08-04  Jeffrey A Law  (law@cygnus.com)
18081         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
18083 1999-08-04  Nathan Sidwell  <nathan@acm.org>
18085         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
18087 1999-08-04  Jeffrey A Law  (law@cygnus.com)
18089         * gcc.c-torture/execute/990804-1.c: New test.
18091 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18093         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
18094         * g++.old-deja/g++.brendan/crash64.C: Likewise
18095         * g++.old-deja/g++.brendan/overload8.C: Likewise
18097 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18099         * g++.old-deja/g++.other/struct1.C: New test.
18101 1999-08-03  Nathan Sidwell  <nathan@acm.org>
18103         * g++.old-deja/g++.other/enum2.C: New test.
18105 1999-08-02  Richard Henderson  <rth@cygnus.com>
18107         Adapted from tests from Franz Sirl:
18108         * gcc.c-torture/execute/va-arg-7.c: New test.
18109         * gcc.c-torture/execute/va-arg-8.c: New test.
18111 1999-08-01  Jeffrey A Law  (law@cygnus.com)
18113         * gcc.c-torture/compile/990801-2.c: New test.
18115         * gcc.c-torture/compile/990801-1.c: New test.
18117 1999-07-27  Michael Meissner  <meissner@cygnus.com>
18119         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
18120         fp-cmp-1.c, converting double to float.
18122         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
18123         fp-cmp-1.c, converting double to long double.
18125         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
18126         from fr1 to unknown_register, since fr1 is a legitimate register
18127         on some machines.
18129 1999-07-25  Jeffrey A Law  (law@cygnus.com)
18131         * README: More listname related changes.
18133 1999-07-08  Catherine Moore  <clm@cygnus.com>
18135         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
18137 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
18139         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
18141 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
18143         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
18145 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
18147         * gcc.dg/990703-1.c: New test.
18149 1999-06-29  Nick Clifton  <nickc@cygnus.com>
18151         * lib/file-format.exp: New file: Move definition of proc
18152         gcc_target_object_format to here from
18153         gcc.dg/special/ecos.exp.
18155         * lib/c-torture.exp: Include lib file-format.exp.
18156         * lib/gcc-dg.exp: Include lib file-format.exp.
18158         * gcc.dg/special/ecos.exp: Remove definition of proc
18159         gcc_target_object_format.
18161 1999-06-28  Jeffrey A Law  (law@cygnus.com)
18163         * gcc.c-torture/execute/990628-1.c: New test.
18165 1999-06-25  Jeffrey A Law  (law@cygnus.com)
18167         * gcc.c-torture/compile/990625-2.c: New test.
18169         * gcc.c-torture/compile/990625-1.c: New test.
18171 1999-06-23  Nick Clifton  <nickc@cygnus.com>
18173         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
18174         attributes compile.
18175         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
18176         ports that use the COFF/PE file format.
18178 1999-06-17  Jeffrey A Law  (law@cygnus.com)
18180         * gcc.c-torture/compile/990617-1.c: New test.
18182 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
18184         * g++.old-deja/g++.other/decl4.C: New test.
18186 1999-06-14  Nathan Sidwell  <nathan@acm.org>
18188         * g++.old-deja/g++.other/bitfld3.C: New test.
18190 1999-06-08  Nathan Sidwell  <nathan@acm.org>
18192         * g++.old-deja/g++.eh/catch1.C: New test.
18194 1999-06-07  Jeffrey A Law  (law@cygnus.com)
18196         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
18198         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
18199         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
18201 1999-06-05  Craig Burley  <craig@jcb-sc.com>
18203         * g77.f-torture/compile/19990502-0.f: Replace with new,
18204         shorter, test that still fails after recent changes.
18206 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18208         * gcc.c-torture/execute/990604-1.c: New test.
18210 1999-05-31  Jeffrey A Law  (law@cygnus.com)
18212         * gcc.c-torture/execute/990531-1.c: New test.
18214 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18216         * gcc.c-torture/compile/990527-1.c: New test.
18218 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
18220         * gcc.c-torture/execute/990527-1.c: New test.
18222 1999-05-25  Nick Clifton  <nickc@cygnus.com>
18224         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
18225         bitfields as signed.
18227 1999-05-25  Craig Burley  <craig@jcb-sc.com>
18229         * g77.f-torture/compile/19990525-0.f: New test.
18231 1999-05-25  Jeffrey A Law  (law@cygnus.com)
18233         * gcc.c-torture/execute/990525-2.c: New test.
18235         * gcc.c-torture/execute/990525-1.c: New test.
18237 1999-05-24  Nathan Sidwell  <nathan@acm.org>
18239         * g++.old-deja/g++.other/anon3.C: New test.
18240         * g++.old-deja/g++.other/anon4.C: New test.
18241         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
18242         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
18243         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
18244         Merrill).
18246 1999-05-24  Jeffrey A Law  (law@cygnus.com)
18248         * gcc.c-torture/execute/990524-1.c: New test.
18250         * gcc.dg/990524-1.c: New test.
18252 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18254         * gcc.c-torture/compile/990523-1.c: New test.
18256 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
18258         * gcc.c-torture/compile/990519-1.c: New test.
18260 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18262         * gcc.c-torture/compile/990517-1.c: New test.
18264         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
18265         (e4, f4): New tests.
18266         (main): Call them.
18268 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18270         * gcc.dg/noreturn-1.c: New test.
18272 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
18274         * gcc.c-torture/execute/990513-1.c: New test.
18276 1999-05-10  Richard Henderson  <rth@cygnus.com>
18278         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
18280 1999-05-10  Craig Burley  <craig@jcb-sc.com>
18282         * g77.f-torture/execute/erfc.f: Use small single-precision
18283         values, to avoid problems on Alphas when not -mieee.
18285 1999-05-08  Craig Burley  <craig@jcb-sc.com>
18287         * gcc.dg/990506-0.c: New test.
18289 1999-05-08  Richard Henderson  <rth@cygnus.com>
18291         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
18292         the constant to test.  Don't XFAIL 64-bit targets.
18294         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
18295         * g++.old-deja/g++.law/profile1.C: Likewise.
18297         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
18298         operator new instances.
18299         * g++.old-deja/g++.other/delete5.C: Likewise.
18301 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18303         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
18304         intrinsic.
18306 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18308         * g77.f-torture/execute/u77-test.f: Reverse order of two
18309         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
18311 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18313         * gcc.dg/compare1.c: New test.
18315 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18317         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
18318         New tests.
18320 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18322         * g77.f-torture/compile/19990502-1.f: New test.
18324 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18326         * g77.f-torture/compile/19990502-0.f: New test.
18328 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18330         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
18331         intrinsic.
18333 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18335         * g77.f-torture/execute/u77-test.f (main): List libU77
18336         intrinsics not currently tested.
18337         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
18338         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
18339         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
18340         Trim blanks off the ends of some printed strings.
18342 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18344         * g77.f-torture/execute/u77-test.f (main): Just warn about
18345         FSTAT gid disagreement, as it's expected on some systems.
18347 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18349         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
18350         use a new function, which allows for some slop.
18351         Clean up some commentary.
18352         (issum): The new function.
18353         (sgladd): Deleted subroutine.
18355 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18357         * g77.f-torture/execute/u77-test.f: Modify to be more like
18358         libf2c/libU77 version, bringing patches to that version here.
18359         Add suitable commentary.
18361 1999-04-25  Richard Henderson  <rth@cygnus.com>
18363         * gcc.dg/990424-1.c: New test.
18365 1999-04-24  Craig Burley  <craig@jcb-sc.com>
18367         * g77.f-torture/execute/u77-test.f (main): Bug involving
18368         LSTAT has been fixed, so turn back on full checking.
18370 1999-04-20  Craig Burley  <craig@jcb-sc.com>
18372         * g77.f-torture/compile/19990419-0.f: New test.
18373         * g77.f-torture/execute/19990419-1.f: New test.
18375 1999-04-17  Richard Henderson  <rth@cygnus.com>
18377         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
18378         to avoid the need for a prototype to supress a warning.
18380 1999-04-07  Jim Wilson  <wilson@cygnus.com>
18382         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
18384 1999-04-04  Jeffrey A Law  (law@cygnus.com)
18386         * gcc.c-torture/execute/990404-1.c: New test.
18388 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18390         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
18391         * gcc.dg/cpp-if3.c: Don't use -pedantic.
18392         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
18393         missing initializer warnings.
18395 1999-03-28  Jeffrey A Law  (law@cygnus.com)
18397         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
18398         matching strings.
18400 1999-03-26  Jeffrey A Law  (law@cygnus.com)
18402         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
18404 1999-03-26  Craig Burley  <craig@jcb-sc.com>
18406         * g77.f-torture/execute/19990325-0.f: New test.
18407         * g77.f-torture/execute/19990325-1.f: New test.
18409 1999-03-24  Jeffrey A Law  (law@cygnus.com)
18411         * gcc.c-torture/execute/990324-1.c: New test.
18413 1999-03-22  Jim Wilson  <wilson@cygnus.com>
18415         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
18416         test with 4.
18418 1999-03-17  Richard Henderson  <rth@cygnus.com>
18420         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
18422 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18424         * g77.f-torture/execute/19990313-2.f: New test.
18425         * g77.f-torture/execute/19990313-3.f: New test.
18427 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18429         * g77.f-torture/execute/19990313-0.f: New test.
18430         * g77.f-torture/execute/19990313-1.f: New test.
18432 1999-03-12  Jim Wilson  <wilson@cygnus.com>
18434         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
18435         printf to sprintf.
18436         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
18437         (main): Add check for u15.  Conditionalize u31 check depending on
18438         whether ints are <32 bits or >=32 bits.
18440 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18442         * g77.f-torture/execute/19981119-0.f: Improve testiness.
18444 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18446         * g77.f-torture/compile/19990305-0.f: New test.
18447         * g77.f-torture/execute/19981119-0.f: New test.
18449 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18451         * g77.f-torture/execute/970625-2.f: call ABORT if final
18452         result is not correct, instead of just printing it.
18453         Add this checking via newly introduced obfuscation, to
18454         trip up buggy front ends.
18456 1999-03-07  Craig Burley  <craig@jcb-sc.com>
18458         * g77.f-torture/compile/960317-1.f: Moved from being
18459         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
18461 1999-03-06  Craig Burley  <craig@jcb-sc.com>
18463         * g77.f-torture/execute/960317-1.f: New (old) test.
18464         * g77.f-torture/execute/970625-2.f: Ditto.
18466 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
18468         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
18469         message on line 1 or line 2; cccp and cpplib do this differently.
18471 1999-03-01  Jeffrey A Law  (law@cygnus.com)
18473         * g++.old-deja/g++.law/weak1.C: New test.
18475 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18477         * gcc.c-torture/execute/990119-1.c: Renamed to...
18478         * gcc.dg/990119-1.c: this, so it will only be tested once
18479         (it's a preprocessor test, it doesn't need to be run at
18480         multiple optimization levels).
18482 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18484         * lib/g++.exp: Don't add incdir=$base_dir/../include to
18485           ALWAYS_CXXFLAGS.
18487 1999-02-24  Craig Burley  <craig@jcb-sc.com>
18489         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
18490         * g77.f-torture/compile/19981216-0.f: ...as it is expected
18491         to not be compilable by current g77.
18493 1999-02-24  Nick Clifton  <nickc@cygnus.com>
18495         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
18497 1999-02-22  Jeffrey A Law  (law@cygnus.com)
18499         * gcc.c-torture/execute/990222-1.c: New test.
18501 1999-02-19  Craig Burley  <craig@jcb-sc.com>
18503         * g77.f-torture/compile/19990218-0.f: New test.
18504         * g77.f-torture/noncompile/19990218-1.f: New test.
18506 1999-02-18  Craig Burley  <craig@jcb-sc.com>
18508         * g77.f-torture/compile/19981216-0.f: New test.
18510 1999-02-14  Jeffrey A Law  (law@cygnus.com)
18512         * gcc.dg/990214-1.c: New test.
18514 1999-02-13  Jeffrey A Law  (law@cygnus.com)
18516         * gcc.dg/990213-2.c: New test.
18518         * gcc.dg/990213-1.c: New test.
18520 1999-02-12  Jeffrey A Law  (law@cygnus.com)
18522         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
18523         ints.
18525 1999-02-11  Nick Clifton  <nickc@cygnus.com>
18527         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
18528         specified by target.
18530         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
18532 1999-02-11  Jeffrey A Law  (law@cygnus.com)
18534         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
18536 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18538         * gcc.dg/special/ecos.exp: New test driver for new tests with
18539         special requirements.
18541         * gcc.dg/special/alias-1.c: New test.
18542         * gcc.dg/special/gcsec-1.c: New test.
18543         * gcc.dg/special/weak-1.c: New test.
18544         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
18545         * gcc.dg/special/weak-2.c: New test.
18546         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
18547         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
18548         * gcc.dg/special/wkali-1.c: New test.
18549         * gcc.dg/special/wkali-2.c: New test.
18550         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
18551         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
18553 1999-02-10  Felix Lee  <flee@cygnus.com>
18555           * lib/c-torture.exp (c-torture-compile): Pull out code for
18556           analyzing gcc error messages.
18557           (c-torture-execute): Likewise.  Fix some (harmless) false
18558           positives.
18559           * lib/gcc.exp (gcc_check_compile): New function.
18561 1999-02-08  Richard Henderson  <rth@cygnus.com>
18563         * gcc.c-torture/execute/990208-1.c: New test.
18565 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18567         * g++.dg/special/ecos.exp: New driver for new tests with special
18568         requirements
18570         * g++.dg/special/conpr-1.C: New test
18571         * g++.dg/special/conpr-2.C: New test
18572         * g++.dg/special/conpr-2a.C: New test
18573         * g++.dg/special/conpr-3.C: New test
18574         * g++.dg/special/conpr-3a.C: New test
18575         * g++.dg/special/conpr-3b.C: New test
18577         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
18578         allow g++ to use the dg driver
18580         * README: Add comment about g++.dg directory
18582 1999-02-06  Jeffrey A Law  (law@cygnus.com)
18584         * README: Update email addresses.
18586 1999-02-03  Nick Clifton  <nickc@cygnus.com>
18588         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
18589         arguments in order to force structure S onto the stack even on
18590         the alpha.
18591         (test): Pass 10 leading arguments to function foo as well as the
18592         structure S.
18594         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
18595         failure for all targets.
18597         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
18598         abort to terminate program execution.
18600 1999-01-30  Richard Henderson  <rth@cygnus.com>
18602         * gcc.c-torture/execute/990130-1.c: New test.
18604 1999-01-30  Jeffrey A Law  (law@cygnus.com)
18606         * gcc.dg/990130-1.c: New test.
18608 1999-01-28  Michael Meissner  <meissner@cygnus.com>
18610         * gcc.c-torture/execute/990128-1.c: New test.
18612 1999-01-27  Michael Meissner  <meissner@cygnus.com>
18614         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18616 1999-01-27  Felix Lee  <flee@cygnus.com>
18618         * lib/c-torture.exp (c-torture-compile): pull out code for
18619         analyzing gcc error messages.
18620         (c-torture-execute): ditto, and fix some (harmless) false
18621         positives.
18622         * lib/gcc.exp (gcc_check_compile): new function.
18624 1999-01-17  Jeffrey A Law  (law@cygnus.com)
18626         * gcc.dg/990117-1.c: New test.
18628         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18630         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18632 1999-01-15  Jeffrey A Law  (law@cygnus.com)
18634         * g77.f-torture/compile/990115-1.f: New test.
18636 1999-01-07  Jeffrey A Law  (law@cygnus.com)
18638         * gcc.c-torture/compile/990107-1.c: New test
18640 1999-01-06  Jeffrey A Law  (law@cygnus.com)
18642         * gcc.c-torture/execute/990106-2.c: New test.
18644         * gcc.c-torture/execute/990106-1.c: New test.
18646 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
18648         * gcc.c-torture/compile/981223-1.c: New test.
18650 1998-12-29  Richard Henderson  <rth@cygnus.com>
18652         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18653         (opt3): Rename from opt4 and disable.
18655 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
18657         * g++.old-deja/g++.pt/ptrmem5.C: New test.
18659 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18661         * g++.old-deja/g++.other/conv5.C: New test.
18663 1998-12-14  Nick Clifton  <nickc@cygnus.com>
18665         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18667 1998-12-11  Jeffrey A Law  (law@cygnus.com)
18669         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18671 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
18673         * gcc.c-torture/compile/981211-1.c: New test.
18675 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
18677         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18679         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18681 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18683         * gcc.special/930510-1.c: Make C9X safe.
18684         * gcc.misc-tests/gcov-1.c Similarly.
18685         * gcc.misc-tests/gcov-2.c Similarly.
18687 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18689         * gcc.dg/ultrasp1.c: New test.
18691 1998-12-06  Richard Henderson  <rth@cygnus.com>
18693         * gcc.c-torture/execute/981206.c: New test.
18695 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18697         * g++.old-deja/g++.ns/template7.C: New test.
18699         * g++.old-deja/g++.other/expr1.C: New test.
18701         * g++.old-deja/g++.eh/tmpl3.C: New test.
18703         * g++.old-deja/g++.eh/tmpl2.C: New test.
18705 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18707         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18708         * g++.old-deja/g++.other/using6.C: Removed.
18709         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18711         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18713 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18715         * g++.old-deja/g++.pt/overload8.C: New test.
18717         * g++.old-deja/g++.pt/overload7.C: New test.
18719         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18721         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18722         and relinking messages.
18723         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18724         compiling with -frepo.
18726 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18728         * g++.old-deja/g++.pt/lookup6.C: New test.
18730 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18732         * gcc.c-torture/execute/981130-1.c: New test.
18733         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18735 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18737         * g++.old-deja/g++.pt/explicit76.C: New test.
18739         * g++.old-deja/g++.pt/friend38.C: New test.
18741         * g++.old-deja/g++.ns/crash2.C: New test.
18743         * g++.old-deja/g++.pt/defarg8.C: New test.
18745         * g++.old-deja/g++.pt/instantiate6.C: New test.
18747         * g++.old-deja/g++.pt/static6.C: New test.
18749         * g++.old-deja/g++.pt/decl2.C: New test.
18751 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18753         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18754         problem is actually related with name lookup, but so what? :-)
18756         * g++.old-deja/g++.pt/friend37.C: New test.
18758 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18760         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18761         element, which fails on some systems.
18763         * g77.f-torture/execute/labug1.f: New test.
18765 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18767         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18768         is defined.
18770 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18772         * g77.f-torture/compile/981117-1.f: New test.
18774 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18776         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18777         properly discarded.
18779 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18781         * gcc.c-torture/execute/memcheck: New directory of tests for
18782         -fcheck-memory-usage.
18784 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18786         * README: New file, general information about the testsuite and
18787         new description of the various C++ test subdirectories.
18788         * README.g++: Eliminate obsolete information, update and move most
18789         relevant stuff to README.
18791 1998-11-07  Richard Henderson  <rth@cygnus.com>
18793         * gcc.c-torture/compile/981107-1.c: New test.
18795 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18797         * execute/memcpy-bi.c: New testcase.
18799 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18801         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18802         base classes.
18804         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18805         template is selected.
18807         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18808         classes, it should be accepted for all types.
18810         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18812         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18813         specializations start with template headers.
18815 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18817         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18819         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18820         non-POD types.
18822 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18824         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18826 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18828         * compile/981022-1.c, compile/981022-1.x: New test and driver.
18830 1998-10-19  Jeffrey A Law  (law@cygnus.com)
18832         * 981019-1.c: New test.
18834 1998-10-14  Robert Lipe <robertl@dgii.com>
18836         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18837         find objc headers.
18839 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18841         * compile/981001-4.c: Remove use of GCC extension that triggers a
18842         compiler bug.
18844 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
18846         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18848 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18850         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
18851         instantiation of template produces incorrect code for delete
18852         expression.
18854         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
18855         constructors' name is not unique.
18856         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18857         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18859         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
18860         automatic array of const is ill-formed.
18862         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
18863         of template parameter?
18865         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
18866         const.
18868         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
18869         pointer-to-member expression.
18871         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
18872         declaration causes ICE.
18874 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
18876         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
18877         reserved in the global namespace.
18879         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18880         generate needed virtual table.
18882         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18884 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
18886         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18887         template-dependent type
18889 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
18891         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18892         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18893         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18895         * g++.old-deja/g++.other/using5.C: New test; using decl from base
18896         class should be usable as argument of member function.
18897         * g++.old-deja/g++.other/using6.C: New test; using decl from base
18898         class should be usable as return type of member function.
18899         * g++.old-deja/g++.other/using7.C: New test; using decl from base
18900         class should be usable as type of data member.
18902         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18904 1998-10-09  Jeffrey A Law  (law@cygnus.com)
18906         * gcc.c-torture/special/920521-1.c: Fix bogus test.
18908 1998-10-08  Nick Clifton  <nickc@cygnus.com>
18910         * gcc.dg/dll-?.c Add thumb to target list.
18911         Fix assembler scan patterns to match current assembler output.
18913 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
18915         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
18916         matching of template brackets.
18918         * g++.old-deja/g++.other/using4.C: New test.  Test using
18919         declarations of methods from base classes.
18921         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
18922         within functions should introduce names into the innermost
18923         enclosing namespace.
18925         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
18926         of static locals if first initialization throws.
18928 1998-10-07  Jim Wilson  <wilson@cygnus.com>
18930         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18932 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
18934         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
18935         lose track of the possible targets of tablejump insns.
18936         * special/special.exp: Run it.
18938 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18940         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
18941         must be declared before its specializations can be named in friend
18942         declarations.
18944 1998-10-05  Dave Love  <d.love@dl.ac.uk>
18946         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18948         * g77.f-torture/execute/io1.f: New test.
18950 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18952         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18953         with pointer to template function, for which no argument deduction
18954         is possible.
18956         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18957         specialization of template function as argument to template
18958         function.
18960         * g++.old-deja/g++.other/access2.C: New test; Inner class
18961         shouldn't have privileged access to Outer's names.
18963 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18965         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18966         friend template declared within template class conflicts with
18967         nested class of the same name.
18969         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18970         is ignored.
18972         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18973         object with direct initializer as function declaration.
18975         * g++.old-deja/g++.other/decl2.C: New test; duplicate
18976         initializers.
18978         * g++.old-deja/g++.other/null2.C: New test; conditional operator
18979         involving const pointer and NULL produces incorrect result.
18981         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18982         type name without `typename' should be rejected with -pedantic.
18984 1998-10-02  Richard Henderson  <rth@cygnus.com>
18986         * g++.old-deja/g++.other/addrof1.C: New test.
18988 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18990         * gcc.c-torture/compile/981001-1.c: New test.
18991         * gcc.c-torture/execute/981001-1.c: New test.
18993 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18995         * gcc.c-torture/compile/981001-2.c: New test.
18996         * gcc.c-torture/compile/981001-3.c: New test.
18997         * gcc.c-torture/compile/981001-4.c: New test.
18999 1998-10-01  Robert Lipe  <robertl@dgii.com>
19001         * lib/objc.exp (objc_target_compile): Add -L during compiles for
19002         multilibbed hosts.   Idea grafted from g77.exp.
19004 1998-09-30  Dave Love  <d.love@dl.ac.uk>
19006         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
19007         avoid losing on systems which need -lsocket.
19009 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
19011         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
19012         * g++.old-deja/g++.other/nested2.C: Ditto.
19013         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
19014         failure.
19016 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
19018         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
19019         preferred over template operator!= for enum bitfields.
19021 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
19023         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
19024         that happen to have the same base name, but in different scopes,
19025         are incorrectly rejected.
19027 1998-09-16  Richard Henderson  <rth@cygnus.com>
19029         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
19030         on the native word size instead of an integer literal.
19032 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
19034         * g++.old-deja/g++.other/static2.C: Invocation of static data
19035         member of type pointer-to-function denoted as non-static member.
19037         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
19038         checks involving function types and aliases.
19040 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
19042         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
19043         redefined to the same non-trivial type.
19045         * g++.old-deja/g++.pt/explicit73.C: Test for proper
19046         namespace-qualification of template specializations declared in
19047         other namespaces.
19049         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
19050         to declare a subset of the specializations of a template function
19051         as friends of specializations of a template class.
19053         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
19054         member templates that do not fully specialize the enclosing
19055         template class are rejected.
19057 1998-09-11  Dave Love  <d.love@dl.ac.uk>
19059         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
19061 1998-09-08  Dave Love  <d.love@dl.ac.uk>
19063         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
19064         altered from libf2c/libU77 version.
19066 1998-09-06  Dave Love  <d.love@dl.ac.uk>
19068         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
19070 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
19072         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
19073         (un)signed char are different types for template specialization
19074         purposes.
19076 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
19078         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
19079         * objc: ObjC testsuite.
19081 1998-08-31  Catherine Moore  <clm@cygnus.com>
19083         * gcc.c-torture/execute/941014-1.x:  New file.
19085 1998-08-31  Nick Clifton  <nickc@cygnus.com>
19087         * lib/c-torture.exp: Add support for
19088         torture_eval_before_compile and torture_eval_before_execute
19089         variables.
19091 1998-08-30  Jeffrey A Law  (law@cygnus.com)
19093         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
19094         this test triggers valid.
19096 1998-08-27  Jeffrey A Law  (law@cygnus.com)
19098         * gcc.dg/980827-1.c: New test.
19100 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
19102         * gcc.c-torture/execute/loop-4b.c: New test.
19104 1998-08-26  Nick Clifton  <nickc@cygnus.com>
19106         * lib/c-torture.exp: Add support for
19107         torture_eval_before_compile and torture_eval_before_execute
19108         variables.
19110 1998-08-25  Jeffrey A Law  (law@cygnus.com)
19112         * gcc.c-torture/compile/980825-1.c: New test.
19114 1998-08-24  Nick Clifton  <nickc@cygnus.com>
19116         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
19117         count number tests in opt_t0 not good_t0.
19119 1998-08-24  Jeffrey A Law  (law@cygnus.com)
19121         * gcc.c-torture/compile/930326-1.x: Fix typo.
19123 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
19125         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
19126         causes an ICE.
19128 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19130         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
19131         STACK_SIZE is defined.
19132         * gcc.c-torture/unsorted/stuct.c: Similarly.
19134         * gcc.c-torture/compile/980821-1.c: New test.
19136 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19138         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
19140 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
19142         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
19143         code.
19145 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
19147         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
19148         error'.
19150 1998-08-18  Jeffrey A Law  (law@cygnus.com)
19152         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
19154 1998-08-16  Jeffrey A Law  (law@cygnus.com)
19156         * gcc.c-torture/compile/980816-1.c: New test.
19158         * gcc.dg/980816-1.c: New test.
19160 1998-08-13  Jeffrey A Law  (law@cygnus.com)
19162         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
19163         compiler for ieee tests.
19165 1998-08-01  Dave Love  <d.love@dl.ac.uk>
19167         * g77.f-torture/compile/980729-0.f: New test.
19169 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
19171         * gcc.c-torture/special/eeprof-1.c: New test, for
19172         -finstrument-functions.
19173         * gcc.c-torture/special/special.exp: Run it.
19175 1998-07-29  Jeffrey A Law  (law@cygnus.com)
19177         * gcc.c-torture/compile/980729-1.c: New test.
19179 1998-07-27  Nick Clifton  <nickc@cygnus.com>
19181         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
19182         __thumb__ is defined, and test for ARM style doubles if so.
19184 1998-07-26  Dave Love  <d.love@dl.ac.uk>
19186         * g77.f-torture/noncompile/980615-0.f: New test.
19188 1998-07-26  H.J. Lu  (hjl@gnu.org)
19190         * gcc.dg/980312-1.c: Do link instead of compile.
19191         * gcc.dg/980313-1.c: Likewise.
19193 1998-07-26  Jeffrey A Law  (law@cygnus.com)
19195         * gcc.c-torture/compile/980726-1.c: New test.
19197 1998-07-25  Dave Love  <d.love@dl.ac.uk>
19199         * g77.f-torture/execute/io0.f: New test.
19201 1998-07-24  Nick Clifton  <nickc@cygnus.com>
19203         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
19204         an int.
19206 1998-06-18  Michael Meissner  <meissner@cygnus.com>
19208         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
19209         m32r bugs.
19211 1998-07-17  Nick Clifton  <nickc@cygnus.com>
19213         * gcc.dg/980626-1.c: Expect failures for all toolchains until
19214         c-decl.c:grokdeclarator can handle mode attributes.
19216 1998-07-16  Jeffrey A Law  (law@cygnus.com)
19218         * gcc.c-torture/execute/980716-1.c: New test.
19220 1998-07-13  Jeffrey A Law  (law@cygnus.com)
19222         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
19223         the mn10200.
19224         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
19225         the mn10200.
19226         * gcc.c-torture/execute/va-arg-3.x: Similarly.
19227         * gcc.c-torture/compile/930326-1.x: Similarly.
19229 1998-07-13  Dave Love  <d.love@dl.ac.uk>
19231         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
19232         New test from Craig.
19234 1998-07-12  Dave Love  <d.love@dl.ac.uk>
19236         * g77.f-torture/noncompile/980616-0.f: New test.
19238         * g77.f-torture/execute/970816-3.f:  New test from Craig.
19240 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19242         *  g++.other/singleton.C: Return error value instead of taking
19243         SIGSEGV.
19245 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
19247         *  g++.other/singleton.C: New test.   Warning is under dispute.
19248         Runtime crash is not.
19250 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19252         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
19253         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
19254         using6.C, using7.C}:  New namespace tests.
19256 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
19258         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
19259         specialization with typedef'ed names used as array indexes.
19261 1998-07-09  Jeffrey A Law  (law@cygnus.com)
19263         * gcc.c-torture/execute/980709-1.c: New test.
19265         * gcc.dg/980709-1.c: New test.
19267 1998-07-07  Richard Henderson  <rth@cygnus.com>
19269         * gcc.c-torture/execute/bcp-1.c: New test.
19271 1998-07-07  Jeffrey A Law  (law@cygnus.com)
19273         * gcc.c-torture/execute/980707-1.c: New test.
19275 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
19277         * gcc.c-torture/compile/980706-1.c: New test.
19279 1998-07-01  Dave Love  <d.love@dl.ac.uk>
19281         * g77.f-torture/execute/980701-0.f,
19282         g77.f-torture/execute/980701-1.f: New test from Craig.
19284 1998-07-01  Jeffrey A Law  (law@cygnus.com)
19286         * gcc.c-torture/compile/980701-1.c: New test.
19288         * gcc.c-torture/execute/980701-1.c: New test.
19290 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
19291 rlsruhe.de>
19293         * g++.old-deja/g++.robertl/eb132.C: New test.
19294         * g++.old-deja/g++.robertl/eb133.C: Likewise.
19296 1998-06-29  Dave Love  <d.love@dl.ac.uk>
19298         * g77.f-torture/execute/980628-7.f,
19299         g77.f-torture/execute/980628-8.f,
19300         g77.f-torture/execute/980628-9.f,
19301         g77.f-torture/execute/980628-10.f: New tests from Craig.
19303         * g77.f-torture/execute/980628-3.f: Remove mail headers.
19305 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19307         * g77.f-torture/execute/980628-4.f: New test from Craig.
19308         * g77.f-torture/execute/980628-5.f: Likewise.
19309         * g77.f-torture/execute/980628-2.f: Likewise.
19310         * g77.f-torture/execute/980628-0.f: Likewise.
19311         * g77.f-torture/execute/980628-1.f: Likewise.
19312         * g77.f-torture/execute/980628-3.f: Likewise.
19313         * g77.f-torture/execute/980628-6.f: Likewise.
19315 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19317         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
19318         directory when nothing has been installed yet.
19320 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
19322         * gcc.c-torture/special/special.exp: Handle newer versions of
19323         dejagnu.
19325 1998-06-26  Jeffrey A Law  (law@cygnus.com)
19327         * gcc.dg/980626-1.c: New test.
19329 1998-06-19  Bruno Haible <haible@ilog.fr>
19331         * gcc.misc-tests/m-un-2.c: New test.
19332         * g++.old-deja/g++.other/warn01.c: Likewise.
19334 1998-06-19  Robert Lipe  <robertl@dgii.com>
19336         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
19337         compatibility with assmblers with a different comment character.
19338         Eliminate use of GAS-specific extensions.
19340 1998-06-19  Jeffrey A Law  (law@cygnus.com)
19342         * gcc.c-torture/execute/ieee/980619-1.c: New test.
19344 1998-06-19  Robert Lipe  <robertl@dgii.com>
19346         *lib/g77.exp: Replace search for libf2c.a with search for newly
19347         renamed libg2c.a
19349 1998-06-17  Jeffrey A Law  (law@cygnus.com)
19351         * gcc.c-torture/execute/980617-1.c: New test.
19353 1998-06-12  Jeffrey A Law  (law@cygnus.com)
19355         * gcc.c-torture/execute/980612-1.c: New test.
19357 1998-06-08  Jeffrey A Law  (law@cygnus.com)
19359         * gcc.dg/980523-1.c: Only test on ppc-linux.
19360         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
19362         * gcc.c-torture/execute/980608-1.c: New test.
19364 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
19366         * gcc.c-torture/execute/980605-1.c: New test.
19368 1998-06-04  Jeffrey A Law  (law@cygnus.com)
19370         * gcc.c-torture/execute/980604-1.c: New test.
19372 1998-06-02  Jeffrey A Law  (law@cygnus.com)
19374         * gcc.c-torture/execute/980602-1.c: New test.
19375         * gcc.c-torture/execute/980602-2.c: Likewise.
19377 1998-06-02  Dave Love  <d.love@dl.ac.uk>
19379         * 970125-0.f: Fix per JCB.  Add commentary.
19381 1998-05-31  Michael Meissner  <meissner@cygnus.com>
19383         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
19384         IEEE -0 support.
19386 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
19388         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
19389         earlier.
19391 1998-05-28  Catherine Moore <clm@cygnus.com>
19393         * gcc.c-torture/execute/980526-3.c: New test.
19395 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
19397         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
19398         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
19399         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
19400         m88k-motorola-sysv3 to XFAIL.
19402 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19404         * gcc.dg/980526-1.c: New test.
19405         * gcc.c-torture/execute/980526-2.c: New test.
19407 1998-05-26  Jeffrey A Law  (law@cygnus.com)
19409         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
19411         * gcc.c-torture/execute/980526-1.c: New test.
19413 1998-05-26  Dave Love  <d.love@dl.ac.uk>
19415         * g77.f-torture/execute/alpha2.f: Add runtime test.
19417 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
19419         * g++.old-deja/old-deja.exp: Strip leading directories.
19421         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
19422         error for the line.  Don't run multiple tests for the same line.
19424 1998-05-23  Jeffrey A Law  (law@cygnus.com)
19426         * gcc.dg/980523-1.c: New test.
19428 1998-05-23  Dave Love  <d.love@dl.ac.uk>
19430         * g77.f-torture/compile/970915-0.f: New test.
19432 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
19434         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
19436 1998-05-21  Jeffrey A Law  (law@cygnus.com)
19438         * gcc.dg/980520-1.c: New test.
19440 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
19442         * gcc.dg/980502-1.c: Fix return type.
19444 1998-05-20  Jeffrey A Law  (law@cygnus.com)
19446         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
19447         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
19448         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
19449         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
19450         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
19452 1998-05-20  Dave Love  <d.love@dl.ac.uk>
19454         * g77.f-torture/execute/980520-1.f: New test.
19456 1998-05-15  Dave Love  <d.love@dl.ac.uk>
19458         * lib/mike-g77.exp: New file.
19460         * g77.f-torture/noncompile/noncompile.exp,
19461         g77.f-torture/noncompile/check0.f: New files.
19463 1998-05-14  Dave Love  <d.love@dl.ac.uk>
19465         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
19466         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
19467         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
19468         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
19469         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
19470         abort where appropriate.
19472 1998-05-05  Michael Meissner  <meissner@cygnus.com>
19474         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
19475         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
19477 1998-04-29  Dave Love  <d.love@dl.ac.uk>
19479         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
19481 1998-04-27  Dave Love  <d.love@dl.ac.uk>
19483         * g77.f-torture/compile/980427-0.f: New test.
19485 1998-04-24  Dave Love  <d.love@dl.ac.uk>
19487         * g77.f-torture/compile/980424-0.f: New test.
19489 1998-04-19  Dave Love  <d.love@dl.ac.uk>
19491         * g77.f-torture/compile/980419-2.f (main): New test.
19492         * g77.f-torture/compile/970125-0.f: New test.
19493         * g77.f-torture/compile/980419-1.f: New test.
19495 1998-04-08  Jim Wilson  <wilson@cygnus.com>
19497         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
19498         of loop-4.c.
19500 1998-04-07  Jim Wilson  <wilson@cygnus.com>
19502         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
19504 1998-04-03  Jim Wilson  <wilson@cygnus.com>
19506         * gcc.c-torture/compile/980329-1.c: New test.
19508 1998-03-18  Jim Wilson  <wilson@cygnus.com>
19510         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
19511         * gcc.dg/980312-1.c: Fix typo in -march command.
19513 1998-03-16  H.J. Lu  (hjl@gnu.org)
19515         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
19517 1998-03-11  Robert Lipe  <robertl@dgii.com>
19519         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
19520         Dave Love agree the Fortran source is bogus.
19522 1998-03-11  Robert Lipe  <robertl@dgii.com>
19524         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
19525         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
19526         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
19527         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
19528         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
19530 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
19532         * g++.old-deja/g++.other/friend1.C: New test.
19534 1998-02-18  Dave Love  <d.love@dl.ac.uk>
19536         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
19537         possibly uninitialized) variables and declare dnrm2.
19539 1998-02-23  Robert Lipe <robertl@dgii.com>
19541         From Bruno Haible <haible@ilog.fr>:
19542         * gcc.c-torture/execute/980223.c: New test.
19544 1998-02-13  Jeffrey A Law  (law@cygnus.com)
19546         * gcc.dg/ifelse-1.c: New test.
19548 1998-02-09  H.J. Lu  (hjl@gnu.org)
19550         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
19552           * lib/old-dejagnu.exp (old-dejagnu): Added the
19553           "execution test - XFAIL *-*-*" handling in the spirit of
19554           "excess errors test -". Changed the "execution test fails"
19555           handling to be like "excess errors test fails".
19556           * Update various tests accordingly.
19558 1998-02-06  Jim Wilson  <wilson@cygnus.com>
19560         * gcc.c-torture/execute/980205.c: New test.
19562 1998-01-18  Jeffrey A Law  (law@cygnus.com)
19564         * lib/c-torture.exp: Look for .x files instead of .cexp files.
19565         * lib/f-torture.exp: Similarly.
19566         * gcc.c-torture: Rename all .cexp files to .x files.
19568 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
19570         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
19571         (940510-1.c): Removed duplicate.
19572         (971104-1.c): New test.
19574 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
19576           * lib/f-torture.exp: Improve error and loop detection.
19578 1997-11-19  Michael Meissner  <meissner@cygnus.com>
19580         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
19581         use that to size the filler array.
19583 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
19585         * lib/c-torture.exp(c-torture-execute): Fix typo.
19587         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
19588         testcase as the executable name. Keep the executable around if
19589         the test fails.
19591 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
19593         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
19594         changes.  Only test one -g option, and move it to the end of the
19595         list of options to test.
19597 1997-09-19  Michael Meissner  <meissner@cygnus.com>
19599         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
19600         variable GCC_TORTURE_OPTIONS to supply default switches separated
19601         by colons.  If no environment variable, run tests with -O0 -g, -O1
19602         -g, and -O2 -g as well.
19604 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
19606         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
19607         explanatory comments. Fix indentation.
19609 1997-09-15  Jeffrey A Law  (law@cygnus.com)
19611         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19613 1997-09-11  Jeffrey A Law  (law@cygnus.com)
19615         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19616         * g++.old-deja/g++.mike/p7325.C: Likewise.
19617         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19619 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
19621         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19622         * g++.old-deja/g++.brendan/crash30.C: Likewise.
19623         * g++.old-deja/g++.brendan/crash39.C: Likewise.
19624         * g++.old-deja/g++.law/operators4.C: Likewise.
19626 1997-09-11  Joe Buck  (jbuck@synopsys.com)
19628         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19629         * g++.old-deja/g++.mike/p784.C: Ditto.
19630         * g++.old-deja/g++.mike/p785.C: Ditto.
19632 1997-09-05  Jeffrey A Law  (law@cygnus.com)
19634           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19636 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19638         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19639         target feature; pass this to c-torture-execute as needed.
19641 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19643         * lib/c-torture.exp(c-torture-execute): If the previous and the
19644         current executables being tested are identical, we don't need to
19645         run the executable again. Try to make the executable names
19646         unique. Add an optional argument for passing additional compiler
19647         flags.
19649 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
19651         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19653 1997-08-29  Jeffrey A Law  (law@cygnus.com)
19655         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19657 1997-07-31  Jeffrey A Law  (law@cygnus.com)
19659         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19660         32bit or larger longs.
19662         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19663         have either a 32bit long or 32bit int.
19665 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
19667         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19668         Make double precision tests dependent on sizeof (double).
19670 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
19672         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19673         too.
19675 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
19677         * gcc.c-torture/compile/961203-1.cexp: New script.
19679 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
19681         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19682         up the includes ourselves.
19684 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
19686         * lib/plumhall.exp: Remove random include, and add a few
19687         verbose messages for debugging.
19689 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
19691         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19692         of trying to do it ourselves.
19694 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19696         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19698 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19700         * gcc.prms/5403.c: Made regexp a bit less strict.
19702 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19704         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19705         is returned from remote_load instead.
19706         * lib/plumhall.exp: Ditto.
19707         * lib/mike-g++.exp: Ditto.
19708         * lib/old-dejagnu.exp: Ditto.
19709         * lib/c-torture.exp: Ditto.
19711 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19713         * lib/g++.exp: Use build_wrapper procedure.
19714         * lib/gcc.exp: Ditto.
19716 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19718         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19719         an old-style decl for malloc.  Fixes tests to work when
19720         sizeof (int) != sizeof (size_t).
19722 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19724         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19726         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19727         use stdargs.h interface.
19729 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19731         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19732         NO_VARARGS when compiling.
19734 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19736         * lib/plumhall.exp(ph_includes): New procedure.
19737         (ph_make): Use it.
19738         (ph_compiler): Ditto.
19740         * lib/g++.exp: Rename test-glue.c to testglue.c.
19741         * lib/gcc.exp: Ditto.
19743 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19745         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19746         to completion when it's called.
19748 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19750         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19751         is defined, don't do test.
19753 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19755         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19756         for object files.
19757         (ph_summary): Mark skipped testcases as untested, not unresolved.
19759         * lib/plumhall.exp (ph_make): If unresolved because of bad
19760         errorCode, record errorCode in log file.
19761         (*): Replace send_log/verbose with verbose -log.
19763 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19765         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19766         double conversion if double isn't at least 8 bytes.
19768         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19769         int to work with targets where int is 16 bits.
19771         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19772         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19773         precision for the test to complete.
19775 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19777         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19778         if d10v is not compiled with the -mdouble64 flag.
19779         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19781         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19782         d10v is not compiled with the -mint32 flag.
19784 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19786         * lib/plumhall.exp: Use incr_count.
19788 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19790         * gcc.c-torture: Update to c-torture-1.45.
19792 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19794         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19795         the name of the expect testcase file).
19797         * lib/g++.exp(g++_init): Ditto.
19799 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19801         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19802         the host.
19804         * lib/gcc.exp(gcc_exit): New procedure.
19806 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19808         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19809         specs where appropriate.
19811         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19812         because of new "candidates are" messages, and removed a few
19814         * Converted all non-old-style g++ testcases to old-style, and
19815         moved into g++.old-deja.
19817 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19819         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19820         options.
19822         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19823         succeeded.
19825         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19827 1997-02-13  Michael Meissner  <meissner@cygnus.com>
19829         * lib/gcc.exp (gcc_target_compile): Add support for defining
19830         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19831         the machine doesn't have those features.
19833 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
19835         * g++.law/operators4.exp: Don't use LIBS.
19837 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
19839         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19841         * lib/mike-g++.exp: Don't set the compiler to be tested here.
19842         * lib/g++.exp: Set it here instead. Also, allow use of the
19843         --tool_exec and --tool_opt options. Change CXX to
19844         GXX_UNDER_TEST.
19846         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19848         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19850 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
19852         * lib/old-dejagnu.exp: Use prune_warnings instead of
19853         prune_system_crud.
19854         * lib/mike-g++.exp: Ditto.
19855         * lib/gcc.exp: Ditto.
19856         * lib/g++.exp: Ditto.
19858         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19860 1997-02-07  Jeffrey A Law  (law@cygnus.com)
19862           * 941014-2.c: Include stdlib.h
19863           * 960327-1.c: Include stdio.h
19864           * dbra.c, index-1.c: Don't assume ints are 32bits.
19866 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
19868         * lib/gcc.exp: Add gcc,stack_size target feature.
19870         * lib/g++.exp(g++_target_compile): Add the include and link
19871         paths here, not in two other places. And, it's $options, not
19872         options.
19874         * lib/mike-g++.exp(postbase): Remove the code that determines
19875         the correct include and link paths.
19876         * g++.old-deja/old-deja.exp: Ditto.
19878 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
19880         * lib/g++.exp(g++_init): target_compile no longer returns the
19881         filename of the result.
19883 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
19885         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19886         call to glob.
19888         * gcc.c-torture/special/special.exp: Change call to
19889         gcc_target_compile to include the object file.
19891 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
19893         * gcc.c-torture/special/special.exp: Correct misspelling in last
19894         change.
19896 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
19898         * lib/plumhall.exp(ph_summary): Log the entire output of the
19899         executable. Return -1 if there were any failures, 0 otherwise.
19900         (ph_execute): Return -1 if there were any failures, 0 otherwise.
19901         (ph_make): Clean up objects and executables that were built
19902         if the tests succeeded.
19904 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
19906         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19907         libraries and includes in the build tree as appropriate.
19909 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19911         * lib/c-torture.exp: Instead of looking for the global variable
19912         NO_LONG_LONG, check to see if that's a feature of the target.
19914 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19916         * config/default.exp: Minimize. Delete the remainer of the files in
19917         config; this functionality is now in devo/dejagnu/config.
19919         g++.*/*: Pass any additional flags used to compile to postbase;
19920         delete CXXFLAGS.
19922         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19923         is now done by runtest.exp. Use gcc_target_compile instead of
19924         compile.
19926         lib/c-torture.exp: Use gcc_target_compile instead of compile.
19927         Remove references to CFLAGS. Use remote_file instead of
19928         calling rm -f.
19929         (c-torture): Take a list of arguments to use to compile this
19930         testcase.
19932         lib/g++.exp: Simplify. Use target_compile instead of compile.
19933         lib/gcc-dg.exp: Ditto.
19934         lib/gcc.exp: Ditto.
19935         lib/mike-{gcc,g++}.exp: Ditto.
19936         lib/old-dejagnu.exp: Ditto.
19937         lib/plumhall.exp: Ditto.
19939 1997-01-08  Jim Wilson  <wilson@cygnus.com>
19941         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19942         (ph_linker): Likewise.
19944 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
19946           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19947         MAP_ANON / MAP_ANONYMOUS if defined;
19948         else try to map from /dev/zero .
19950 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19952         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
19953         isn't defined, then define it to MAP_ANONYMOUS.
19955 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19957         * gcc.c-torture: Update to c-torture-1.42 release.
19959 1996-11-11  Jeffrey A Law  (law@cygnus.com)
19961         * gcc.c-torture: Update to c-torture-1.41 release.
19963 1996-10-27  Jeffrey A Law  (law@cygnus.com)
19965         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
19966         c-torture release.
19968 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
19970         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19971         and LDFLAGS.  Fix second case to append the target_info ldflags
19972         onto LDFLAGS, not CFLAGS.
19973         * lib/g++.exp (g++_init): Add target_info stuff.
19974         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
19975         of libgloss and newlib flags for !native.
19977         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19978         (GDB): Fix relative path to go up another dir for finding gdb.
19980 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
19982         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19983         versions in the target_info array, if they don't exist.
19985 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19987         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19989 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19991         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19992         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19994 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19996         * lib/old-dejagnu.exp: Don't remove the output file before we've
19997         actually tested it. Don't append pwd to the path of the executable
19998         we're testing.
20000 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
20002         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
20004 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
20006         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
20007         temporary directory for compiler files, and set it to a default
20008         value of /tmp. Set $output as the name of the output file from
20009         compiling the testcase. Add a -o option to $cflags_var so the
20010         compiler writes the final output file as $output. Set $executable
20011         to $output.
20013         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
20014         directory for compiler files, and set it to /tmp if it doesn't
20015         already have a value. Set $output_file to the name of the output
20016         file from compiling the testcase. Add a -o option to CXXFLAGS so
20017         the compiler writes the final output file as $output. Use $output
20018         as the executable to be tested.
20020 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
20022         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
20024 1996-06-08  Jeffrey A Law  (law@cygnus.com)
20026         * gcc.c-torture/execute/pending-1.c: New test.  Still
20027         pending in Tege's queue.
20029 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
20031         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
20032         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
20033         if there were failures.  Call unresolved if there were unresolved
20034         testcases.  Call gcc_fail if program did not run to completion.
20035         (ph_make): Pass additional argument name to ph_execute.
20036         (ph_execute): Add new argument.  Pass additional arguments to
20037         ph_summary.  Call gcc_fail is there is no execution output.
20039 1996-04-24  Jeffrey A Law  (law@cygnus.com)
20041         * lib/plumhall.exp (proc_summary): Output relavent summary
20042         lines into the log so specific failures in plumhall can be
20043         investigated.
20045 1996-04-10  Jeffrey A Law  (law@cygnus.com)
20047         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
20048         (c-torture-execute): Don't try to execute tests which use
20049         "long long" types if $NO_LONG_LONG is nonzero.
20051 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
20053         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
20054         not c-torture.
20056         * gcc.ieee: Move from here.
20057         * gcc.c-torture/execute/ieee: To here.
20059 1996-03-26  Jeffrey A Law  (law@cygnus.com)
20061         * gcc.c-torture: Update to c-torture-1.41 release.
20063 1996-03-22  Jeffrey A Law  (law@cygnus.com)
20065         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
20066         not "$output".
20068 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
20070         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
20071         -c present.
20073 1996-03-02  Jeffrey A Law  (law@cygnus.com)
20075         * config/proelf.exp: Handle connecting to a simulator.
20077 1996-01-31  Jeffrey A Law  (law@cygnus.com)
20079         * config/proelf.exp: New file.  Enough framework that we can
20080         run c-torture tests on the proelf targets (or any other target
20081         that gdb can connect to for that matter).
20083 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
20085         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
20086         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
20088         * lib/plumhall.exp (ph_execute): Always call ph_summary if
20089         exec_output exists.
20091 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
20093         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
20094         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
20096         * config/*.exp: Update FSF address.  Change result of ${tool}_load
20097         to pass/fail/unresolved/unsupported/untested.  Caller must now
20098         call unresolved/unsupported/untested.
20099         * lib/*.exp: Update FSF address.  Update to handle new results of
20100         ${tool}_load.
20101         * lib/chill.exp (verbose): Delete.
20103 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
20105         * lib/gcc.exp (default_gcc_start): Change order of args to
20106         $LDFLAGS $CFLAGS $LIBS.
20107         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
20108         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
20109         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
20110         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
20111         * gcc.misc-tests/dg-test.exp: Likewise.
20112         * gcc.misc-tests/msgs.exp: Likewise.
20113         * gcc.prms/prms.exp: Likewise.
20114         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
20115         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
20117         * lib/dg.exp: Deleted, moved to dejagnu/lib.
20119 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
20121         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
20123         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
20124         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
20126         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
20127         necessary.
20129 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
20131         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
20132         global for loop; add use of $mathlib.
20133         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
20134         settings here; set mathlib for anything but VxWorks.
20136 1996-01-22  Jeffrey A Law  (law@cygnus.com)
20138         * gcc.c-torture: Update to c-torture-1.40 release.
20140 1996-01-03  Jeffrey A Law  (law@cygnus.com)
20142         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
20143         dg.exp.
20145 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
20147         * lib/c-torture.exp (c-torture-execute): Declare "output" as
20148         global.
20150 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
20152         * lib/g++.exp (LIBS): Define if not already.
20153         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
20154         (gcc-dg-prune): Call prune_gcc_output.
20155         * lib/gcc.exp (prune_gcc_output): New proc.
20156         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
20157         prune_gcc_output.
20159 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
20161         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
20162         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
20164 1995-11-15  Jeffrey A Law  (law@cygnus.com)
20166         * gcc.c-torture: Update to c-torture-1.39 release.
20168 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
20170         * lib/c-torture.exp (c-torture-execute): Don't return if one option
20171         fails, try others as well.
20173 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
20175         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
20176         If compilation fails, mark execute tests as `untested'.
20177         If test is marked as unsupported, don't mark compilation and
20178         execute tests as failed.
20180 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
20182         * lib/g++.exp (g++_init): Don't link in libg++, and look to
20183         libstdc++ for whether or not we want to be doing shared
20184         libraries.  Delete link_curses since we don't need it anymore.
20185         * lib/mike-g++.exp (postbase): Don't link in libg++.
20186         * g++.old-deja/old-deja.exp: Likewise.
20188 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
20190         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
20192 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
20194         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
20195         For that, add `-Wl,-a,shared_archive'.
20196         * g++.old-deja/old-deja.exp: Likewise.
20198 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
20200         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
20202 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
20204         * lib/mike-g++.exp (postbase): Pay attention to the status of
20205         g++_load.
20207 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
20209           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
20211 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
20213         * lib/gcc.exp (default_gcc_start): No longer need to log program
20214         being executed or its output, execute_anywhere does that now.
20215         * lib/g++.exp (default_g++_version): Call execute_anywhere.
20216         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
20218 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
20220         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
20221         the same as those in lib/g++.exp.
20223 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
20225         * gcc.c-torture: Update to c-torture-1.38 release.
20226         * gcc.ieee: Related changes.
20228 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
20230         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
20231         "exec". Minor reformatting changes.
20233         * config/rom68k.exp (${tool}_load): Make it work in a canadian
20234         cross. This means all "exec" calls now work on a remote host as
20235         well.
20236         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
20237         cross. Filter out the extra "\r\n" stuff that expect puts in.
20238         (c-torture-execute): Filter out the bogus warnings like
20239         c-torture-compile does. Add support for canadian cross.
20240         * lib/gcc.exp (default_gcc_version, default_gcc_start)
20241         Use execute_anywhere rather than calling exec directly. Now it
20242         works for canadian cross testing.
20244 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
20246         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
20247         results into a variable, and check that rather than using file exists.
20249 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
20251         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
20252         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
20254 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20256         * g++.old-deja/old-deja.exp: Create and pass runshlib and
20257         lib_curses if there's a shared libg++ in the build tree.
20259 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
20261         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
20262         if not supported target.
20264 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
20266         * lib/g++.exp (g++_init): Move empty setting of runshlib and
20267         link_curses up to always happen, not just for native builds.
20269 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
20271         * gcc.c-torture: Update to c-torture-1.36 release.
20272         * gcc.failure: Related changes.
20274 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
20276         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
20278 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
20280         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
20281         * lib/mike-g++.exp (postbase): Not in here.  Still reference
20282         runshlib, link_curses, and mathlib for link and run.
20284         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
20285         pass the runtime shared library options for Solaris, OSF/1, and
20286         Irix5, and link with -lcurses to avoid unresolved references.
20288 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
20290         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
20291         only run once.
20293 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
20295         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
20297 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
20299         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
20300         do not have a framework for the "compat" tests yet.
20302 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
20304         * lib/mike-g++.exp (postbase): New local variable `mathlib',
20305         set to null if we're testing vxworks5.1.  Use that instead of
20306         `-lm' in the setting of LIBS for link and run.
20308 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
20310         * config/rom68k.exp (${tool}_load): Major changes to make it
20311         work.  Verified that it does in fact return the stuff in
20312         exec_output properly.  Catch any Emul or any TRAP other than 0.
20314 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
20316         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
20317         LDFLAGS properly for targets that need stuff from libgloss.
20318         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
20319         only run once.
20320         (gpp_initialized): New variable.
20322 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
20324         * config/rom68k.exp: Load libgloss.exp.
20325         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
20326         so we can produce a fully linked binary.
20327         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
20328         so we can produce a fully linked binary.
20330 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
20332         * lib/plumhall.exp (ph_section): Watch for expected failures.
20333         Add missing `else'.
20335         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
20336         run the testcase.
20337         (c-torture): Likewise.
20339 1995-08-28  Doug Evans  <dje@cygnus.com>
20341         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
20343         * lib/mike-g++.exp (mike_cleanup): New proc.
20344         (prebase): New globals compiler_result, not_compiler_result,
20345         target_regexp.
20346         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
20347         allow leading "-" in pattern.  Watch for unsupported tests.
20348         If $compiler_result is set, pattern match assembler code,
20349         and ditto for $not_compiler_result.
20350         * lib/mike-gcc.exp: Likewise.
20352         * lib/plumhall.exp (ph_execute): Only call ph_summary if
20353         execution "succeeded".
20355 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
20357         * config/win32.exp: New file.
20358         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
20360 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
20362         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
20363         unsupported.
20364         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
20365         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
20366         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
20368         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
20369         "... without exceptions was ...".  That is now handled by
20370         prune_system_crud.
20371         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20373 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
20375         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
20376         sieve.c,sort2.c}: New files.
20377         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
20378         sieve.exp,sort2.exp}: Drivers for them.
20380         * lib/mike-gcc.exp (program_output): New user settable variable.
20381         (postbase): Call prune_system_crud.  Also prune extraneous compiler
20382         messages.
20383         * lib/mike-g++.exp (program_output): New user settable variable.
20385         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
20387         * config/sh.exp: Deleted (use sim.exp instead).
20389 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
20391         * config/vx.exp: Declare CHECKTASK as global.
20392         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
20393         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
20394         * lib/old-dejagnu.exp: Load [pwd]/$executable.
20396 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20398         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
20399         target. Like vx.exp, only includes `vx29k.exp' instead of
20400         `vxworks.exp'.
20402 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
20404         * config/sim.exp: Increase time limit from 120 seconds to 240.
20406 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
20408         * gcc.c-torture/execute/950628-1.c: New test.
20410 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
20412         * gcc.c-torture: Update with changes/additions from
20413         c-torture-1.34.
20415 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
20417         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
20419 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
20421         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
20423 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
20425         * gcc.c-torture/compile/950512-1.c: New test.
20426         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
20427         * gcc.dg/struct-ret-1.c: Likewise.
20429 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
20431         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
20432           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
20434 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
20436         * gcc.c-torture/special/920411-1.c: Deleted.
20437         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
20439 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
20441         * config/sim.exp (${tool}_load): Hack in call to bash to get a
20442         cpu limit.
20444 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
20446         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
20448 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
20450         From kenner;
20451         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
20452         is the proper length.
20453         * va-arg-3.c: Likewise.
20455 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
20457         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
20458         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
20460         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
20461         * lib/g++.exp (default_g++_start): Delete old cruft.
20463 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
20465         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
20466         (2 * (1 << 18)) to (2 * (1 << 17)).
20468         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
20470 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
20472         * config/rom68k.exp: Renamed from config/idp.exp
20474 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
20476         * c-torture/compile/921109-2.c
20478 1995-04-18  Mike Stump  <mrs@cygnus.com>
20480         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
20481         excess errors.
20483 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
20485         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
20486         output.
20487         * lib/g++.exp (default_g++_start): Likewise.
20489 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
20491         * gcc.c-torture/compile/950329-1.c: New test.
20493 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
20495           * config/bug.exp (${tool}_load): Updated to use new remote_open
20496           and remote_close procs.
20497         * config/idp.exp: New file.
20499 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
20501         * gcc.c-torture/execute/950322-1.c: New test.
20503 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
20505         * config/vx.exp (${tool}_load): Clean up testing of return code from
20506         vxworks_ld and vxworks_spawn.
20508 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
20510         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
20512 1995-03-13  Mike Stump  <mrs@cygnus.com>
20514         * lib/old-deja.exp: Add `excess errors test - ' error, now one
20515         can mark excess errors on a machine by machine basis.  Note, the
20516         default is to not expect any excess errors, even when excess
20517         errors test - is given, so you will want to put an XFAIL ... on
20518         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
20519         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
20520         those 4 machines, but no others.
20522 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
20524         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
20525         * lib/c-torture.exp: to here.
20527 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
20529         * gcc.c-torture/execute/950221-1.c: New test.
20530         * gcc.c-torture/execute/struct-ret-1.c: New test.
20531         * gcc.c-torture/compile/950221-1.c: New test.
20533         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
20535 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
20537         * gcc.c-torture/execute/arith-1.c (main): Return 0.
20538         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
20540 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
20542         * g++.gb: New directory of tests, derived from my signature and
20543         class scoping tests.
20545         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
20546         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
20547         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
20548         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
20549         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
20550         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
20551         * g++.gb/sig25.C: Likewise.
20553         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
20554         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
20555         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
20556         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
20557         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
20558         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
20559         * g++.gb/sig25.exp: Likewise.
20561         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
20562         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
20563         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
20564         * g++.gb/scope13.C: Likewise, this test still fails.
20566         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
20567         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
20568         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
20569         * g++.gb/scope13.exp: Ditto.
20571         * g++.gb/README: New file, explains what these tests are about.
20573 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
20575         * lib/dg.exp (dg-do): Support `preprocess'.
20576         (dg-test): Likewise.
20578 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
20580         * config/udi.exp: change "continue -expect" to "exp_continue".
20582 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
20584         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
20585         Delete redundant tests.
20587         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
20588         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
20589         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
20590         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
20591         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
20592         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
20593         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
20594         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
20596         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
20597         storing label pointers.
20598         * gcc.c-torture/execute/921019-1.c: Likewise.
20599         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
20600         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
20601         parameter fp.
20602         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
20603         constants.
20605         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
20606         Delete obsolete tests.
20608         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
20609         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20610         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20611         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20612         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20613         * gcc.c-torture/compile/950124-1.c: New test.
20615         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20617 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
20619         * lib/mike-g++.exp: Add -lm to LIBS.
20621 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
20623         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20625 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
20627         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20629 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
20631         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20633 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
20635         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20636         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20637         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20638         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20639         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20640         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20641         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20642         * g++.law/{operators31.C, operators32.C,
20643         * g++.law/{operators33.C, operators34.C}: Likewise.
20644         * g++.law/{pic1.C, refs2.C}: Likewise.
20645         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20646         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20647         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20648         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20650         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20651         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20652         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20653         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20654         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20655         * g++.law/{enum9.exp, friend5.exp}: Likewise.
20656         * g++.law/{nest3.exp, nest4.exp}: Likewise.
20657         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20658         * g++.law/{operators30.exp, operators31.exp}: Likewise.
20659         * g++.law/{operators32.exp, operators33.exp}: Likewise.
20660         * g++.law/{operators34.exp}: Likewise.
20661         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20662         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20663         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20664         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20665         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20667         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20668         No longer expected to fail.
20669         * g++.law/missed-error3.C: Tweak for recent bool changes.
20671 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
20673         * config/emb-unix: Deleted.
20674         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20675         remote execution.  Do final link on remote host if REMOTE_LINK is set.
20677 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
20679         * lib/dg.exp (dg-test): Fix typo in last patch.
20681 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
20683         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20684         (handles multiple occurrences).
20686 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
20688         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20689         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20690         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20691         printed).
20692         * lib/c-torture.exp (c-torture-compile): Likewise.
20693         (c-torture): Prepend full path if missing.
20694         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20695         (gcc_fail): Likewise.
20696         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20698 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20700         * lib/netware.exp: Only attach to NetWare i386 systems.
20702 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20704         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20705         messages.  Add test name to "output pattern match" pass/fail message.
20707 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20709         * gcc.dg: New testsuite.
20710         * gcc.dg/dg.exp: New file.
20712         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20713         test-switch.c}: Deleted.
20715         * gcc.misc-tests/msgs.exp: New testcase driver.
20717 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20719         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20720         Watch for illegal return values from ${tool}_load.
20721         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20722         cross targets.  Coerce return value >0 to 1.
20724 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20726         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20728         * config/emb-unix.exp: New file.
20730         * config/sim.exp: Error if variable $SIM not defined.
20731         (${tool}_load): Mark test as "untested" if simulator missing.
20733         * config/unix.exp: Load remote.exp to get rcp_download.
20734         * lib/c-torture.exp: Use different option lists for testcases with
20735         and without loops.
20736         * gcc.c-torture/execute/execute.exp: Likewise.
20738 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20740         * config/*.exp: Clarify return code from ${tool}_load.
20741         Call `unresolved' or `untested' instead of `warning' or `perror'
20742         (sometimes you still want to call both though).
20743         Add comment that `shell_id' is local to each file.
20744         * config/udi.exp (timeout): Set to 30.
20745         Don't print warning if connection fails, $connectmode has already
20746         printed an error.
20747         (${tool}_load): Move verbose messages to level 2.
20748         Rework pattern for "Process started" message.
20749         Pass `shell_id' to ${connectmode}_download.
20750         Retry twice upon timeout.  Make resetting of target more robust.
20751         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20752         Pass `shell_id' to exit_$connectmode.
20753         Only call exit_$connectmode if connected.
20754         * config/unix.exp (${tool}_load): Check return codes better.
20755         * config/vrtx.exp (${tool}_load): Likewise.
20756         * config/vx.exp (${tool}_load): Likewise.
20757         Delete unneeded global's.
20758         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20759         from ${tool}_load.
20760         (dg-stat): Delete.
20761         (dg-init): Delete recording of pass/fail counts.
20762         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20763         (old-dejagnu-init): Likewise.
20764         (old-dejagnu-stat): Delete contents, empty proc now.
20765         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20766         (c-torture): Delete references to lcnt, lpass, lfail.
20767         Get option list from TORTURE_OPTIONS.
20768         Delete -funroll[-all]-loops if no loops.
20769         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20770         (g++_stat): Delete contents (empty proc now).
20771         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20772         (gcc_finish): Likewise.
20773         (gcc_stat): Deleted.
20774         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20775         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20776         * gcc.c-torture/execute/execute.exp: Likewise.
20777         Split tests into two parts: compile, execute.
20778         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20779         no loops.  Update to reflect clarified return codes from ${tool}_load.
20781 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20783         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20784         to grep for.
20785         (old-dejagnu): Likewise (where necessary).
20787 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20789         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20791         * lib/dg.exp (dg-process-target): Fix processing of selector.
20792         Add comment regarding use of `error'.
20794         * lib/gcc.exp (prune_system_crud): Define if missing.
20795         * lib/g++.exp (prune_system_crud): Likewise.
20797         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20798         Call prune_system_crud.
20799         * lib/dg.exp (dg-runtest): New proc.
20800         Use perror instead of send_user for tcl errors in testcase.
20801         Don't return any value, it's never used.
20802         Don't clobber previous definition of `unknown'.
20803         Print tcl errors in `dg-final'.
20805 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20807         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20808         (dg-test): Don't print errorInfo, it contains stack backtrace.
20810 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20812         * lib/g++.exp (runtest_file_p): Define if missing.
20814 1994-09-24  Doug Evans  (dje@cygnus.com)
20816         * lib/mike-g++.exp: Comment out loading of g++.exp.
20817         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20818         (default_g++_version): Always print something.
20819         (default_g++_start): Comment out call to `which'.
20820         (g++_start, g++_load): Deleted (must be defined in config file).
20821         * lib/gcc.exp: Test for existence of $CC at start.
20822         Delete check for tmpdir (done in gcc_init).
20823         (default_gcc_version): Always print something.
20824         (default_gcc_start): Comment out call to `which'.
20825         * config/*.exp: Major cleanup - make cross targets work at least a
20826         little better for g++ (by not being "--tool gcc" specific).
20827         Rename gcc_xxx to ${tool}_xxx.
20828         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20829         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20831 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
20833         * lib/c-torture.exp (c-torture-compile): Rework compiler
20834         message processing.
20836         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20837         c-torture.
20839 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
20841         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20843         * lib/dg.exp (dg-process-target): Support { target native }.
20845 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
20847         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
20848         looked for "... program xxx got fatal signal".
20849         Correct regsub munging of `comp_output'.
20850         Ignore compiler messages "path prefix not used" and "linker input
20851         file unused".
20853 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
20855         * lib/gcc.exp (runtest_file_p): Define if missing.
20856         * gcc.prms/template.c: Example to work from.
20858 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
20860         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20861         * lib/dg.exp (dg-test): Call unsupported testcases as such.
20863         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20864         * gcc.prms/1883.c: Moved from compile/940714-1.c.
20865         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20866         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20868         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20869         (dg-process-target): No longer a varargs proc.
20870         Return S/N for target, P/F for xfail.  All callers changed.
20871         (user option procs): More argument checking.
20872         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20873         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20874         (dg-test): Skip test if not running on selected target in `dg-do'.
20875         Update handling of `dg-do-what', `dg-output-text'.
20876         Separate execution pass/fail from output pattern match pass/fail.
20877         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20879 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
20881         * gcc.c-torture/special/special.exp: Don't expect failure for mips
20882         target for 920510-1.c.
20884 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
20886         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20887         Clean up comment regarding use of passcnt, etc.
20888         (gcc_stat): Don't update `testcnt' here.
20889         (gcc_finish): Do it here.
20890         Might as well reset `but_id' here too.
20891         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20892         to determine if the file should be tested.
20893         * gcc.c-torture/compile/compile.exp: Likewise.
20894         * gcc.c-torture/execute/execute.exp: Likewise.
20895         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20896         * gcc.misc-tests/dg-test.exp: Likewise.
20897         * gcc.prms/prms.exp: Likewise.
20898         * gcc.wendy/wendy.exp: Likewise.
20899         * g++.old-deja.exp: Likewise.
20900         Move "Testing file" message to verbose level 1.
20902 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
20904         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20906 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
20908         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20909         (default_gcc_start): Accept optional second list element
20910         of compiler flags.  Print compiler output at verbosity level 2.
20911         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20912         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20913         Save current values of framework globals passcnt, failcnt, xpasscnt,
20914         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20915         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
20916         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20917         xfailcnt to compute stats.  Update framework global `testcnt' from
20918         pass/fail counts.
20919         (gcc_finish): New proc.  Clean up test environment.
20920         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20921         (gcc_epass, gcc_efail): Delete.
20922         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20923         argument of line number.
20924         (dg-init): If the tool has an init routine, call it.
20925         (dg-test): Remove args `cflags_var' and `libs_var'.
20926         Pass all compiler options to ${tool}_start.
20927         Handle missing line number.
20928         (dg-finish): New function.
20929         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20930         particular files.  Call gcc_finish at end.  Move "skipping test"
20931         message to verbosity level 3.
20932         * gcc.c-torture/compile/compile.exp: Likewise.
20933         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20934         * gcc.c-torture/execute/execute.exp: Likewise.
20935         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20936         Print testcase being tried at verbosity level 1.
20937         * gcc.c-torture/special/special.exp: Unset xfail.
20938         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20939         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20940         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20941         * gcc.failure/failure.exp: Likewise.
20942         * gcc.ieee/ieee.exp: Likewise.
20943         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20944         Update call to dg-test.  Call dg-finish at end.
20945         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
20946         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20947         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20948         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20949         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
20950         * gcc.wendy/wendy.exp: Add copyright.
20951         Delete setting of tmpdir (done by gcc_init).
20952         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20953         Pass compiler flags to gcc_start.  Call gcc_finish at end.
20954         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20955         gcc_[ce]pass/fail.
20957 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
20959         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20960         confusion.
20961         (g++_load): Likewise.
20963         * config/*.exp (gcc_load): Some were varargs fns and some were not.
20964         Rename argument to `prog' to remove the confusion.
20965         Varargs fns behave differently too!
20966         (g++_load): Likewise.
20968         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20970         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20971         what it is.  Delete (always) printing of status value for !native.
20972         Simplify verbose code, and include status and exec_output.
20973         (g++_load): Use gcc_load.
20975 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
20977         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20978         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20979         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20980         940714-3.c as these testcases don't exist anymore.  Make
20981         va-arg-1.c expected to pass.
20983 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
20985         * gcc.misc-tests/misc.exp: Only run specific testcases.
20986         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20987         * gcc.misc-tests/dg-[1-9].c: New files.
20989         * lib/dg.exp: New testsuite driver.
20990         * gcc.prms/prms.exp: Use it.
20992         * README.gcc: New file.
20994         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20995         Document and reset `lxpass' and `lxfail'.
20996         Simplify "initialized" message.
20997         (gcc_stat): Clean up comments a little.
20999 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
21001         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
21003 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
21005         * lib/old-dejagnu.exp (process-option): New proc.
21006         (old-dejagnu-init, old-dejagnu-stat): Likewise.
21007         (old-dejagnu): Simplify.
21008         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
21010 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
21012         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
21013         exists and is not an empty string.
21015         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
21016         $xfail rather than calling setup_xfail.  Clear $xfail when test is
21017         finished.
21018         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
21019         automatically.
21021         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
21022         longer expected to fail.
21024         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
21025         "f" function call.
21027         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
21029         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
21030         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
21031         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
21032         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
21033         c-torture-1.29.
21035         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
21036         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
21038         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
21040         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
21041         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
21043         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
21044         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
21045         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
21047 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
21049         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
21050         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
21051         940714-1.c, 940714-2.c, 940714-3.c},
21052         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
21053         gcc.misc-tests/{mg.c,mg.exp}:
21054         New tests.
21055         * gcc.noncompile/noncompile.exp: Change accordingly.
21057 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
21059         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
21060         Undo previous clobberage.
21062 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
21064         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
21065         * gcc.special/{930510-1.c, special.exp}:
21066         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
21067         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
21068         struct-varargs-1.c}: New tests from c-torture-1.26.
21070 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
21072         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
21073           argument to switch.
21075 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
21077         * Revert the previous changes.  Please see Rob's directory
21078           (/lisa/test/rob/progressive/gcc/testsuite) for testing
21079           fixes.
21081 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
21083         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
21084             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
21085             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
21086             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
21087             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
21088             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
21089             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
21090             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
21091             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
21092             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
21093             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
21094             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
21095             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
21096             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
21097             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
21098             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
21099             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
21100             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
21101             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
21102             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
21103             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
21104             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
21105             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
21106             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
21107             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
21108             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
21109             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
21111 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
21113         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
21114             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
21115           with perror calls.
21117 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
21119         * config/unix.exp (g++_load): Fix syntax.
21121 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
21123         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
21124         * gcc.noncompile/921017-1.c: Deleted obsolete test.
21125         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
21126         Don't expect va-arg-1.c to fail.  Correct expected output for
21127         920928-1.c.
21128         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
21129         * gcc.wendy/hbm4.c: Correct typo.
21130         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
21132 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
21134         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
21135         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
21136         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
21137         * lib/c-torture.exp (c-torture-compile): Ditto.
21139         Reduce volume of output (remove all the -I's and such).
21140         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
21141         Call gcc_cpass, gcc_cfail.
21142         (c-torture): Pass testing option to c-torture-compile.
21144 1994-03-21  Doug Evans  (dje@cygnus.com)
21146         Bring patches over from progressive.
21147         * config/default.exp: Exit remote shell cleanly.
21148         (g++_exit, g++_start): Add default versions.
21149         * config/sim.exp (gcc_load): Use perror, not error.
21151 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
21153         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
21154         set in site.exp.
21156 1994-03-14  Doug Evans  (dje@cygnus.com)
21158         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
21159         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
21160         (wendy_try): New proc to run testcase.
21161         (main loop): Call 'em.
21162         * gcc.wendy/*.c: Clean up pass to correct expected output.
21164         * lib/gcc.exp: Minor cleanup work.
21165         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
21167 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
21169         * config/sim.exp (gcc_load): Document return codes better.
21170         Don't pass -v to simulator.
21172 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
21174           * gcc.special/920717-x.c: Fix typo.
21175           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
21176           get at sources.
21178         * lib/mike-gcc.exp: Fix typo.
21180 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
21182         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
21183         binary to use, transform the name.
21184         * config/*.exp: rename everything. Nuke any g++ specific files,
21185         it's now a special case of gcc that requires no special support.
21186         Add a default.exp for unsupported targets.
21188 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
21190         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
21191         lib/old-dejagnu.exp: Fix a few patterns to work with the new
21192         version of Tcl.
21194 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
21196         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
21197         than a warning.
21199 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
21201         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
21203 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
21205         * gcc.execute/execute.exp: Combine opt_list and foption_list into
21206         option_list.  Compile every file with only 4/6 option choices
21207         (same as C torture) instead of with 12/18 different option
21208         choices.
21209         * lib/c-torture.exp: Likewise.
21211         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
21212         not already set.
21214 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
21216         * lib/old-deja.exp: Add `excess errors test fails' error, now one
21217         can put an XFAIL *-*-* on excess errors.
21219 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
21221         * g++.law: Add more tests derived from g++-bugs snapshots.
21223         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
21224         equivalent to g++.law/init9.
21226         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
21227         compiled it, and the a.out file after we've run it.
21229 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
21231         * lib/mike-g++.exp (postbase): Delete the .o file after we've
21232         compiled it, and the a.out file after we've run it.
21234 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
21236         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
21238 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
21240         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
21241         version number.
21243 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
21245         * g++.law: New directory of g++ tests derived from the g++-bugs
21246         snapshots.
21248 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
21250         * gcc.compile: initbug1.c initbug1.exp testcase added
21252 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
21254         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
21255         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
21256           fixes submitted by Jeff Law (law@cs.utah.edu)
21257         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
21258           Jeff Law (law@cs.utah.edu)
21261 1993-11-30  Mike Stump  (mrs@cygnus.com)
21263         * config/unix-g++.exp: Follow the gcc way of doing things.
21264         * g++.old-deja/old-deja.exp: Minor updates.
21265         * lib/g++.exp: New file, follow the gcc way of doing things.
21266         * lib/old-dejagnu.exp: Minor updates.
21267         * lib/mike-g++.exp: Always unset errorInfo.
21269 1993-11-06  Mike Stump  (mrs@cygnus.com)
21271         * lib/gcc.exp: Fix some errors with the below change, CC and
21272         CFLAGS should be global when setting, not local.
21274 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
21276         * lib/gcc.exp: Transform tool name.
21278 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21280         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
21282 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21284         * lib/gcc.exp: change gcc_done to gcc_stat
21286 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21288         * Upgraded gcc testsuite to c-torture version 1.25
21290 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
21292         * lib/gcc.exp: added reporting code. Changed verbose compile message.
21293         * lib/c-torture: added hooks for new reporting code.
21295 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
21297         * config/sh-gcc.exp: check if sh-sim exists in the path
21299 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
21301         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
21302         * gcc.compile/compile.exp: Initial changes for new logic.
21303         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
21304         * gcc.failure/failure.exp: Initial changes for new logic.
21305         * gcc.ieee/ieee.exp: Initial changes for new logic.
21306         * gcc.misc-tests/misc.exp: Initial changes for new logic.
21307         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
21308         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
21309         * lib/c-torture.exp: Initial changes for new logic.
21310         * lib/gcc.exp: Initial changes for new logic.
21312 1993-10-15  Mike Stump  (mrs@cygnus.com)
21314         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
21315         depend upon failure or success.  Fully qualify names in failure
21316         and success messages.  Always remove a.out before starting
21317         compile, just in case.  Pay more attention to error text output by
21318         the compiler.  Handle testcases with no known past errors just
21319         like all others, so that things are uniform.  Other miscellaneous
21320         improvements.
21322 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
21324         * gcc.cpp: new directory for cpp tests
21326 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
21328         * lib/chill.exp: Code reformatted, removed unused code.
21329         * config/unix-chill.exp: Code reformatted, removed unused code.
21330         * chill.execute/execute.exp: Code reformatted, removed unused code.
21331         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
21333 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
21335         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
21336         routines not written.
21338 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
21340         * config/bug-gcc.exp: Use new procs from bug.exp.
21342 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
21344         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
21345         via ftp, rather than depending on NFS.
21346         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
21347         case.
21349 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
21351         * config/bug-gcc.exp: Use new download proc.
21353 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
21355         * chill.execute/execute.exp: cleanups, handles errors better
21356         * chill.compile/compile.exp: rewrite, based on execute.exp
21357         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
21358         * lib/chill.exp: major changes to diff proc and compile and link
21359           procs. added chill_fail and chill_pass wrappers to pass and
21360           fail. added more comments, and handle error codes better.
21361           Added a hack to capture stderr from exec, so noncompile tests
21362           can work.
21364 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
21366         * chill.execute/execute.exp: rewrite of testsuite driver
21367         * lib/chill.exp: rewrite of testsuite driver
21368         * config/unix-chill.exp: rewrite of testsuite driver
21370 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
21372     In chill.execute:
21373         * iexpr.ch: Standardize uppercase.
21374         * tuples.dat: Standardize uppercase.
21375         * vary.ch: standardize.  Correct varying string assignments.
21376         * vary.dat: Add new output lines.
21378 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
21380     In chill.execute:
21381         * chprintf.ch: Standardize use of uppercase.
21382         * tuples.ch: Standardize and turn arr2 into a DCL,
21383           rather than a SYN.
21384         * pinits.ch: Standardize.
21386 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
21388         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
21389         * Makefil: Renamed to Makefile.in.
21390         * configure.in: New.
21392 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
21394     In chill.execute:
21395         * .cvsignore: Add result/output files.
21396         * Makefile: Fix up variables at start.  Use MFLAGS
21397           everywhere.  Correct bool_loc, built_ins entries.
21398           Add entry for vary1.ch.
21399         * bitarray.ch: Standardize upper-case usage.
21400         * bitexpr.ch: Standardize, add output of b1.
21401         * params.ch: Use arrayt in along PROC parameters, to
21402           avoid novelty problems.
21403         * sets.ch: Tiny cleanup.
21404         * vary1.ch: Re-indent.
21406 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
21408           * Add PR-related files to Makefiles, .cvsignore files, etc.
21410 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
21412         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
21413           with compiler objects. New names are test-flow.c and test-loop.c
21415 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
21417         * Upgraded c-torture tests from 1.19 to 1.20
21419         * new files:
21420         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
21421         * gcc.compile: 930623-1.c 930623-2.c
21422         * gcc.noncompile: 930622-1.c 930622-2.c
21423         * gcc.failure: 920411-1.c 920627-2.c
21424         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
21426 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
21428         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21429           More changes to get testsuite working properly. Needs more work.
21430           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
21432 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
21434         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21435           More changes to get testsuite working properly. Needs more work.
21437 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
21439         * chill.compile/compile.exp: Added for Dejagnu support
21440         * chill.execute/execute.exp: Added for Dejagnu support
21441         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
21443 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
21445     This should complete moving the CHILL test files.
21446         * chill.noncompile(.cvsignore printf.grt
21447             in-printf.grt chprintf.grt chprintf.ch):
21448             Added test-support files.
21449           (Makefile): Modified further.
21450         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
21451             signal.ch): Added test files.
21452           * chill.execute (.cvsignore printf.grt printr.c
21453             in-printf.grt rts.c chprintf.grt rts.h): Added
21454           test-support files.
21455             (Makefile): More corrections.
21457 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
21459         * chill.compile, chill.execute, chill.nocompile: Add CHILL
21460           test cases, ready for DejaGnu.
21462 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
21464         * Upgraded c-torture tests from 1.18 to 1.19
21466         * gcc.compile: added test(s):
21467           930607-1.c
21468         * gcc.execute: added test(s):
21469           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
21471         * added new subdirectory for misc tests: gcc.misc-tests
21472         * gcc.misc-test(s): added tests:
21473           inst-check.c test-consts.c test-ior.c test-switch.c
21475 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
21477         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
21479 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
21481         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
21483 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
21485         * Upgraded c-torture tests from 1.17 to 1.18
21487 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
21489         * Upgraded c-torture tests from 1.12 to 1.17
21491 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
21493         * lib/old-dejagnu.exp:
21494           Fixed handling of XFAIL target triplets to correctly
21495           recognize wildcard characters.  Removed code that
21496           appended a unique id tag to the end of the file name
21497           printed out by the result of the testcases within a
21498           given test file.
21500 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
21502         * lib/old-dejagnu.exp:
21503           Reworked expected failure handling to trigger off of XFAIL
21504           keyword in keyphrase embeded in testcase source code. The
21505           XFAIL keyword must be at the end of the keyphrase line. It
21506           may optionally be followed by one or more target triplets.
21507           It has just occured that the handling of wildcards in the
21508           target triplet may not be correct.
21510 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
21512         * g++.old-deja/tests:
21513           Moved all subdirectories up one level into g++.old-deja .
21515         * lib/old-dejagnu.exp:
21516           Fixed problem with CXXFLAGS not being properly reset, and being
21517           corrupted with extraneous "-c" compiler option.  This was
21518           causing binaries to not be generated for test that needed them.
21519           Modified strings passed to "pass" and "fail" so that individual
21520           tests from the same test file would be distinguished by an
21521           identifier appended to the test file name in the summary logs;
21522           this corrected a problem with erroneous diff logs.  Added code
21523           to search testcases for expected fail and unexpected pass keywords.
21525 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
21527         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
21529 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
21531         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
21532           Removed extraneous text from end of "Special g++ Options"
21533           keyphrase.
21535         * lib/old-dejagnu.exp: Added pattern matching to look for new
21536           keywords, embedded in testcases comments, which will trigger
21537           calls to xpass and xfail.
21539 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
21541         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
21542           comments embedded in the testcases, especially the one looking for
21543           special compiler options, as well as the pattern matching for the
21544           compiler output again.
21546 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
21548         * lib/old-dejagnu.exp: Do a proper check of the return value for
21549           execute tests. Fixed several problems with the pattern matching
21550           of the compiler output which gave erroneous test results.
21551           Changed several of the test result messages to be more descriptive.
21552         * config/unix-g++.exp: Proc g++_load now actually works and
21553           executes the tests passed to it and returns a usable return
21554           value.
21556 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
21558           * lib/gcc.exp: Exits gracefully if $CC is bogus.
21560 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
21562         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
21563           Modified both files to properly execute the old style
21564           dejagnu tests. The previous versions of these files were
21565           experimental and did not function anything near correctly.
21567 1993-04-05  Rob Savoye  (rob@cygnus.com)
21569         * Removed all Makefile.in and configure.in files. No configuration
21570         needed now.
21572 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
21574         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
21576 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21578         * gcc.compile/configure.in, gcc.unsorted/configure.in,
21579         gcc.special/configure.in, gcc.noncompile/configure.in,
21580         gcc.execute/configure.in, gcc.code_quality/configure.in,
21581         g++.other/configure.in, g++.old-deja/configure.in,
21582         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
21583         in srcname setting.
21585 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
21587         * lib/udi.exp:  Fixed mondfe and mondfe_download.
21588         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
21589         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
21591 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
21593         * config/udi-gdb.exp: Check $shell_id after connecting to target.
21594         (gdb_exit): Don't remove *_soc files.
21596 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
21598         * lib/c-torture.exp: Don't look for main; instead always use -w
21599         -c.  This is how the c-torture tests work.  Remove the object
21600         file if the compilation succeeds.
21601         * gcc.execute/execute.exp: Remove executable if test passes.
21602         * gcc.noncompile/noncompile.exp: Every test is an expected
21603         failure.
21604         * gcc.special/special.exp: Added tests from c-torture 1.11,
21605         corrected use of existing test.
21606         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
21607         gcc.execute/920625-1.c: Updated to c-torture 1.11.
21608         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
21609         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21610         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21611         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21612         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21613         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21614         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21615         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21616         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21617         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21618         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21619         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21620         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21621         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21622         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21623         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21624         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21625         c-torture 1.11.
21626         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21627         correspond to c-torture 1.11.
21629         * New file.