* gcc.dg/Wunreachable-8.c : New test.
[official-gcc/alias-decl.git] / gcc / testsuite / ChangeLog
blob35a8b88a781f9cc82cadbc3075766b67adda0208
1 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3         * gcc.dg/Wunreachable-8.C: New test.
5         * gcc.dg/h8300-ice2.c : New test.
7 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
9         PR fortran/16161
10         * gfortran.fortran-torture/compile/implicit.f90: Add test
11         for implicit character.
13 2004-06-30  David Billinghurst (David.Billinghurst@riotinto.com)
15         PR fortran/16289
16         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
17         Use tiny() intrinsic to find smallest non-negative real
19 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
21         * gcc.dg/compat/struct-by-value-22_main.c: New test.
22         * gcc.dg/compat/struct-by-value-22_x.c: New.
23         * gcc.dg/compat/struct-by-value-22_y.c: New.
25         * gcc.c-torture/execute/20040629-1.c: New test.
27 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
29         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
30         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
32         PR target/16195
33         * gcc.dg/20040625-1.c: New test.
35 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
37         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
39 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
41         PR fortran/15963
42         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
44 2004-06-29  Richard Henderson  <rth@redhat.com>
46         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
48 2004-06-29  Paul Brook  <paul@codesourcery.com>
50         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
51         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
53 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
55         PR c++/16260
56         * g++.dg/parse/crash15.C: New.
58 2004-06-28  Andrew Pinski  <apinski@apple.com>
60         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
61         by the error already.
63         * g++.dg/opt/ptrmem4.C: Change to compile only test.
65 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
67         PR target/14041
68         * gcc.dg/h8300-bss-align-1.c : New.
70 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
72         * PR c++/16174
73         * g++.dg/template/ctor4.C: New.
75 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
77         PR c++/16205
78         * g++.dg/warn/Wsequence-point-1.C: New test.
80 2004-06-27  Paul Brook  <paul@codesourcery.com>
82         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
84 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
86         * g++.old-deja/g++.mike/p7325.C: Remove.
88 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
90         PR c/14963
91         * gcc.dg/pr14963.c: New test.
93 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
95         PR c++/16193
96         * g++.dg/parse/redef1.C: New test.
98 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
100         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
101         20021110.c.
102         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
103         20021119-1.c.
104         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
105         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
106         5-04.c.
107         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
108         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
109         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
110         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
111         g++.brendan/enum14.C.
112         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
113         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
114         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
115         g++.mike/virt1.C.
116         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
117         memtemp24.C.
119 2004-06-27  Roger Sayle  <roger@eyesopen.com>
121         * gcc.dg/20040527-1.c: New test case.
123 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
125         PR gfortran/pr16196
126         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
128 2004-06-25  Roger Sayle  <roger@eyesopen.com>
130         PR middle-end/15825
131         * gcc.dg/pr15825-1.c: New test case.
133 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
135         * gcc.c-torture/execute/20040625-1.c: New test.
137 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
139         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
141 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
143         * gcc.dg/torture/mips-div-1.c: New test.
145 2004-06-24  Jeff Law  <law@redhat.com>
147         * gcc.dg/tree-ssa/20040624-1.c: New test.
149 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
151         * gcc.c-torture/compile/20040624-1.c: New test.
153 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
155         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
156         this directory.
158 2004-06-23  Andrew Pinski  <apinski@apple.com>
160         PR middle-end/15988
161         * g++.dg/opt/ptrmem4.C: New test.
163         * gcc.dg/c90-array-quals-2.c: New test.
165 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
167         * gcc.dg/kpice1.c: New test.
169 2006-06-23  Andrew Pinski  <apinski@apple.com>
171         * gcc.dg/c90-array-quals.c: New test.
173 2006-06-22  Richard Henderson  <rth@redhat.com>
175         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
177 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
179         * gcc.dg/builtins-config.h: Handle FreeBSD.
181 2006-06-22  Richard Henderson  <rth@redhat.com>
183         * g++.dg/opt/devirt1.C: New.
185 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
187         * g++.dg/opt/pr15551.C: New testcase.
189 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
191         PR target/14800
192         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
193         x86_64-*-linux* when compiling for 32bit.
195 2004-06-21  Andrew Pinski  <apinski@apple.com>
197         * gcc.dg/pch/struct-1.c: New.
198         * gcc.dg/pch/struct-1.hs: New.
200 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
202         * gcc.dg/pch/save-temps-1.c: New file.
203         * gcc.dg/pch/save-temps-1.hs: New file.
205 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
207         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
208         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
210 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
212         * gfortran.fortran-torture/execute/select_1.f90: Rename function
213         to fix type error.
214         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
215         Remove trailing spaces.
217 2004-06-21  Richard Henderson  <rth@redhat.com>
219         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
220         merging && to BIT_FIELD_REF.
222 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
224         * g++.dg/opt/placeholder1.C: New test.
226 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
228         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
229         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
230         * gcc.dg/compat/union-m128-1_x.c: Likewise.
231         * gcc.dg/compat/union-m128-1_y.c: Likewise.
233 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
235         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
236         extern "C".
237         * g++.dg/other/pragma-re-1.C: Add comments.
239 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
241         PR gfortran/16080
242         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
244 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
246         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
247         instead of setting the type of size_t by
248         hand.
250 2004-06-18  Roger Sayle  <roger@eyesopen.com>
252         * gcc.dg/unordered-2.c: New test case.
253         * gcc.dg/unordered-3.c: New test case.
255 2004-06-19  David Billinghurst (David.Billinghurst@riotinto.com)
257         PR other/16043
258         * lib/g++.exp (g++_version): Tweak regexp for version
259         * lib/g77.exp (g77_version): Likewise
260         * lib/gfortran.exp (gfortran_version): Likewise
261         * lib/objc.exp (objc_version): Likewise
262         * lib/treelang.exp (treelang_version): Likewise
264 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
266         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
267         Use INT_MAX instead of __INT_MAX__.
268         * gcc.dg/compat/struct-align-2_y.c: Likewise.
270         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
271         * gcc.dg/compat/scalar-return-3_x.c: Use it.
272         * gcc.dg/compat/scalar-return-3_y.c: Use it.
273         * gcc.dg/compat/scalar-return-4_x.c: Use it.
274         * gcc.dg/compat/scalar-return-4_y.c: Use it.
275         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
276         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
277         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
278         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
280         * gcc.dg/range-test-1.c: New test.
281         * g++.dg/opt/range-test-1.C: New test.
283 2004-06-17  Richard Henderson  <rth@redhat.com>
285         * objc.dg/sync-1.m: New.
286         * objc.dg/try-catch-1.m: Don't force next runtime.
287         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
288         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
289         shadowed catch clause.
290         * objc.dg/try-catch-5.m: New.
292 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
294         Bug 14610
295         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
297 2004-06-15  Richard Henderson  <rth@redhat.com>
299         * gcc.dg/20001116-1.c: Move expected warning line.
301 2004-06-15  Richard Henderson  <rth@redhat.com>
303         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
304         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
306 2004-06-15  Jeff Law  <law@redhat.com>
308         * gcc.dg/tree-ssa/20040615-1.c: New test.
309         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
310         be less sensitive to operand ordering.
311         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
313 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
315         * g++.dg/abi/bitfield3.C: Add comment..
317 2004-06-15  Richard Henderson  <rth@redhat.com>
319         * g++.dg/ext/stmtexpr1.C: XFAIL.
320         * gcc.dg/20030612-1.c: XFAIL.
322 2004-06-15  Eric Christopher  <echristo@redhat.com>
324         * g++.dg/charset/asm5.c: New.
325         * gcc.dg/charset/asm6.c: New.
327 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
329         PR fortran/15962
330         * gfortran.fortran-torture/execute/select_1.f90: New test.
332 2004-06-15  Paul Brook  <paul@codesourcery.com>
334         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
336 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
338         PR c++/15967
339         * g++.dg/lookup/crash3.C: New test.
341 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
343         PR c++/15947
344         * g++.dg/parse/dtor4.C: New test.
346 2004-06-14  Jeff Law  <law@redhat.com>
348         * gcc.c-torture/compile/20040614-1.c: New test.
350 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
352         PR fortran/15211
353         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
354         LEN of a character array.
356 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
358         PR c++/15096
359         * g++.dg/template/ptrmem10.C: New test.
361         PR c++/14930
362         * g++.dg/template/friend30.C: New test.
364 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
366         PR fortran/14928
367         * gfortran.fortran-torture/compile/mloc.f90: New test.
369 2004-06-13  Paul Brook  <paul@codesourcery.com>
371         * gfortran.fortran-torture/execute/random_2.f90: New test.
373 2004-06-13  Eric Christopher  <echristo@redhat.com>
375         * gcc.dg/noncompile/redecl-1.c: Fix error message.
377 2004-06-12  Paul Brook  <paul@codesourcery.com>
379         * gfortran.fortran-torture/execute/contained_3.f90: New test.
381 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
383         PR fortran/14923
384         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
386 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
388         PR fortran/14957
389         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
390         syntax errors in end statements of contained subroutines.
392 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
394         PR fortran/12841
395         * gfortran.fortran-torture/execute/null_arg.f90: New test.
397 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
399         PR fortran/15665
400         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
402 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
404         PR gfortran/12839
405         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
407 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
409         PR c++/15862
410         * g++.dg/parse/enum1.C: New test.
412 2004-06-10  Jeff Law  <law@redhat.com>
414         * gcc.c-torture/compile/20040610-1.c: New test.
416 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
418         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
419         * g++.old-deja/g++.other/decl3.C: Likewise.
421 2004-06-10  Brian Booth  <bbooth@redhat.com>
423         * gcc.dg/tree-ssa/20031015-1.c: Scan for
424         V_MAY_DEF instead of VDEF.
425         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
427 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
429         PR c++/14211
430         * g++.dg/conversion/const1.C: New test.
432         PR c++/15076
433         * g++.dg/conversion/reinterpret1.C: New test.
435         PR c++/15877
436         * g++.dg/template/enum2.C: New test.
438         PR c++/15227
439         * g++.dg/template/error13.C: New test.
441 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
443         PR fortran/14957
444         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
445         arguments to test_* REAL and of the right size.
447 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
449         PR target/15569
450         PR rtl-optimization/15681
451         * gcc.dg/20040609-1.c: New test.
453 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
455         PR c++/14791
456         * g++.dg/opt/builtins1.C: New test.
458 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
460         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
461         that use default windows32 struct layout.
462         * gcc.dg/i386-bitfield2.c: Likewise.
464 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
466         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
467         for mingw32 and cygwin targets.
469 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
471         * gcc.dg/pch/macro-4.c: New.
472         * gcc.dg/pch/macro-4.hs: New.
474 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
476         PR fortran/13249
477         * gfortran.fortran-torture/compile/name_clash.f90: New test.
479 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
481         PR fortran/13372
482         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
484 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
486         PR gfortran/14897
487         * gfortran.fortran-torture/execute/t_edit.f90: New test.
489 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
491         PR gfortran/15755
492         * gfortran.fortran-torture/execute/backspace.c : New test.
494 2004-06-09  Paul Brook  <paul@codesourcery.com>
496         * gfortran.fortran-torture/execure/intrinsic_associated.f90
497         (pointer_to_section): Rewrite to use smaller array.
499 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
501         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
502         * gcc.dg/ext/altivec-10.c: Same.
503         * gcc.dg/ext/altivec-11.c: Same.
504         * gcc.dg/ext/altivec-12.c: Same.
505         * gcc.dg/ext/altivec-13.c: Same.
506         * gcc.dg/ext/altivec-14.c: Same.
507         * gcc.dg/ext/altivec-15.c: Same.
508         * gcc.dg/ext/altivec-16.c: Same.
509         * gcc.dg/ext/altivec-3.c: Same.
510         * gcc.dg/ext/altivec-4.c: Same.
511         * gcc.dg/ext/altivec-6.c: Same.
512         * gcc.dg/ext/altivec-7.c: Same.
513         * gcc.dg/ext/altivec-8.c: Same.
514         * gcc.dg/ext/altivec-varargs-1.c: Same.
516         * g++.dg/ext/altivec-1.C: Correct dg syntax.
517         * g++.dg/ext/altivec-10.C: Same.
518         * g++.dg/ext/altivec-2.C: Same.
519         * g++.dg/ext/altivec-3.C: Same.
520         * g++.dg/ext/altivec-4.C: Same.
521         * g++.dg/ext/altivec-5.C: Same.
522         * g++.dg/ext/altivec-6.C: Same.
523         * g++.dg/ext/altivec-7.C: Same.
524         * g++.dg/ext/altivec-8.C: Same.
525         * g++.dg/ext/altivec-9.C: Same.
527 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
529         PR c++/7841
530         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
532 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
534         * gcc.dg/union-1.c: New test.
536 2004-06-07  Roger Sayle  <roger@eyesopen.com>
538         * gcc.dg/builtins-41.c: New test case.
539         * gcc.dg/builtins-42.c: New test case.
541 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
543         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
544         * g++.dg/ext/altivec-10.C: Same.
545         * g++.dg/ext/altivec-2.C: Same.
546         * g++.dg/ext/altivec-3.C: Same.
547         * g++.dg/ext/altivec-4.C: Same.
548         * g++.dg/ext/altivec-5.C: Same.
549         * g++.dg/ext/altivec-6.C: Same.
550         * g++.dg/ext/altivec-7.C: Same.
551         * g++.dg/ext/altivec-8.C: Same.
552         * g++.dg/ext/altivec-9.C: Same.
553         * g++.old-deja/g++.abi/cxa_vec.C: Same.
554         * g++.old-deja/g++.brendan/new3.C: Same.
555         * gcc.c-torture/execute/eeprof-1.x: Same.
557 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
559         PR c/14765
560         * gcc.dg/pr14765-1.c: New test.
562 2004-06-07  Roger Sayle  <roger@eyesopen.com>
564         PR c/14649
565         * gcc.dg/pr14649-1.c: New test case.
567 2004-06-07  Richard Henderson  <rth@redhat.com>
569         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
570         if temporaries.
572 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
574         * g++.dg/eh/elide1.C: Remove XFAIL.
576 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
578         PR c++/15337
579         * g++.dg/expr/sizeof3.C: New test.
581         PR c++/14777
582         * g++.dg/template/access14.C: New test.
584         PR c++/15554
585         * g++.dg/template/enum1.C: New test.
587         PR c++/15057
588         * g++.dg/eh/throw1.C: New test.
590 2004-06-07  David Ayers  <d.ayers@inode.at>
591             Ziemowit Laski  <zlaski@apple.com>
593         * lib/objc.exp (objc_target_compile): Revert the '-framework
594         Foundation' flag fix, since bare Darwin does not ship
595         with the Foundation framework.
596         * objc/execute/next_mapping.h: Provide a local NSConstantString
597         @interface and @implementation.
598         (objc_constant_string_init): A constructor function, used to
599         initialize the NSConstantString meta-class object.
600         * objc/execute/string1.m: Include "next_mapping.h" instead of
601         <Foundation/NSString.h>.
602         * objc/execute/string2.m: Likewise.
603         * objc/execute/string3.m: Likewise.
604         * objc/execute/string4.m: Likewise.
606 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
608         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
609         to double. Replace double with FLOAT.
610         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
612         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
613         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
614         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
615         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
616         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
617         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
618         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
619         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
621 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
623         PR c/13519
624         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
626 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
628         PR c++/15503
629         * g++.dg/template/meminit2.C: New test.
631 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
633         PR target/15822
634         * gcc.c-torture/execute/compare-fp-1.c,
635         gcc.c-torture/execute/compare-fp-2.c,
636         gcc.c-torture/execute/compare-fp-3.c,
637         gcc.c-torture/execute/compare-fp-4.c,
638         gcc.c-torture/execute/compare-fp-3.x,
639         gcc.c-torture/execute/compare-fp-4.x: Moved...
640         * gcc.c-torture/execute/ieee/compare-fp-1.c,
641         gcc.c-torture/execute/ieee/compare-fp-2.c,
642         gcc.c-torture/execute/ieee/compare-fp-3.c,
643         gcc.c-torture/execute/ieee/compare-fp-4.c,
644         gcc.c-torture/execute/ieee/compare-fp-3.x,
645         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
647 2004-06-04  David Ayers  <d.ayers@inode.at>
649         * objc/execute/protocol-isEqual-4.m: New testcase.
651 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
653         * objc/execute/protocol-isEqual-1.m: New testcase.
654         * objc/execute/protocol-isEqual-2.m: New testcase.
655         * objc/execute/protocol-isEqual-3.m: New testcase.
657 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
659         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
661 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
663         * lib/objc.exp (objc_target_compile): When running tests on
664         Darwin (Mac OS X), inform the linker about '-framework
665         'Foundation'.
667 2004-06-02  Eric Christopher  <echristo@redhat.com>
669         * gcc.c-torture/compile/20040602-1.c: New.
671 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
673         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
674         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
676         PR tree-optimization/14736
677         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
679         PR tree-optimization/14042
680         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
682         PR tree-optimization/14729
683         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
685 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
687         PR fortran/15557
688         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
690 2004-06-01  Richard Hederson  <rth@redhat.com>
692         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
694 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
696         PR c++/14932
697         * g++.dg/parse/offsetof4.C: New test.
699 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
701         PR objc/7993
702         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
704 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
706         PR c++/15701
707         * g++.dg/template/friend29.C: New test.
709 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
711         PR c/15749
712         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
714 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
716         * gcc.dg/sparc-trap-1.c: New test.
718 2004-05-31  Roger Sayle  <roger@eyesopen.com>
720         PR middle-end/15069
721         * g++.dg/opt/fold3.C: New test case.
723 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
725         * lib/target-supports.exp (check_iconv_available): Fix fallout
726         from 2004-05-28 patch.
728 2004-05-30  Paul Brook  <paul@codesourcery.com>
730         PR fortran/15620
731         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
732         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
734 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
736         * gfortran.fortran-torture/execute/random_1.f90: New test.
738 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
740         * g++.dg/ext/altivec-10.C: New test.
742 2004-05-29  Paul Brook  <paul@codesourcery.com>
744         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
746 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
748         * gcc.dg/altivec-16.c: New test.
750 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
752         * lib/target-supports.exp (check_vmx_hw_available): New.
753         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
755         * lib/target-supports.exp (check_alias_available,
756         check_iconv_available, check_named_sections_available): Use
757         unique names for temporary files.
759 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
761         * gcc.dg/altivec-15.c: New test.
763 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
765         PR c++/15083
766         * g++.dg/warn/noeffect6.C: New test.
768         PR c++/15471
769         * g++.dg/expr/ptrmem4.C: New test.
771         PR c++/15640
772         * g++.dg/template/operator3.C: New test.
774 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
776         PR c++/14668
777         * g++.dg/lookup/redecl1.C: New test.
778         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
780 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
782         * gcc.c-torture/execute/compare-fp-1.c,
783         gcc.c-torture/execute/compare-fp-2.c,
784         gcc.c-torture/execute/compare-fp-3.c,
785         gcc.c-torture/execute/compare-fp-4.c,
786         gcc.c-torture/execute/compare-fp-3.x,
787         gcc.c-torture/execute/compare-fp-4.x,
788         gcc.dg/pr15649-1.c: New.
790 2004-05-27  Adam Nemet  <anemet@lnxw.com>
792         PR c++/12883
793         * g++.dg/init/array14.C: New test.
795 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
797         * lib/compat.exp (compat-get-options-main): New.
798         (compat-get-options): Remove unneeded code, warn for ignored
799         command.
800         (compat-execute): Check flag set by dg-require-* commands.
802         * lib/compat.exp (compat-execute): Break up long lines.
804 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
806         * gcc.dg/altivec-7.c: Don't use 'vector long'.
807         * gcc.dg/altivec-14.c: New test.
808         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
810         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
811         * gcc.dg/altivec-12.c: Ditto.
813         * gcc.dg/altivec-3.c: Move call to altivec_check.
815 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
817         PR c++/15044
818         * g++.dg/template/error12.C: New test.
820         PR c++/15317
821         * g++.dg/ext/attrib15.C: New test.
823         PR c++/15329
824         * g++.dg/template/ptrmem9.C: New test.
826 2004-05-25  Paul Brook  <paul@codesourcery.com>
828         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
830 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
832         PR c++/15165
833         * g++.dg/template/crash19.C: New test.
835 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
837         PR c++/15025
838         * g++.dg/template/redecl1.C: New test.
840 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
842         PR c++/14821
843         * g++.dg/other/ns1.C: New test.
845         PR c++/14883
846         * g++.dg/template/invalid1.C: New test.
848 2004-05-23  Paul Brook  <paul@codesourcery.com>
849         Victor Leikehman  <lei@haifasphere.co.il>
851         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
852         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
854 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
856         PR c++/15285
857         PR c++/15299
858         * g++.dg/template/non-dependent5.C: New test.
859         * g++.dg/template/non-dependent6.C: New test.
861 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
863         PR c++/15507
864         * g++.dg/inherit/union1.C: New test.
866         PR c++/15542
867         * g++.dg/template/addr1.C: New test.
869         PR c++/15427
870         * g++.dg/template/array5.C: New test.
872         PR c++/15287
873         * g++.dg/template/array6.C: New test.
875 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
876             Roger Sayle  <roger@eyesopen.com>
878         * g++.dg/lookup/forscope2.C: New test case.
880 2004-05-22  Ben Elliston  <bje@au.ibm.com>
882         * gcc.dg/cpp/Wmissingdirs.c: New.
884 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
886         PR target/15301
887         * gcc.dg/compat/union-m128-1.h: New file.
888         * gcc.dg/compat/union-m128-1_main.c: Likewise.
889         * gcc.dg/compat/union-m128-1_x.c: Likewise.
890         * gcc.dg/compat/union-m128-1_y.c: Likewise.
892 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
894         PR target/15302
895         * gcc.dg/compat/struct-complex-1.h: New file.
896         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
897         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
898         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
900 2004-05-20  Roger Sayle  <roger@eyesopen.com>
902         PR middle-end/3074
903         * gcc.dg/pr3074-1.c: New test case.
904         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
906 2004-05-20  Falk Hueffner  <falk@debian.org>
908         PR other/15526
909         * gcc.dg/ftrapv-1.c: New test case.
911 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
913         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
915 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
916             Jeff Law  <law@redhat.com>
918         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
919         * gcc.dg/tree-ssa/20040518-2.c: New test.
921         * gcc.dg/tree-ssa/20040518-1.c: New test.
923 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
925         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
927 2004-05-18  Paul Brook  <paul@codesourcery.com>
929         PR fortran/13930
930         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
932 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
934         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
935         constant folding.
937 2004-05-17  Steven Bosscher  <stevenb@suse.de>
939         * gcc.dg/tree-ssa/20040517-1.c: New test.
941 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
943         * gcc.dg/loop-4.c: New test.
945 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
947         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
949 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
951         PR fortran/15311
952         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
954 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
956         PR fortran/13826
957         PR fortran/13940
958         * gfortran.fortran-torture/compile/data_1.f90: New test.
960 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
962         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
963         * gcc.dg/uninit-H.c: Define ASM for __s390__.
965 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
967         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
969 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
971         PR c/15444
972         * gcc.dg/format/xopen-1.c: Adjust expected message.
973         * gcc.dg/format/xopen-3.c: New test.
975 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
977         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
979 2004-05-14  Jeff Law  <law@redhat.com>
981         * gcc.dg/tree-ssa/20040514-2.c: New test.
983 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
985         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
986         this ...
987         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
988         this.
990 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
992         * gcc.dg/tree-ssa/20040514-1.c: New test.
994 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
996         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
997         test.
999 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1001         PR fortran/14066
1002         * gfortran.fortran-torture/compile/do_1.f90: New test.
1004 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1006         PR fortran/15051
1007         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
1008         test.
1010 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
1012         PR fortran/15149
1013         * gfortran.fortran-torture/execute/random_init.f90: New test.
1015 2004-05-13  Paul Brook  <paul@codesourcery.com>
1017         PR fortran/15314
1018         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
1020 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
1022         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
1023         for the powerpc case.
1025 2004-05-13  Jeff Law  <law@redhat.com>
1027         * gcc.dg/tree-ssa/20040513-1.c: New test.
1028         * gcc.dg/tree-ssa/20040513-2.c: New test.
1030 2004-05-13  Paul Brook  <paul@codesourcery.com>
1032         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
1033         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
1034         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
1036 2004-05-13  Andreas Schwab  <schwab@suse.de>
1038         PR other/10819
1039         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
1040         characters.
1042 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
1044         PR fortran/15294
1045         * gfortran.fortran-torture/execute/adjustr.f90: New file.
1047 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1049         Merge from tree-ssa-20020619-branch.  See
1050         ChangeLog.tree-ssa for details.
1052 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
1054         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
1055         include <altivec.h> explicitly.
1056         * gcc.dg/altivec-13.c: Likewise.
1058 2004-05-11  Paul Brook  <paul@codesourcery.com>
1060         * gcc.c-torture/compile/20010518-1.c: Force enum size.
1062 2004-05-10  Eric Christopher  <echristo@redhat.com>
1064         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
1065         * gcc.dg/sibcall-4.c: Ditto.
1067 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
1069         * g++.dg/ext/altivec-8.C: New test case.
1070         * gcc.dg/altivec-13.c: New test case.
1072 2004-05-08  Roger Sayle  <roger@eyesopen.com>
1074         * gcc.c-torture/execute/divcmp-1.c: New test case.
1075         * gcc.c-torture/execute/divcmp-2.c: New test case.
1076         * gcc.c-torture/execute/divcmp-3.c: New test case.
1078 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
1080         * g++.dg/other/pragma-re-2.C: New test.
1082 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
1084         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
1085         * gcc.dg/i386-387-2.c: Likewise.
1087         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
1088         __builtin_drem.
1089         * gcc.dg/i386-387-6.c: Likewise.
1091 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
1093         * gcc.dg/builtins-33.c:  Also check log1p*.
1095 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
1097         PR optimization/15296
1098         * gcc.c-torture/execute/pr15296.c: New test.
1100 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
1102         * gcc.dg/builtins-40.c: New test.
1104 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
1106         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
1108 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
1110         * g++.dg/ext/spe1.C: New testcase.
1112 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
1114         * objc.dg/image-info.m: Allow additional attributes
1115         for __image_info section.
1117 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
1119         * gcc.dg/torture/mips-hilo-2.c: New test.
1121 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1123         PR c++/14389
1124         * g++.dg/template/member5.C: New test.
1126 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
1128         * gcc.dg/builtins-34.c: Also check expm1*.
1130 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1132         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
1133         * gcc.dg/torture/builtin-convert-3.c: New test.
1135 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
1137         PR middle-end/15054
1138         * g++.dg/opt/pr15054.C: New test.
1140 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1142         * gcc.dg/torture/builtin-rounding-1.c: New test.
1143         * gcc.dg/builtins-25.c: Delete.
1144         * gcc.dg/builtins-29.c: Delete.
1146 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
1148         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
1149         * gcc.dg/sibcall-4.c: Likewise.
1150         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
1152 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
1154         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
1155         bit-field on 16-bit targets.
1157 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
1159         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
1160         16-bit targets.
1162 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
1164         * gcc.dg/rs6000-power2-1.c: Change to compile only.
1165         * gcc.dg/rs6000-power2-2.c: Likewise.
1167 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
1169         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
1170         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
1171         Change the asm registers to be in form of frN instead of fN.
1173 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1175         * gcc.dg/torture/builtin-convert-2.c: New test.
1177 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
1179         * gcc.dg/rs6000-power2-1.c: New test.
1180         * gcc.dg/rs6000-power2-2.c: New test.
1182 2004-04-28  Jan Hubicka  <jh@suse.cz>
1184         * gcc.dg/unused-6.c: New test.
1186 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
1187             Ulrich Weigand  <uweigand@de.ibm.com>
1189         * ada/acats/run_all.sh: Define $target variable.
1191 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
1193         PR c++/15119
1194         * g++.dg/other/vararg-1.C: New test.
1196         PR c++/4794
1197         * g++.dg/eh/cleanup3.C: New test.
1199 2004-04-24  Laurent GUERBY <laurent@guerby.net>
1201         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
1202         and ad8011a (target_insn).
1203         * ada/acats/support/macro.dfs: Likewise.
1204         * ada/acats/support/impbit.adb: New file.
1206 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
1208         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
1210 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1212         * gcc.dg/loop-3.c: New test.
1214 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
1216         * gcc.c-torture/execute/simd-5.c: New test.
1218 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1220         PR c++/15064
1221         * g++.dg/template/crash18.C: New test.
1223 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
1225         * g++.dg/ext/complit3.C: New test.
1227 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
1229         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
1230         * gcc.dg/altivec-3.c: Same.
1231         * gcc.dg/altivec-varargs-1.c: Same.
1233 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
1235         * lib/target-supports.exp (check_profiling_available): Assume
1236         profiling is not available on powerpc-eabi targets.
1238 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
1240         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
1241         * gcc.dg/vmx/bug-1.c: Ditto.
1243 2004-04-20  Eric Christopher  <echristo@redhat.com>
1245         * gcc.dg/charset/extern.c: New test.
1246         * g++.dg/charset/extern3.cc: Ditto.
1248 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
1250         * gcc.dg/builtins-39.c: New test.
1252 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
1254         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
1256 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
1258         * gcc.dg/torture/mips-hilo-1.c: New test.
1260 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
1262         * gcc.c-torture/compile/20040419-1.c: New test.
1264 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
1266         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
1268 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
1269             Aldy Hernandez  <aldyh@redhat.com>
1271         * gcc.c-torture/execute/va-arg-24.c: New.
1273 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
1274             Aldy Hernandez  <aldyh@redhat.com>
1276         * gcc.dg/vmx/1b-01.c: New.
1277         * gcc.dg/vmx/1b-02.c: New.
1278         * gcc.dg/vmx/1b-03.c: New.
1279         * gcc.dg/vmx/1b-04.c: New.
1280         * gcc.dg/vmx/1b-05.c: New.
1281         * gcc.dg/vmx/1b-06.c: New.
1282         * gcc.dg/vmx/1b-07.c: New.
1283         * gcc.dg/vmx/1c-01.c: New.
1284         * gcc.dg/vmx/1c-02.c: New.
1285         * gcc.dg/vmx/3a-01a.c: New.
1286         * gcc.dg/vmx/3a-01.c: New.
1287         * gcc.dg/vmx/3a-01m.c: New.
1288         * gcc.dg/vmx/3a-03.c: New.
1289         * gcc.dg/vmx/3a-03m.c: New.
1290         * gcc.dg/vmx/3a-04.c: New.
1291         * gcc.dg/vmx/3a-04m.c: New.
1292         * gcc.dg/vmx/3a-05.c: New.
1293         * gcc.dg/vmx/3a-06.c: New.
1294         * gcc.dg/vmx/3a-06m.c: New.
1295         * gcc.dg/vmx/3a-07.c: New.
1296         * gcc.dg/vmx/3b-01.c: New.
1297         * gcc.dg/vmx/3b-02.c: New.
1298         * gcc.dg/vmx/3b-10.c: New.
1299         * gcc.dg/vmx/3b-13.c: New.
1300         * gcc.dg/vmx/3b-14.c: New.
1301         * gcc.dg/vmx/3b-15.c: New.
1302         * gcc.dg/vmx/3c-01a.c: New.
1303         * gcc.dg/vmx/3c-01.c: New.
1304         * gcc.dg/vmx/3c-02.c: New.
1305         * gcc.dg/vmx/3c-03.c: New.
1306         * gcc.dg/vmx/3d-01.c: New.
1307         * gcc.dg/vmx/4-01.c: New.
1308         * gcc.dg/vmx/4-03.c: New.
1309         * gcc.dg/vmx/5-01.c: New.
1310         * gcc.dg/vmx/5-02.c: New.
1311         * gcc.dg/vmx/5-03.c: New.
1312         * gcc.dg/vmx/5-04.c: New.
1313         * gcc.dg/vmx/5-05.c: New.
1314         * gcc.dg/vmx/5-06.c: New.
1315         * gcc.dg/vmx/5-07.c: New.
1316         * gcc.dg/vmx/5-07t.c: New.
1317         * gcc.dg/vmx/5-08.c: New.
1318         * gcc.dg/vmx/5-10.c: New.
1319         * gcc.dg/vmx/5-11.c: New.
1320         * gcc.dg/vmx/7-01a.c: New.
1321         * gcc.dg/vmx/7-01.c: New.
1322         * gcc.dg/vmx/7c-01.c: New.
1323         * gcc.dg/vmx/7d-01.c: New.
1324         * gcc.dg/vmx/7d-02.c: New.
1325         * gcc.dg/vmx/8-01.c: New.
1326         * gcc.dg/vmx/8-02a.c: New.
1327         * gcc.dg/vmx/8-02.c: New.
1328         * gcc.dg/vmx/brode-1.c: New.
1329         * gcc.dg/vmx/bug-1.c: New.
1330         * gcc.dg/vmx/bug-2.c: New.
1331         * gcc.dg/vmx/bug-3.c: New.
1332         * gcc.dg/vmx/cw-bug-1.c: New.
1333         * gcc.dg/vmx/cw-bug-2.c: New.
1334         * gcc.dg/vmx/cw-bug-3.c: New.
1335         * gcc.dg/vmx/dct.c: New.
1336         * gcc.dg/vmx/debug-1.c: New.
1337         * gcc.dg/vmx/debug-2.c: New.
1338         * gcc.dg/vmx/debug-3.c: New.
1339         * gcc.dg/vmx/debug-4.c: New.
1340         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
1341         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
1342         * gcc.dg/vmx/eg-5.c: New.
1343         * gcc.dg/vmx/fft.c: New.
1344         * gcc.dg/vmx/gcc-bug-1.c: New.
1345         * gcc.dg/vmx/gcc-bug-2.c: New.
1346         * gcc.dg/vmx/gcc-bug-3.c: New.
1347         * gcc.dg/vmx/gcc-bug-4.c: New.
1348         * gcc.dg/vmx/gcc-bug-5.c: New.
1349         * gcc.dg/vmx/gcc-bug-6.c: New.
1350         * gcc.dg/vmx/gcc-bug-7.c: New.
1351         * gcc.dg/vmx/gcc-bug-8.c: New.
1352         * gcc.dg/vmx/gcc-bug-9.c: New.
1353         * gcc.dg/vmx/gcc-bug-b.c: New.
1354         * gcc.dg/vmx/gcc-bug-c.c: New.
1355         * gcc.dg/vmx/gcc-bug-d.c: New.
1356         * gcc.dg/vmx/gcc-bug-e.c: New.
1357         * gcc.dg/vmx/gcc-bug-f.c: New.
1358         * gcc.dg/vmx/gcc-bug-g.c: New.
1359         * gcc.dg/vmx/gcc-bug-i.c: New.
1360         * gcc.dg/vmx/harness.h: New.
1361         * gcc.dg/vmx/ira1.c: New.
1362         * gcc.dg/vmx/ira2a.c: New.
1363         * gcc.dg/vmx/ira2b.c: New.
1364         * gcc.dg/vmx/ira2.c: New.
1365         * gcc.dg/vmx/ira2c.c: New.
1366         * gcc.dg/vmx/mem.c: New.
1367         * gcc.dg/vmx/newton-1.c: New.
1368         * gcc.dg/vmx/ops.c: New.
1369         * gcc.dg/vmx/sn7153.c: New.
1370         * gcc.dg/vmx/spill2.c: New.
1371         * gcc.dg/vmx/spill3.c: New.
1372         * gcc.dg/vmx/spill.c: New.
1373         * gcc.dg/vmx/t.c: New.
1374         * gcc.dg/vmx/varargs-1.c: New.
1375         * gcc.dg/vmx/varargs-2.c: New.
1376         * gcc.dg/vmx/varargs-3.c: New.
1377         * gcc.dg/vmx/varargs-4.c: New.
1378         * gcc.dg/vmx/varargs-5.c: New.
1379         * gcc.dg/vmx/varargs-6.c: New.
1380         * gcc.dg/vmx/varargs-7.c: New.
1381         * gcc.dg/vmx/vmx.exp: New.
1382         * gcc.dg/vmx/vprint-1.c: New.
1383         * gcc.dg/vmx/vscan-1.c: New.
1384         * gcc.dg/vmx/x-01.c: New.
1385         * gcc.dg/vmx/x-02.c: New.
1386         * gcc.dg/vmx/x-03.c: New.
1387         * gcc.dg/vmx/x-04.c: New.
1388         * gcc.dg/vmx/x-05.c: New.
1389         * gcc.dg/vmx/yousufi-1.c: New.
1390         * gcc.dg/vmx/zero-1.c: New.
1391         * gcc.dg/vmx/zero.c: New.
1393 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
1395         * g++.dg/lookup/java1.C: Update for chage of
1396         _Jv_AllocObject.
1397         * g++.dg/lookup/java2.C: Likewise.
1399 2004-04-17  Laurent GUERBY <laurent@guerby.net>
1401         * ada/acats/run_all.sh: use -O2 by default.
1403 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
1405         * gcc.dg/vr-mult-[12].c: New tests.
1407 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1409         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
1411         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
1413 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
1415         * lib/target-supports.exp (check_profiling_available): Assume profiling
1416         isn't available for mips*-*-elf targets.
1418 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
1420         * gcc.dg/builtins-38.c: New test.
1422 2004-04-14  Eric Christopher  <echristo@redhat.com>
1424         * g++.dg/charset/charset.exp: Run .cc extension tests.
1426 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
1428         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
1430 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1432         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
1434 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
1436         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
1437         * gcc.dg/i386-387-2.c: Likewise.
1439         * gcc.dg/i386-387-7.c: New test.
1440         * gcc.dg/i386-387-8.c: New test.
1442         * gcc.dg/builtins-37.c: New test.
1444 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
1446         * g++.dg/pch/externc-1.C: Add missing semicolon.
1448 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
1450         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
1452 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1454         * gcc.c-torture/execute/20040411-1.c: New test.
1456 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1458         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
1460 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
1462         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
1464 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
1466         * lib/target-supports.exp (check_named_sections_available): New.
1467         * lib/gcc-dg.exp (dg-require-named-sections): New.
1468         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
1469         old-deja.exp.  Also prune error-count message from HP linker.
1470         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
1472         * g++.dg/init/init-ref4.C: Use dg-require-weak.
1473         * g++.old-deja/g++.pt/static3.C: Likewise.
1474         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
1476 2004-04-09  Roger Sayle  <roger@eyesopen.com>
1478         * gcc.c-torture/execute/20040409-1.c: New test case.
1479         * gcc.c-torture/execute/20040409-2.c: New test case.
1480         * gcc.c-torture/execute/20040409-3.c: New test case.
1482 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
1484         * gcc.dg/20040409-1.c: New test.
1486 2004-04-08  Roger Sayle  <roger@eyesopen.com>
1488         PR target/14888
1489         * g++.dg/opt/pr14888.C: New test case.
1491 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
1493         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
1494         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
1495         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
1496         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
1497         New tests.
1499 2004-04-08  Paul Brook  <paul@codesourcery.com>
1501         * gcc.dg/spill-1.c: New test.
1503 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1505         * gcc.dg/torture/builtin-ctype-2.c: New test.
1507 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
1509         * gcc.dg/pch/pch.exp: Add largefile test.
1511 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
1513         * g++.dg/pch/externc-1.Hs: New.
1514         * g++.dg/pch/externc-1.C: New.
1516 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1518         * gcc.dg/compat/struct-by-value-5a_main.c,
1519         gcc.dg/compat/struct-by-value-5b_main.c: New files.
1520         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
1521         * gcc.dg/compat/struct-by-value-5a_x.c,
1522         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
1523         gcc.dg/compat/struct-by-value-5_x.c.
1524         * gcc.dg/compat/struct-by-value-5a_y.c,
1525         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
1526         gcc.dg/compat/struct-by-value-5_y.c.
1528         * gcc.dg/compat/struct-by-value-6a_main.c,
1529         gcc.dg/compat/struct-by-value-6b_main.c: New files.
1530         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
1531         * gcc.dg/compat/struct-by-value-6a_x.c,
1532         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
1533         gcc.dg/compat/struct-by-value-6_x.c.
1534         * gcc.dg/compat/struct-by-value-6a_y.c,
1535         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
1536         gcc.dg/compat/struct-by-value-6_y.c.
1538         * gcc.dg/compat/struct-by-value-7a_main.c,
1539         gcc.dg/compat/struct-by-value-7b_main.c: New files.
1540         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
1541         * gcc.dg/compat/struct-by-value-7a_x.c,
1542         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
1543         gcc.dg/compat/struct-by-value-7_x.c.
1544         * gcc.dg/compat/struct-by-value-7a_y.c,
1545         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
1546         gcc.dg/compat/struct-by-value-7_y.c.
1548 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
1550         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
1551         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
1552         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
1553         options.
1555 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
1557         * gcc.dg/builtins-36.c: New test.
1559 2004-04-06  Paul Brook  <paul@codesourcery.com>
1561         * README.gcc: Remove obsolete contraint on testcases.
1563 2004-04-05  Paul Brook  <paul@codesourcery.com>
1565         PR2123
1566         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
1567         failure and exit(0) on success.
1568         * g++.dg/expr/anew2.C: Ditto.
1569         * g++.dg/expr/anew3.C: Ditto.
1570         * g++.dg/expr/anew4.C: Ditto.
1572 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
1574         PR c++/3518
1575         * g++.dg/template/unify7.C: New.
1577 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1579         * g++.dg/README: Bring up to date with new subdirectories; remove
1580         duplicate subdirectory lines.
1582 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
1584         PR c++/14007
1585         * g++.dg/template/unify5.C: New.
1586         * g++.dg/template/unify6.C: New.
1587         * g++.dg/template/qualttp20.C: Adjust.
1588         * g++.old-deja/g++.jason/report.C: Adjust.
1589         * g++.old-deja/g++.other/qual1.C: Adjust.
1591 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
1593         PR c++/14803
1594         * g++.dg/inherit/ptrmem1.C: New test.
1596 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
1598         PR c++/14755
1599         * gcc.c-torture/execute/20040331-1.c: New test.
1600         * gcc.dg/20040331-1.c: New test.
1602 2004-04-01  Paul Brook  <paul@codesourcery.com>
1604         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
1606 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
1608         PR c++/14724
1609         * g++.dg/init/goto1.C: New test.
1611         PR c++/14763
1612         * g++.dg/template/defarg4.C: New test.
1614 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
1616         * gcc.dg/altivec-11.c: Extend test for more valid cases.
1618 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
1620         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
1622 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
1624         * gcc.dg/noncompile/undeclared-2.c: New test.
1626 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1628         * gcc.dg/940409-1.c: Remove XFAIL.
1629         * gcc.dg/reg-vol-struct-1.c: New test.
1631 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1633         * gcc.dg/torture/builtin-wctype-1.c: New test.
1635 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
1637         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
1638         * gcc.dg/20001101-1.c: Likewise.
1639         * gcc.dg/20001102-1.c: Likewise.
1641 2004-03-25  Roger Sayle  <roger@eyesopen.com>
1643         * gcc.dg/compare8.c: Add an additional test for XOR.
1645 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1647         * gcc.dg/torture/builtin-ctype-1.c: New test.
1649 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1651         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
1652         * gcc.dg/torture/builtin-math-1.c: Likewise.
1653         * gcc.dg/torture/builtin-power-1.c: New test.
1655 2004-03-24  Andreas Schwab  <schwab@suse.de>
1657         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
1658         IA64 assembler.
1660 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
1661             Roger Sayle  <roger@eyesopen.com>
1663         * gcc.dg/compare8.c: New test case.
1665 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
1667         * g++.dg/ext/altivec-7.C: New test.
1669 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
1671         PR 12267, 12391, 12560, 13129, 14114, 14133
1672         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
1673         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
1674         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
1675         Adjust error regexps.
1676         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
1677         * gcc.dg/noncompile/undeclared-1.c: New test cases.
1678         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
1679         * gcc.dg/local1.c: Add explanatory comment.
1681 2004-03-23  Roger Sayle  <roger@eyesopen.com>
1683         PR optimization/14669
1684         * g++.dg/opt/fold2.C: New test case.
1686 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
1688         PR c/14069
1689         * gcc.dg/20040322-1.c: New test.
1691 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1693         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
1694         * gcc.dg/ultrasp4.c: Likewise.
1695         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
1697 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
1699         * gcc.dg/i386-sse-8.c: Reset default options.
1701 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
1703         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
1704         in the error message text.
1706 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1708         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
1710 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
1712         PR c++/14616
1713         * g++.dg/init/array13.C: New test.
1715 2004-03-20  Roger Sayle  <roger@eyesopen.com>
1717         PR target/13889
1718         * gcc.c-torture/compile/pr13889.c: New test case.
1720 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1722         PR c/14635
1723         * builtins-1.c (nan, nans): Don't test.
1724         * builtins-30.c: Don't use nan, nanf, nanl.
1725         * builtins-35.c: New test.
1727 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
1729         * g++.dg/ext/altivec-6.C: New test.
1731 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
1733         * g++.dg/init/placement3.C: New test.
1735         * g++.dg/template/spec13.C: New test.
1737         * g++.dg/lookup/using11.C: New test.
1739         * g++.dg/lookup/koenig3.C: New test.
1741         * g++.dg/template/operator2.C: New test.
1743         * g++.dg/expr/dtor3.C: New test.
1744         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
1745         marker.
1746         * g++.old-deja/g++.law/visibility28.C: Likewise.
1748 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
1750         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
1751         * gcc.dg/ppc64-abi-3.c: Likewise.
1753 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1755         PR c++/14545
1756         * g++.dg/parse/template15.C: New test.
1758 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1760         * g++.dg/expr/dtor2.C: New test.
1762         * g++.dg/lookup/anon4.C: New test.
1764         * g++.dg/overload/using1.C: New test.
1766         * g++.dg/template/lookup7.C: New test.
1768         * g++.dg/template/typename6.C: New test.
1770         * g++.dg/expr/cond6.C: New test.
1772 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1774         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
1776 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1778         * g++.dg/expr/cond5.C: New test.
1779         * g++.dg/expr/constcast1.C: Likewise.
1780         * g++.dg/expr/ptrmem2.C: Likewise.
1781         * g++.dg/expr/ptrmem3.C: Likewise.
1782         * g++.dg/lookup/main1.C: Likewise.
1783         * g++.dg/template/lookup6.C: Likewise.
1785 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1787         * gcc.dg/local1.c: New test.
1789         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
1791 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1793         * gcc.dg/torture/builtin-convert-1.c: New test.
1795 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1797         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
1799 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1801         PR c++/14481
1802         * g++.dg/warn/Wunused-7.C: New test.
1804 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1806         * gcc.dg/torture/builtin-integral-1.c: New test.
1808 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1810         PR c++/14586
1811         * g++.dg/parse/non-dependent3.C: New test.
1813 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1815         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
1816         * g++.dg/eh/simd-2.C: Likewise.
1817         * g++.dg/init/array10.C: Likewise.
1818         * gcc.c-torture/compile/simd-1.c: Likewise.
1819         * gcc.c-torture/compile/simd-2.c: Likewise.
1820         * gcc.c-torture/compile/simd-3.c: Likewise.
1821         * gcc.c-torture/compile/simd-4.c: Likewise.
1822         * gcc.c-torture/compile/simd-6.c: Likewise.
1823         * gcc.c-torture/execute/simd-1.c: Likewise.
1824         * gcc.c-torture/execute/simd-2.c: Likewise.
1825         * gcc.dg/compat/vector-defs.h: Likewise.
1826         * gcc.dg/20020531-1.c: Likewise.
1827         * gcc.dg/altivec-3.c: Likewise.
1828         * gcc.dg/altivec-4.c: Likewise.
1829         * gcc.dg/altivec-varargs-1.c: Likewise.
1830         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
1831         * gcc.dg/i386-mmx-3.c: Likewise.
1832         * gcc.dg/i386-sse-4.c: Likewise.
1833         * gcc.dg/i386-sse-5.c: Likewise.
1834         * gcc.dg/i386-sse-8.c: Likewise.
1835         * gcc.dg/simd-1.c: Likewise.
1836         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
1837         __ev64_opaque__ since the machine description provides it.
1839 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1841         * lib/compat.exp (skip_list): New global variable.
1842         Use it to hold the user defined COMPAT_SKIPS list if any.
1843         (compat-obj): Add the members of skip_list to optall.
1845 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1847         * gcc.dg/compat/union-by-value-1_main.c,
1848         union-by-value-1_x.c, union-by-value-1_y.c,
1849         union-check.h, union-defs.h,
1850         union-init.h, union-return-1_main.c,
1851         union-return-1_x.c, union-return-1_y.c: New files.
1853 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1855         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
1856         mixed-struct-init.h: Add 4 mixed structure types.
1857         struct-by-value-21_main.c, struct-by-value-21_x.c,
1858         struct-by-value-21_y.c, struct-return-21_main.c,
1859         struct-return-21_x.c, struct-return-21_y.c: New files.
1861 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
1863         PR c++/14550
1864         * g++.dg/parse/template14.C: New test.
1866 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1868         * gcc.c-torture/execute/20040313-1.c: New test.
1870 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
1872         PR target/14533
1873         * gcc.dg/20040311-2.c: New test.
1875 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
1877         PR other/14544
1878         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
1879         bit-field.
1881 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
1883         * gcc.dg/20040305-2.c: Add missing return statement.
1885 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1887         * gcc.dg/builtins-34.c: Also check pow10*.
1889 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1891         PR target/14262
1892         * gcc.dg/20040305-2.c: New test.
1894 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1896         * gcc.dg/20040310-1.c: New test.
1898 2004-03-11  Roger Sayle  <roger@eyesopen.com>
1900         * gcc.c-torture/execute/20040311-1.c: New test case.
1902 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
1904         PR c++/14476
1905         * g++.dg/lookup/enum1.C: New test.
1907 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
1909         PR c++/14510
1910         * g++.dg/lookup/struct2.C: New test.
1912 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
1914         * gcc.dg/builtins-34.c: New test.
1916 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1918         * gcc.dg/torture/builtin-nonneg-1.c: New test.
1920 2004-03-09  James E Wilson  <wilson@specifixinc.com>
1922         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
1923         * gcc.dg/alias-2.c: New testcase.
1925 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1927         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
1929 2004-03-09  Roger Sayle  <roger@eyesopen.com>
1931         * gcc.c-torture/execute/20040309-1.c: New test case.
1933 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
1935         PR c++/14397
1936         * g++.dg/overload/ref1.C: New.
1938 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1940         PR c++/14409
1941         * g++.dg/template/spec12.C: New test.
1943         PR c++/14448
1944         * g++.dg/parse/crash14.C: New test.
1946 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
1948         PR c++/14230
1949         * g++.dg/init/ref11.C: New test.
1951 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
1953         PR c++/14432
1954         * g++.dg/parse/builtin2.C: New test.
1956 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
1958         PR c++/14401
1959         * g++.dg/init/ctor3.C: New test.
1960         * g++.dg/init/union1.C: New test.
1961         * g++.dg/ext/anon-struct4.C: New test.
1963 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
1965         * g++.dg/lookup/koenig1.C: Tweak error messages.
1966         * g++.dg/lookup/used-before-declaration.C: Likewise.
1967         * g++.dg/other/do1.C: Likewise.
1968         * g++.dg/overload/koenig1.C: Likewise.
1969         * g++.dg/parse/crash13.C: Likewise.
1970         * g++.dg/template/instantiate3.C: Likewise.
1972 2004-03-08  Eric Christopher  <echristo@redhat.com>
1974         * * lib/target-supports.exp: Enable libiconv in test
1975         compilation.  Fix up error checking.
1977 2004-03-08  Roger Sayle  <roger@eyesopen.com>
1979         PR middle-end/14289
1980         * gcc.dg/pr14289-1.c: New test case.
1981         * gcc.dg/pr14289-2.c: Likewise.
1982         * gcc.dg/pr14289-3.c: Likewise.
1984 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
1986         * gcc.c-torture/execute/20040308-1.c: New test.
1988 2004-03-07  Roger Sayle  <roger@eyesopen.com>
1990         * gcc.c-torture/execute/20040307-1.c: New test case.
1992 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
1994         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
1996 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
1998         * gcc.dg/20040306-1.c: New test.
2000 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2002         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
2003         them static.
2004         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
2006 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2008         PR c/14465
2009         * gcc.dg/decl-6.c: New test.
2011 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2013         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
2014         Rename LOGPOW -> LOG_POW.
2015         (SQRT_EXP, POW_EXP): New.
2017 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2019         * gcc.dg/i386-sse-8.c: New test.
2021 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2023         PR c/14114
2024         * gcc.dg/decl-5.c: New test.
2026 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
2028         * gcc.dg/20040305-1.c: New test.
2030 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
2032         PR other/14354
2033         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
2035 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
2037         PR c++/14425, c++/14426
2038         * g++.dg/ext/altivec-4.C: New test.
2039         * g++.dg/ext/altivec-5.C: New test.
2041 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
2043         * g++.old-deja/g++.other/linkage1.C: Expect errors about
2044         global variables of a type with no linkage.
2045         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
2046         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
2047         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
2048         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
2049         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
2050         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
2051         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
2052         * g++.dg/warn/deprecated.C: Name enum Color.
2053         * g++.dg/overload/VLA.C: Name structure for 'b'.
2054         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
2056 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2058         * gcc.c-torture/compile/20040304-1.c: New test.
2060 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
2062         PR 13728
2063         * gcc.dg/decl-4.c: New testcase.
2065 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2067         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
2068         as PRECF if sizeof (float) > sizeof (double).
2069         (PRECL): Make it the same as PRECF if
2070         sizeof (float) > sizeof (long double).
2072 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2074         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
2075         system type.  Add check for irix6 which doesn't have c99 runtime.
2077 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
2079         * gcc.dg/const-elim-1.c: xfail for xtensa.
2081 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2083         PR c++/14369
2084         * g++.dg/template/cond4.C: New test.
2086 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2088         PR c++/14360
2089         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
2091         PR c++/14361
2092         * g++.dg/parse/defarg7.C: New test.
2094         PR c++/14359
2095         * g++.dg/template/friend26.C: New test.
2097 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2099         PR c++/14324
2100         * g++.dg/abi/mangle21.C: New test.
2102         PR c++/14260
2103         * g++.dg/parse/constructor2.C: New test.
2105         PR c++/14337
2106         * g++.dg/template/sfinae1.C: New test.
2108 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
2110         PR c++/14267
2111         * g++.dg/expr/crash2.C: New test.
2113         PR middle-end/13448
2114         * gcc.dg/inline-5.c: New test.
2115         * gcc.dg/always-inline.c: Split out tests into ...
2116         * gcc.dg/always-inline2.c: ... this and ...
2117         * gcc.dg/always-inline3.c: ... this.
2119 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
2121         PR debug/12103
2122         * g++.dg/debug/crash1.C: New test.
2124 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
2126         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
2127         function with __attribute__((noinline)).
2128         (recurser_void2): Likewise.
2129         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
2130         (recurser_void2): Likewise.
2132 2004-02-29  Roger Sayle  <roger@eyesopen.com>
2134         PR middle-end/14203
2135         * g++.dg/warn/Wunused-6.C: New test case.
2137 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
2139         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
2140         not defined.
2142 2004-02-27  Eric Christopher  <echristo@redhat.com>
2144         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
2145         * g++.dg/charset/asm2.c: Run only x86.
2146         * gcc.dg/charset/asm3.c: Ditto.
2148 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
2150         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
2151         ld_library_path.
2153 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
2155         * g++.dg/ext/altivec-3.C: New.
2157 2004-02-26  Richard Henderson  <rth@redhat.com>
2159         * g++.dg/ext/attrib10.C: Mark for warning.
2160         * gcc.dg/attr-alias-1.c: New.
2162 2004-02-26  Richard Henderson  <rth@redhat.com>
2164         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
2165         * gcc.c-torture/execute/20040208-2.c: ... it back.
2167 2004-02-26  Eric Christopher  <echristo@redhat.com>
2169         * lib/target-supports.exp (check-iconv-available): New function.
2170         * lib/gcc-dg.exp (dg-require-iconv): New function.
2171         Use above.
2172         * gcc.dg/charset: New directory.
2173         * gcc.dg/charset/charset.exp: New file.
2174         * gcc.dg/charset/asm1.c: Ditto.
2175         * gcc.dg/charset/asm2.c: Ditto.
2176         * gcc.dg/charset/asm3.c: Ditto.
2177         * gcc.dg/charset/asm4.c: Ditto.
2178         * gcc.dg/charset/asm5.c: Ditto.
2179         * gcc.dg/charset/attribute1.c: Ditto.
2180         * gcc.dg/charset/attribute2.c: Ditto.
2181         * gcc.dg/charset/string1.c: Ditto.
2182         * g++.dg/charset: New directory.
2183         * g++.dg/dg.exp: Add here. Special options.
2184         * g++.dg/charset/charset.exp: New file.
2185         * g++.dg/charset/asm1.c: Ditto.
2186         * g++.dg/charset/asm2.c: Ditto.
2187         * g++.dg/charset/asm3.c: Ditto.
2188         * g++.dg/charset/asm4.c: Ditto.
2189         * g++.dg/charset/attribute1.c: Ditto.
2190         * g++.dg/charset/attribute2.c: Ditto.
2191         * g++.dg/charset/extern1.cc: Ditto.
2192         * g++.dg/charset/extern2.cc: Ditto.
2193         * g++.dg/charset/string1.c: Ditto.
2195 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
2197         PR c++/14278
2198         * g++.dg/parse/comma1.C: New test.
2200 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2202         PR c++/14284
2203         * g++.dg/template/ttp8.C: New test.
2205 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
2207         * gcc.dg/fixuns-trunc-1.c: New test.
2209 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2211         * gcc.dg/builtins-config.h: Use #elif.
2213 2004-02-26  Michael Matz  <matz@suse.de>
2215         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
2216         * gcc.dg/991214-1.c: Likewise.
2217         * gcc.dg/i386-asm-1.c: Likewise.
2219 2004-02-25  Richard Henderson  <rth@redhat.com>
2221         * gcc.c-torture/execute/20040208-2.c: Move ...
2222         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
2224 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2226         PR c++/14246
2227         * g++.dg/other/crash-3.C: New test.
2229 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2231         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
2232         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
2234         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
2235         HP-UX.
2237 2004-02-24  Michael Matz  <matz@suse.de>
2239         * gcc.dg/i386-regparm.c: New.
2241 2004-02-23  James E Wilson  <wilson@specifixinc.com>
2243         * gcc.c-torture/execute/20040223-1.c: New.
2245 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
2246             Kazu Hirata  <kazu@cs.umass.edu>
2248         * gcc.dg/fwritable-strings-1.c: Remove.
2250 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
2252         PR c/14156
2253         * gcc.dg/20040223-1.c: New test.
2255 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2257         PR c++/14106
2258         * g++.dg/ext/typeof9.C: New test.
2260 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2262         PR c++/14250
2263         * g++.dg/other/switch1.C: New test.
2265 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2267         * gcc.dg/cast-function-1.c: Adjust for new informative message.
2268         * gcc.dg/va-arg-1.c: Likewise.
2270 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2272         PR c++/14143
2273         * g++.dg/template/koenig5.C: New test.
2275 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
2277         * g++.dg/ext/altivec-1.C: Generalize target triple.
2278         * g++.dg/ext/altivec-2.C: New test case.
2279         * g++.dg/ext/altivec_check.h: New file.
2280         * gcc.dg/altivec-1.c: Generalize target triple;
2281         include altivec_check.h and call altivec_check().
2282         * gcc.dg/altivec-[2-5].c: Generalize target triple.
2283         * gcc.dg/altivec-6.c: New test case.
2284         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
2285         type casts as needed.
2286         * gcc.dg/altivec-10.c: Include altivec_check.h and call
2287         altivec_check().
2288         * gcc.dg/altivec-12.c: New test case.
2289         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
2290         include altivec_check.h and call altivec_check().
2291         * gcc.dg/altivec_check.h: New file.
2293 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2295         * lib/target-supports.exp (check_alias_available): Don't mangle
2296         function `g' in test program.
2298 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2300         * lib/target-supports.exp (check_profiling_available): Check
2301         argument to determine whether we support a profiling type.
2302         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
2303         check_profiling_available.
2304         * g++.dg/bprob/bprob.exp: Likewise
2305         * g77.dg/bprob/bprob.exp: Likewise.
2306         * gcc.misc-tests/bprob.exp: Likewise.
2307         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
2308         dg-require-profiling and delete expected error handling.
2309         * gcc.dg/20021014-1.c: Likewise.
2310         * gcc.dg/nest.c: Likewise.
2312 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2314         PR c++/12007
2315         * g++.dg/other/vthunk1.C: New test.
2317 2004-02-20  Falk Hueffner  <falk@debian.org>
2319         PR target/14201
2320         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
2322 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
2324         PR c++/13927
2325         * g++.dg/other/error8.C: Remove XFAIL markers.
2327         PR c++/14173
2328         * g++.dg/ext/packed5.C: New test.
2330         PR c++/14199
2331         * g++.dg/warn/Wunused-5.C: New test.
2333         PR c++/14186
2334         * g++.dg/lookup/member1.C: New test.
2336 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2338         * gcc.c-torture/compile/20040130-1.c: Enable only when
2339         __INT_MAX__ >= 2147483647L.
2340         * gcc.c-torture/compile/961203-1.c: Likewise.
2342 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
2344         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
2345         * g++.dg/opt/template1.C: Robustify assembler regexp
2347 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2349         * gcc.c-torture/execute/simd-4.x: Remove.
2350         * gcc.c-torture/execute/va-arg-25.x: Likewise.
2351         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
2352         Guard with #ifndef SKIP_ATTRIBUTE.
2353         * gcc.dg/compat/vector-1_y.c: Likewise.
2354         * gcc.dg/compat/vector-2_x.c: Likewise.
2355         * gcc.dg/compat/vector-2_y.c: Likewise.
2356         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
2357         * g++.dg/eh/simd-2.C: Likewise.
2359 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
2361         * gcc.c-torture/compile/complex-1.c: New.
2363 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
2365         PR target/14209
2366         * gcc.c-torture/execute/20040218-1.c: New test.
2368 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2370         PR c++/14181
2371         * g++.dg/parse/new2.C: New test.
2373 2004-02-18  Paul Brook  <paul@codesourcery.com>
2375         * gcc.c-torture/compile/libcall-1.c: New test.
2377 2004-02-18  Paul Brook  <paul@codesourcery.com>
2379         PR debug/12934
2380         * gcc.dg/debug/debug-7.c: New test.
2382 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
2384         * gcc.dg/20040217-1.c: New test.
2386 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
2388         * gcc.c-torture/execute/990208-1.x: Delete.
2390 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
2392         * gcc.c-torture/execute/20040208-2.x: New file.
2394 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
2396         PR c++/11326
2397         * g++.dg/abi/structret1.C: New test.
2399 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
2401         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
2402         (i386_cpuid): No need to test if cpuid is available on AMD64.
2403         Fix assembly, so that it works onboth i386 and AMD64.
2404         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
2405         (vecInLong): Fix s[] member type to unsigned int.
2406         (vecInWord): Remove type.
2407         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
2408         (a64, b64, c64, d64, e64): Remove.
2409         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
2410         Remove unused variable.  Remove initialization of removed variables.
2411         Don't call mmx_tests nor sse_tests.
2412         (reference_mmx, reference_sse): Remove.
2413         (check): Add return stmt.
2414         * gcc.dg/i386-sse-7.c: New test.
2415         * gcc.dg/i386-mmx-4.c: New test.
2417 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2419         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
2420         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
2421         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
2422         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
2423         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
2424         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
2425         g++.dg/tc1/dr94.C: Fix line terminator.
2427 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
2429         * gcc.c-torture/compile/20040216-1.c: New.
2431 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2433         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
2434         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
2435         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
2436         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
2437         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
2438         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
2440 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2442         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
2444 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
2446         PR c++/13971
2447         * g++.dg/expr/cond4.C: New test.
2449         PR c++/14086
2450         * g++.dg/lookup/crash2.C: New test.
2452 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
2454         * gcc.c-torture/compile/20040214-2.c: New test.
2456 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
2458         PR c++/14116
2459         * g++.dg/ext/typeof8.C: New test.
2461 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
2463         * gcc.c-torture/compile/20040214-1.c: New test.
2465 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2467         PR c++/13635
2468         * g++.dg/template/spec11.C: New test.
2470 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2472         PR c++/13927
2473         * g++.dg/other/error8.C: New test.
2475 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
2477         PR c++/14122
2478         * g++.dg/template/array4.C: New test.
2480         PR c++/14108
2481         * g++.dg/inherit/thunk2.C: New test.
2483         PR c++/14083
2484         * g++.dg/eh/cond2.C: New test.
2486 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
2488         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
2490 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
2492         * lib/scanasm.exp (dg-scan): Quote pattern before display.
2494 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
2496         * g++.dg/simd-2.C: xfail on ppc64-linux.
2498 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2500         PR c/456
2501         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
2502         tests.
2504 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
2506         * gcc.dg/builtins-33.c: New test.
2508 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
2510         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
2512 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
2514         * g++.dg/simd-2.C: Set -maltivec for ppc64.
2516 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
2518         * gcc.dg/ppc64-abi-3.c: New test.
2520 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
2522         PR c/14092
2524         * gcc.dg/pr14092-1.c: New testcase.
2526 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
2528         * gcc.dg/cpp/assert4.c: Fix typo last change.
2530         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
2531         * gcc.dg/cpp/assert4.c: Handle powerpc64.
2533         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
2535 2004-02-09  Roger Sayle  <roger@eyesopen.com>
2537         * gcc.c-torture/compile/20040209-1.c: New test case.
2539 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2541         * gcc.dg/c90-init-1.c: Adjust expected error messages.
2543 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
2545         * gcc.c-torture/execute/20040208-[12].c: New tests.
2547 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2549         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
2551 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2553         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
2555 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
2557         Bug 13856
2558         * gcc.dg/visibility-8.c: New testcase.
2560 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
2562         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
2563         arguments.
2564         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
2566 2004-02-07  Roger Sayle  <roger@eyesopen.com>
2568         PR middle-end/13696
2569         * g++.dg/opt/fold1.C: New test case.
2571 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2573         PR c++/14033
2574         * g++.dg/other/crash-2.C: New test.
2576 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2578         PR c++/14028
2579         * g++.dg/parse/angle-bracket2.C: New test.
2581 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2583         PR middle-end/13750
2584         Revert:
2585         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
2586         PR pch/13361
2587         * testsuite/g++.dg/pch/wchar-1.C: New.
2588         * testsuite/g++.dg/pch/wchar-1.Hs: New.
2590 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2592         PR c++/14008
2593         * g++.dg/parse/error15.C: New test.
2594         * g++.dg/parse/crash11.C: Update dg-error mark.
2596 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2598         PR c++/13932
2599         * g++.dg/warn/conv2.C: New test.
2601 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2603         PR c++/13086
2604         * g++.dg/warn/incomplete1.C: Remove xfail.
2606 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2608         * lib/file-format.exp (gcc_target_object_format): Use
2609         ${tool}_target_compile, not gcc_target_compile.
2610         * lib/target-supports.exp (check_alias_available): Likewise.
2611         (check_gc_sections_available): Likewise.
2612         * g++.dg/ext/attrib10.C: Use dg-require-alias.
2613         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
2614         dg-require-alias.
2616 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2618         PR c++/13969
2619         * g++.dg/template/static6.C: New test.
2621 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
2623         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
2625 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2627         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
2628         tests for systems where `char' is unsigned by default.
2630 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2632         PR c++/13997
2633         * g++.dg/template/partial3.C: New test.
2635 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2637         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
2638         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
2639         Remove mentions of obsolete ports.
2641 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
2643         * gcc.dg/noncompile/20001228-1.c: Fix for new
2644         error message.
2646 2004-02-03  Roger Sayle  <roger@eyesopen.com>
2648         PR target/9348
2649         * gcc.c-torture/execute/multdi-1.c: New test case.
2651 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2653         PR c++/13925
2654         * g++.dg/template/lookup5.C: New test.
2656 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2658         PR c++/13950
2659         * g++.dg/template/lookup4.C: New test.
2661         PR c++/13970
2662         * g++.dg/parse/error14.C: New test.
2664         PR c++/14002
2665         * g++.dg/parse/template13.C: New test.
2667 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2669         PR c++/13978
2670         * g++.dg/template/koenig4.C: New test.
2672         PR c++/13968
2673         * g++.dg/template/crash17.C: New test.
2675         PR c++/13975
2676         * g++.dg/parse/error13.C: New test.
2677         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
2679 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2681         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
2683 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
2685         PR c/11658
2686         PR c/13994
2687         * gcc.dg/noncompile/20040203-1.c: New test.
2688         * gcc.dg/noncompile/20040203-2.c: Likewise.
2689         * gcc.dg/noncompile/20040203-3.c: Likewise.
2690         * gcc.dg/20040203-1.c: Likewise.
2692 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
2694         PR c++/10858
2695         * g++.dg/template/sizeof7.C: New test.
2697 2004-02-02  Eric Christopher  <echristo@redhat.com>
2698             Zack Weinberg  <zack@codesourcery.com>
2700         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
2702 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
2704         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
2705         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
2706         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
2707         * gcc.dg/cleanup-5.c: Run only on Linux targets.
2709 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
2711         PR c++/13113
2712         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
2714         PR c++/13854
2715         * g++.dg/ext/attrib13.C: New test.
2717         PR c++/13907
2718         * g++.dg/conversion/op2.C: New test.
2720 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2722         * gcc.dg/titype-1.c: Fix pasto.
2724 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2726         * gcc.dg/titype-1.c: New test.
2728 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2730         PR c++/13957
2731         * g++.dg/template/non-type-template-argument-1.C,
2732         g++.dg/template/qualified-id1.C: Update dg-error marks.
2733         * g++.dg/template/nontype6.C: New test.
2735 2004-02-01  Roger Sayle  <roger@eyesopen.com>
2737         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
2738         * gcc.dg/builtins-31.c: New testcase.
2739         * gcc.dg/builtins-32.c: New testcase.
2741 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
2743         * objc.dg/call-super-2.m: Update line numbers
2744         for the including of stddef.h.
2746 2004-01-30  Michael Matz  <matz@suse.de>
2748         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
2749         g++.dg/ext/case-range3.C: New tests.
2751 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2753         DR206
2754         PR c++/13813
2755         * g++.dg/template/member4.C: New test.
2757 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2759         PR c++/13683
2760         * g++.dg/template/sizeof6.C: New test.
2762 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
2764         * gcc.dg/fwritable-strings-1.c: New test.
2766 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
2768         * gcc.c-torture/compile/20040130-1.c: New test.
2770 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
2772         * objc.dg/call-super-2.m: Include stddef.h for size_t.
2774 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
2776         PR c++/13883
2777         * g++.dg/template/ctor3.C: New test.
2779 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2781         * g++.dg/tc1: New directory.
2782         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
2783         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
2784         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
2785         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
2786         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
2788 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2790         * g++.dg/parse/error11.C: New test.
2791         * g++.dg/parse/error12.C: Likewise.
2793 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
2795         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
2796         (scan_initial, main): Use aligned_sizeof instead of sizeof.
2798 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
2800         PR c++/13791
2801         * g++.dg/ext/attrib12.C: New test.
2803         PR c++/13736
2804         * g++.dg/parse/cast2.C: New test.
2806 2004-01-27  James E Wilson  <wilson@specifixinc.com>
2808         * objc.dg/encode-2.m (main): New local string.  Set depending on
2809         sizeof long.  Use in sscanf call.
2810         * objc.dg/encode-3.m (main): New local string.  Set depending on
2811         sizeof long.  Use in scan_initial call.
2813 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2815         * objc.dg/call-super-2.m: Make LP64-safe.
2816         * objc.dg/desig-init-1.m: Likewise.
2818 2004-01-27  Devang Patel <dpatel@apple.com>
2820         * g++.dg/debug/namespace1.C: New test.
2822 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
2824         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
2825         xscale-*-*.
2827         * gcc.dg/arm-mmx-1.c: New test.
2829 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2831         * gcc.dg/20040127-1.c: New test.
2832         * gcc.dg/20040127-2.c: New test.
2834 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2836         * objc.dg/stret-1.m (glob): Renamed to globa.
2838 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
2840         PR c++/13663
2841         * g++.dg/expr/for1.C: New test.
2843 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
2845         PR middle-end/13779
2846         * gcc.dg/darwin-longlong.c: New test.
2848 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
2850         * gcc.dg/20040124-1.c: Moved test from here...
2851         * gcc.c-torture/compile/20040124-1.c: ...to here.
2853 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2855         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
2856         the assembly output if -m64 is passed.
2858 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
2860         PR c++/13833
2861         * g++.dg/template/cond3.C: New test.
2863 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2865         PR c++/13810
2866         * g++.dg/template/ttp7.C: New test.
2868 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2870         PR c++/13797
2871         * g++.dg/template/nontype4.C: New test.
2872         * g++.dg/template/nontype5.C: Likewise.
2874 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
2876         * gcc.dg/torture/mips-clobber-at.c: New test.
2878 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
2880         * gcc.dg/20040124-1.c: New test.
2882 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
2884         * gcc.dg/20040123-1.c: New test.
2886 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
2888         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
2890 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2892         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
2894 2004-01-23  Andrew Pinski  <apinski@apple.com>
2896         * gcc.dg/20030121-1.c: Move to ..
2897         * gcc.dg/20040121-1.c: here.
2899 2004-01-23  Roger Sayle  <roger@eyesopen.com>
2901         * gcc.dg/builtins-29.c: New test case.
2903 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
2905         PR 18314
2906         * gcc.dg/builtins-30.c: New testcase.
2908 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
2910         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
2911         * lib/g77.exp: Likewise.
2912         * lib/objc.exp: Likewise.
2913         * lib/g++.exp: Likewise.
2915 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2917         * gcc.dg/struct-by-value-2.c: New test.
2919 2004-01-21  Andrew Pinski  <apinski@apple.com>
2921         PR target/13785
2922         * gcc.dg/20030121-1.c: New test.
2924 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
2926         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
2927         clobber frame pointer register in asm statement.
2929 2004-01-21  Falk Hueffner  <falk@debian.org>
2931         * gcc.c-torture/compile/20040121-1.c: New test.
2933 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
2935         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
2937 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
2939         * gcc.dg/ppc64-abi-2.c: New test.
2941 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2943         * lib/treelang.exp: Fill out this file.
2944         * lib/treelang-dg.exp: New File.
2946 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2948         * gcc.c-torture/compile/981022-1.c: Remove.
2949         * gcc.dg/array-5.c: Remove XFAIL.
2950         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
2951         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
2952         gcc.dg/cond-lvalue-1.c: Update.
2953         * gcc.dg/cast-lvalue-2.c: New test.
2955 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
2957         PR c++/13592
2958         * g++.dg/other/error1.C (class foo): Tweak error message.
2960         PR c++/13592
2961         * g++.dg/template/call2.C: New test.
2963 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2965         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
2966         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
2967         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
2968         scalar-return-1_x.c, scalar-return-2_y.c,
2969         scalar-return-3_x.c, scalar-return-3_y.c,
2970         scalar-return-4_x.c, scalar-return-4_y.c,
2971         struct-align-1.h, struct-align-1_x.c,
2972         struct-align-1_y.c, struct-align-2.h,
2973         struct-align-2_x.c, struct-align-2_y.c,
2974         struct-by-value-10_y.c, struct-by-value-11_x.c,
2975         struct-by-value-11_y.c, struct-by-value-12_x.c,
2976         struct-by-value-12_y.c, struct-by-value-13_x.c,
2977         struct-by-value-13_y.c, struct-by-value-14_x.c,
2978         struct-by-value-14_y.c, struct-by-value-15_x.c,
2979         struct-by-value-15_y.c, struct-by-value-16_y.c,
2980         struct-by-value-17_y.c, struct-by-value-18_y.c,
2981         struct-by-value-19_y.c, struct-by-value-1_x.c,
2982         struct-by-value-1_y.c, struct-by-value-20_y.c,
2983         struct-by-value-2_x.c, struct-by-value-2_y.c,
2984         struct-by-value-3_y.c, struct-by-value-4_x.c,
2985         struct-by-value-4_y.c, struct-by-value-5_y.c,
2986         struct-by-value-6_y.c, struct-by-value-7_y.c
2987         struct-by-value-8_x.c, struct-by-value-8_y.c
2988         struct-by-value-9_x.c, struct-by-value-9_y.c
2989         struct-return-10_x.c, struct-return-10_y.c,
2990         struct-return-19_x.c, struct-return-20_x.c
2991         struct-return-2_x.c, struct-return-2_y.c
2992         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
2993         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
2995 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2997         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
2998         attribute on sparc*-sun-solaris2.*.
3000 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
3002         PR c++/13710
3003         * g++.dg/ext/typeof7.C: New test.
3005 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
3007         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
3008         * gcc.dg/const-elim-1.c: Same.
3010 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
3012         * objc.dg/stret-1.m: New.
3013         * objc.dg/stret-2.m: New.
3015 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
3017         PR c++/11895
3018         * g++.dg/ext/vector1.C: New test.
3020 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
3022         * gcc.dg/pch/import-1.c: New.
3023         * gcc.dg/pch/import-1.hs: New.
3024         * gcc.dg/pch/import-1a.h: New.
3025         * gcc.dg/pch/import-1b.h: New.
3026         * gcc.dg/pch/import-1c.h: New.
3028 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
3030         PR c++/13574
3031         * g++.dg/ext/array1.C: New test.
3033         PR c++/13178
3034         * g++.dg/conversion/op1.C: New test.
3036 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
3038         PR 11864
3039         From Kazumoto Kojima / Dan Kegel:
3040         * gcc.dg/pr11864-1.c: New test.
3042         PR 10392
3043         From Marcus Comstedt / Dan Kegel:
3044         * gcc.dg/pr10392-1.c: New test.
3046 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
3048         PR c++/13478
3049         * g++.dg/init/ref10.C: New test.
3051 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3053         PR c++/13407
3054         * g++.dg/parse/typename6.C: New test.
3056 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
3058         PR pch/13361
3059         * testsuite/g++.dg/pch/wchar-1.C: New.
3060         * testsuite/g++.dg/pch/wchar-1.Hs: New.
3062 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3064         PR c++/9259
3065         * g++.dg/expr/sizeof2.C: New test.
3067 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
3069         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
3071 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
3073         PR c++/13659
3074         * g++.dg/lookup/strong-using-3.C: New.
3075         * g++.dg/lookup/using-10.C: New.
3077 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
3079         PR c++/13594
3080         * g++.dg/lookup/strong-using-2.C: New.
3082 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
3083             Dan Kegel <dank@kegel.com>
3084             J"orn Rennecke <joern.rennecke@superh.com>
3086         PR target/9365
3087         * gcc.dg/pr9365-1.c: New test.
3089 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3091         PR c++/8856
3092         * g++.dg/parse/casting-operator2.C: New test.
3093         * g++.old-deja/g++.pt/explicit83.C: Remove.
3095 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
3097         * gcc.dg/label-compound-stmt-1.c: New test.
3098         * gcc.c-torture/compile/950922-1.c,
3099         gcc.c-torture/compile/20000211-3.c,
3100         gcc.c-torture/compile/20000518-1.c,
3101         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
3102         compound statements.
3104 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
3106         * gcc.dg/ppc64-abi-1.c: New test.
3108 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
3110          * g++.dg/ext/attrib9.C: Add dg-warnings.
3112 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3114         PR c++/12335
3115         * g++.dg/parse/dtor3.C: New test.
3117 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
3119         PR c++/12709
3120         * g++.dg/parse/try-catch-1.C: New test.
3122 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
3124         * ada/acats/run_all.sh: Add more verbose output in acats.log
3125         when compiling tests.
3127 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
3129         PR 13656
3130         * gcc.dg/typedef-redecl.c: New test case.
3131         * gcc.dg/typedef-redecl.h: New support file.
3133 2004-01-13  Jan Hubicka  <jh@suse.cz>
3135         * gcc.dg/always_inline.c: New test.
3136         * gcc.dg/debug/20031231-1.c: Fix.
3138 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3140         PR c++/13474
3141         * g++.dg/template/array3.C: New test.
3143 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
3145         * g++.dg/ext/lvalue1.C: No longer expected to fail.
3146         * g++.dg/warn/Wunused-2.C: Likewise.
3148 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3150         PR c++/13289
3151         * g++.dg/template/instantiate6.C: New test.
3153 2004-01-12  Roger Sayle  <roger@eyesopen.com>
3155         PR middle-end/11397
3156         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
3158 2004-01-12  Jan Hubicka  <jh@suse.cz>
3160         PR opt/12826
3161         * gcc.dg/20040112-1.c: New.
3163         * gcc.dg/dwarf-die[1-7].c: Move to...
3164         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
3165         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
3167 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
3169         PR c++/4100
3170         * g++.dg/parse/friend4.C: New test.
3172 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
3174         PR c++/4100
3175         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
3176         definition is called a friend.
3178 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
3180         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
3182 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
3184         PR c++/3478
3185         * g++.dg/parse/error10.C: New test.
3186         * g++.dg/template/arg2.C: Accept "invalid type" error.
3188 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
3190         PR middle-end/13392
3191         * g++.dg/opt/expect2.C: New test.
3193 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
3195         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
3196         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
3197         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
3198         Update dg-error regexps.
3200 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
3202         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
3203         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
3205 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3207         * gcc.dg/pragma-re-1.c: Use right pointer type.
3209 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3211         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
3213 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
3215         * gcc.dg/rs6000-ldouble-1.c: New.
3217 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3219         DR 337
3220         PR c++/9256
3221         * g++.dg/other/abstract1.C: New test.
3223 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
3225         * g++.dg/lookup/strong-using-1.C: New.
3227 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3229         PR c/11234
3230         * gcc.dg/func-ptr-conv-1.c: New test.
3231         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
3233 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
3235         PR target/13380.
3236         * gcc.c-torture/compile/20040109-1.c: New.
3238 2004-01-08  Stuart Hastings  <stuart@apple.com>
3240         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
3241         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
3242         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
3244 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
3246         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
3248 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3250         * ada/acats/run_acats: Treat 'gnatchop' the same way
3251         as 'gnatmake'.  Export GCC_DRIVER.
3252         * ada/acats/run_all.sh: Add target_gnatchop.  Use
3253         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
3255 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3257         PR c++/12573
3258         * g++.dg/template/dependent-expr4.C: New test.
3260 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
3262         * gcc.dg/altivec-11.c: New test.
3264 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
3266         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
3268 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
3270         PR c/6024
3271         * gcc.dg/enum-compat-1.c: New test.
3272         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
3274 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
3276         PR c/12165
3277         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
3278         gcc.dg/c99-idem-qual-3.c: New tests.
3280 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
3282         * gcc.dg/winline-7.c: Don't cast void * to int.
3284 2004-01-06  Jan Hubicka  <jh@suse.cz>
3286         * gcc.dg/i386-sse-5.c: New test
3287         * g++.dg/eh/simd-1.c: Add -w argument for i386.
3289 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
3291         PR c++/12815
3292         * g++.dg/rtti/typeid4.C: New test.
3294 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3296         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
3298 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
3300         PR c++/12132
3301         * g++.dg/template/error11.C: New test.
3303         PR c++/13451
3304         * g++.dg/template/class2.C: New test.
3306 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
3307         Richard Sandiford <rsandifo@redhat.com>
3309         PR c++/13387
3310         * g++.dg/opt/alias3.C: New test.
3312 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
3314         PR c++/13157
3315         * g++.dg/template/koenig3.C: New test.
3317         PR c++/13529
3318         * g++.dg/parse/offsetof3.C: New test.
3320         * g++.dg/init/copy7.C: Add missing dg-error markers.
3322         PR c++/12226
3323         * g++.dg/init/copy7.c: New test.
3325         PR c++/13536
3326         * g++.dg/parse/cast1.C: New test.
3328 2004-01-04  Jan Hubicka  <jh@suse.cz>
3330         * gcc.dg/winline[1-7].c: New tests.
3332 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3334         PR c++/13520
3335         * g++.dg/template/qualttp22.C: New test.
3337 2004-01-01  Jan Hubicka  <jh@suse.cz>
3339         * gcc.dg/debug/20031231-1.c: New.
3340         * gcc.c-torture/compile/20040101-1.c: New.
3341         * gcc.dg/dwarf-die-[1-7].c: New.
3343 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
3345         PR optimization/13521
3346         * gcc.c-torture/compile/20031231-1.c: New test.
3348 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
3350         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
3352 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3354         PR c++/10079
3355         * g++.dg/template/crash16.C: New test.
3357 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
3359         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
3361 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
3363         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
3364         ports.
3365         * g++.old-deja/g++.jason/thunk3.C: Likewise.
3366         * g++.old-deja/g++.law/profile1.C: Likewise.
3367         * gcc.c-torture/compile/981006-1.c: Likewise.
3368         * gcc.c-torture/execute/loop-2e.x: Likewise.
3369         * gcc.c-torture/execute/loop-2f.x: Remove.
3370         * gcc.c-torture/execute/loop-2g.x: Likewise.
3371         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
3372         * gcc.dg/20020312-2.c: Remove traces of dead ports.
3374 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
3376         PR c++/13507
3377         * g++.dg/ext/attrib11.C: New test.
3379         PR c++/13494
3380         * g++.dg/template/array2-1.C: New test.
3381         * g++.dg/template/array2-2.C: New test.
3383 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
3385         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
3387 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
3389         PR c++/12774
3390         * g++.dg/template/array1-1.C: New test.
3391         * g++.dg/template/array1-2.C: New test.
3393 2003-12-29  Roger Sayle  <roger@eyesopen.com>
3395         PR fortran/12632
3396         * g77.dg/12632.f: New test case.
3398 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3400         PR c++/13289
3401         * g++.dg/parse/nontype1.C: New test.
3403 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3405         PR c++/12403
3406         * g++.dg/parse/explicit1.C: New test.
3407         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
3409 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
3411         PR c++/13081
3412         * g++.dg/opt/inline6.C: New test.
3414         PR c++/12613
3415         * g++.dg/parse/error9.C: New test.
3417         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
3419 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
3421         PR c++/13009
3422         * g++.dg/init/assign1.C: New test.
3424 2003-12-28  Roger Sayle  <roger@eyesopen.com>
3426         PR c++/13070
3427         * g++.dg/warn/format3.C: New test case.
3429 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3431         * gcc.c-torture/compile/20031227-1.c: New test.
3433 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3435         * g++.dg/bprob/bprob.exp: Load target-supports.exp
3436         * g77.dg/bprob/bprob.exp: Likewise.
3437         * gcc.misc-tests/bprob.exp: Likewise.
3438         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
3439         variants on systems where the library does not provide that
3440         functionality.
3441         * gcc.dg/builtins-20.c: Use builtins-config.h.
3442         * gcc.dg/builtins-config.h: New file.
3444 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3446         * lib/gcc-dg.exp (dg-require-profiling): New function.
3447         * lib/target-supports.exp (check_profiling_available): Likewise.
3448         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
3449         * g77.dg/bprob/bprob.exp: Likewise.
3450         * gcc.misc-tests/bprob.exp: Likewise.
3451         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
3452         * gcc.dg/20021014-1.c: Likewise.
3453         * gcc.dg/nest.c: Likewise.
3455 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3457         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
3458         compiling.
3459         * g++.dg/lookup/java2.C: Likewise.
3460         * gcc.dg/cpp/lexident.c: Likewise.
3462 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
3464         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
3465         given.
3466         * gcc.c-torture/compile/961203-1.c: Likewise.
3467         * gcc.c-torture/compile/980506-1.c: Likewise.
3469 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
3471         * lib/gcc-dg.exp (dg-prune-output): New annotation.
3472         (additional_prunes): New global.
3473         (gcc-dg-prune): Handle additional per-test pruning.
3474         (dg-test): Clear additional_prunes between tests.
3476         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
3477         dg-prune-output to avoid spurious failures from assembler
3478         complaining about nonexistent WAW violations.
3479         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
3480         Use dg-prune-output to avoid spurious failures from assembler
3481         warning about Itanium B-step errata.
3483 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3485         * g++.dg/abi/macro0.C: New test.
3486         * g++.dg/abi/macro1.C: Likewise.
3487         * g++.dg/abi/macro2.C: Likewise.
3489         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
3490         * g++.dg/abi/bitfield7.C: Likewise.
3491         * g++.dg/abi/dtor2.C: Likewise.
3492         * g++.dg/abi/mangle11.C: Likewise.
3493         * g++.dg/abi/mangle12.C: Likewise.
3494         * g++.dg/abi/mangle14.C: Likewise.
3495         * g++.dg/abi/mangle17.C: Likewise.
3496         * g++.dg/abi/vbase10.C: Likewise.
3497         * g++.dg/abi/vbase14.C: Likewise.
3498         * g++.dg/template/qualttp17.C: Likewise.
3500 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
3502         PR c/11995
3503         * gcc.dg/20031223-1.c: New test.
3505 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3507         * gcc.dg/noreturn-7.c: New test.
3509 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3511         * gcc.dg/null-pointer-1.c: New test.
3513 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
3515         * g++.old-deja/g++.jason/template18.C: Remove.
3516         * g++.old-deja/g++.jason/template37.C: Likewise.
3518         PR c++/12862
3519         * g++.dg/lookup/ns1.C: New test.
3521         PR c++/12397
3522         * g++.dg/template/lookup3.C: New test.
3524 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
3526         * g++.dg/template/recurse1.C: New test
3528 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
3530         PR c++/12479
3531         * g++.dg/parse/semicolon1.C: New test.
3532         * g++.dg/parse/semicolon1.h: Likewise.
3534 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
3536         * gcc.dg/darwin-misaligned.c: New test.
3538 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
3540         PR c/9163
3541         * gcc.dg/20031222-1.c: New test.
3543 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
3545         PR c++/13438
3546         * g++.dg/parse/error8.C: New test.
3548         PR c++/11554
3549         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
3551 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
3553         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
3554         too small.
3555         * gcc.c-torture/compile/930217-1.c: Likewise.
3556         * gcc.c-torture/compile/930513-1.c: Likewise.
3557         * gcc.c-torture/execute/920908-2.c: Likewise.
3558         * gcc.c-torture/execute/921204-1.c: Likewise.
3559         * gcc.c-torture/execute/930621-1.c: Likewise.
3560         * gcc.c-torture/execute/930630-1.c: Likewise.
3561         * gcc.c-torture/execute/931031-1.c: Likewise.
3562         * gcc.c-torture/execute/980602-2.c: Likewise.
3563         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
3564         * gcc.c-torture/execute/compndlit-1.c: Likewise.
3565         * gcc.c-torture/execute/extzvsi.c: Likewise.
3566         * gcc.c-torture/unsorted/ext.c: Likewise.
3568 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
3570         PR target/12749
3571         * gcc.c-torture/compile/20031220-2.c: New test case.
3573 2003-12-20  Roger Sayle  <roger@eyesopen.com>
3575         PR optimization/13031
3576         * gcc.c-torture/compile/20031220-1.c: New test case.
3578 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3580         * gcc.dg/cast-function-1.c: New test.
3582 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3584         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
3585         formats.
3587 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
3589         PR c++/12795
3590         * g++.dg/ext/attrib10.C: New test.
3592 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
3594         * gcc.dg/cleanup-10.c: New test.
3595         * gcc.dg/cleanup-11.c: New test.
3597 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
3599         PR c++/13239
3600         * g++.dg/opt/expect1.C: New test.
3602 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
3604         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
3606 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
3608         PR debug/12923
3609         * gcc.dg/20031218-1.c: New test.
3611         PR debug/12389
3612         * gcc.dg/20031218-2.c: New test.
3613         * gcc.dg/20031218-3.c: New test.
3615         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
3616         of label name and allow for USER_LABEL_PREFIX == "_" names.
3617         * g++.dg/abi/mangle18-2.C: Likewise.
3618         * g++.dg/abi/mangle19-1.C: Likewise.
3619         * g++.dg/abi/mangle19-2.C: Likewise.
3620         * g++.dg/abi/mangle20-1.C: Likewise.
3621         * g++.dg/abi/mangle20-2.C: Likewise.
3623 2003-12-18  Richard Henderson  <rth@redhat.com>
3625         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
3627 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
3628             Dan Kegel <dank@kegel.com>
3630         PR other/12009
3631         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
3632         testing a cross compiler, it causes spurious compile failures.
3633         * lib/g++.exp: Likewise.
3635 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3637         PR c++/13262
3638         * g++.dg/template/access13.C: New test.
3640 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
3642         * gcc.dg/20031216-1.c: New test.
3644 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3646         PR c++/9154
3647         * g++.dg/template/error10.C: New test.
3649 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3651         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
3652         * g++.dg/eh/simd-2.C: Likewise.
3654 2003-12-17  James E Wilson  <wilson@specifixinc.com>
3655             Roger Sayle  <roger@eyesopen.com>
3657         * gcc.c-torture/execute/ieee/mzero5.c: New.
3659 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
3661         PR c++/10603
3662         * g++.dg/parse/error6.C: New test.
3664         PR c++/12827
3665         * g++.dg/parse/error7.C: New test.
3667 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3669         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
3670         at -O with stabs debugging formats.
3671         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
3672         * gcc.dg/debug/debug-2.c: Likewise.
3674 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
3676         PR c++/12696
3677         * g++.dg/init/error1.C: New test.
3679         PR c++/12218
3680         * g++.dg/init/pm3.C: New test.
3682 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3684         PR c/3347
3685         * gcc.dg/bitfld-8.c: New test.
3687 2003-12-16  James Lemke  <jim@wasabisystems.com>
3689         * gcc.dg/arm-scd42-[123].c: New tests.
3691 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3693         PR c++/9043
3694         * g++.dg/abi/mangle20-1.C: New test.
3695         * g++.dg/abi/mangle20-2.C: New test.
3697 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
3699         PR c++/13275
3700         * g++.dg/other/offsetof2.C: Remove XFAIL.
3701         * g++.dg/parse/offsetof1.C: New test.
3702         * g++.gd/parse/offsetof2.C: Likewise.
3704 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3706         * g++.dg/template/nontype3.C: New test.
3707         * g++.dg/template/static2.C: Tweaked the dg-error clause.
3709 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3711         * g++.dg/warn/noreturn-3.C: Also test instantiation.
3713 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3715         PR c++/13387
3716         * g++.dg/expr/assign1.C: New test.
3718         PR c++/13242
3719         * g++.dg/abi/mangle19-1.C: New test.
3720         * g++.dg/abi/mangle19-2.C: New test.
3722 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
3724         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
3726 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
3728         * gcc.c-torture/execute/20031216-1.c: New test.
3730 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3732         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
3733         an ICE regression.
3735 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3737         PR c++/10926
3738         * g++.dg/template/error9.C: New test.
3740         PR c++/11116
3741         * g++.dg/template/error8.C: New test.
3743 2003-12-15  Roger Sayle  <roger@eyesopen.com>
3745         PR middle-end/13400
3746         * gcc.c-torture/execute/20031215-1.c: New test case.
3748 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3750         PR c++/13269
3751         * g++.dg/parse/error5.C: New test.
3753         PR c++/12989
3754         * g++.dg/expr/sizeof1.C: New test.
3756         PR c++/13310
3757         * g++.dg/template/crash15.C: New test.
3759 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
3761         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
3762         a non-POD type as the last named parameter of a varargs function.
3764 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3766         PR c++/13243
3767         PR c++/12573
3768         * g++.dg/template/crash14.C: New test.
3769         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
3771 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
3773         * g++.dg/other/java1.C: New test.
3775         PR c++/13241
3776         * g++.dg/abi/mangle18-1.C: New test.
3777         * g++.dg/abi/mangle18-2.C: New test.
3779 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3781         PR optimization/10312
3782         * gcc.c-torture/execute/20031214-1.c: New.
3784 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
3786         PR c++/10779
3787         PR c++/12160
3788         * g++.dg/parse/error3.C: New test.
3789         * g++.dg/parse/error4.C: Likewise.
3790         * g++.dg/abi/mangle4.C: Tweak error messages.
3791         * g++.dg/lookup/using5.C: Likewise.
3792         * g++.dg/other/error2.C: Likewise.
3793         * g++.dg/parse/typename5.C: Likewise.
3794         * g++.dg/parse/undefined1.C: Likewise.
3795         * g++.dg/template/arg2.C: Likewise.
3796         * g++.dg/template/ttp3.C: Likewise.
3797         * g++.dg/template/type1.C: Likewise.
3798         * g++.old-deja/g++.other/crash32.C: Likewise.
3799         * g++.old-djea/g++.pt/defarg8.C: Likewise.
3801 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3803         PR c++/13106
3804         * g++.dg/warn/noreturn-3.C: New test.
3806 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3808         PR c++/13118
3809         * g++.dg/abi/covariant3.C: New.
3811 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
3813         * g++.dg/eh/ia64-1.C: New test.
3815 2003-12-12  Roger Sayle  <roger@eyesopen.com>
3817         PR optimization/13037
3818         * g77.f-torture/execute/13037.f: New test case.
3820 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3822         PR c++/12881
3823         * g++.dg/abi/covariant2.C: New.
3825 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
3827         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
3829 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
3831         * gcc.c-torture/execute/wchar_t-1.x: Delete.
3833 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
3835         PR other/10819
3836         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
3837         to fix Bug 10819.
3838         * lib/g++.exp (g++_version): Likewise.
3839         * lib/g77.exp (g77_version): Likewise.
3840         * lib/objc.exp (default_objc_version): Likewise.
3842 2003-12-10  Richard Henderson  <rth@redhat.com>
3844         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
3846         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
3848 2003-12-08  Matt Austern  <austern@apple.com>
3850         PR c/13134
3851         * lib/gcc-dg.exp (dg-require-visibility): Define.
3852         * lib/target-supports (check_visibility_available): Define.
3853         * gcc.dg/visibility-1.c: New test.
3854         * gcc.dg/visibility-2.c: Likewise.
3855         * gcc.dg/visibility-3.c: Likewise.
3856         * gcc.dg/visibility-4.c: Likewise.
3857         * gcc.dg/visibility-5.c: Likewise.
3858         * gcc.dg/visibility-6.c: Likewise.
3859         * g++.dg/ext/visibility-1.C: Likewise.
3860         * g++.dg/ext/visibility-2.C: Likewise.
3861         * g++.dg/ext/visibility-3.C: Likewise.
3862         * g++.dg/ext/visibility-4.C: Likewise.
3863         * g++.dg/ext/visibility-5.C: Likewise.
3864         * g++.dg/ext/visibility-6.C: Likewise.
3866 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3868         * g++.dg/lookup/java1.C: New test.
3869         * g++.dg/lookup/java2.C: New test.
3871 2003-12-07  Falk Hueffner  <falk@debian.org>
3873         * g++.dg/opt/noreturn-1.C: New test.
3875 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
3877         * gcc.dg/overflow-1.c: New test.
3879 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3881         * g77.f-torture/compile/13060.f: New test.
3883 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
3885         PR c++/13323
3886         * g++.dg/inherit/operator2.C: New test.
3888 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
3890         PR c++/13305
3891         * g++.dg/ext/attrib9.C: New test.
3893 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
3895         PR c++/13314
3896         * g++.dg/template/error7.C: New test.
3898 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
3899             J"orn Rennecke <joern.rennecke@superh.com>
3901         PR target/13302
3902         * g++.dg/other/struct-va_list.C: New test.
3904 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3906         PR c++/13166
3907         * g++.dg/parse/defarg6.C: New test.
3909 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
3911         PR target/13256
3912         * gcc.c-torture/execute/20031201-1.c: New test.
3914 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
3916         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
3918 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3920         * gcc.dg/builtin-return-1.c: New test.
3922 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
3923             J"orn Rennecke <joern.rennecke@superh.com>
3925         PR optimization/13260
3926         * gcc.c-torture/execute/20031204-1.c: New test.
3928 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
3930         PR c++/9127
3931         * g++.dg/template/error6.C: New test.
3933 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
3935         * gcc.dg/20031202-1.c: New test.
3937 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
3939         PR c++/13179
3940         * g++.dg/template/eh1.C: New test.
3942         PR c++/10771
3943         * g++.dg/template/error5.C: New test.
3945 2003-12-02  David Ung  <davidu@mips.com>
3947         * gcc.dg/compat/vector-check.h: Corrected type for var
3948         g_##TMODE
3950 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3952         PR c++/10126
3953         * g++.dg/template/ptrmem8.C: New test.
3955 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3957         PR c++/12573
3958         * g++.dg/template/dependent-expr3.C: New test.
3960 2003-12-01  James Lemke  <jim@wasabisystems.com>
3962         * gcc.dg/arm-g2.c: New test.
3964 2003-12-01  Roger Sayle  <roger@eyesopen.com>
3966         PR optimization/11634
3967         * gcc.dg/20031201-2.c: New test case.
3969 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
3971         PR 11433
3972         * objc.dg/proto-lossage-3.m: New test.
3974 2003-12-01  Roger Sayle  <roger@eyesopen.com>
3976         PR optimization/12628
3977         * gcc.dg/20031201-1.c: New test case.
3979 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3981         * gcc.dg/unaligned-1.c: New test.
3983 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
3985         PR c++/9849
3986         * g++.dg/template/error4.C: New test.
3987         * g++.dg/template/nested3.C: Adjust error markers.
3989 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3991         * gcc.dg/cpp/assert4.c: Check more #system assertions.
3993 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
3995         PR c/10333
3996         * gcc.dg/bitfld-7.c: New test.
3998 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
4000         * gcc.dg/tls/asm-1.C: New test.
4002 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4004         * gcc.dg/cpp/assert4.c: Update.
4006 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4008         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
4009         * gcc.dg/builtin-apply3.c: New test.
4011 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4013         * lib/compat.exp (compat-obj): New xfaildata parameter.
4014         Use it to set compiler_conditional_xfail_data before compiling.
4015         (compat-get-options): Handle dg-xfail-if.
4016         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
4017         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
4018         * gcc.dg/compat/vector-1_y.c: Likewise.
4019         * gcc.dg/compat/vector-2_x.c: Likewise.
4020         * gcc.dg/compat/vector-2_y.c: Likewise.
4022 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4024         * g++.dg/opt/reg-stack4.C: New test.
4026 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4028         * gcc.dg/builtin-apply2.c: New test.
4030 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
4032         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
4034 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4036         PR c++/12924
4037         * g++.dg/template/template-id-2.C: New test.
4039 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4041         PR c++/5369
4042         * g++.dg/template/memfriend1.C: New test.
4043         * g++.dg/template/memfriend2.C: Likewise.
4044         * g++.dg/template/memfriend3.C: Likewise.
4045         * g++.dg/template/memfriend4.C: Likewise.
4046         * g++.dg/template/memfriend5.C: Likewise.
4047         * g++.dg/template/memfriend6.C: Likewise.
4048         * g++.dg/template/memfriend7.C: Likewise.
4049         * g++.dg/template/memfriend8.C: Likewise.
4050         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
4052 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
4054         PR c++/12515
4055         * g++.dg/ext/cond1.C: New test.
4057 2003-11-20  Richard Henderson  <rth@redhat.com>
4059         * gcc.dg/20020201-2.c: Remove.
4060         * gcc.dg/20020201-4.c: Remove.
4061         * gcc.dg/20020304-1.c: Remove.
4063 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4065         * gcc.dg/cpp/trad/xwin1.c: New test case.
4067 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
4069         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
4070         * lib/g77.exp: Likewise.
4071         * lib/objc.exp: Likewise.
4072         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
4073         for darwin.
4075 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4077         PR c++/12932
4078         * g++.dg/template/static5.C: New test.
4080 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
4082         * gcc.dg/nested-func-1.c: New test.
4084 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4086         * gcc.dg/cpp/assert4.c: New test.
4088 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
4090         PR c++/2294
4091         * g++.dg/lookup/using9.c: New test.
4093 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
4095         PR c++/12762
4096         * g++.dg/template/error3.C: New test.
4098 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4100         PR ada/13035
4101         * ada/acats/run_acats, run_all.sh: Fix syntax error.
4102         No longer use a wrapper for gcc, since this does not work under
4103         Windows.
4105 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
4107         PR c++/2094
4108         * g++.dg/template/ptrmem7.C: New test.
4110 2003-11-13  Andrew Pinski <apinski@apple.com>
4112         * gcc.c-torture/compile/20031113-1.c: New test.
4114 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
4115             Kean Johnston <jkj@sco.com>
4117         PR c/13029
4118         * gcc.dg/unused-4.c: Update.
4120 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4122         * g++.dg/opt/const3.C: New test.
4124 2003-11-13  Jan Hubicka  <jh@suse.cz>
4126         * gcc.c-torture/compile/20031112-1.c: New test.
4128 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
4130         * g++.dg/parse/crash10.C: Remove bogus error marker.
4132 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4134         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
4135         (host_gcc): Likewise.
4136         (ROOT): Honor $PWDCMD.
4137         (BASE): Likewise.
4138         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
4140 2003-11-12  Catherine Moore  <clm@redhat.com>
4142         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
4144 2003-11-12  Andreas Jaeger  <aj@suse.de>
4145             Jakub Jelinek  <jakub@redhat.com>
4146             Andrew Pinski  <pinskia@physics.uc.edu>
4147             Richard Henderson  <rth@redhat.com>
4149         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
4150         systems.
4151         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
4153         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
4154         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
4156 2003-11-11  Andreas Jaeger  <aj@suse.de>
4158         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
4160         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
4162 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
4164         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
4165         Clean ups.
4167 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
4169         * gcc.dg/trampoline-1.c: New test.
4171 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
4173         * gcc.c-torture/compile/200031109-1.c: New test.
4175 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4177         PR c/3190
4178         PR c/8714
4179         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
4180         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
4181         gcc.dg/format/no-y2k-1.c: Update.
4183 2003-11-08  Roger Sayle  <roger@eyesopen.com>
4185         PR optimization/10467
4186         * gcc.dg/20031108-1.c: New test case.
4188 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
4190         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
4192 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4194         * gcc.dg/compound-lvalue-1.c: New test.
4195         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
4196         some XFAILs.
4198 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
4200         * gcc.dg/altivec-varargs-1.c: New test.
4202 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
4204         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
4205         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
4206         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
4207         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
4208         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
4210 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4212         * gcc.dg/cond-lvalue-1.c: New test.
4214 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
4216         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
4218 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4220         PR c++/11616
4221         * g++.dg/template/instantiate5.C: New test.
4223 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4225         PR c++/12726
4226         * g++.dg/ext/complit2.C: Replace test with self-contained version.
4227         * ChangeLog: Add missing first entry for above test.
4229 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4231         PR c++/9810
4232         * g++.dg/template/using8.C: New test.
4233         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
4235 2003-11-02  Roger Sayle  <roger@eyesopen.com>
4237         PR optimization/10817
4238         * gcc.c-torture/compile/20031102-1.c: New test case.
4240 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
4242         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
4243         2147483647.
4245 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
4247         * gcc.dg/20031102-1.c: New test.
4249 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
4251         * gcc.dg/complex-1.c: New test.
4253 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4255         PR c++/12796
4256         * g++.dg/template/crash13.C: Adjust expected error location.
4257         * g++.old-deja/g++.brendan/ns1.C: Likewise.
4259 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
4261         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
4263 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
4265         PR/10239
4266         * gcc.c-torture/compile/20031031-2.c: New test.
4268 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
4270         PR/11640
4271         * gcc.c-torture/compile/20031031-1.c: New test.
4273 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
4275         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
4276         * gcc.misc-tests/bprob.exp: Likewise.
4277         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
4278         the execution test on arm-elf configs.
4279         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
4280         configs that don't support scratch files.
4281         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
4283 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
4285         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
4286         done by dejagnu.
4288 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
4290         * ada/acats/run_all.sh: Redirect mv output to /dev/null
4291         Avoid non pure sh syntax. Add more logging.
4293         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
4294         fail.
4296 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4298         PR libgcj/10610
4299         * gcc.dg/ppc-stackalign-1.c: New test.
4301 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
4303         * ada/acats/run_all.sh: Change output to be more compliant with
4304         dejagnu framework.
4305         Create acats.sum and acats.log files under testsuite/ada/acats
4306         Only run [a-z]* directories, to filter out e.g. CVS.
4307         Redirect build output to log file.
4309 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
4311         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
4313 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
4315         PR ada/5909:
4316         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
4318 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
4320         * gcc.c-torture/compile/20031023-1.c: New test.
4321         * gcc.c-torture/compile/20031023-2.c: New test.
4322         * gcc.c-torture/compile/20031023-3.c: New test.
4323         * gcc.c-torture/compile/20031023-4.c: New test.
4325 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4327         PR c++/10371
4328         * g++.dg/lookup/scoped8.C: New test.
4330 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4332         * g++.dg/opt/reg-stack3.C: New test.
4334 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4336         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
4338 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4340         PR c++/11076
4341         * g++.dg/template/crash13.C: New test.
4343 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4345         * gcc.dg/c99-restrict-2.c: New test.
4347 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
4349         PR c++/12698, c++/12699, c++/12700, c++/12566
4350         * g++.dg/inherit/covariant9.C: New test.
4351         * g++.dg/inherit/covariant10.C: New test.
4352         * g++.dg/inherit/covariant11.C: New test.
4354 2003-10-23  Jason Merrill  <jason@redhat.com>
4356         PR c++/12726
4357         * g++.dg/ext/complit2.C: New test.
4359 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
4361         PR target/12654
4362         * gcc.c-torture/execute/20031020-1.c: New test.
4364 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4366         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
4367         following the jump_insn.
4369 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4371         * gcc.dg/cast-lvalue-1.c: New test.
4373 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
4375         PR c++/11962
4376         * g++.dg/template/cond2.C: New test.
4378 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4380         * gcc.dg/builtins-28.c: New test.
4382 2003-10-20  Jan Hubicka  <jh@suse.cz>
4384         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
4385         parameter.
4386         * testsuite/gcc.dg/inline-2.c: Likewise.
4388 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4390         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
4391         * gcc.dg/nest.c:  Likewise.
4393 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4395         PR c++/9781, c++/10583, c++/11862
4396         * g++.dg/parse/crash13.C: New test.
4398 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4400         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
4402 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4404         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
4405         Define HAVE_C99_RUNTIME except on Solaris.
4406         * gcc.dg/builtins-20.c: Likewise.
4408 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4410         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
4412 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4414         PR c++/12495
4415         * g++.dg/template/crash21.C: New test.
4417 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4419         PR c++/2513
4420         * g++.dg/template/typename5.C: New test.
4422 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4424         PR c++/12369
4425         * g++.dg/template/friend25.C: New test.
4427 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
4429         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
4430         versions.
4432 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
4434         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
4435         == 2147483647.
4437 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
4439         * gcc.c-torture/execute/960416-1.x: Remove.
4440         * gcc.c-torture/execute/divconst-3.x: Likewise.
4442 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
4444         PR target/12598
4445         * gcc.dg/torture/cris-volatile-1.c: New test.
4447 2003-10-14  Roger Sayle  <roger@eyesopen.com>
4449         PR optimization/9325
4450         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
4451         for overflowing floating point to integer conversion during RTL
4452         simplification.
4454 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
4456         * objc/execute/_cmd.m: Fix typo.
4457         * objc.dg/image-info.m, objc.dg/symtab-1.m:
4458         Relax 'scan-assembler' regexp.
4459         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
4460         objc.dg/try-catch-4.m: Run on non-Darwin targets.
4461         * objc.dg/zero-link-2.m: Remove blank line.
4462         * objc.dg/zero-link-3.m: New test case.
4464 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
4466         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
4468         * gcc.dg/asm-names.c: Use scan-assembler-not rather
4469         than linker trickery.
4471 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4473         PR c++/12370
4474         * g++.dg/other/friend2.C: New test.
4476 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4478         * gcc.dg/20031012-1.c: New test.
4480 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4482         * gcc.dg/weak/weak-3.c: Fix for new warning.
4484 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4486         PR optimization/8750
4487         * gcc.c-torture/execute/20031012-1.c: New test case.
4489 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4491         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
4492         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
4494 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4496         PR optimization/12260
4497         * gcc.c-torture/compile/20031011-2.c: New test case.
4499 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4501         * gcc.c-torture/execute/20031011-1.c: New testcase.
4503 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
4505         * gcc.c-torture/compile/20031011-1.c: New test.
4507 2003-10-11  Jan Hubicka  <jh@suse.cz>
4509         * g++.dg/other/first-global.C: New test.
4511 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4513         * gcc.c-torture/execute/string-opt-18.c: New testcase.
4515 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
4517         * gcc.c-torture/compile/20031010-1.c: New test.
4519 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
4521         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
4522         * gcc.c-torture/execute/va-arg-25.c: ... here.
4524 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
4526         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
4528 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
4530         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
4532 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
4534         * g++.dg/parse/error2.C: New test.
4536 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
4538         PR c++/11097
4539         * g++.dg/other/error5.C: Modify the error message.
4540         * g++.dg/lookup/using8.C: New test.
4542 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
4544         * gcc.dg/darwin-abi-2.c: New file.
4545         * gcc.c-torture/execute/va-arg-24.c: New file.
4547 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
4549         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
4550         indentation.
4552 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
4554         PR c++/10147
4555         * g++.dg/other/error4.C: Update error messages.
4556         * g++.dg/template/ptrmem4.C: Likewise.
4558         PR c++/12337
4559         * g++.dg/init/new9.C: New test.
4561         PR c++/12334, c++/12236, c++/8656
4562         * g++.dg/ext/attrib8.C: New test.
4564 2003-10-06  Devang Patel  <dpatel@apple.com>
4566         * gcc.dg/debug/dwarf2-3.h: New test.
4567         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
4569 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
4571         * g++.dg/opt/cfg2.C: New test.
4573 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4575         * g++.dg/opt/float1.C: New test.
4577 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4579         * gcc.dg/c90-array-lval-6.c: New test.
4580         * gcc.dg/c99-array-lval-6.c: New test.
4582 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
4583             Ziemowit Laski  <zlaski@apple.com>
4585         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
4586         'Derived', so that it is never considered a class method; add
4587         new warning for '+port' method ambiguity.
4588         * objc.dg/method-12.m: Include <objc/objc.h> instead of
4589         <objc/objc-api.h> (needed on Mac OS X).
4590         * objc.dg/method-13.m: New test.
4592 2003-10-03  Roger Sayle  <roger@eyesopen.com>
4594         PR optimization/9325, PR java/6391
4595         * gcc.c-torture/execute/20031003-1.c: New test case.
4597 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
4599         PR optimization/12180
4600         * gcc.dg/20031002-1.c: New test.
4602         PR c++/12486
4603         * g++.dg/inherit/error1.C: New test.
4605 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
4607         * lib/f-torture.exp (search_for): Rename to...
4608         (search_for_re): This.  Also, clean up comments and the
4609         "regexp" invocation.
4611 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
4613         * gcc.c-torture/compile/20031002-1.c: New test.
4615 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
4617         * g++.dg/opt/cond1.C: New test.
4619 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
4621         * gcc.dg/Wold-style-definition-2.c: New testcase.
4622         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
4624 2003-09-29  Richard Henderson  <rth@redhat.com>
4626         * g++.dg/init/array10.C: Add dg-options.
4628 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
4630         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
4632 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4634         * g++.dg/template/friend19.C: Fix typo.
4635         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
4637 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
4639         * gcc.c-torture/execute/20030928-1.c: New test.
4640         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
4642 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4644         * g++.dg/opt/unroll1.C: New test.
4646 2003-09-26  Roger Sayle  <roger@eyesopen.com>
4648         PR optimization/11741
4649         * gcc.dg/20030926-1.c: New test case.
4651 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4653         PR c++/5655
4654         * g++.dg/parse/access7.C: New test.
4655         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
4657 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
4659         MERGE OF objc-improvements-branch into MAINLINE:
4660         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
4661         if libobjc has not been built.
4662         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
4663         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
4664         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
4665         objc/execute/nested-3.m, objc/execute/np-2.m,
4666         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
4667         objc/execute/redefining_self.m, objc/execute/root_methods.m,
4668         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
4669         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
4670         objc.dg/special/unclaimed-category-1.h,
4671         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
4672         well as GNU runtime.
4673         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
4674         * execute/cascading-1.m, execute/function-message-1.m,
4675         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
4676         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
4677         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
4678         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
4679         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
4680         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
4681         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
4682         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
4683         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
4684         * objc.dg/bitfield-2.m: Run only on Darwin.
4685         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
4686         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
4687         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
4688         * objc.dg/const-str-1.m: Fix constant string layout.
4690 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
4692         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
4694 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
4696         * gcc.dg/darwin-abi-1.c: New file.
4698 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
4700         PR target/12281
4701         * gcc.c-torture/compile/20030921-1.c: New test.
4703 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
4705         * g++.dg/opt/reg-stack2.C: New test.
4707 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4709         * g++.dg/eh/delayslot1.C: New test.
4711 2003-09-20  Richard Henderson  <rth@redhat.com>
4713         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
4715 2003-09-20  Roger Sayle  <roger@eyesopen.com>
4717         * gcc.c-torture/execute/20030920-1.c: New test case.
4719 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4721         * g++.dg/rtti/typeid3.C: Correct expected error message.
4723 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4725         PR c++/157
4726         * g++.dg/parse/crash12.C: New test.
4728 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
4730         * gcc.dg/compat/mixed-struct-check.h: New.
4731         * gcc.dg/compat/mixed-struct-defs.h: New.
4732         * gcc.dg/compat/mixed-struct-init.h: New.
4733         * gcc.dg/compat/struct-by-value-19_main.c: New.
4734         * gcc.dg/compat/struct-by-value-19_x.c: New.
4735         * gcc.dg/compat/struct-by-value-19_y.c: New.
4736         * gcc.dg/compat/struct-by-value-20_main.c: New.
4737         * gcc.dg/compat/struct-by-value-20_x.c: New.
4738         * gcc.dg/compat/struct-by-value-20_y.c: New.
4739         * gcc.dg/compat/struct-return-19_main.c: New.
4740         * gcc.dg/compat/struct-return-19_x.c: New.
4741         * gcc.dg/compat/struct-return-19_y.c: New.
4742         * gcc.dg/compat/struct-return-20_main.c: New.
4743         * gcc.dg/compat/struct-return-20_x.c: New.
4744         * gcc.dg/compat/struct-return-20_y.c: New.
4746 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
4747         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
4748         so that it will not complain on LP64 targets.
4750 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4752         PR c++/495
4753         * g++.dg/template/friend24.C: New test.
4755 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
4757         PR c++/12332
4758         * g++.dg/template/memtmpl2.C: New test.
4760 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
4762         PR target/11184
4763         * gcc.dg/builtin-apply1.c: New test.
4765 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
4767         PR c++/9848
4768         * g++.dg/warn/Wunused-4.C: New test.
4770 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4772         PR c++/12316
4773         * g++.dg/other/gc2.C: New test.
4775 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
4777         PR c++/11991
4778         * g++.dg/rtti/typeid3.C: New test.
4780         PR c++/12266
4781         * g++.dg/overload/template1.C: New test.
4783 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4785         * g++.dg/opt/cfg3.C: New test.
4787 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4789         PR c++/7939
4790         * g++.dg/template/crash11.C: New test.
4792 2003-09-16  Jason Merrill  <jason@redhat.com>
4793             Jakub Jelinek  <jakub@redhat.com>
4795         * gcc.dg/attr-warn-unused-result.c: New test.
4797 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
4799         PR c++/12184
4800         * g++.dg/expr/call2.C: New test.
4802 2003-09-15  Andreas Jaeger  <aj@suse.de>
4804         * gcc.dg/Wold-style-definition-1.c: New test.
4806 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
4808         PR c++/3907
4809         * g++.dg/parse/template12.C: New test.
4811         * g++.dg/abi/bitfield11.C: New test.
4812         * g++.dg/abi/bitfield12.C: Likewise.
4814 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
4816         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
4817         non-expansion of functional macro name without arguments at EOL.
4818         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
4820 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
4822         * gcc.c-torture/execute/20030914-[12].c: New tests.
4824 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4826         PR c++/11788
4827         * g++.dg/overload/addr1.C: New test.
4829 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
4831         * gcc.dg/20030909-1.c: New test.
4833 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
4835         * gcc.dg/ultrasp10.c: New test.
4837 2003-09-09  Devang Patel  <dpatel@apple.com>
4839         * gcc.dg/darwin-ld-6.c: New test.
4841 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4843         * gcc.dg/torture/builtin-explog-1.c: New testcase.
4845 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4847         * gcc.dg/ia64-types1.c: New test.
4848         * gcc.dg/ia64-types2.c: Likewise.
4850 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4852         * gcc.dg/builtins-1.c: Add more _Complex tests.
4853         * gcc.dg/torture/builtin-attr-1.c: Likewise.
4855         * gcc.dg/builtins-1.c: Test existing _Complex functions.
4856         * gcc.dg/torture/builtin-attr-1.c: Likewise.
4858 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4860         PR c++/11786
4861         * g++.dg/lookup/koenig2.C: New test.
4863         PR c++/5296
4864         * g++.dg/rtti/typeid2.C: New test.
4866 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4868         * gcc.c-torture/compile/20030904-1.c: New test.
4870 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4872         * g++.dg/opt/longbranch2.C: New test.
4874 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
4876         * g++.dg/template/crash10.C: Only compile it.
4878 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
4880         PR middle-end/11665
4881         * gcc.c-torture/compile/20030907-1.c: New test.
4882         * g++.dg/init/array11.C: New test.
4884 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4886         PR c++/11852
4887         * g++.dg/init/struct1.C: New test.
4889 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4891         PR c++/12181
4892         * g++.dg/expr/comma1.C: New test.
4894 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
4896         PR c++/11867
4897         * g++.dg/expr/static_cast5.C: New test.
4899 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
4901         PR c++/11507
4902         * g++.dg/lookup/scoped7.C: New test.
4904         PR c++/9574
4905         * g++.dg/other/static1.C: New test.
4907         PR c++/11490
4908         * g++.dg/warn/template-1.C: New test.
4910         PR c++/11432
4911         * g++.dg/template/crash10.C: New test.
4913         PR c++/2478
4914         * g++.dg/overload/VLA.C: New test.
4916         PR c++/10804
4917         * g++.dg/template/call1.C: New test.
4919 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4921         PR c++/11794
4922         * g++.dg/parse/using3.C: New test.
4924 2003-09-06  Roger Sayle  <roger@eyesopen.com>
4926         PR c++/11409
4927         * g++.dg/overload/builtin3.C: New test case.
4929 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
4931         PR c/9862
4932         * gcc.dg/20030906-1.c: New test.
4933         * gcc.dg/20030906-2.c: Likewise.
4935 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4937         PR c++/12167
4938         * g++.dg/parse/defarg5.C: New test.
4940         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
4942 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
4944         PR c++/12163
4945         * g++.dg/expr/static_cast4.C: New test.
4947         PR c++/12146
4948         * g++.dg/template/crash9.C: New test.
4950 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
4952         * g++.old-deja/g++.ext/pretty2.C: Update for change
4953         in __FUNCTION__.
4954         * g++.old-deja/g++.ext/pretty3.C: Likewise.
4956 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
4958         PR c++/11922
4959         * g++/dg/template/qualified-id1.C: New test.
4961         PR c++/12037
4962         * g++.dg/warn/noeffect4.C: New test.
4964 2003-09-04  Matt Austern  <austern@apple.com>
4966         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
4967         * g++.dg/ext/fnname2.C: Likewise.
4968         * g++.dg/ext/fnname3.C: Likewise.
4970 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
4972         * g++.dg/expr/lval1.C: New test.
4973         * g++.dg/ext/lvcast.C: Remove.
4975 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4977         PR optimization/11700.
4978         * gcc.c-torture/compile/20030903-1.c: New test case.
4980 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
4982         PR c++/12053
4983         * g++.dg/abi/layout4.C: New test.
4985 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
4987         PR c++/11553
4988         * g++.dg/parse/friend3.C: New test.
4990 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
4992         PR c++/11847
4993         * g++.dg/template/class1.C: New test.
4995         PR c++/11808
4996         * g++.dg/expr/call1.C: New test.
4998 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
5000         PR c++/12114
5001         * g++.dg/init/ref9.C: New test.
5003         PR c++/11972
5004         * g++.dg/template/nested4.C: New test.
5006 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5008         PR c++/12093
5009         * g++.dg/template/non-dependent4.C: New test.
5011         PR c++/11928
5012         * g++.dg/inherit/conv1.C: New test.
5014 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5016         PR c++/6196
5017         * g++.dg/ext/label1.C: New test.
5018         * g++.dg/ext/label2.C: Likewise.
5020 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
5022         * g++.dg/expr/cond3.C: New test.
5024 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5026         * gcc.dg/builtins-1.c: Add new builtin cases.
5028 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5030         * gcc.dg/builtins-1.c: Add new cases.
5031         * gcc.dg/torture/builtin-attr-1.c: Likewise.
5033 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5035         * gcc.dg/builtins-1.c: Add more math builtin tests.
5036         * gcc.dg/torture/builtin-attr-1.c: New test.
5038 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
5040         PR optimization/5079
5041         * g++.dg/opt/static3.C: New test.
5043 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5045         * gcc.misc-tests/gcov-10b.c: New test.
5047 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
5049         * g++.dg/opt/ptrmem3.C: New test.
5051         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
5053 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
5055         * gcc.dg/20030826-2.c: New test.
5057 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5059         PR middle-end/12002
5060         * g77.f-torture/compile/12002.f: New test case.
5062 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5064         * gcc.dg/20030826-1.c: New test case.
5066 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
5068         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
5070 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
5072         PR c++/11871
5073         * c++.dg/lookup/crash1.C: New test.
5075         * c++.dg/warn/noeffect3.C: New test.
5077 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
5079         * gcc.dg/compat/vector-1_x.c: Compile with -w.
5080         * gcc.dg/compat/vector-1_y.c: Ditto.
5081         * gcc.dg/compat/vector-2_x.c: Ditto.
5082         * gcc.dg/compat/vector-2_y.c: Ditto.
5084 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5086         * gcc.dg/20030702-1.c: New test.
5088 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
5090         PR c++/8795
5091         * g++.dg/ext/altivec-1.C: New test.
5093 2003-08-24  Richard Henderson  <rth@redhat.com>
5095         * g++.dg/eh/simd-2.C: Add -w for x86.
5097 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
5099         * gcc.dg/20030815-1.c: New test.
5101 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5103         PR c++/3765
5104         * g++.dg/parse/access6.C: New test.
5106 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5108         PR c++/641, c++/11876
5109         * g++.dg/template/friend22.C: New test.
5110         * g++.dg/template/friend23.C: Likewise.
5112 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5114         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
5115         identically.
5117 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5119         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
5121 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5123         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
5125 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5127         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
5129 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5131         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
5133 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
5135         PR c++/11919
5136         * g++.dg/overload/prom1.C: New test.
5138         PR c++/11551
5139         * g++.dg/parse/dtor2.C: New test.
5141         PR c++/10762
5142         * g++.dg/parse/using2.C: New test.
5144 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
5146         PR target/11805
5147         * gcc.c-torture/compile/20030821-1.c: New.
5149 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
5151         PR c++/11834
5152         * g++.dg/template/deduce2.C: New test.
5154 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
5156         * gcc.c-torture/execute/20030821-1.c: New test.
5158 2003-08-20  Roger Sayle  <roger@eyesopen.com>
5160         PR middle-end/11984
5161         * gcc.dg/20030820-1.c: New test case.
5163 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
5165         PR c++/11945
5166         * g++.dg/warn/noeffect2.C: New test.
5168 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
5170         PR c++/10926
5171         * g++.dg/template/dtor2.C: New test.
5173         PR c++/11684
5174         * g++.dg/template/operator1.C: New test.
5175         * g++.dg/parse/operator4.C: New test.
5177         PR c++/11946.C
5178         * g++.dg/expr/enum1.C: New test.
5179         * gcc.dg/c99-bool-1.c: Remove bogus warning.
5181         PR c++/11036.C
5182         * g++.dg/parse/elab2.C: New test.
5183         * g++.dg/parse/typedef4.C: Change error message.
5184         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
5185         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
5186         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
5188 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5190         * gcc.dg/pch/warn-1.c: New.
5191         * gcc.dg/pch/warn-1.hs: New.
5193         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
5194         not-tested file.
5196 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
5198         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
5200 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
5202         * gcc.dg/uninit-D.c: New Test.
5203         * gcc.dg/uninit-E.c: New Test.
5204         * gcc.dg/uninit-F.c: New Test.
5205         * gcc.dg/uninit-G.c: New Test.
5207 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
5209         * g++.dg/README: Describe the pch directory.
5211 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5213         PR c++/11174
5214         * g++.dg/parse/access4.C: New test.
5215         * g++.dg/parse/access5.C: Likewise.
5216         * g++.old-deja/g++.jason/access17.C: Adjust error message.
5218 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
5220         * gcc.dg/noncompile/20030818-1.c: New.
5222 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5224         PR c++/11957
5225         * g++.dg/warn/noeffect1.C: New test.
5227         * g++.dg/template/scope2.C: New test.
5228         * g++.dg/template/error2.C: Correct dg-error
5230 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
5232         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
5234 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
5236         PR C++/11512
5237         * g++.dg/template/warn1.C: New.
5239 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5241         * g++.dg/template/error2.C: New test.
5242         * g++.dg/lookup/using7.C: Adjust errors
5243         * g++.old-deja/g++.pt/crash36.C: Likewise.
5244         * g++.old-deja/g++.pt/derived3.C: Likewise.
5246 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5248         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
5249         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
5250         * gcc.c-torture/execute/builtins/string-9.c: New, from
5251         string-opt-9.c.  Adjust for execute/builtins framework.
5252         * gcc.c-torture/execute/string-opt-9.c: Delete.
5254 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
5256         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
5258         * g++.dg/parse/ret-type2.C: New test.
5260         PR c++/11703
5261         * g++.dg/init/new8.C: New test.
5263         PR c++/10923
5264         * g++.dg/parse/typedef5.C: New test.
5266         PR c++/9512
5267         * g++.dg/parse/qualified2.C: New test.
5268         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
5269         invalid code.
5271 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
5273         * g++.dg/conversion/ptrmem1.C: New test.
5275 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
5277         PR target/11693
5278         * gcc.dg/20030811-1.c: New test.
5280         PR target/11535
5281         * gcc.c-torture/execute/20030811-1.c: New test.
5283 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5285         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
5287 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
5289         PR c++/11789.C
5290         * g++.dg/inherit/multiple1.C: New test.
5292 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5294         * gcc.dg/spe1.c: New test.
5296         PR c++/11670
5297         * g++.dg/expr/cast2.C: New test.
5299         PR c++/10530
5300         * g++.dg/template/dependent-name2.C: New test.
5302 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
5304         * g++.dg/parse/crash11.C: Put the dg options in comments.
5306 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
5308         * lib/gcc-dg.exp: Update for diagnostic change.
5310 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5312         PR c++/5767
5313         * g++.dg/parse/crash11.C: New test.
5315 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
5317         * gcc.dg/cpp/spacing1.c: Update.
5319 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
5321         PR target/11739
5322         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
5323         a value for -mtune.
5325 2003-08-04  Roger Sayle  <roger@eyesopen.com>
5327         PR middle-end/11771
5328         * gcc.c-torture/compile/20030804-1.c: New test case.
5330 2003-08-04  Roger Sayle  <roger@eyesopen.com>
5332         * gcc.dg/20030804-1.c: New test case.
5334 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
5336         * gcc.dg/cpp/separate-1.c: New test.
5338 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
5340         PR c++/11704
5341         * g++.dg/template/dependent-expr2.C: New test.
5343         PR c++/11766
5344         * g++.dg/expr/ptrmem1.C: New test.
5346 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5348         PR c++/9453
5349         * g++.dg/template/friend15.C: New test.
5351 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
5353         * lib/dg-pch.exp: Work round PCH bug.
5355 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5357         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
5358         builtins.  Move cases from builtins-4.c here.
5360         * gcc.dg/torture/builtin-math-1.c: New test taken from
5361         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
5362         additional cases.
5364         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
5365         Delete.
5367 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5369         PR c++/9447
5370         * g++.dg/template/using7.C: New test.
5372 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
5374         * import1.c, import2.c: New tests.
5376 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
5378         * g++.dg/eh/crossjump1.C: New test.
5380 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
5382         PR c++/11697
5383         * g++.dg/template/using6.C: New test.
5385         PR c++/11744
5386         * g++.dg/template/koenig2.C: New test.
5388 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5390         PR c++/7983
5391         * g++.dg/parse/typedef4.C: New test.
5393 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5395         PR c++/8442, c++/8806
5396         * g++.dg/template/elab1.C: New test.
5397         * g++.dg/template/type2.C: Likewise.
5398         * g++.dg/template/ttp3.C: Adjust expected error message.
5399         * g++.old-deja/g++.law/visibility13.C: Likewise.
5400         * g++.old-deja/g++.niklas/t135.C: Likewise.
5401         * g++.old-deja/g++.pt/ttp41.C: Likewise.
5402         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
5403         template argument.
5404         * g++.old-deja/g++.pt/ttp44.C: Likewise.
5406 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
5408         PR c++/11295
5409         * g++.dg/ext/stmtexpr1.C: New test.
5411         * g++.dg/opt/tmp1.C: New test.
5413         PR c++/11525
5414         * g++.dg/parse/constant4.C: New test.
5416         PR c++/9447
5417         * g++.dg/template/using5.C: New test.
5419 2003-07-31  Roger Sayle  <roger@eyesopen.com>
5421         * gcc.dg/builtins-27.c: New test case.
5423 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
5425         * gcc.dg/tls/opt-7.c: New test.
5427 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
5429         * g++.old-deja/g++.other/crash18.C: Remove.
5431 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5433         * g++.dg/template/explicit3.C: New.
5434         * g++.dg/template/explicit4.C: New.
5435         * g++.dg/template/explicit5.C: New.
5437         PR c++/11347
5438         * g++.dg/template/memtmpl1.C: New.
5440 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
5442         PR target/11565
5443         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
5444         * gcc.dg/i386-387-5.c (dg-options): Likewise.
5446 2003-07-30  Jan Hubicka  <jh@suse.cz>
5448         * vtgc1.c: Kill.
5450 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
5452         * gcc.dg/struct-in-proto-1.c: New test.
5454 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
5456         * gcc.dg/cpp/include2.c: Only expect one message.
5458 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
5460         PR c++/9447
5461         * g++.dg/template/using1.C: New test.
5462         * g++.dg/template/using2.C: New test.
5463         * g++.dg/template/using3.C: New test.
5464         * g++.dg/template/using4.C: New test.
5466 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
5468         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
5469         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5471 2003-07-28  Jan Hubicka  <jh@suse.cz>
5473         PR c++/11530
5474         * g++.dg/opt/call1.C: New test.
5476 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
5478         PR c++/11667
5479         * g++.dg/init/enum2.C: New test.
5480         * g++.dg/template/overload1.C: Add "-w" option.
5482 2003-07-28    <hp@bitrange.com>
5484         * gcc.dg/Wdeclaration-after-statement-1.c,
5485         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
5487 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
5489         * gcc.c-torture/compile/20030725-1.c: New test.
5491 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
5493         * gcc.dg/20030505.c: Only run for SPE.
5494         Remove definition of opaque type.
5496 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
5498         * g++.dg/template/ptrmem6.C: New test.
5500 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
5502         * gcc.c-torture/compile/zero-strct-2.c: New test.
5504 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
5506         * gcc.dg/intermod-1.c: New test.
5508 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5510         PR c++/11617
5511         * g++.dg/template/lookup2.C: New test.
5512         * g++.dg/template/memclass1.C: Remove instantiated from error.
5513         * g++.dg/other/error2.C: Tweak expected errors.
5515         PR c++/11596
5516         * g++.dg/template/defarg3.C: New test.
5518         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
5520 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
5522         * g++.dg/inherit/access5.C: New test.
5524 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5526         PR c++/11513
5527         * g++.dg/template/crash8.C: New test.
5529 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
5531         PR c/10602
5532         * gcc.dg/noncompile/incomplete-2.c: New test.
5534 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
5536         PR c++/11645
5537         * g++.dg/inherit/access4.C: New test.
5539         PR c++/11517
5540         * g++.dg/expr/cond2.C: New test.
5542         PR optimization/10679
5543         * g++.dg/opt/inline4.C: New test.
5545 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
5547         * g++.dg/parse/crash10: New test.
5549 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
5551         * g++.dg/ext/flexary1.C: New test.
5553 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5555         PR c++/10793
5556         * g++.dg/template/crash9.C: New test.
5558 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5560         PR c++/3004
5561         * g++.dg/parse/typedef3.C: New test.
5563         PR c++/7906
5564         * g++.dg/parse/operator2.C: New test.
5566         PR c++/8895
5567         * g++.dg/parse/def-tmpl-arg1.C: New test.
5569         PR c++/9282
5570         * g++.dg/parse/funptr1.C: New test.
5572         PR c++/9452
5573         * g++.dg/parse/ambig3.C: New test.
5575         PR c++/9454
5576         * g++.dg/parse/operator3.C: New test.
5578         PR c++/9486
5579         * g++.dg/parse/template10.C: New test.
5581         PR c++/9488
5582         * g++.dg/parse/template11.C: New test.
5584         PR c++/10150
5585         * g++.dg/parse/invalid-op1.C: New test.
5587         PR c++/10247
5588         * g++.dg/parse/condexpr1.C: New test.
5590 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
5592         * g++.dg/ext/packed3.C: New test.
5593         * g++.dg/ext/packed4.C: New test.
5595         * gcc.dg/pack-test-3.c: New test.
5597 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
5599         * lib/compat.exp: Handle dg-options per source file.
5600         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
5601         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
5602         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
5603         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
5604         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
5605         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
5606         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
5607         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
5608         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
5609         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
5610         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
5611         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
5612         * g++.dg/compat/break/bitfield7_x.C: Ditto.
5613         * g++.dg/compat/break/bitfield7_y.C: Ditto.
5615 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
5617         PR c/10320
5618         * gcc.c-torture/execute/20030718-1.c: New test.
5620 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5622         PR optimization/11536
5623         * gcc.dg/20030721-1.c: New test.
5625 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
5627         PR c++/11546
5628         * g++.dg/template/lookup1.C: New test.
5630 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
5632         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
5633         diagnostics of ill-formed constructs involving labels.
5634         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
5635         the new 'previously defined here' message.
5637 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
5639         * g++.dg/parse/non-dependent2.C: New test.
5641 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
5643         * g++.dg/init/init-ref4.C: xfail on targets without
5644         weak symbols.
5646 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
5648         PR target/11087
5649         * gcc.c-torture/execute/20030717-1.c: New test.
5651 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5653         * g++.dg/opt/cfg1.C: New test.
5655 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
5657         PR optimization/11557
5658         * gcc.dg/20030717-1.c: New test.
5660 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
5662         PR c++/10476
5663         * g++.dg/expr/crash-1.C: New test.
5665         PR c++/11027
5666         * g++.dg/template/init3.C: New test.
5668         PR c++/8222
5669         * g++.dg/template/non-dependent1.C: New test.
5671         PR c++/11070
5672         * g++.dg/template/non-dependent2.C: New test.
5674         PR c++/11071
5675         * g++.dg/template/non-dependent3.C: New test.
5677         PR c++/9907
5678         * g++.dg/template/sizeof5.C: New test.
5680 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
5682         PR 11498
5683         * gcc.c-torture/compile/mangle-1.c: New file.
5685 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5687         PR c++/7809
5688         * g++.dg/parse/access3.C: New test.
5690 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
5692         PR c++/11384
5693         * g++.dg/init/init-ref4.C: New test.
5695 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
5697         PR c++/11547
5698         * g++.dg/parse/constant3.C: New test.
5699         * g++.dg/parse/crash7.C: Likewise.
5701 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
5703         PR target/11008
5704         * gcc.dg/i386-pentium4-not-mull.c: New.
5706 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
5708         * gcc.dg/asm-names.c (ymain): Make it weak.
5710 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5712         PR c++/5421
5713         * g++.dg/template/friend21.C: New test.
5715 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
5717         * gcc.dg/cleanup-8.c: New test.
5718         * gcc.dg/cleanup-9.c: New test.
5720 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
5722         * g++.dg/ext/dll-MI1.h: New file.
5723         * g++.dg/ext/dllexport-MI1.C: New file.
5724         * g++.dg/ext/dllimport-MI1.C: New file.
5726 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
5728         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
5729         it does not have cmpstrsi patterns (just cmpmemsi).
5731 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
5733         PR debug/11473
5734         * g++.dg/debug/debug8.C: New test.
5736 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5738         PR c++/10108
5739         * g++.dg/template/crash7.C: New test.
5741 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
5743         PR target/10795
5744         * gcc.c-torture/compile/20030708-1.c: New.
5746 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
5748         * gcc.c-torture/execute/20030715-1.c: New test.
5750 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
5752         * gcc.dg/pch/inline-3.c: New file.
5753         * gcc.dg/pch/inline-3.hs: New file.
5754         * gcc.dg/pch/inline-4.c: New file.
5755         * gcc.dg/pch/inline-4.hs: New file.
5757 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
5759         PR c++/11509
5760         * g++.dg/template/crash6.C: New test.
5762         PR c++/7053
5763         * g++.dg/template/friend20.C: New test.
5765         PR c++/7019
5766         * g++.dg/template/overload2.C: New test.
5768 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5770         PR optimization/11440
5771         * gcc.c-torture/execute/20030714-1.c: New test.
5773 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5775         PR c++/11154
5776         * g++.dg/template/partial2.C: New test.
5778 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
5780         PR c++/11503
5781         * g++.dg/template/anon1.C: New test.
5783         PR c++/11493
5784         PR c++/11495
5785         * g++.dg/parse/template9.C: Likewise.
5786         * g++.dg/template/crash4.C: New test.
5787         * g++.dg/template/koenig1.C: Likewise.
5788         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
5789         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
5790         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
5791         functions.
5792         * g++.old-deja/g++.jason/template36.C: Likewise.
5793         * g++.old-deja/g++.mike/p1989.C: Likewise.
5794         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
5795         * g++.old-deja/g++.pt/ttp20.C: Use this->.
5796         * g++.old-deja/g++.pt/ttp21.C: Use this->.
5797         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
5798         compiling.
5799         * g++.old-deja/g++.pt/union2.C: Use this->.
5801 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
5803         * gcc.dg/20030711-1.c: New test.
5805 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
5807         PR c++/11050
5808         * g++.dg/parse/args1.C: New test.
5809         * g++.pt/defarg8.C: Change expected errors.
5811 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
5813         PR c++/8164
5814         * g++.dg/template/nontype2.C: New test.
5816         PR c++/10558
5817         * g++.dg/parse/template8.C: New test.
5819         PR c++/8327
5820         * g++.dg/template/scope1.C: New test.
5822         * g++.dg/warn/Wsign-compare-1.C: New test.
5824 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
5826         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
5828 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
5830         PR c++/9411
5831         * g++.dg/template/explicit2.C: New test.
5833         PR c++/10032
5834         * g++.dg/warn/pedantic1.C: New test.
5836 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
5838         PR c++ 9483
5839         * g++.dg/other/field1.C: New test.
5841 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
5843         PR c/11449
5844         * gcc.c-torture/compile/20030707-1.c: New.
5846 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5848         PR c++/10849
5849         * g++.dg/template/access12.C: New test.
5851 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
5853         * g++.dg/bprob/bprob.exp (prof_ext): Update.
5854         * g77.dg/bprob/bprob.exp (prof_ext): Update.
5855         * gcc.misc-tests/bprob.exp (prof_ext): Update.
5856         * gcc.misc-tests/gcov.exp: Update
5857         * g++.dg/gcov/gcov.exp: Update
5858         * lib/gcov.exp: Update.
5860 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
5862         * g++.dg/abi/mangle17.C: Make sure template expressions are
5863         dependent.
5864         * g++.dg/abi/mangle4.C: Mark erroneous casts.
5865         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
5866         * g++.dg/opt/stack1.C: Remove erroneous code.
5867         * g++.dg/parse/template7.C: New test.
5868         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
5869         * g++.old-deja/g++.pt/crash4.C: Likewise.
5871 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5873         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
5874         with zero or one occurence of `$' after the initial `L'.
5876 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
5878         * gcc.c-torture/compile/20030704-1.c: Add a comment.
5880 2003-07-08  Roger Sayle  <roger@eyesopen.com>
5882         PR c/11370
5883         * gcc.dg/Wunreachable-6.c: New testcase.
5884         * gcc.dg/Wunreachable-7.c: New testcase.
5886 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
5888         PR c/11420
5889         * gcc.dg/20030708-1.c: New test.
5891 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
5893         * gcc.dg/compat/sdata-section.h: New file.
5894         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
5895         * gcc.dg/torture/mips-sdata-1.c: New test.
5897 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5899         PR c++/11030
5900         * g++.dg/template/friend19.C: New test.
5902 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
5904         * g++.dg/opt/strength-reduce.C: New test.
5906 2003-07-07  Roger Sayle  <roger@eyesopen.com>
5908         PR target/10979
5909         * gcc.dg/20030707-1.c: New testcase.
5911 2003-07-07  Roger Sayle  <roger@eyesopen.com>
5913         PR optimization/11059
5914         * g++.dg/opt/emptyunion.C: New testcase.
5916 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5917             Eric Botcazou  <ebotcazou@libertysurf.fr>
5919         * g++.dg/opt/stack1.C: New test.
5921 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
5923         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
5924         run test.
5926         PR c++/11431
5927         * g++.dg/expr/static_cast3.C: New test.
5929 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5931         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
5932         everywhere.
5933         * gcc.dg/concat.c: Concatenation of string constants with
5934         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
5935         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
5936         * gcc.dg/cpp/escape-2.c: Use wide character constants where
5937         necessary to avoid multi-character character constant warning.
5938         * gcc.dg/cpp/escape.c: Likewise.
5939         * gcc.dg/cpp/ucs.c: Likewise.
5940         Remove backslashes from dg-bogus comments, as they confuse Tcl.
5941         Fix a typo.
5943 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
5945         PR c/11428
5946         * gcc.c-torture/compile/20030704-1.c: New.
5948 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
5950         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
5952 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
5954         PR c++/5287, PR c++/7910,  PR c++/11021
5955         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
5956         tests for warnings.
5957         * g++.dg/ext/dllimport2.C: Add tests for warnings.
5958         * g++.dg/ext/dllimport3.C: Likewise.
5959         * g++.dg/ext/dllimport4.C: New file.
5960         * g++.dg/ext/dllimport5.C: New file.
5961         * g++.dg/ext/dllimport6.C: New file.
5962         * g++.dg/ext/dllimport7.C: New file.
5963         * g++.dg/ext/dllimport8.C: New file.
5964         * g++.dg/ext/dllimport9.C: New file.
5965         * g++.dg/ext/dllimport10.C: New file.
5966         * g++.dg/ext/dllexport1.C: New file.
5968 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
5970         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
5971         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
5973 2003-07-03  Roger Sayle  <roger@eyesopen.com>
5975         * gcc.dg/builtins-25.c: New testcase.
5976         * gcc.dg/builtins-26.c: New testcase.
5978 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
5980         * gcc.dg/compat/vector-defs.h: New file.
5981         * gcc.dg/compat/vector-setup.h: New file.
5982         * gcc.dg/compat/vector-check.h: New file.
5983         * gcc.dg/compat/vector-1_main.c: New file.
5984         * gcc.dg/compat/vector-1_x.c: New file.
5985         * gcc.dg/compat/vector-1_y.c: New file.
5986         * gcc.dg/compat/vector-2_main.c: New file.
5987         * gcc.dg/compat/vector-2_x.c: New file.
5988         * gcc.dg/compat/vector-2_y.c: New file.
5990         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
5991         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
5992         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
5993         * gcc.dg/compat/struct-align-1.h: New file.
5994         * gcc.dg/compat/struct-align-1_main.c: New file.
5995         * gcc.dg/compat/struct-align-1_x.c: New file.
5996         * gcc.dg/compat/struct-align-1_y.c: New file.
5997         * gcc.dg/compat/struct-align-2.h: New file.
5998         * gcc.dg/compat/struct-align-2_main.c: New file.
5999         * gcc.dg/compat/struct-align-2_x.c: New file.
6000         * gcc.dg/co
6001         * g++.old-deja/g++.other/comdat3.C: Likewise.
6002         * g++.old-deja/g++.other/ctor1.C: Likewise.
6003         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
6005 2003-06-05  Richard Henderson  <rth@redhat.com>
6007         * gcc.dg/debug/20030605-1.c: New.
6009 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6011         * README.QMTEST: Update.
6013 2003-06-04  Richard Henderson  <rth@redhat.com>
6015         * gcc.dg/cleanup-1.c: New.
6016         * gcc.dg/cleanup-2.c: New.
6017         * gcc.dg/cleanup-3.c: New.
6018         * gcc.dg/cleanup-4.c: New.
6019         * gcc.dg/cleanup-5.c: New.
6020         * gcc.dg/cleanup-6.c: New.
6021         * gcc.dg/cleanup-7.c: New.
6023 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6025         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
6027         * lib/dg-pch.exp: New file.
6028         * g++.dg/pch/pch.exp: Use dg-pch.exp.
6029         * gcc.dg/pch/pch.exp: Likewise.
6031 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6033         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
6034         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
6035         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
6036         * gcc.dg/builtins-17.c: New test case.
6037         * gcc.dg/i386-387-4.c: New test case.
6038         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
6040 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6042         * gcc.dg/ultrasp9.c: New test.
6044 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6046         * gcc.c-torture/compile/20030604-1.c: New test.
6047         * gcc.dg/sparc-constant-1.c: New test.
6049 2003-06-03  Glen Nakamura  <glen@imodulo.com>
6051         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
6053 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
6055         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
6057         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
6058         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
6060 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6062         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
6064 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6066         PR c++/10940
6067         * g++.dg/template/spec10.C: New test.
6069 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6071         * gcc.dg/builtins-16.c: New test case.
6073 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6075         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
6076         mempcpy test with post-increments.
6077         * gcc.c-torture/execute/string-opt-3.c: New test.
6078         * gcc.dg/string-opt-1.c: New test.
6080 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
6082         PR fortran/10965
6083         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
6085 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
6087         * lib/scanasm.exp (dg-scan): New function, factored out of ...
6088         (scan-assembler): ... here.  Use dg-scan.
6089         (scan-assembler-not): Likewise.
6090         (scan-file): New function.
6091         (scan-file-not): Likewise.
6092         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
6093         * gcc.dg/cpp/_Pragma4.c: Likewise.
6094         * gcc.dg/cpp/_Pragma5.c: Likewise.
6095         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6096         * gcc.dg/cpp/avoidpaste2.c: Likewise.
6097         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
6098         * gcc.dg/cpp/cmdlne-P.c: Likewise.
6099         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
6100         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
6101         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
6102         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
6103         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
6104         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
6105         * gcc.dg/cpp/cxxcom1.c: Likewise.
6106         * gcc.dg/cpp/line1.c: Likewise.
6107         * gcc.dg/cpp/maccom1.c: Likewise.
6108         * gcc.dg/cpp/maccom2.c: Likewise.
6109         * gcc.dg/cpp/maccom3.c: Likewise.
6110         * gcc.dg/cpp/maccom4.c: Likewise.
6111         * gcc.dg/cpp/maccom5.c: Likewise.
6112         * gcc.dg/cpp/maccom6.c: Likewise.
6113         * gcc.dg/cpp/multiline.c: Likewise.
6114         * gcc.dg/cpp/spacing1.c: Likewise.
6115         * gcc.dg/cpp/spacing2.c: Likewise.
6116         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
6117         * gcc.dg/cpp/trad/maccom1.c: Likewise.
6118         * gcc.dg/cpp/trad/maccom2.c: Likewise.
6119         * gcc.dg/cpp/trad/maccom3.c: Likewise.
6120         * gcc.dg/cpp/trad/maccom4.c: Likewise.
6121         * gcc.dg/cpp/trad/maccom6.c: Likewise.
6122         * gcc.dg/cpp/cxxcom2.c: Likewise.
6123         * gcc.dg/cpp/cxxcom2.h: New file.
6125         * gcc.dg/cpp/truefalse.cpp: Move it to ...
6126         * g++.dg/cpp/truefalse.C: Here.
6127         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
6129 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
6131         * gcc.dg/cpp/redef3.c: New file.
6133 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6135         * gcc.dg/i386-loop-3.c: New test.
6137 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
6139         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
6141 2003-05-31  Roger Sayle  <roger@eyesopen.com>
6143         * gcc.dg/fwrapv-1.c: New test case.
6144         * gcc.dg/fwrapv-2.c: New test case.
6146 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6148         PR c++/10956
6149         * g++.dg/template/spec9.C: New test.
6151 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6153         * gcc.dg/duff-4.c: New test case.
6155 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
6157         PR fortran/10843
6158         * g77.dg/ffixed-form-1.f: New test
6159         * g77.dg/ffixed-form-2.f: New test
6160         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
6161         * g77.dg/ffree-form-3.f: New test
6163 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
6165         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
6166         * gcc.dg/wint_t-1.c: Likewise.
6168 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6170         * g++.dg/template/access11.C: New test.
6172 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6174         PR c++/10849
6175         * g++.dg/template/access10.C: New test.
6177 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6178             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6180         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
6182 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
6184         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
6185         suppress for powerpc-*-darwin*.
6186         * gcc.dg/torture/builtin-noret-2.c: Likewise.
6188 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
6190         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
6191         suppress option for powerpc-*-darwin*.
6193 2003-05-23  Roger Sayle  <roger@eyesopen.com>
6195         * gcc.dg/builtins-1.c: Add tests for tan and atan.
6196         * gcc.dg/builtins-4.c: Add test for fmod.
6198 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6200         PR c++/10682
6201         * g++.dg/template/instantiate4.C: New test.
6203 2003-05-22  Roger Sayle  <roger@eyesopen.com>
6205         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
6207 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
6209         * gcc.dg/compat/scalar-return-1_main.c: New file.
6210         * gcc.dg/compat/scalar-return-1_x.c: New file.
6211         * gcc.dg/compat/scalar-return-1_y.c: New file.
6212         * gcc.dg/compat/scalar-return-2_main.c: New file.
6213         * gcc.dg/compat/scalar-return-2_x.c: New file.
6214         * gcc.dg/compat/scalar-return-2_y.c: New file.
6215         * gcc.dg/compat/struct-return-3_main.c: New file.
6216         * gcc.dg/compat/struct-return-3_y.c: New file.
6217         * gcc.dg/compat/struct-return-3_x.c: New file.
6218         * gcc.dg/compat/struct-return-2_main.c: New file.
6219         * gcc.dg/compat/struct-return-2_x.c: New file.
6220         * gcc.dg/compat/struct-return-2_y.c: New file.
6222 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6224         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
6225         for hppa*-hp-hpux*.
6226         * gcc.dg/20021014-1.c (dg-options): Likewise.
6227         * gcc.dg/nest.c (dg-options): Likewise.
6229 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
6231         PR c++/9738
6232         * g++.dg/ext/dllimport2.C: New file.
6233         * g++.dg/ext/dllimport3.C: New file.
6235 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
6237         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
6238         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
6239         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
6240         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
6241         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
6242         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
6243         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
6244         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
6245         * gcc.dg/compat/small-struct-defs.h: New file.
6246         * gcc.dg/compat/small-struct-init.h: New file.
6247         * gcc.dg/compat/small-struct-check.h: New file.
6248         * gcc.dg/compat/fp-struct-defs.h: New file.
6249         * gcc.dg/compat/fp-struct-check.h: New file.
6250         * gcc.dg/compat/fp-struct-init.h: New file.
6251         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
6252         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
6254 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
6256         * gcc.dg/20030225-2.c: New test.
6258 2003-05-18  Roger Sayle  <roger@eyesopen.com>
6259             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6261         * gcc.c-torture/compile/20030518-1.c: New test case.
6263 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
6265         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
6266         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
6267         gcc-dg-debug-runtest.
6268         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
6269         gcc-dg-debug-runtest.
6271 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6273         PR c++/9022
6274         * g++.dg/lookup/using6.C: New test.
6276 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6278         * g++.dg/parse/access2.C: New test.
6280 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
6282         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
6283         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
6284         * gcc.dg/debug/debug.exp: Likewise.
6286 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
6288         * gcc.dg/dollar.c: New test.
6290 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
6292         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
6293         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
6294         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
6295         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
6296         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
6297         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
6298         * gcc.dg/compat/struct-by-value-6_main.c: New file.
6299         * gcc.dg/compat/struct-by-value-6_x.c: New file.
6300         * gcc.dg/compat/struct-by-value-6_y.c: New file.
6301         * gcc.dg/compat/struct-by-value-7_main.c: New file.
6302         * gcc.dg/compat/struct-by-value-7_x.c: New file.
6303         * gcc.dg/compat/struct-by-value-7_y.c: New file.
6304         * gcc.dg/compat/struct-by-value-8_main.c: New file.
6305         * gcc.dg/compat/struct-by-value-8_x.c: New file.
6306         * gcc.dg/compat/struct-by-value-8_y.c: New file.
6307         * gcc.dg/compat/struct-by-value-9_main.c: New file.
6308         * gcc.dg/compat/struct-by-value-9_x.c: New file.
6309         * gcc.dg/compat/struct-by-value-9_y.c: New file.
6311 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
6313         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
6314         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
6315         support for "repo" mode.
6316         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
6317         * lib/g77-dg.exp: Likewise.
6318         * lib/obj-dg.exp: Likewise.
6320 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
6322         Merge from gcc-3_2-rhl8-branch:
6323         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
6325         * gcc.dg/tls/opt-6.c: New test.
6327         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
6329         * gcc.dg/20030405-1.c: New test.
6331         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
6333         * gcc.dg/20030309-1.c: New test.
6335         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6337         * gcc.c-torture/execute/20030307-1.c: New test.
6339         2003-02-20  Randolph Chung  <tausq@debian.org>
6341         * gcc.c-torture/compile/20030220-1.c: New test.
6343         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
6345         * gcc.dg/20030217-1.c: New test.
6347         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
6349         * gcc.c-torture/compile/20020129-1.c: New test.
6351         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6353         * gcc.dg/unroll-1.c: New test.
6355         2002-11-16  Jan Hubicka  <jh@suse.cz>
6357         * gcc.c-torture/execute/20020920-1.c: New test.
6359         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
6361         PR target/7434
6362         * gcc.c-torture/compile/20021008-1.c: New test.
6364         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
6366         PR target/7559
6367         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
6369         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6371         * gcc.c-torture/compile/20020807-1.c: New test.
6373         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
6375         * gcc.dg/tls/opt-1.c: New test.
6377         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
6379         * gcc.dg/20020729-1.c: New test.
6381         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
6383         * g++.dg/opt/life1.C: New test.
6385         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
6387         * gcc.dg/20020525-1.c: New test.
6389         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6391         PR c++/6794
6392         * g++.dg/ext/pretty1.C: New test.
6393         * g++.dg/ext/pretty2.C: New test.
6395 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
6397         PR c++/8385
6398         * g++.dg/ext/typeof5.C: New test.
6400 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
6402         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
6403         __USER_LABEL_PREFIX__ into account.
6404         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
6406 2003-05-14  Roger Sayle  <roger@eyesopen.com>
6408         * gcc.dg/builtins-15.c: New test case.
6410 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
6412         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
6414 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
6416         * lib/g++.exp: Tweak handling of additional source files.
6417         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
6418         * g++.dg/special/conpr-2a.C: Rename to ...
6419         * g++.dg/special/conpr-2a.cc: ... this.
6420         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
6421         * g++.dg/special/conpr-3a.C: Rename to ...
6422         * g++.dg/special/conpr-3a.cc: This.
6423         * g++.dg/special/conpr-3b.C: Rename to ...
6424         * g++.dg/special/conpr-3b.cc: This.
6425         * g++.dg/special/conpr-4.C: New test.
6426         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
6428 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
6430         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
6432 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6434         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
6435         * g++.old-deja/g++.robertl/eb71.C: Likewise.
6436         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
6437         * g++.old-deja/g++.other/warn3.C: Likewise.
6439 2003-05-11  Roger Sayle  <roger@eyesopen.com>
6441         * gcc.dg/i386-387-1.c: Update to also test log.
6442         * gcc.dg/i386-387-2.c: Likewise.
6444 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
6446         * g77.f-torture/execute/int8421.f: New test.
6448 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6450         PR c++/10230, c++/10481
6451         * g++.dg/lookup/scoped5.C: New test.
6453 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6455         PR c++/10552
6456         * g++.dg/template/ttp6.C: New test.
6458 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
6460         * gcc.c-torture/execute/builtins: New directory.
6461         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
6462         gcc.c-torture/execute/builtins.
6463         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
6464         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
6465         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
6466         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
6468 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6470         PR c++/9252
6471         * g++.dg/template/access8.C: New test.
6472         * g++.dg/template/access9.C: New test.
6474 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6476         PR c++/9554
6477         * g++.dg/parse/access1.C: New test.
6479 2003-05-09  DJ Delorie  <dj@redhat.com>
6481         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
6482         long, and not an int.
6484 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6486         PR c++/10555, c++/10576
6487         * g++.dg/template/memclass1.C: New test.
6489 2003-05-08  DJ Delorie  <dj@redhat.com>
6491         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
6492         targets.
6493         * gcc.c-torture/execute/20021024-1.x: Likewise.
6494         * gcc.c-torture/execute/shiftdi.x: Likewise.
6495         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
6496         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
6497         * gcc.dg/20021018-1.c: Likewise.
6499 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6501         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
6503         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
6504         (bcopy): Call memmove.
6506 2003-05-08  Roger Sayle  <roger@eyesopen.com>
6508         * g77.f-torture/compile/8485.f: New test case.
6510 2003-05-07  Richard Henderson  <rth@redhat.com>
6512         PR c++/10570
6513         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
6514         Verify exception_cleanup not called for rethrows.
6515         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
6516         when exiting catch block without rethrowing.
6517         * g++.dg/eh/forced3.C: New.
6518         * g++.dg/eh/forced4.C: New.
6520 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
6522         * gcc.dg/20030505.c: Fix triplet.
6524 2003-05-06  DJ Delorie  <dj@redhat.com>
6526         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
6527         * gcc.dg/nest.c: Likewise.
6529 2003-05-05  Roger Sayle  <roger@eyesopen.com>
6531         * gcc.dg/builtins-14.c: New test case.
6533 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
6535         * lib/compat.exp (compat-execute): New argument.
6536         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
6537         * gcc.dg/compat: New test directory.
6538         * gcc.dg/compat/compat.exp: New expect script.
6539         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
6540         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
6541         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
6542         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
6543         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
6544         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
6546         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
6547         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
6548         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
6549         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
6550         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
6551         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
6552         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
6553         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
6554         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
6555         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
6556         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
6557         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
6558         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
6559         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
6560         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
6562 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
6564         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
6566 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
6568         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
6570 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
6572         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
6573         * gcc.dg/ppc-fsel-2.c: New test.
6575         * gcc.dg/unused-5.c: New test.
6577 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6579         PR c++/10496
6580         * g++.dg/warn/pmf1.C: New test.
6582 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6584         PR c++/4494
6585         * g++.dg/warn/main.C: New test.
6587 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6589         * gcc.dg/nonnull-3.c: New test.
6591 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
6593         * gcc.dg/cpp/Wtrigraphs.c: Update.
6594         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
6596 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
6598         * gcc.dg/ppc-fsel-1.c: New test.
6600 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
6602         PR c/10604
6603         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
6605 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
6607         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
6609 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6611         PR c++/9364, c++/10553, c++/10586
6612         * g++.dg/parse/typename4.C: New test.
6613         * g++.dg/parse/typename5.C: Likewise.
6615 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
6617         * gcc.c-torture/compile/20030503-1.c: New test.
6619 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6621         * g++.dg/lookup/using5.C: Fix testcase error.
6623 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
6625         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
6626         since MEABI is no longer supported.  Remove all vestiges
6627         of MEABI from the test.
6629 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6631         PR c++/10554
6632         * g++.dg/lookup/using5.C: New test.
6634 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6636         PR c++/8772
6637         * g++.dg/template/ttp5.C: New test.
6639 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
6641         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
6642         (dg-gpp-additional-sources): New function.
6643         (dg-gpp-additional-files): Likewise.
6644         * lib/g++.exp (additional_sources): New variable.
6645         (additional_files): Likewise.
6646         (g++_target_compile): Deal with them.
6647         * lib/old-dejagnu.exp: Remove.
6648         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
6649         * g++.old-deja: Revise all tests to use dg commands.
6651 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6653         PR c++/9432, c++/9528
6654         * g++.dg/lookup/using4.C: New test.
6656 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
6658         * gcc.dg/noreturn-5.c: New file.
6659         * gcc.dg/noreturn-6.c: New file.
6661         * gcc.c-torture/compile/inline-1.c: New file.
6663 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6665         PR c++/10551
6666         * g++.dg/template/explicit1.C: New test.
6668 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6670         PR c++/10549
6671         * g++.dg/other/bitfield1.C: New test.
6673         PR c++/10527
6674         * g++.dg/init/new7.C: New test.
6676 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6678         * g++.dg/ext/desig1.C: New test.
6679         * g++.dg/ext/init1.C: Update.
6681         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
6683 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
6685         PR c++/10180
6686         * g++.dg/warn/Winline-1.C: New test.
6688 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
6690         * gcc.c-torture/execute/string-opt-19.c: New test.
6692         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
6693         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
6695 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
6697         PR c++/10506
6698         * g++.dg/init/new6.C: New test.
6700         PR c++/10503
6701         * g++.dg/init/ref6.C: New test.
6703 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
6705         * g++.dg/warn/weak1.C: XFAIL on AIX4.
6707 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6709         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
6710         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
6712 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
6714         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
6715         initialized static data members.
6717 2003-04-25  H.J. Lu <hjl@gnu.org>
6719         * gcc.dg/ia64-sync-4.c: New test.
6721 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6723         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
6724         date.
6726 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6728         PR c++/10337
6729         * g++.dg/warn/conv1.C: New test.
6730         * g++.old-deja/g++.other/conv7.C: Adjust.
6731         * g++.old-deja/g++.other/overload14.C: Adjust.
6733 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6735         PR c++/10471
6736         * g++.dg/template/defarg2.C: New test.
6738 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
6740         * gcc.dg/cpp/include2.c: Update.
6741         * gcc.dg/cpp/multiline-2.c: New.
6742         * gcc.dg/cpp/multiline.c: Update.
6743         * gcc.dg/cpp/strify2.c: Update.
6744         * gcc.dg/cpp/trad/literals-2.c: Update.
6746 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6748         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
6750 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6752         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
6754 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6756         PR c++/10451
6757         * g++.dg/parse/crash4.C: New test.
6759         PR c++/9847
6760         * g++.dg/parse/crash5.C: New test.
6762 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6764         PR c++/10446
6765         * g++.dg/parse/crash3.C: New test.
6767         PR c++/10428
6768         * g++.dg/parse/elab1.C: New test.
6770 2003-04-22  Devang Patel  <dpatel@apple.com>
6772         * gcc.dg/cpp/trad/funlike-5.c: New test.
6774 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
6776         * g++.dg/other/packed1.C: Fix dg options.
6778 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
6780         * g++.dg/other/offsetof2.C: New test.
6782 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6784         * g++.dg/template/recurse.C: Adjust location of error messages.
6786 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6788         PR c++/9881
6789         * g++.dg/init/addr-const1.C: New test.
6790         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
6792 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6794         PR c++/10405
6795         * g++.dg/lookup/struct-hack1.C: New test.
6797 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6799         * ucs.c: Update diagnostic messages.
6801 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6803         * gcc.dg/cpp/truefalse.cpp: New test.
6804         * gcc.dg/cpp/cpp.exp: Update.
6805         * g++.dg/other/stdbool-if.C: Remove.
6807 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6809         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
6810         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
6812 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6814         * gcc.c-torture/compile/20030418-1.c: New test.
6816 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
6818         * README.compat: Remove; content moved to doc/sourcebuild.texi.
6820 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6822         PR c++/10347
6823         g++.dg/template/dependent-name1.C: New test.
6825 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
6827         * gcc.dg/warn-1.c (tourist_guide): New array,
6828         contains a pointer to bar.
6830 2003-04-16  Roger Sayle  <roger@eyesopen.com>
6832         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
6833         * gcc.c-torture/execute/medce-1.c: New test case.
6834         * gcc.c-torture/execute/medce-2.c: New test case.
6836 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
6838         * lib/prune.exp: Ignore more messages.
6840         PR c++/10381
6841         * g++.dg/parse/lookup3.C: New test.
6843 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
6845         * gcc.c-torture/compile/20030415-1.c : New test.
6847 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
6849         * gcc.c-torture/execute/scope-2.c: Move to ...
6850         * gcc.dg/noncompile/scope.c: .... here.
6852 2003-04-14  Roger Sayle  <roger@eyesopen.com>
6854         * gcc.dg/20030414-2.c: New test case.
6856 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
6858         PR target/10377
6859         * gcc.dg/20030414-1.c: New test.
6861 2003-04-13  Roger Sayle  <roger@eyesopen.com>
6863         * gcc.dg/builtins-12.c: New test case.
6864         * gcc.dg/builtins-13.c: New test case.
6866 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6868         * gcc.c-torture/execute/string-opt-18.c: New test.
6870 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
6872         PR c++/10300
6873         * g++.dg/init/new5.C: New test.
6875 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
6877         PR c++/7910
6878         * g++.dg/ext/dllimport1.C: New test.
6880 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6882         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
6884 2003-04-11  Bud Davis <bdavis9659@comcast.net>
6886         PR Fortran/9263
6887         * g77.f-torture/noncompile/9263.f: New test
6888         PR Fortran/1832
6889         * g77.f-torture/execute/1832.f: New test
6891 2003-04-11  David Chad  <davidc@freebsd.org>
6892             Loren J. Rittle  <ljrittle@acm.org>
6894         libobjc/8562
6895         * objc.dg/headers.m: New test.
6897 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6899         * gcc.c-torture/execute/builtin-noret-2.c: New.
6900         * gcc.c-torture/execute/builtin-noret-2.x: New.
6901         XFAIL builtin-noret-2.c at -O1 and above.
6902         * gcc.dg/redecl.c: New.
6903         * gcc.dg/Wshadow-1.c: Update error regexps.
6905 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
6907         * g++.dg/abi/bitfield10.C: New test.
6909 2003-04-09  Mike Stump  <mrs@apple.com>
6911         * gcc.dg/pch/pch.exp: Make testcase names longer.
6912         * g++.dg/pch/pch.exp: Make testcase names longer.
6914 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6916         * gcc.dg/builtins-11.c: New test case.
6918 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6920         * gcc.dg/builtins-9.c: New test case.
6921         * gcc.dg/builtins-10.c: New test case.
6923 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6925         * gcc.dg/noncompile/init-4.c.c: New test.
6927 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6929         * gcc.misc-test/gcov-9.c: New test.
6930         * gcc.misc-test/gcov-10.c: New test
6931         * gcc.misc-test/gcov-11.c: New test.
6933 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
6935         PR optimization/10024
6936         * gcc.c-torture/compile/20030405-1.c: New test.
6938 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
6940         * gcc.dg/pch/static-3.c: New.
6941         * gcc.dg/pch/static-3.hs: New.
6942         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
6944 2003-04-04  Richard Henderson  <rth@redhat.com>
6946         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
6947         * g++.dg/eh/forced2.C: Likewise.
6949 2003-04-03  Mike Stump  <mrs@apple.com>
6951         * lib/scanasm.exp (scan-assembler): Add xfail processing for
6952         target arg.
6953         (scan-assembler-times, scan-assembler-not): Likewise.
6954         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
6956 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6958         * gcc.dg/sparc-loop-1.c: New test.
6960 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
6962         PR other/9274
6963         * g++.dg/pch/system-2.C: New.
6964         * g++.dg/pch/system-2.Hs: New.
6966 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
6968         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
6970         * g++.dg/eh/simd-1.C (vecfunc): Same.
6972 2003-04-01  Roger Sayle  <roger@eyesopen.com>
6974         * gcc.c-torture/execute/20030401-1.c: New test case.
6976 2003-04-01  Ziemowit Laski <zlaski@apple.com>
6978         * objc.dg/defs.m: New.
6980 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
6982         * g++.dg/eh/simd-1.C: New.
6983         * g++.dg/eh/simd-2.C: New.
6985 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
6987         * gcc.c-torture/execute/simd-3.c: New.
6989 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6991         PR c/9936
6992         * gcc.dg/20030331-2.c: New test.
6994 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6996         PR c++/10278
6997         * g++.dg/parse/crash2.C: New test.
6999 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
7001         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
7002         * gcc.c-torture/execute/20030331-1.c: ...here.
7004 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
7006         * gcc.c-torture/execute/20030331-1.c: New test.
7008 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
7010         * lib/gcov.exp: Adjust call return testing strings.
7011         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
7013 2003-03-31  Roger Sayle  <roger@eyesopen.com>
7015         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
7016         * gcc.dg/builtins-7.c: New test case.
7017         * gcc.dg/builtins-8.c: New test case.
7019 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
7021         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
7023 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
7025         PR c++/7647
7026         * g++.dg/lookup-class-member-2.C: New test.
7028 2003-03-30  Glen Nakamura  <glen@imodulo.com>
7030         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
7032 2003-03-28  Roger Sayle  <roger@eyesopen.com>
7034         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
7036 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
7038         * g++.dg/init/attrib1.C: New test.
7040 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7042         * gcc.dg/ultrasp8.c: New test.
7044 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7046         * gcc.dg/ultrasp7.c: New test.
7048 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
7050         PR c++/10047
7051         * g++.dg/template/inline1.C: New test.
7053 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7055         * gcc.dg/sparc-dwarf2.c: New test.
7057 2003-03-27  Roger Sayle  <roger@eyesopen.com>
7059         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
7060         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
7062 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
7064         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
7065         than reading .x files.
7066         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
7067         * g77.dg/gcov/gcov-1.f: Likewise.
7068         * gcc.misc-tests/gcov-4b.c: Likewise.
7069         * gcc.misc-tests/gcov-5b.c: Likewise.
7070         * gcc.misc-tests/gcov-6.c: Likewise.
7071         * gcc.misc-tests/gcov-7.c: Likewise.
7072         * gcc.misc-tests/gcov-8.c: Likewise.
7073         * g++.dg/gcov/gcov-1.x: Remove.
7074         * g77.dg/gcov/gcov-1.x: Likewise.
7075         * gcc.misc-tests/gcov-4b.x: Likewise.
7076         * gcc.misc-tests/gcov-5b.x: Likewise.
7077         * gcc.misc-tests/gcov-6.x: Likewise.
7078         * gcc.misc-tests/gcov-7.x: Likewise.
7079         * gcc.misc-tests/gcov-8.x: Likewise.
7081 2003-03-27  Glen Nakamura  <glen@imodulo.com>
7083         PR opt/10087
7084         * gcc.dg/20030324-1.c: New test.
7086 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
7088         PR c++/10224
7089         * g++.dg/template/arg3.C: New test.
7091         PR c++/10158
7092         * g++.dg/template/friend18.C: New test.
7094 2003-03-26  Roger Sayle  <roger@eyesopen.com>
7096         * g77.f-torture/compile/20030326-1.f: New test case.
7098 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
7100         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
7102         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
7104 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
7106         * gcc.dg/ia64-sync-3.c: New test.
7108 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
7110         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
7112 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7114         * gcc.dg/ultrasp6.c: New test.
7116 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7118         * gcc.dg/i386-signbit-1.c: New test.
7119         * gcc.dg/i386-signbit-2.c: New test.
7120         * gcc.dg/i386-signbit-3.c: New test.
7122 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7124         * gcc.dg/ultrasp5.c: Fix options.
7126 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7128         * gcc.dg/ultrasp5.c: Fix comment.
7130 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
7132         PR fortran/10197
7133         * g77.f-torture/execute/10197.f: New test.
7135 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
7137         PR c++/9898, c++/383
7138         * g++.dg/template/conv6.C: New test.
7140         PR c++/10119
7141         * g++.dg/template/ptrmem5.C: New test.
7143         PR c++/10026
7144         * g++.dg/lookup/koenig1.C: New test.
7146         PR C++/10199
7147         * g++.dg/lookup/template2.C: New test.
7149 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
7151         * g++.dg/opt/rtti1.C: New test.
7153 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7155         * gcc.dg/ultrasp5.c: New test.
7157 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
7159         PR middle-end/9967
7160         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
7161         builtin fputs.
7163 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
7165         PR c/8224
7166         * gcc.dg/20030323-1.c: New test.
7168 2003-03-23  Roger Sayle  <roger@eyesopen.com>
7170         * gcc.c-torture/compile/20030323-1.c: New test case.
7172 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7174         * gcc.dg/20030321-1.c: New test.
7176 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
7178         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
7180 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
7182         PR c++/9978, c++/9708
7183         * g++.dg/ext/vlm1.C: Adjust expected error.
7184         * g++.dg/ext/vla2.C: New test.
7185         * g++.dg/template/arg1.C: New test.
7186         * g++.dg/template/arg2.C: New test.
7188 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
7190         * g77.f-torture/execute/select.f: New test.
7191         * g77.f-torture/noncompile/select_no_compile.f: New test.
7193 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7195         PR c++/9898
7196         * g++.dg/other/error4.C: New test.
7198 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
7200         * g++.dg/template/friend17.C: New test.
7202 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
7204         * gcc.c-torture/compile/20030320-1.c: New.
7206 2003-03-20  Roger Sayle  <roger@eyesopen.com>
7208         * gcc.dg/builtins-6.c: New test case.
7210 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
7212         PR target/10073
7213         * gcc.c-torture/compile/20030319-1.c: New.
7215 2003-03-18  Jan Hubicka  <jh@suse.cz>
7217         * gcc.dg/i386-cvt-1.c: New test.
7219 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
7221         * objc.dg/naming-1.m: Use "(parse|syntax) error".
7222         * objc.dg/naming-2.m: Likewise.
7224 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
7226         PR c++/9639
7227         * g++.dg/parse/crash1.C: New test.
7229 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
7231         PR c++/8805
7232         * g++.dg/eh/cleanup1.C: New test.
7234 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7236         * gcc.c-torture/execute/20030316-1.c: New test case.
7238 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7240         PR c++/9629
7241         * g++.dg/init/ctor2.C: New test.
7243 2003-03-15  Roger Sayle  <roger@eyesopen.com>
7245         * g77.f-torture/compile/xformat.f: New test case.
7247 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7249         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
7250         * g++.old-deja/g++.mike/eh50.C: Likewise.
7252 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7254         PR c++/6440
7255         * g++.dg/template/spec7.C: New test.
7256         * g++.dg/template/spec8.C: Likewise.
7258 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
7260         * gcc.c-torture/execute/20030313-1.c: New test.
7262 2003-03-14  Richard Henderson  <rth@redhat.com>
7264         * gcc.dg/inline-2.c: Adjust alpha test for external call.
7266 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7268         * gcc.c-torture/compile/20030314-1.c: New test.
7270 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7272         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
7273         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
7274         thumb target,
7275         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
7276         to accept newer _imp__  prefix and additional
7277         newline in .drectve section.
7278         * gcc.dg/dll-4.c: Likewise.
7279         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
7280         switch.
7282 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
7284         * g++.dg/parse/namespace9.C: New test.
7286         * g++.dg/init/ref5.C: New test.
7287         * g++.dg/parse/ptrmem1.C: Likewise.
7289 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7291         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
7292         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
7293         regular expression.
7294         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
7295         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
7297 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
7299         * gcc.c-torture/execute/20030224-2.c: New test.
7301 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7303         * gcc.dg/decl-3.c: New test.
7305 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7307         * gcc.dg/i386-loop-2.c: New test.
7309 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
7311         PR c++/9474
7312         * g++.dg/parse/namespace8.C: New test.
7314         PR c++/9924
7315         * g++.dg/overload/builtin2.C: New test.
7317 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
7319         * gcc.dg/return-type-3.c: New test.
7321 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
7323         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
7324         profiling options are not supported.
7326 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
7328         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
7329         * g++.old-deja/g++.warn/impint2.C: Likewise.
7331 2003-03-10  Devang Patel  <dpatel@apple.com>
7333         * g++.dg/cpp/c++_cmd_1.C: New test.
7334         * g++.dg/cpp/c++_cmd_1.h: New file.
7336 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
7338         * gcc.dg/altivec-9.c: New file.
7340 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7342         * gcc.dg/ppc-sdata-1.c: New test.
7343         * gcc.dg/ppc-sdata-2.c: New test.
7345 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
7347         PR c++/9373
7348         * g++.dg/opt/ptrmem2.C: New test.
7350         PR c++/8534
7351         * g++.dg/opt/ptrmem1.C: New test.
7353 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7355         * gcc.dg/i386-loop-1.c: New test.
7357 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7359         PR c++/9970
7360         * g++.dg/lookup/friend1.C: New test.
7362 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
7364         PR c++/9823
7365         * g++.dg/parser/constructor1.C: New test.
7367 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
7369         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
7371         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
7373 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
7375         * gcc.dg/cpp/Wunused.c: Update test.
7377 2003-03-08  Jan Hubicka  <jh@suse.cz>
7379         * gcc.dg/inline-3.c: New test.
7381 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
7383         PR c++/9809
7384         * g++.dg/parse/builtin1.C: New test.
7386         PR c++/9982
7387         * g++.dg/abi/cookie1.C: New test.
7388         * g++.dg/abi/cookie2.C: Likewise.
7390         PR c++/9524
7391         * g++.dg/template/field1.C: New test.
7393         PR c++/9912
7394         * g++.dg/parse/class1.C: New test.
7395         * g++.dg/parse/namespace7.C: Likewise.
7396         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
7398 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
7400         * g++.dg/init/ref4.C: New test.
7402 2003-03-07  Jan Hubicka  <jh@suse.cz>
7404         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
7405         * gcc.dg/inline-3.c:  New test.
7407 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
7409         * g++.dg/init/ref3.C: New test.
7411         PR c++/9965
7412         * g++.dg/init/ref2.C: New test.
7414         PR c++/9400
7415         * g++.dg/warn/Wshadow-2.C: New test.
7417         PR c++/9791
7418         * g++.dg/warn/Woverloaded-1.C: New test.
7420 2003-03-05  Jan Hubicka  <jh@suse.cz>
7422         * gcc.dg/i386-local2.c: New.
7423         * gcc.dg/i386-local.c: Fix typo.
7425 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
7427         * g++.dg/abi/layout3.C: New test.
7429 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7431         * gcc.c-torture/compile/20030305-1.c
7433 2003-03-05  Jan Hubicka  <jh@suse.cz>
7435         * gcc.dg/i386-local.c: New.
7437 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
7439         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
7441 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7443         * gcc.dg/switch-2.c: New test.
7444         * gcc.dg/switch-3.c: New test.
7445         * gcc.dg/Wswitch.c: Adjust line numbers.
7446         * gcc.dg/Wswitch-default.c: Likewise.
7447         * gcc.dg/Wswitch-enum.c: Likewise.
7449 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
7451         * gcc.c-torture/execute/20030222-1.c: New test.
7453 2003-03-03  James E Wilson  <wilson@tuliptree.org>
7455         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
7457 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
7459         PR c++/9878
7460         * g++.dg/init/ref1.C: New test.
7462 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
7464         * gcc.dg/sh-relax.c: New SH-only test.
7466 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
7468         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
7469         comment explaining purpose of testcase.
7471 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7473         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
7474         for HC11/HC12 (asm needs two int registers).
7475         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
7476         HC11/HC12 because the test uses an asm which needs two 32-bit
7477         registers.
7479 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7481         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
7482         for HC11/HC12 (array is too large otherwise).
7483         * gcc.c-torture/compile/920501-4.x: New file, likewise.
7484         * gcc.c-torture/compile/20010518-2.x: Likewise.
7485         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
7486         HC11/HC12 (array is too large).
7488 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
7490         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
7491         * lib/g++-dg.exp (g++-dg-test): Likewise.
7493 2003-03-01  Roger Sayle  <roger@eyesopen.com>
7495         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
7496         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
7498 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7500         * g++.dg/warn/implicit-typename1.C: Remove warning.
7502 2003-02-28  Richard Henderson  <rth@redhat.com>
7504         * gcc.dg/noreturn-1.c: Move noreturn warning line.
7505         * gcc.dg/return-type-1.c: Move control reaches end warning line.
7507 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
7509         * gcc.dg/pch/pch.exp: Change .pch to .gch.
7510         * g++.dg/pch/pch.exp: Likewise.
7512 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
7514         PR c++/9879
7515         * testsuite/g++.dg/init/new4.C: New test.
7517 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
7519         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
7521 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
7523         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
7524         unsigned long.
7526         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
7527         wider than float.
7529 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7531         * lib/scanasm.exp: Add support for counting numbers of
7532         occurences.
7533         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
7534         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
7536 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
7538         PR c++/9683
7539         * g++.dg/template/static3.C: New test.
7541         PR c++/9829
7542         * g++.dg/parse/namespace6.C: New test.
7544 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7546         PR target/9732
7547         * gcc.dg/20030225-1.c: New test.
7549 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
7551         * README: Remove out-of-date information.
7553         PR c++/9836
7554         * g++.dg/template/spec6.C: New test.
7556 2003-02-24  Jeff Law  <law@redhat.com>
7558         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
7560 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7562         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
7563         * gcc.dg/pragma-ep-1.c: Likewise.
7565 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7567         PR c++/9602
7568         * g++.dg/template/friend16.C: New test.
7570 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
7572         PR c++/5333
7573         * g++.dg/parse/fused-params1.C: Adjust error messages.
7574         * g++.dg/template/nested3.C: New test.
7576 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
7578         * g++.dg/abi/param1.C: New test.
7580 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7582         PR c++/7982
7583         * g++.dg/warn/implicit-typename1.C: New test.
7585 2003-02-22  Kelley Cook <kelleycook@comcast.net>
7587         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
7588         with "mtune".
7589         * g++.old-deja/g++.other/store-expr2.C: Likewise.
7590         * gcc.c-torture/execute/20010129-1.x: Likewise.
7591         * gcc.dg/20011107-1.c: Likewise.
7592         * gcc.dg/20020108-1.c: Likewise.
7593         * gcc.dg/20020122-3.c: Likewise.
7594         * gcc.dg/20020206-1.c: Likewise.
7595         * gcc.dg/20020310-1.c: Likewise.
7596         * gcc.dg/20020426-2.c: Likewise.
7597         * gcc.dg/20020517-1.c: Likewise.
7598         * gcc.dg/991230-1.c: Likewise.
7599         * gcc.dg/i386-unroll-1.c: Likewise.
7600         * gcc.misc-tests/i386-prefetch.exp: Likewise.
7602 2003-02-22  Jan Hubicka  <jh@suse.cz>
7604         * gcc.dg/i386-mul.c: New test.
7606 2003-02-21  Roger Sayle  <roger@eyesopen.com>
7608         * gcc.dg/builtins-5.c: New test case.
7610 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
7612         * gcc.dg/asmreg-1.c: New test.
7614 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7616         PR c++/9749
7617         * g++.dg/parse/varmod1.C: New test.
7619 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7621         PR c++/9727
7622         * g++.dg/template/op1.C: New test.
7624 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7626         PR c++/8906
7627         * g++.dg/template/nested2.C: New test.
7629 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7631         PR c++/8724
7632         * g++.dg/expr/dtor1.C: New test.
7634 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7636         * gcc.dg/cpp/include3.c: New test.
7637         * gcc.dg/cpp/inc/foo.h: New file.
7639 2003-02-21  Glen Nakamura  <glen@imodulo.com>
7641         * gcc.c-torture/execute/20030221-1.c: New test.
7643 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
7645         PR c++/9729
7646         * g++.dg/abi/conv1.C: New test.
7648 2003-02-20  Jan Hubicka  <jh@suse.cz>
7650         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
7652 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
7654         * gcc.c-torture/compile/20030219-1.c: New test.
7656 2003-02-18  Jan Hubicka  <jh@suse.cz>
7658         * gcc.dg/funcorder.c: New test.
7660 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
7662         * gcc.c-torture/execute/20030218-1.c: New.
7664 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
7666         * gcc.dg/20030218-1.c: New.
7668 2003-02-18  Richard Henderson  <rth@redhat.com>
7670         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
7671         * gcc.dg/attr-used-2.c: New.
7673 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
7675         PR c++/9704
7676         * g++.dg/init/copy5.C: New test.
7678 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
7680         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
7681         * g++.dg/pch/pch.exp: Likewise.
7683 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
7685         * gcc.c-torture/execute/20030209-1.c: Enable the test if
7686         STACK_SIZE is not defined.
7688 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7690         PR c++/9457
7691         * g++.dg/template/init1.C: New test.
7693 2003-02-16  Jan HUbicka  <jh@suse.cz>
7695         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
7696         (foo): Add few extra tests
7697         * gcc.dg/c99-const-expr-3.c: Likewise.
7698         * gcc.c-torture/execute/20030216-1.c: New.
7700 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7702         PR c++/9459
7703         * g++.dg/ext/typeof4.C: New test.
7705 2003-02-15  Roger Sayle  <roger@eyesopen.com>
7707         * gcc.dg/i386-387-3.c: New test case.
7709 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
7711         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
7712         cris-*-elf* cris-*-aout* and mmix-*-*.
7714 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
7716         * gcc.dg/20030213-1.c: New test.
7718 2003-02-12  Roger Sayle  <roger@eyesopen.com>
7720         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
7721         * gcc.dg/i386-387-2.c: Likewise.
7723 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
7725         * gcc.dg/ppc-spe.c: Fix formatting.
7726         Enable tests that were previously unsupported by gas.
7727         Delete tests for instructions that no longer exist.
7728         Switch arguments on evsubifw builtin.
7730 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7732         * gcc.c-torture/execute/20030209-1.c: Disable the test if
7733         STACK_SIZE is too small.
7735 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7736             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7738         * gcc.dg/decl-2.c: New test.
7740 2003-02-10  Jan Hubicka  <jh@suse.cz>
7742         * gcc.dg/i386-fpcvt-1.c:  New test.
7744 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
7746         * gcc.c-torture/execute/20030209-1.c: New test.
7748 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
7750         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
7751         int-wide bitops, use the constants of the same width.
7752         Likewise, if long long is 32-bit wide, test bitops using
7753         32-bit constants.
7755 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
7757         * gcc.dg/20021014-1.c: Annotate with expected notice text.
7759 2003-02-07  Roger Sayle  <roger@eyesopen.com>
7761         * testsuite/gcc.dg/builtins-4.c: New test case.
7763 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7765         * gcc.dg/20020430-1.c: Fix dg command typos.
7766         * gcc.dg/20020503-1.c: Likewise.
7768 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7770         PR c++/8785
7771         * g++.dg/parse/fused-params1.C: New test.
7773         PR c++/8857
7774         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
7776         PR c++/8921
7777         * g++.dg/parse/non-dependent1.C: New test.
7779         PR c++/8928
7780         * g++.dg/parse/dupl-tmpl-args1.C: New test.
7782         PR c++/9228
7783         * g++.dg/parse/undefined7.C: New test.
7784         * g++.dg/parse/non-templ1.C: New test.
7786         PR c++/9229
7787         * g++.dg/parse/too-many-tmpl-args1.C: New test.
7789 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
7791         * gcc.c-torture/compile/20030206-1.c: New test.
7793 2003-02-05  Roger Sayle  <roger@eyesopen.com>
7795         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
7796         "pow" to "foo" to avoid potential confusion with a math built-in.
7798 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7800         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
7801         conditions for SPARC targets.
7803 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
7805         * gcc.dg/20030204-1.c: New test.
7807 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7809         PR c++/38
7810         * g++.dg/parse/array-size1.C: New test.
7812         PR c++/5657
7813         * g++.dg/parse/undefined3.C: New test.
7815         PR c++/5665
7816         * g++.dg/parse/undefined4.C: New test.
7818         PR c++/5975
7819         * g++.dg/parse/undefined5.C: New test.
7821         PR c++/7259
7822         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
7824         PR c++/8578
7825         * g++.dg/parse/casting-operator1.C: New test.
7827         PR c++/8596
7828         * g++.dg/parse/undefined6.C: New test.
7830         PR c++/8736
7831         * g++.dg/parse/missing-template1.C: New test.
7833 2003-02-04  Jan Hubicka  <jh@suse.cz>
7835         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
7836         * gcc.dg/i386-cmov?.c:  Likewise.
7837         * gcc.dg/i386-fpcvt-?.c:  Likewise.
7838         * gcc.dg/i386-ssefp-1.c:  Likewise.
7839         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
7840         conventions.
7842 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
7844         PR c++/7129
7845         * testsuite/g++.dg/ext/max.C: New test.
7847 2003-02-03  Jan Hubicka  <jh@suse.cz>
7849         * gcc.c-torture/execute/20030203-1.c: New test.
7851 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
7853         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
7854         'natural-endian'.
7856 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
7858         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
7859         * g++.dg/init/new2.C: Likewise.
7860         * g++.dg/other/new1.C: Likewise.
7862 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
7864         * gcc.dg/struct-ret-libc.c: New test.
7866 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7868         * gcc.dg/20030129-1.c: New test.
7870 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7872         PR c++/8849
7873         * g++.dg/template/ptrmem4.C: New test.
7875 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
7877         * g++.dg/parser/constant1.C: New test.
7879 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7881         PR c++/8591
7882         * g++.dg/parse/friend2.C: New test.
7884 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7886         PR c++/9437
7887         * g++.dg/template/unify4.C: New test.
7889 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7891         * gcc.c-torture/execute/20030128-1.c: New test.
7893 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
7895         * g++.dg/lookup/nested1.C: Test moved from ...
7896         * g++.old-deja/g++.other/lookup24.C: ... here.
7898 2003-01-28  Jan Hubicka  <jh@suse.cz>
7900         * gcc.dg/i386-cmov5.c:  New test.
7902 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
7904         * gcc.c-torture/execute/20010925-1.c: Changed the
7905         memcpy declaration.
7907 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7909         PR c++/3902
7910         * g++.dg/parse/template5.C: New test.
7912 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
7914         PR fortran/9258
7915         * g77.dg/pr9258: New test.
7917 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7919         * README: Move relevant parts from README.g++.
7921         * README.g++: Remove this file.
7923 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7925         * g++.dg/abi/dcast1.C: New test.
7927 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7929         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
7931 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
7933         PR c++/47
7934         * g++.old-deja/g++.other/lookup24.C: New test.
7936 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7938         PR middle-end/7227
7939         * gcc.dg/uninit-C.c: New test.
7941 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
7943         * g++.dg/abi/covariant1.C: New test.
7945 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
7947         * gcc.dg/20030123-1.c: New test.
7949 2003-01-25  Jan Hubicka  <jh@suse.cz>
7951         PR opt/8492
7952         * gcc.c-torture/compile/20030125-1.c
7954 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
7956         PR c++/9403
7957         * g++.dg/parse/template3.C: New test.
7958         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
7960         PR c++/795
7961         * g++.dg/parse/template4.C: New test.
7963         PR c++/9415
7964         * g++.dg/template/qual2.C: New test.
7966         PR c++/8545
7967         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
7969         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
7971 2003-01-25  Roger Sayle  <roger@eyesopen.com>
7973         * gcc.c-torture/execute/switch-1.c: New test case.
7975 2003-01-25  Jan Hubicka  <jh@suse.cz>
7977         * gcc.c-torture/execute/20030125-1.[cx]: New test.
7979 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
7981         Tweaks for Bison-1.875. From the NEWS file:
7982         "- `parse error' -> `syntax error'
7983         Bison now uniformly uses the term `syntax error'"
7984         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
7985         * gcc.dg/cpp/digraph2.c: Likewise.
7986         * gcc.dg/cpp/direct2.c: Likewise.
7987         * gcc.dg/cpp/paste4.c: Likewise.
7988         * gcc.dg/c90-restrict-1.c: Likewise.
7989         * gcc.dg/c99-func-2.c: Likewise.
7990         * gcc.dg/noncompile/920721-2.c: Likewise.
7991         * gcc.dg/noncompile/930622-2.c: Likewise.
7992         * gcc.dg/noncompile/940112-1.c: Likewise.
7993         * gcc.dg/noncompile/950921-1.c: Likewise.
7994         * gcc.dg/noncompile/951123-1.c: Likewise.
7995         * gcc.dg/noncompile/971104-1.c: Likewise.
7996         * gcc.dg/noncompile/990416-1.c: Likewise.
7998 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
8000         * g++.dg/parse/undefined1.C: Add error message.
8002 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
8004         PR c++/9354
8005         * g++.dg/parse/new1.C: New test.
8007         PR c++/9216
8008         * g++.dg/parse/template2.C: New test.
8010         PR c++/9354
8011         * g++.dg/parse/typedef2.C: New test.
8013         PR c++/9328
8014         * g++.dg/ext/typeof3.C: New test.
8016 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8018         PR c++/2738
8019         * g++.dg/parse/ret-type1.C: New test.
8021         PR c++/3792
8022         * g++.dg/parse/tmpl-outside1.C: New test.
8024         PR c++/4207
8025         * g++.dg/parse/int-as-enum1.C: New test.
8027         PR c++/4903
8028         * g++.dg/parse/no-typename1.C: New test.
8030         PR c++/5533
8031         * g++.dg/parse/no-value1.C: New test.
8033         PR c++/5921
8034         * g++.dg/parse/wrong-inline1.C: New test.
8036         PR c++/6402
8037         * g++.dg/parse/ref1.C: New test.
8039         PR c++/6992
8040         * g++.dg/parse/attr-ctor1.C: New test.
8042         PR c++/7229
8043         * g++.dg/parse/namespace5.C: New test.
8045         PR c++/7917
8046         * g++.dg/parse/func-def1.C: New test.
8048         PR c++/8143
8049         * g++.dg/parse/undefined1.C: New test.
8051         PR c++/5723, PR c++/8522
8052         * g++.dg/parse/specialization1.C: New test.
8054         PR c++/163, PR c++/8595
8055         * g++.dg/parse/struct-as-enum1.C: New test.
8057         PR c++/9173
8058         * g++.dg/parse/undefined2.C: New test.
8060 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
8062         PR c++/9298
8063         * g++.dg/parse/template1.C: New test.
8065         PR c++/9384
8066         * g++.dg/parse/using1.C: New test.
8068         PR c++/9285
8069         PR c++/9294
8070         * g++.dg/parse/expr2.C: New test.
8072         PR c++/9388
8073         * g++.dg/parse/lookup2.C: Likewise.
8075 2003-01-21  Jan Hubicka  <jh@suse.cz>
8077         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
8078         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
8079         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
8080         * gcc.c-torture/execute/string-opt-*.c: Likewise.
8082 2003-01-20  Nick Clifton  <nickc@redhat.com>
8084         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
8085         problem with ARM sibcall code generation.
8087 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
8089         * gcc.c-torture/execute/20030120-1.c: New.
8091 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
8093         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
8095 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
8097         PR c++/9272
8098         * g++.dg/parse/ctor1.C: New test.
8100         PR c++/9294:
8101         * g++.dg/parse/qualified1.C: New test.
8103         * g++.dg/parse/typename3.C: New test.
8105 2003-01-16  Richard Henderson  <rth@redhat.com>
8107         * g++.dg/tls/init-2.C: Fix error matches for real this time.
8109 2003-01-16  Richard Henderson  <rth@redhat.com>
8111         * g++.dg/pch/pch.exp: Copy test header to the working directory
8112         before using it either for precompilation or direct use.
8113         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
8114         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
8116 2003-01-16  Richard Henderson  <rth@redhat.com>
8118         * gcc.dg/pch/pch.exp: Copy test header to the working directory
8119         before using it either for precompilation or direct use.
8120         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
8121         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
8123 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
8125         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
8126         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
8127         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
8128         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
8129         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
8130         typename warning into error.
8131         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
8132         error messages.
8133         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
8134         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
8135         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
8136         messages.
8137         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
8138         make declaration visible in template.
8139         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
8140         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
8141         messages.
8142         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
8143         message.
8144         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
8145         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
8146         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
8147         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
8148         typename warning with error message.
8149         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
8150         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
8151         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
8153 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
8155         * g++.dg/parse/ambig2.C: New test.
8157 2003-01-15  Richard Henderson  <rth@redhat.com>
8159         * g++.dg/tls/init-2.C: Update error message string.
8161 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8163         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
8165 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
8167         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
8168         all for HC11/HC12.
8169         * gcc.c-torture/compile/20001205-1.x: Likewise.
8170         * gcc.c-torture/compile/20001226-1.x: Likewise.
8171         * gcc.c-torture/compile/920520-1.x: Likewise.
8172         * gcc.c-torture/compile/961203-1.x: Likewise.
8173         * gcc.c-torture/compile/20020604-1.x: Likewise.
8175 2003-01-15  Jan Hubicka  <jh@suse.cz>
8177         * gcc.c-torture/compile/20030115-1.c: New test.
8179         * gcc.dg/i386-fpcvt-1.c: New test.
8180         * gcc.dg/i386-fpcvt-2.c: New test.
8182 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
8184         Further conform g++'s __vmi_class_type_info to the C++ ABI
8185         specification.
8186         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
8187         the specification.
8189 2003-01-14  Jan Hubicka  <jh@suse.cz>
8191         * gcc.dg/i386-fpcvt-1.c: New test.
8192         * gcc.dg/i386-fpcvt-2.c: New test.
8194 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
8196         * gcc.dg/i386-mmx-3.c: New test.
8198 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
8200         PR c++/9264
8201         * g++.dg/parse/octal1.C: New file.
8203         PR c++/9172
8204         * g++.dg/parse/typename1.C: New file.
8206 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
8208         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
8209         * gcc.dg/bf-no-ms-layout.c: Likewise.
8210         * gcc.dg/bf-ms-attrib.c: Likewise.
8212 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
8214         PR c++/9099
8215         * g++.dg/parse/dtor1.C: New file.
8217         PR c++/9128
8218         * g++.dg/rtti/typeid1.C: New file.
8220         PR c++/9153
8221         * g++.dg/parse/lookup1.C: New file.
8223         PR c++/9171
8224         * g++.dg/templ/spec5.C: New file.
8226 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
8228         * gcc.c-torture/compile/20030110-1.c: New test.
8230 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
8232         Merge from pch-branch:
8234         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
8236         * gcc.dg/pch/cpp-1.h: New.
8237         * gcc.dg/pch/cpp-1.c: New.
8238         * gcc.dg/pch/cpp-2.h: New.
8239         * gcc.dg/pch/cpp-2.c: New.
8241         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
8243         * gcc.dg/pch/except-1.h: New.
8244         * gcc.dg/pch/except-1.c: New.
8246         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
8248         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
8249         running test.
8250         * gcc.dg/pch: Include *.hp not *.h.
8251         * gcc.dg/pch/system-1.h: New.
8252         * gcc.dg/pch/system-1.c: New.
8254         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
8256         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
8257         rather than trying to build and run a program using PCH.
8258         * gcc.dg/pch: Remove dg-do commands from test files.
8260         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
8262         * gcc.dg/pch/macro-3.c: New.
8263         * gcc.dg/pch/macro-3.h: New.
8265         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
8267         * gcc.dg/pch/common-1.c: New.
8268         * gcc.dg/pch/common-1.h: New.
8269         * gcc.dg/pch/decl-1.c: New.
8270         * gcc.dg/pch/decl-1.h: New.
8271         * gcc.dg/pch/decl-2.c: New.
8272         * gcc.dg/pch/decl-2.h: New.
8273         * gcc.dg/pch/decl-3.c: New.
8274         * gcc.dg/pch/decl-3.h: New.
8275         * gcc.dg/pch/decl-4.c: New.
8276         * gcc.dg/pch/decl-4.h: New.
8277         * gcc.dg/pch/decl-5.c: New.
8278         * gcc.dg/pch/decl-5.h: New.
8279         * gcc.dg/pch/global-1.c: New.
8280         * gcc.dg/pch/global-1.h: New.
8281         * gcc.dg/pch/inline-1.c: New.
8282         * gcc.dg/pch/inline-1.h: New.
8283         * gcc.dg/pch/inline-2.c: New.
8284         * gcc.dg/pch/inline-2.h: New.
8285         * gcc.dg/pch/static-1.c: New.
8286         * gcc.dg/pch/static-1.h: New.
8287         * gcc.dg/pch/static-2.c: New.
8288         * gcc.dg/pch/static-2.h: New.
8290         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
8292         * g++.dg/pch/pch.exp: Better handle failing testcases.
8293         * gcc.dg/pch/pch.exp: Likewise.
8294         * gcc.dg/pch/macro-1.c: New.
8295         * gcc.dg/pch/macro-1.h: New.
8296         * gcc.dg/pch/macro-2.c: New.
8297         * gcc.dg/pch/macro-2.h: New.
8299         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
8301         * g++.dg/dg.exp: Treat files in pch/ specially.
8302         * g++.dg/pch/pch.exp: New file.
8303         * g++.dg/pch/empty.H: New file.
8304         * g++.dg/pch/empty.C: New file.
8305         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
8306         "precompile".
8308         * gcc.dg/pch/pch.exp: New file.
8309         * gcc.dg/pch/empty.h: New file.
8310         * gcc.dg/pch/empty.c: New file.
8311         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
8312         "precompile".
8314 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8316         * g++.dg/template/friend14.C: New test.
8318 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8320         * gcc.dg/old-style-asm-1.c: New test.
8322 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
8324         * gcc.c-torture/compile/20030109-1.c: New test.
8326 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8328         * gcc.c-torture/execute/20030109-1.c: New test.
8330 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
8332         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
8333         * g++.old-deja/g++.mike/dyncast2.C: Likewise
8334         * g++.old-deja/g++.mike/dyncast3.C: Likewise
8335         * g++.old-deja/g++.mike/eh2.C: Likewise
8336         * g++.old-deja/g++.mike/eh3.C: Likewise
8337         * g++.old-deja/g++.mike/eh5.C: Likewise
8338         * g++.old-deja/g++.mike/eh6.C: Likewise
8339         * g++.old-deja/g++.mike/eh7.C: Likewise
8340         * g++.old-deja/g++.mike/eh8.C: Likewise
8341         * g++.old-deja/g++.mike/eh9.C: Likewise
8342         * g++.old-deja/g++.mike/eh10.C: Likewise
8343         * g++.old-deja/g++.mike/eh12.C: Likewise
8344         * g++.old-deja/g++.mike/eh13.C: Likewise
8345         * g++.old-deja/g++.mike/eh14.C: Likewise
8346         * g++.old-deja/g++.mike/eh16.C: Likewise
8347         * g++.old-deja/g++.mike/eh17.C: Likewise
8348         * g++.old-deja/g++.mike/eh18.C: Likewise
8349         * g++.old-deja/g++.mike/eh21.C: Likewise
8350         * g++.old-deja/g++.mike/eh23.C: Likewise
8351         * g++.old-deja/g++.mike/eh24.C: Likewise
8352         * g++.old-deja/g++.mike/eh25.C: Likewise
8353         * g++.old-deja/g++.mike/eh26.C: Likewise
8354         * g++.old-deja/g++.mike/eh27.C: Likewise
8355         * g++.old-deja/g++.mike/eh28.C: Likewise
8356         * g++.old-deja/g++.mike/eh29.C: Likewise
8357         * g++.old-deja/g++.mike/eh31.C: Likewise
8358         * g++.old-deja/g++.mike/eh33.C: Likewise
8359         * g++.old-deja/g++.mike/eh34.C: Likewise
8360         * g++.old-deja/g++.mike/eh35.C: Likewise
8361         * g++.old-deja/g++.mike/eh36.C: Likewise
8362         * g++.old-deja/g++.mike/eh37.C: Likewise
8363         * g++.old-deja/g++.mike/eh38.C: Likewise
8364         * g++.old-deja/g++.mike/eh39.C: Likewise
8365         * g++.old-deja/g++.mike/eh40.C: Likewise
8366         * g++.old-deja/g++.mike/eh41.C: Likewise
8367         * g++.old-deja/g++.mike/eh42.C: Likewise
8368         * g++.old-deja/g++.mike/eh44.C: Likewise
8369         * g++.old-deja/g++.mike/eh46.C: Likewise
8370         * g++.old-deja/g++.mike/eh47.C: Likewise
8371         * g++.old-deja/g++.mike/eh48.C: Likewise
8372         * g++.old-deja/g++.mike/eh49.C: Likewise
8373         * g++.old-deja/g++.mike/eh50.C: Likewise
8376         PR c++/8615
8377         * g++.dg/template/char1.C: New test.
8379         * g++.dg/template/varmod1.C: Fix typo.
8381 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8383         DR 180
8384         * g++.old-deja/g++.pt/crash32.C: Expect error.
8386 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
8388         PR c++/5919
8389         * g++.dg/template/varmod1.C: New test.
8391         PR c++/8727
8392         * g++.dg/inherit/typeinfo1.C: New test.
8394         PR c++/8663
8395         * g++.dg/inherit/typedef1.C: New test.
8397 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
8399         PR c++/8332
8400         PR c++/8493
8401         * g++.dg/template/strlen1.C: New test.
8403         PR c++/8227
8404         * g++.dg/template/ctor2.C: New test.
8406         PR c++/8214
8407         * g++.dg/init/string1.C: New test.
8409         PR c++/8511
8410         * g++.dg/template/friend8.C: New test.
8412 2002-11-29  Joe Buck <jbuck@synopsys.com>
8414         * g++.dg/lookup/anon2.C: New test.
8416 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
8418         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
8419         h8300 port.
8421 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
8423         * gcc.dg/bitfld-6.c: New test.
8425 2002-11-27  Jan Hubicka  <jh@suse.cz>
8427         * gcc.c-torture/execute/20021127.[cx]: New test.
8429 2002-11-26  Jan Hubicka  <jh@suse.cz>
8431         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
8432         quality.
8434 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
8436         * g++.dg/init/brace2.C: New test.
8437         * g++.old-deja/g++.mike/p9129.C: Correct.
8439 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
8441         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
8443 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
8445         * gcc.dg/sibcall-6: New test for indirect sibcalls.
8447 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
8449         * testsuite/g++.dg/abi/empty11.C: New test.
8450         * testsuite/g++.dg/rtti/cv1.C: New test.
8452 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
8454         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
8456 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
8458         * g++.dg/abi/empty10.C: New test.
8460 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
8462         * gcc.c-torture/compile/20021124-1.c: New test.
8464 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
8466         * g++.dg/abi/rtti2.C: New test.
8468 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8470         * gcc.dg/i386-unroll-1.c: New test.
8472 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8474         * gcc.c-torture/compile/20021120-1.c: New test.
8475         * gcc.c-torture/compile/20021120-2.c: New test.
8477 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8479         * gcc.dg/bitfld-5.c: New test.
8481 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8483         * gcc.c-torture/execute/20021120-3.c: New test.
8485 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8487         * gcc.c-torture/execute/20021120-2.c: New test.
8489 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8491         * gcc.c-torture/execute/20021120-1.c: New test.
8493 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8495         * gcc.c-torture/execute/20021118-3.c: New test.
8497 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8499         * gcc.c-torture/compile/20021119-1.c: New test.
8501 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8503         * gcc.dg/duff-1.c: New test.
8504         * gcc.dg/duff-2.c: New test.
8505         * gcc.dg/duff-3.c: New test.
8507 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8509         * gcc.dg/cpp/_Pragma5.c: New test.
8511 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8513         * gcc.c-torture/execute/20021118-2.c: New test.
8515 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8517         * gcc.c-torture/execute/20021118-1.c: New test.
8519 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8521         * gcc.dg/20021116-1.c: New test.
8523 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8525         * g++.dg/abi/vcall1.C: New test.
8527 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8529         * gcc.dg/20021029-1.c: New test.
8530         * gcc.dg/20021029-2.c: New test.
8532 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8534         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8536 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8538         PR c/8439
8539         * gcc.dg/20021110.c: Move to ...
8540         * gcc.c-torture/compile/20021110.c: .... here.
8542 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8544         PR c/8467
8545         * gcc.c-torture/execute/20021111-1.c
8547 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8549         PR c/8439
8550         * gcc.dg/20021110.c: New test.
8552 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8554         * g++.dg/abi/vthunk3.C: Run only on x86.
8556 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8558         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8560 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8562         * lib/compat.exp (compat-execute): Fix logic error in last
8563         change.
8565 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8567         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8569 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8571         PR c++/8389
8572         * g++.dg/template/access6.C: New test.
8574 2002-11-08  Jan Hubicka  <jh@suse.cz>
8576         * gcc.dg/i386-ssefp-1.c: New test.
8577         * gcc.dg/i386-ssefp-1.c: New test.
8579 2002-11-08  Jan Hubicka  <jh@suse.cz>
8581         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8583 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8585         * g++.dg/abi/vthunk3.C: New test.
8587         PR c++/8338
8588         * g++.dg/template/crash2.C: New test.
8590 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8592         * testsuite/g++.dg/abi/dtor1.C: New test.
8593         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8595 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8597         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8598         Darwin.
8600 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8602         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8603         -mthumb.  Only xfail with -O0.
8605 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8607         * g++.dg/abi/thunk1.C: New test.
8608         * g++.dg/abi/thunk2.C: Likewise.
8609         * g++.dg/abi/vtt1.C: Likewise.
8611 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8613         PR optimization/8423
8614         * gcc.c-torture/execute/builtin-constant.c: New test.
8616 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8618         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8619         Add some more cases.
8621 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8623         PR c++/8391
8624         * g++.dg/opt/local1.C: New test.
8626 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8628         PR c++/8160
8629         * g++.dg/template/complit1.C: New test.
8631         PR c++/8149
8632         * g++.dg/template/typename4.C: Likewise.
8634 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8636         Core issue 287, PR c++/7639
8637         * g++.dg/template/instantiate1.C: Adjust error location.
8638         * g++.dg/template/instantiate3.C: New test.
8639         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8640         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8641         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8643 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8645         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8647 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8649         PR c++/8287
8650         * g++.dg/init/dtor2.C: New test.
8652 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8654         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8655         * gcc.dg/nest.c: Bypass errors on irix6.
8657 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8659         * gcc.dg/nest.c: Expect error for mmix-*-*.
8660         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8662 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8664         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8665         markers.
8667         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8669 2002-10-25  Mike Stump  <mrs@apple.com>
8671         * gcc.dg/warn-1.c: New test.
8673 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8675         * g++.dg/template/typename3.C: New test.
8677 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8679         * g++.dg/lookup/ptrmem1.C: New test.
8681         * g++.dg/abi/vthunk2.C: New test.
8683 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8685         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8687 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8689         * g++.dg/abi/empty9.C: New test.
8691 2002-10-24  Richard Henderson  <rth@redhat.com>
8693         * g++.dg/inherit/thunk1.C: Enable for ia64.
8695 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8697         PR c++/8067
8698         * g++.dg/lookup/pretty1.C: New test.
8700 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8702         * gcc.dg/20021023-1.c: New test.
8704 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8706         PR c++/7679
8707         * g++.dg/parse/inline1.C: New test.
8709 2002-10-23  Richard Henderson  <rth@redhat.com>
8711         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8713         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8715 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8717         PR c++/6579
8718         * g++.dg/parse/stmtexpr3.C: New test.
8720 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8722         * g++.dg/expr/cond1.C: New test.
8724 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8726         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8728 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8730         * g++.dg/abi/vbase13.C: New test.
8731         * g++.dg/abi/vbase14.C: Likewise.
8733 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8735         * gcc.dg/tls/pic-1.c: New test.
8736         * gcc.dg/tls/nonpic-1.c: New test.
8737         * gcc.dg/20021018-1.c: New test.
8739 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8741         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8742         Remove only files with the same base name as the test case.
8743         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8744         (profopt-execute): Likewise.  Also, remove old profiling
8745         and performance data files before running the tests.
8747         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8748         * g++.dg/bprob/bprob.exp: Likewise.
8749         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8750         to allow more general test case names.
8752         * g++.dg/bprob/bprob-1.C: Rename to ...
8753         * g++.dg/bprob/g++-bprob-1.C: ... this.
8755         * g77.dg/bprob/bprob-1.f: Rename to ...
8756         * g77.dg/bprob/g77-bprob-1.f: ... this.
8758 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8760         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8761         bison 1.50 or later.
8763 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8765         * g++.dg/README: Describe more test directories.
8767 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8769         * g++.dg/init/array6.C: Add additional tests.
8771 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8773         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8774         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8776 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8778         * gcc.c-torture/compile/20020604-1.x: New.
8779         * gcc.c-torture/compile/simd-5.x: Likewise.
8780         * gcc.c-torture/execute/920710-1.x: Likewise.
8781         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8783 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8785         * g++.dg/inherit/override1.C: Add dg-options clause.
8787 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8789         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8790         _mm_slli_si128.
8792 2002-10-19  Andreas Schwab  <schwab@suse.de>
8794         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8795         directory component.
8797 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8799         * g++.dg/inherit/thunk1.C: New test.
8801         * g++.dg/inherit/override1.C: New test.
8803         * g++.dg/abi/mangle11.C: New test.
8804         * g++.dg/abi/mangle14.C: New test.
8805         * g++.dg/abi/mangle17.C: New test.
8807 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8809         * g++.dg/overload/member2.C: New test.
8811 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8813         * g++.dg/README: Describe new compat directory.
8814         * g++.dg/dg.exp: Skip tests in compat directory.
8815         * README.compat: New file.
8816         * lib/compat.exp: New expect script.
8817         * g++.dg/compat: New test directory.
8818         * g++.dg/compat/compat.exp: New expect script.
8819         * g++.dg/compat/abi: New test directory.
8820         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8821         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8822         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8823         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8824         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8825         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8826         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8827         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8828         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8829         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8830         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8831         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8832         * g++.dg/compat/break: New test directory.
8833         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8834         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8835         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8836         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8837         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8838         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8839         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8840         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8841         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8842         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8843         g++.dg/compat/break/README: New files.
8844         * g++.dg/compat/eh: New test directory.
8845         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8846         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8847         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8848         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8849         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8850         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8851         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8852         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8853         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8854         g++.dg/compat/eh/filter2_y.C,
8855         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8856         g++.dg/compat/eh/new1_y.C,
8857         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8858         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8859         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8860         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8861         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8862         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8863         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8864         g++.dg/compat/eh/unexpected1_y.C: New files.
8865         * g++.dg/compat/init: New test directory.
8866         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8867         g++.dg/compat/init/array5_y.C,
8868         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8869         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8870         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8871         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8872         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8873         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8874         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8875         g++.dg/compat/init/init-ref2_y.C: New files.
8877 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8879         PR c++/7584
8880         * g++.dg/inherit/using3.C: New test.
8882 2002-10-17  Jan Hubicka  <jh@suse.cz>
8884         * gcc.dg/20021017-2.c: New test.
8886 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8888         * g++.dg/abi/mangle16.C: Adjust.
8890         * g++.dg/init/array8.C: New test.
8892 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8894         * gcc.dg/special/mips-abi.exp: New test.
8895         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8897 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8899         * g++.dg/abi/mangle16.C: New test.
8900         * g++.dg/abi/mangle17.C: Likewise.
8902         PR c++/7478
8903         * g++.dg/template/ref1.C: New test.
8905 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8907         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8909 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8911         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8913 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8915         PR c++/7524
8916         * g++.dg/init/array7.C: New test.
8918 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8920         * g++.dg/init/array6.C: New test.
8922         * g++.dg/abi/mangle13.C: Likewise.
8923         * g++.dg/abi/mangle14.C: Likewise.
8924         * g++.dg/abi/mangle15.C: Likewise.
8926 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8928         * g++.dg/abi/empty8.C: New test.
8930 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8932         * g++.dg/init/ctor1.C: New test.
8934 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8936         * gcc.c-torture/execute/20021015-1.c: New test.
8938 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8940         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8942 2002-10-14  Jan Hubicka  <jh@suse.cz>
8944         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8946 2002-10-14  Richard Henderson  <rth@redhat.com>
8948         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8950 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8952         PR optimization/6631
8953         * g++.dg/opt/const2.C: New test.
8955 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8957         PR c++/7176
8958         * g++.dg/parse/friend1.C: New test.
8959         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8961 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8963         * gcc.dg/20021014-1.c: New test.
8965 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8967         PR c++/5661
8968         * g++.dg/ext/vlm1.C: New test.
8969         * g++.dg/ext/vlm2.C: Likewise.
8971         * g++.dg/init/array1.C: Remove invalid braces.
8972         * g++.dg/init/brace1.C: New test.
8973         * g++.dg/init/copy2.C: Likewise.
8974         * g++.dg/init/copy3.C: Likewise.
8975         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8976         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8977         braces.
8979 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8981         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8983 2002-10-11  Richard Shann  <richard.shann@superh.com>
8985         * gcc.c-torture/compile/simd-5.c: New test.
8987 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8989         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8991 2002-10-10  Jim Wilson  <wilson@redhat.com>
8993         * gcc.c-torture/execute/20021010-1.c: New test.
8995 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8997         PR c/7353
8998         * g++.dg/ext/typedef-init.C: New test.
8999         * gcc.dg/typedef-init.c: New test.
9001 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
9003         * gcc.dg/cpp/paste13.c: New test.
9005 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9007         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
9008         remaining platforms, XFAIL during compile, not execute.  Don't
9009         XFAIL at -O0.
9011 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
9013         * gcc.dg/alias-1.c: Tweak expected warning.
9015 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
9017         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
9019 2002-10-06  Andreas Jaeger  <aj@suse.de>
9021         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
9022         * gcc.dg/cpp/c++98.C: Likewise.
9024         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
9025         * g++.dg/cpp/c++98.C: Likewise.
9027         * g++.dg/README (Subdirectories): Mention cpp directory.
9029         PR target/7559
9030         * gcc.dg/20021006-1.c: New test.
9032 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9034         PR c++/7804
9035         * g++.dg/other/warning1.C: New test.
9037 2002-10-04  Roger Sayle  <roger@eyesopen.com>
9039         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
9040         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
9041         and sparc-*-* with -m64 as expected failures.  See PR 8087.
9043 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
9045         PR c++/7931
9046         * g++.dg/template/ptrmem3.C: New test.
9048         PR c++/7754
9049         * g++.dg/template/union1.C: New test.
9051 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
9053         PR c++/8006
9054         * g++.dg/abi/mangle9.C: New test.
9055         * g++.dg/abi/mangle10.C: New test.
9056         * g++.dg/abi/mangle11.C: New test.
9057         * g++.dg/abi/mangle12.C: New test.
9059 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
9061         PR c++/7188.
9062         * g++.dg/template/meminit1.C: New test.
9063         * g++.dg/warn/Wreorder-1.C: Likewise.
9064         * g++.old-deja/g++.mike/warn3.C: Tweak.
9065         * lib/prune.exp: Ingore "in copy constructor".
9067 2002-10-02  Andreas Jaeger  <aj@suse.de>
9069         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
9070         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
9071         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
9072         on x86-64.
9074 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
9076         * gcc.dg/empty1.C: Fix typo.
9078 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
9080         * gcc.dg/alias-1.c: New test.
9082 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
9084         * gcc.dg/empty1.C: New test.
9086         * g++.dg/tls/init-2.C: Tweak error messages.
9088 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9090         * gcc.c-torture/compile/20020923-1.c: New test.
9092 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
9094         * gcc.c-torture/execute/ffs-1.c: New test.
9095         * gcc.c-torture/execute/ffs-2.c: Ditto.
9097 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
9099         * g++.dg/overload/member1.C: New test.
9101 2002-09-30  Mark Mitchell  <mark@code
9103 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9105         * testsuite/gcc.dg/tls/diag-3.c: New.
9107 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9109         * g++.dg/README (Subdirectories): Document new subdir expr.
9110         * g++.dg/expr/pmf-1.C: New test.
9112 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9114         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9116 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9118         * g++.dg/abi/bitfield3.C: New test.
9120 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9122         * lib/gcov.exp: Tweak expected line formats.
9123         * gcc.misc-tests/gcov8.c: New test.
9124         * gcc.misc-tests/gcov8.x: New flags.
9126 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9128         * consistency.vlad/layout/endian.c: Include string.h.
9130         * gcc.c-torture/execute/20020805-1.c: New test.
9132 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9134         * g++.dg/other/conversion1.C: New test.
9136 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9138         * gcc.dg/builtins-1.c: New testcase.
9140 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9142         * g++.dg/inherit/access3.C: New test.
9144 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9146         * gcc.dg/ia64-visibility-2.c: New test.
9148 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9150         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9151         __qualifier_flags to __flags.
9153 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9155         * g++.dg/inherit/operator1.C: New test.
9156         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9157         * g++.dg/other/error1.C: Change expected error message.
9158         * g++.dg/template/conv4.C: Likewise.
9160 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9162         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9163         for documented behavior.
9165 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9167         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9168         several targets known to fail.
9170 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9172         * gcc.dg/mips-args-[123].c: New tests.
9174 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9176         * gcc.dg/ppc-spe.c: New.
9178 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9180         * g++.dg/other/ptrmem4.C: New testcase.
9182 2002-07-24  Richard Henderson  <rth@redhat.com>
9184         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9186 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9188         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9190 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9192         * gcc.c-torture/execute/memset-3.c: New testcase.
9194 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9196         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9197         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9199 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9201         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9202         Delete.
9204 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9206         * gcc.c-torture/compile/simd-4.c: New test.
9208 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9210         PR c++/7347, c++/7348
9211         * g++.dg/template/access4.C: New test.
9212         * g++.dg/template/access5.C: New test.
9213         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9214         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9215         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9216         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9218 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9220         * gcc.dg/gnu89-init-2.c: New test.
9222 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9224         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9226 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9228         * gcc.c-torture/execute/20020720-1.c: New testcase.
9230 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9232         * gcc.dg/cpp/Wsignprom.c: New tests.
9234 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9236         * gcc.c-torture/execute/loop-13.c: New test.
9238 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9240         * gcc.dg/cpp/expr.c: New tests.
9242 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9244         * g++.dg/opt/pr6713.C: Add template instantiation.
9246 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9248         * gcc.dg/nest.c: New test.
9250 2002-07-17  Richard Henderson  <rth@redhat.com>
9252         * g++.dg/opt/pr6713.C: New test.
9254 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9256         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9257         XFAIL for all x86 processors.
9259 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9261         * gcc.c-torture/execute/20010122-1.x: Do not test with
9262         -fomit-frame-pointer.
9264 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9266         * g++.dg/template/instantiate2.C: New test.
9267         * g++.dg/template/spec4.C: New test.
9269 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9271         * g++.dg/template/access2.C: New test.
9272         * g++.dg/template/access3.C: New test.
9274 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9276         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9277         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9278         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9279         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9280         Convert to use <stdarg.h>.
9281         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9282         Delete.
9283         * gcc.dg/va-arg-2.c: New.
9284         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9286 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9288         * gcc.c-torture/compile/20020710-1.c: New test.
9290 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9291                           Andrew Pinski  <pinskia@physics.uc.edu>
9293         gcc.c-torture/compile/simd-2.c: New testcase.
9294         gcc.c-torture/compile/simd-3.c: Likewise.
9296 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9298         PR c++/7224
9299         * g++.dg/overload/error1.C: New test.
9301 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9303         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9304         configuration and IRIX 6 O32 ABI.
9306 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9308         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9310 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9312         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9314 2002-07-10  Jeffrey A Law  <law@redhat.com>
9316         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9318         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9320 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9322         * gcc.dg/20020312-2.c: Check for __PPC__.
9324 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9326         * gcc.c-torture/compile/20020709-1.c: New test.
9328 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9330         * g++.dg/template/qualttp21.C: New test case.
9332 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9334         * gcc.c-torture/compile/20020706-1.c: New test.
9335         * gcc.c-torture/compile/20020706-2.c: New test.
9337 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9338             Alexandre Oliva  <aoliva@redhat.com>
9340         * g++.dg/warn/incomplete1.C: New test.
9342 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9344         PR c++/7099
9345         * g++.dg/warn/noreturn1.C: New test.
9347 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9349         PR c++/6706
9350         * g++.dg/debug/debug6.C: New test.
9351         * g++.dg/debug/debug7.C: New test.
9353 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9355         * gcc.c-torture/compile/simd-3.c: New test.
9357 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9359         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9360         * gcc.dg/20020620-1.c: Likewise.
9362 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9364         PR c++/6944
9365         * g++.dg/init/array4.C: New test.
9366         * g++.dg/init/array5.C: New test.
9368 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9370         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9371         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9373 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9375         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9376         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9377         * gcc.dg/wtr-conversion-1.c: Likewise.
9378         * gcc.dg/wtr-escape-1.c: Likewise.
9379         * gcc.dg/wtr-int-type-1.c: Likewise.
9380         * gcc.dg/wtr-label-1.c: Likewise.
9381         * gcc.dg/wtr-static-1.c: Likewise.
9382         * gcc.dg/wtr-strcat-1.c: Likewise.
9383         * gcc.dg/wtr-suffix-1.c: Likewise.
9384         * gcc.dg/wtr-switch-1.c: Likewise.
9385         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9386         * gcc.dg/wtr-union-init-1.c: Likewise.
9387         * gcc.dg/wtr-union-init-2.c: Likewise.
9388         * gcc.dg/wtr-union-init-3.c: Likewise.
9390         * gcc.dg/wtr-func-def-1.c: New test.
9392 2002-07-02 Devang Patel <dpatel@apple.com>
9394         * objc.dg/param-1.m: New test.
9396 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9398         * gcc.dg/cpp/trad/directive.c: Add test.
9399         * gcc.dg/cpp/trad/macroargs.c: Add test.
9400         * gcc.dg/cpp/trad/rec
9402 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9404         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9406 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9408         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9409         targets.
9411 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9413         * g++.dg/abi/mange7.C: New test.
9415         PR c++/6438.
9416         * g++.dg/parse/stmtexpr2.C: New test.
9418 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9420         * gcc.dg/20020312-2.c: Add SH target.
9422 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9424         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9425         compiler output on mips*-*-irix*.
9427 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9429         * g++.dg/parse/attr1.C: New test.
9431 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9433         * gcc.c-torture/execute/string-opt-17.c: New test case.
9434         * gcc.c-torture/execute/memset-2.c: New test case.
9436 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
9438         PR c++/6256:
9439         * g++.dg/template/friend5.C: New test.
9441         PR c++/6331:
9442         * g++.dg/template/qual1.C: Likewise.
9444 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
9446         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9447         Include stdlib.h, not stdio.h or ctype.h.
9449 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
9451         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9452         cris-*-elf* and mmix-*-*.
9453         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9454         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9455         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9456         Ditto.
9457         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9458         * gcc.dg/wchar_t-1.c: Ditto.
9460 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
9462         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9463         Clarify comment.
9465 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
9467         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9469 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9471         * gcc.c-torture/execute/20000906-1.x: Delete.
9473 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
9475         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9477 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
9479         * PR6367
9480         * g77.f-torture/execute/6367.f: New test.
9481         * g77.f-torture/execute/6367.x: Disable for MMIX.
9483 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9485         * PR6352
9486         * g++.dg/opt/inline2.C: New test.
9488 2002-04-18  Richard Henderson  <rth@redhat.com>
9490         * gcc.dg/20000906-1.c: Enable for all targets.
9491         * gcc.c-torture/compile/iftrap-2.c: New.
9493 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9495         * gcc.dg/20020418-1.c: New test.
9496         * gcc.dg/20020418-2.c: New test.
9498 2002-04-18  Richard Henderson  <rth@redhat.com>
9500         * gcc.c-torture/compile/iftrap-1.c: New.
9501         * gcc.dg/iftrap-1.c: Adjust for ia64.
9502         * gcc.dg/iftrap-2.c: New.
9504 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9506         * gcc.c-torture/compile/20020418-1.c: New test.
9508 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9510         * gcc.c-torture/compile/20020415-1.c: New.
9512 2002-04-18  David S. Miller  <davem@redhat.com>
9514         * gcc.c-torture/execute/20020418-1.c: New test.
9516 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9518         * gcc.dg/20020416-1.c: New test.
9520         * g++.dg/opt/inline1.C: New test.
9522 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9524         * gcc.dg/altivec-5.c: New test.
9526         * gcc.dg/20020415-1.c: New test.
9528 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9530         * testsuite/lib/chill.exp: Remove.
9532 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
9534         * g++.dg/other/big-struct.C: New test.
9536 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
9538         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9539         of scratch file.
9541 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
9543         PR c/6277
9544         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
9545         in scan-assembler function name
9547 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
9549         * g77.f-torture/execute/980628-4.x,
9550         g77.f-torture/execute/980628-5.x,
9551         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9552         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9553         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9554         i[34567]86-*-*.
9556 2002-04-13  David S. Miller  <davem@redhat.com>
9558         * gcc.c-torture/execute/20020413-1.c: New test.
9560 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9562         * gcc.dg/asm-6.c,
9563         * g++.dg/ext/asm1.C: New tests.
9565 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9567         PR c++ 5373.
9568         * g++.dg/parse/stmtexpr1.C: New test.
9570         PR c++/5189.
9571         * g++.dg/template/copy1.C: New test.
9573 2002-04-12  Richard Henderson  <rth@redhat.com>
9575         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9577 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
9579         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9580         gcc.c-torture/execute/20020307-2.c.
9582 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
9584         * g++.dg/ext/attrib5.C,
9585         * g++.dg/lookup/struct1.C: New tests.
9587 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9589         * gcc.dg/20020411-1.c: New test.
9591         * gcc.c-torture/execute/20020411-1.c: New test.
9593 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
9595         * g77.f-torture/execute/6177.f: New test.
9597 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
9599         PR middle-end/6247
9600         * g++.dg/opt/cleanup1.C: New test.
9602         * g++.dg/opt/const1.C: New test.
9604 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
9606         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9608 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9610         PR c++/5507
9611         * g++.dg/template/typename2.C: New test.
9613 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9615         * gcc.c-torture/execute/loop-12.c: New.
9617 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
9619         * g77.f-torture/execute/980628-4.x,
9620         g77.f-torture/execute/980628-5.x,
9621         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9622         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9623         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9625 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9627         PR optimization/6086
9628         * g++.dg/opt/preinc1.C: New test.
9630 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9632         PR c++/5571
9633         * g++.dg/opt/static2.C: New test.
9635 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9637         PR c/5120
9638         * gcc.dg/20020406-1.c: New test.
9640 2002-04-04  David S. Miller  <davem@redhat.com>
9642         * gcc.c-torture/execute/20020404-1.c: New test.
9644 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9646         PR c/6123
9647         * gcc.dg/20020312-2.c: Do not declare global register variable
9648         if __PIC__ or __pic__ is defined.
9650 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
9652         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
9653         __asm__ so that it works correctly even if -ansi -pedantic-errors.
9655 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9657         * gcc.misc-tests/linkage.exp: Update last change to handle
9658         sparc*-, not just sparc-.
9660 2002-04-03  Richard Henderson  <rth@redhat.com>
9662         * gcc.dg/cpp/ucs.c: Improved long UCS test.
9664 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9666         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9668 2002-04-02  David S. Miller  <davem@redhat.com>
9670         * gcc.c-torture/execute/20020402-3.c: New test.
9672 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9674         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9675         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9677         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9678         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9679         g77.f-torture/execute/20001201.x,
9680         g77.f-torture/execute/u77-test.x: New files.
9682         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9683         * gcc.dg/wchar_t-1.c: Ditto.
9685 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9687         * gcc.c-torture/execute/20020402-1.c: New test.
9689 2002-04-01  Richard Henderson  <rth@redhat.com>
9691         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9693         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9695 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9697         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9699 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9701         * g++.dg/inherit/template-as-base.C: Expect error.
9702         * g++.dg/inherit/namespace-as-base.C: Likewise.
9704 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9706         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9707         g++.dg/ext/instantiate3.C: Tweak match patterns.
9709         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9710         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9711         -da test.
9713 2002-03-31  Richard Henderson  <rth@redhat.com>
9715         * gcc.dg/special/alias-2.c: New.
9716         * gcc.dg/special/ecos.exp: Run it.
9718 2002-03-31  Richard Henderson  <rth@redhat.com>
9720         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9722 2002-03-31  Kazu Hirata  <kazu@hxi.com>
9724         * gcc.dg/weak-1.c: Disable on h8300 port.
9726 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
9728         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9729         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9730         ordering tests.
9731         * g++.dg/bprob/bprob-1.C: New test.
9732         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9733         * g++.dg/gcov/gcov-1.C: New test.
9734         * g++.dg/gcov/gcov-1.x: New file.
9735         * g++.dg/gcov/gcov-2.C: New test.
9736         * g++.dg/gcov/gcov-3.C: New test.
9737         * g++.dg/gcov/gcov-3.h: New file.
9739 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9741         * g++.old-deja/g++.other/builtins5.C: New test.
9742         * g++.old-deja/g++.other/builtins6.C: New test.
9743         * g++.old-deja/g++.other/builtins7.C: New test.
9744         * g++.old-deja/g++.other/builtins8.C: New test.
9745         * g++.old-deja/g++.other/builtins9.C: New test.
9747 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9749         * g++.dg/opt/static1.C: New test.
9751         * g++.dg/opt/longbranch1.C: New test.
9753 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9755         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9757         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9759 2002-03-28  Jeffrey A Law  (law@redhat.com)
9761         * gcc.c-torture/execute/20020328-1.c: New test.
9763 2002-03-27  Richard Henderson  <rth@redhat.com>
9765         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9766         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9767         move from g++.old-deja/g++.ext/.
9769 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9771         * g++.dg/init/new2.C: New test.
9773 2002-03-26  Richard Henderson  <rth@redhat.com>
9775         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9777         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9778         on sparc.
9780         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9781         sparcv9 systems.
9782         * gcc.dg/20001102-1.c: Likewise.
9784 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9786         * gcc.dg/cpp/endif-pedantic1.c,
9787         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9789 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9791         * g++.dg/init/new1.C: New test.
9793 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9795         * g++.dg/abi/vbase9.C: New test.
9797 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9799         * gcc.dg/arm-asm.c: New test.
9801 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9803         * gcc.dg/Wswitch-enum.c: New test.
9804         Fix PR c/5044.
9806 2002-03-26  Richard Henderson  <rth@redhat.com>
9808         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9809         structure.
9811 2002-03-25  Richard Henderson  <rth@redhat.com>
9813         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9814         sparcv9 systems.
9816         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9817         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9819 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9821         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9823 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9825         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9826         targets using generic thunk support.
9828 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9830         * gcc.c-torture/compile/20020323-1.c: New test.
9832         * g++.dg/opt/conj2.C: New test.
9834 2002-03-24  Richard Henderson  <rth@redhat.com>
9836         * gcc.dg/weak-1.c: Use -fno-common.
9838 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9840         * g77.dg/f77-edit-apostrophe-out.f: New test
9841         * g77.dg/f77-edit-h-out.f: New test
9842         * g77.dg/f77-edit-t-in.f: New test
9843         * g77.dg/f77-edit-t-out.f: New test
9844         * g77.dg/f77-edit-x-out.f: New test
9845         * g77.dg/f77-edit-slash-out.f: New test
9846         * g77.dg/f77-edit-colon-out.f: New test
9847         * g77.dg/f77-edit-s-out.f: New test
9849 2002-03-24  Richard Henderson  <rth@redhat.com>
9851         * objc/execute/formal_protocol-6.x: New XFAIL.
9853 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9855         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9856         that do not support weak symbols
9858 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9860         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9861         * lib/g77.exp:  Likewise
9862         * lib/objc.exp: Likewise
9864 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9866         * gcc.dg/Wswitch-default.c: New test.
9868 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
9870         * g++.dg/other/enum1.C: New test.
9872 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
9874         * gcc.dg/pragma-ep-3.c: Fix typo.
9876 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9878         * g++.dg/inherit/template-as-base.C: New test.
9880 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
9882         * g++.old-deja/g++.other/dwarf2-1.C: Move...
9883         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
9885 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9887         * gcc.dg/cpp/multiline.c: Update to match.
9889 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
9891         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9893 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
9895         * gcc.dg/cpp/extratokens2.c:  New file.
9897 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
9899         * gcc.dg/20020312-2.c: Add rs6000 target.
9901         * gcc.c-torture/compile/20020319-1.c: New test.
9903 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9905         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9906         (A, E): Handle this.
9908 2002-03-20  Jason Merrill  <jason@redhat.com>
9910         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9911         ignoring -fpic.
9912         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9913         through prune_gcc_output.
9915 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
9917         * gcc.c-torture/compile/20020320-1.c: New test.
9919 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
9921         * gcc.c-torture/compile/20020318-1.c: New test.
9923         * gcc.dg/struct-by-value-1.c: New test.
9925         * gcc.dg/20020319-1.c: New test.
9927 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
9929         * g++.dg/opt/conj1.C: New test.
9931 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
9933         * g++.dg/template/qualttp20.C: Revert previous change.
9934         * g++.dg/template/qualttp3.C: Likewise.
9935         * g++.dg/template/qualttp4.C: Likewise
9936         * g++.dg/template/qualttp5.C: Likewise
9937         * g++.dg/template/qualttp6.C: Likewise
9938         * g++.dg/template/qualttp7.C: Likewise
9939         * g++.dg/template/qualttp8.C: Likewise
9940         * g++.dg/template/recurse.C: Likewise.
9942 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9944         * gcc.dg/cpp/wchar-1.c: Update.
9946 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
9948         * g++.dg/template/conv1.C: New test.
9949         * g++.dg/template/conv2.C: New test.
9950         * g++.dg/template/conv3.C: New test.
9951         * g++.dg/template/conv4.C: New test.
9953 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9955         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
9956         * g++.dg/template/qualttp3.C: Likewise.
9957         * g++.dg/template/qualttp4.C: Likewise
9958         * g++.dg/template/qualttp5.C: Likewise
9959         * g++.dg/template/qualttp6.C: Likewise
9960         * g++.dg/template/qualttp7.C: Likewise
9961         * g++.dg/template/qualttp8.C: Likewise
9962         * g++.dg/template/recurse.C: Likewise.
9964 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9966         * g++.dg/opt/dtor1.C: New test.
9968 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
9970         * gcc.c-torture/compile/20020315-1.c: New test.
9972 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
9974         * gcc.dg/weak-1.c: Fix scan tests.
9976 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
9978         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
9979         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
9980         cris-*-aout* mmix-*-*.
9981         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
9982         cris-*-aout* mmix-*-*.
9983         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
9984         cris-*-elf* cris-*-aout* and mmix-*-*.
9985         * gcc.dg/20001009-1.c: Ditto.
9986         * gcc.dg/20010912-1.c: Ditto.
9987         * gcc.dg/20020122-4.c: Ditto.
9988         * gcc.dg/inline-2.c: Ditto.
9990 2002-03-14  Jeffrey A Law  (law@cygnus.com)
9992         * gcc.c-torture/compile/20020314-1.c: New test.
9994 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
9996         * gcc.c-torture/execute/20020314-1.c: New test.
9998 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10000         * g++.dg/warn/Wunused-1.C: New test.
10002 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10004         * g++.dg/abi/mangle6.C: New test.
10006 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10008         * gcc.c-torture/compile/20020309-2.c: New test.
10010         * gcc.c-torture/compile/20020312-1.c: New test.
10012 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10014         * g++.dg/other/access1.C: New test.
10016 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10018         * gcc.c-torture/execute/wchar_t-1.c: New test.
10020 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10022         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10024 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10026         * gcc.dg/20020312-1.c: New test case.
10028 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10030         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10032 2002-03-11  Richard Henderson  <rth@redhat.com>
10034         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10035         * g++.old-deja/g++.jason/report.C: Likewise.
10037 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10039         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10040         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10042 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10044         * testsuite/g++.dg/overload/pmf1.C: New test.
10046 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10048         * gcc.c-torture/execute/20020307-1.c: Use long.
10050 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10052         PR optimization/5844
10053         * gcc.dg/20020310-1.c: New test.
10055 2002-03-09  Michael Meissner  <meissner@redhat.com>
10057         * gcc.c-torture/execute/memcpy-2.c: New test.
10058         * gcc.c-torture/execute/memset-1.c: New test.
10059         * gcc.c-torture/execute/strlen-1.c: New test.
10060         * gcc.c-torture/execute/strcmp-1.c: New test.
10061         * gcc.c-torture/execute/strncmp-1.c: New test.
10063 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10065         * gcc.dg/ppc-ldstruct.c: New test.
10067 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10069         * gcc.c-torture/execute/va-arg-22.c: New test.
10071 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10073         * gcc.c-torture/compile/20020309-1.c: New test.
10075 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10077         * gcc.c-torture/execute/20020307-2.c: New test.
10079 2002-03-07  Jeffrey A Law  (law@redhat.com)
10081         * g77.f-torture/compile/20020307-1.f: New test.
10083 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10085         * gcc.dg/unordered-1.c: New test.
10087 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10089         * gcc.c-torture/execute/20020307-1.c: New test.
10091 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10093         * gcc.dg/20020304-1.c: New test.
10095         * gcc.c-torture/compile/20020304-2.c: New test.
10097 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10099         * gcc.c-torture/compile/20020304-1.c: New test case
10100         (from PR c/5830).
10102 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10104         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10106 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10108         * g++.dg/other/classkey1.C: New test.
10110 2002-03-01  Richard Henderson  <rth@redhat.com>
10112         * gcc.c-torture/compile/981223-1.x: New.
10113         * gcc.c-torture/compile/920625-1.x: New.
10115 2002-02-28  Richard Henderson  <rth@redhat.com>
10117         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10119 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10121         * gcc.c-torture/execute/20020227-1.c: New test.
10123 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10125         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10126         here" ERROR lines.
10127         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10128         * g++.old-deja.g++.other/defarg1.C: Likewise.
10129         * g++.old-deja/g++.pt/calls2.C: Likewise.
10130         * g++.old-deja/g++.pt/crash20.C: Likewise.
10131         * g++.old-deja/g++.pt/crash30.C: Likewise.
10132         * g++.old-deja/g++.pt/crash36.C: Likewise.
10133         * g++.old-deja/g++.pt/crash6.C: Likewise.
10134         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10135         * g++.old-deja/g++.pt/derived3.C: Likewise.
10136         * g++.old-deja/g++.pt/error1.C: Likewise.
10137         * g++.old-deja/g++.pt/friend21.C: Likewise.
10138         * g++.old-deja/g++.pt/friend23.C: Likewise.
10139         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10140         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10142 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10144         * gcc.c-torture/execute/20020225-2.c: New test.
10146 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10148         * gcc.c-torture/execute/920730-1t.c,
10149         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10150         Delete test cases, only relevant to -traditional.
10152 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10154         * gcc.dg/cpp/undef1.c: Remove.
10155         * gcc.dg/cpp/directiv.c: Update.
10156         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10158 2002-02-27  Michael Meissner  <meissner@redhat.com>
10160         * gcc.c-torture/execute/20020226-1.c: New test.
10162 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10164         * g++.dg/debug/debug4.C: New test.
10166         * gcc.dg/ia64-visibility-1.c: New test.
10168 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10170         * gcc.dg/debug/20020224-1.c: New.
10172 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10174         * gcc.c-torture/execute/960416-1.x: New.
10175         * gcc.c-torture/execute/divconst-3.x: Likewise.
10177 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10179         * gcc.dg/20020224-1.c: New test.
10181 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10183         * gcc.c-torture/execute/20020225-1.c: New.
10185 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10187         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10189 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10191         * gcc.dg/20020222-1.c: New test.
10193 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10195         * g++.dg/opt/anonunion1.C: New test.
10197 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10199         * g++.dg/template/qualttp19.C: New test.
10200         * g++.dg/template/qualttp20.C: New test.
10201         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10202         * g++.old-deja/g++.other/qual1.C: Likewise.
10204 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10206         * gcc.dg/attr-alwaysinline.c: New.
10208 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10210         * gcc.dg/20020220-1.c: New test.
10212         * gcc.dg/20020220-2.c: New test.
10214         * g++.dg/opt/mmx1.C: New test.
10216 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10218         * gcc.c-torture/compile/20020110.c: New test.
10220 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10222         * gcc.c-torture/execute/20020219-1.c: New test.
10224         * gcc.dg/20020219-1.c: New test.
10226         * gcc.dg/noncompile/20020220-1.c: New test.
10228         * g++.dg/opt/ptrintsum1.C: New test.
10230         * gcc.dg/debug/20020220-1.c: New test.
10232 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10234         * gcc.c-torture/execute/20020216-1.c: New test.
10236 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10238         * gcc.dg/decl-1.c: Update, new test.
10240 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10242         * g++.dg/abi/bitfield1.C: New test.
10243         * g++.dg/abi/bitfield2.C: New test.
10245 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10247         * gcc.dg/attr-nest.c: New test.
10249 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10251         * gcc.c-torture/execute/20020215-1.c: New test.
10253 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10255         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10256         * g++.dg/debug/debug.exp: New.
10257         * g++.dg/debug/trivial.C: New.
10258         * g++.dg/debug/debug1.C: Moved...
10259         * g++.dg/other/debug1.C: ...from here.
10260         * g++.dg/debug/debug2.C: Moved...
10261         * g++.dg/other/debug2.C: ...from here.
10262         * g++.dg/debug/debug3.C: Moved...
10263         * g++.dg/other/debug3.C: ...from here.
10265         * gcc.dg/noncompile/20020213-1.c: New test.
10267 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10269         * g++.dg/other/debug3.C: New test.
10271         * gcc.c-torture/execute/20020213-1.c: New test.
10273 2002-02-13  Richard Smith <richard@ex-parrot.com>
10275         * g++.old-deja/g++.other/thunk1.C: New test.
10277 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10279         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10281 2002-02-13  Stan Shebs  <shebs@apple.com>
10283         * gcc.dg/altivec-3.c: New.
10285 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10287         * gcc.dg/Wunreachable-1.c: New test.
10288         * gcc.dg/Wunreachable-2.c: New test.
10290 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10292         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10294 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10296         * gcc.dg/decl-1.c: New test.
10298 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10300         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10302 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10304         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10305         * gcc.c-torture/compile/980506-1.x: Likewise.
10307 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10309         * gcc.dg/20020210-1.c: New.
10311 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10313         * g77.f-torture/execute/947.f: New regression test
10314         for PR fortran/947.
10316 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10318         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10319         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10321 2002-02-08  Richard Henderson  <rth@redhat.com>
10323         * gcc.c-torture/compile/labels-3.c: New.
10325 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10327         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10328         expression statements work instead.
10329         * gcc.dg/noncompile/20020207-1.c: New test.
10331 2002-02-07  Richard Henderson  <rth@redhat.com>
10333         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10335 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10337         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10338         message from g77
10339         * lib/g77-dg.exp: Trim g77 error messages so that they are
10340         recognized by dg.exp.
10342 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10344         PR fortran/5473
10345         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10347 2002-02-07  Richard Henderson  <rth@redhat.com>
10349         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10350         to be sufficiently aligned for integers.
10352 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10354         * g++.dg/template/friend4.C: New test.
10356 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10358         PR fortran/5743
10359         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10360         unsupported cases.
10362 2002-02-07  Richard Henderson  <rth@redhat.com>
10364         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10365         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10366         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10367         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10369 2002-02-06  Richard Henderson  <rth@redhat.com>
10371         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10373 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10375         * gcc.dg/20020206-1.c: New test.
10377 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10379         * gcc.c-torture/execute/20020206-1.c: New test.
10381         * gcc.c-torture/execute/20020206-2.c: New test.
10383         PR optimization/5429:
10384         * gcc.c-torture/compile/20020206-1.c: New test.
10386 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10388         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10389         as certain file formats cannot support particularly large
10390         alignments.
10392         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10393         and do not expect to be able to link the executable.
10395         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10396         fail because the COFF format does not support the weak attribute.
10398 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10400         * g77.dg/pr5473.f:  New test
10402 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10404         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10405         Fix testcase accordingly.
10407 2002-02-04  Richard Henderson  <rth@redhat.com>
10409         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10410         (buf): Change to be an array of pointers, not ints.
10412 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10414         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10415         before all tests.  Move warning one line above to match where it
10416         C frontend emits.
10417         * gcc.dg/Wswitch-2.c: New test.
10418         * g++.dg/warn/Wswitch-1.C: New test.
10419         * g++.dg/warn/Wswitch-2.C: New test.
10421 2002-02-04  Richard Henderson  <rth@redhat.com>
10423         * g++.dg/abi/offsetof.C: Fix size comparison.
10425 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10427         * gcc.dg/cast-qual-2.c: New test.
10429 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10431         * gcc.dg/20020201-4.c: New test.
10433 2002-02-04  Ben Elliston  <bje@redhat.com>
10435         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10436         target_info attribute != 0, in addition to the empty string.
10437         (gcc_target_compile): Likewise.
10439 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10441         * gcc.dg/Wswitch.c: New test.
10442         PR gcc/4475. PR gcc/3780.
10444 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
10446         * g77.f-torture/execute/5122.f: New test for regressions
10447         against PR fortran/5122.
10449 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
10451         * g77.f-torture/compile/pr3743.f: Delete
10452         * g77.dg/pr3743-1.f: New test.
10453         * g77.dg/pr3743-2.f: New test.
10454         * g77.dg/pr3743-3.f: New test.
10455         * g77.dg/pr3743-4.f: New test.
10457 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10459         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10461 2002-02-02  Richard Henderson  <rth@redhat.com>
10463         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10464         * gcc.c-torture/execute/bf64-1.c: Likewise.
10466 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10468         * gcc.dg/20020201-2.c: New test.
10470         * gcc.dg/20020201-3.c: New test.
10472         * gcc.c-torture/execute/bitfld-2.c: New test.
10474 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10476         * gcc.dg/bitfld-1.c: Update.
10477         * gcc.dg/bitfld-2.c: Update.
10478         * gcc.c-torture/execute/bitfld-1.x: New.
10480 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10482         * gcc.c-torture/execute/20020201-1.c: New test.
10484 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
10486         PR target/5469
10487         * gcc.dg/20020201-1.c: New test.
10489 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
10491         PR fortran/3743
10492         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10493         * g77.f-torture/compile/pr3743.x: Remove
10495 2002-01-31  Tom Rix  <trix@redhat.com>
10497         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10499 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10501         * gcc.dg/noncompile/20020130-1.c: New test.
10503 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
10505         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
10507 2002-01-29  Richard Henderson  <rth@redhat.com>
10509         * gcc.c-torture/execute/991118-1.c: Cast various constants back
10510         to long long.
10511         * gcc.c-torture/execute/bf64-1.c: Likewise.
10513 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
10515         * gcc.c-torture/execute/20020129-1.c: New test.
10517 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10519         * gcc.c-torture/compile/20000224-1.c: Update.
10520         * gcc.c-torture/execute/bitfld-1.c: New tests.
10521         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10522         * gcc.dg/uninit-A.c: Update.
10524 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
10526         * g++.dg/template/ctor1.C: Add instantiation.
10528 2002-01-28  Paul Koning  <pkoning@equallogic.com>
10530         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10531         argument to __builtin_prefetch to be const ptr.
10533 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
10535         * gcc.c-torture/compile/20020120-1.c: New test.
10537 2002-01-27  Kazu Hirata  <kazu@hxi.com>
10539         * gcc.c-torture/execute/20020127-1.c: New test.
10541 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
10543         * g77.dg/f77-edit-i-in.f: New test
10544         * g77.dg/f77-edit-i-out.f: New test
10546 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
10548         * gcc.dg/debug/debug.exp: New file.
10549         * gcc.dg/debug/trivial.c: New file.
10550         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10551         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10552         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10553         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10554         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10555         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10556         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10557         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10558         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10559         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10560         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10561         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10562         * gcc.dg/20000503-1.c: Removed.
10563         * gcc.dg/20010207-1.c: Removed.
10564         * gcc.dg/20011223-1.c: Removed.
10565         * gcc.dg/20020104-2.c: Removed.
10566         * gcc.dg/debug-1.c: Removed.
10567         * gcc.dg/debug-2.c: Removed.
10568         * gcc.dg/debug-3.c: Removed.
10569         * gcc.dg/debug-4.c: Removed.
10570         * gcc.dg/debug-5.c: Removed.
10571         * gcc.dg/debug-6.c: Removed.
10572         * gcc.dg/dwarf2-1.c: Removed.
10573         * gcc.dg/dwarf2-2.c: Removed.
10575 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
10577         * g++.old-deja/g++.other/eh5.C: New test.
10578         * g++.old-deja/g++.other/sibcall2.C: New test.
10579         * g++.old-deja/g++.other/array9.C: New test.
10580         * g++.old-deja/g++.other/typename2.C: New test.
10581         * g++.old-deja/g++.other/crash60.C: New test.
10582         * g++.old-deja/g++.other/conv9.C: New test.
10583         * g++.old-deja/g++.other/mangle10.C: New test.
10584         * g++.old-deja/g++.other/unchanging1.C: New test.
10585         * g++.old-deja/g++.other/exprstmt1.C: New test.
10586         * g++.old-deja/g++.other/inline23.C: New test.
10587         * g++.old-deja/g++.eh/ia64-1.C: New test.
10588         * g++.old-deja/g++.other/dwarf2-1.C: New test.
10589         * g++.old-deja/g++.other/reload1.C: New test.
10590         * g++.old-deja/g++.other/static20.C: New test.
10591         * g++.old-deja/g++.other/local-alloc1.C: New test.
10592         * g++.old-deja/g++.other/conv8.C: New test.
10593         * g++.old-deja/g++.other/stmtexpr2.C: New test.
10594         * g++.old-deja/g++.other/storeexpr1.C: New test.
10595         * g++.old-deja/g++.other/storeexpr2.C: New test.
10596         * g++.dg/eh/template2.C: New test.
10597         * g++.dg/warn/weak1.C: New test.
10599 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
10601         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10602         Remove first, non-varying, argument.
10604 2002-01-23  Richard Henderson  <rth@redhat.com>
10606         * gcc.dg/inline-2.c: New.
10608         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10609         Add optional target arg.  Check number of arguments.
10610         (scan-assembler-not, scan-assembler-dem): Likewise.
10611         (scan-assembler-dem-not): Likewise.
10613 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10615         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10616         line 12.
10617         * g++.old-deja/g++.brendan/parse3.C,
10618         g++.old-deja/g++.other/crash26.C,
10619         g++.old-deja/g++.other/crash28.C,
10620         g++.old-deja/g++.other/crash29.C,
10621         g++.old-deja/g++.other/crash30.C,
10622         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10624 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
10626         * gcc.dg/20020115-1.c: New.
10628 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
10630         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10632 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
10634         * gcc.dg/20020122-3.c: New.
10636 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10638         * g++.dg/other/gc1.C: New test.
10640 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10642         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10644 2002-01-22  Richard Henderson  <rth@redhat.com>
10646         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10648 2002-01-22  Richard Henderson  <rth@redhat.com>
10650         * gcc.dg/20020122-4.c: New.
10652 2002-01-22  H.J. Lu <hjl@gnu.org>
10654         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10655         link output.
10656         * gcc.dg/special/ecos.exp: Likewise.
10657         * lib/g++-dg.exp: Likewise.
10658         * lib/g77-dg.exp: Likewise.
10659         * lib/gcc-dg.exp : Likewise.
10660         * lib/mike-g++.exp: Likewise.
10661         * lib/mike-g77.exp: Likewise.
10662         * lib/mike-gcc.exp: Likewise.
10663         * lib/objc-dg.exp: Likewise.
10665 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
10667         PR target/5379
10668         * gcc.dg/20020122-2.c: New test.
10670 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
10672         * gcc.dg/20020122-1.c: New test.
10674 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
10676         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10678 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
10680         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10682 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10684         * gcc.c-torture/compile/20020121-1.c: New test.
10686 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10688         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10689         ld_library_path.
10691 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
10693         * gcc.dg/20020218-1.c: New test.
10695 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
10697         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10698         messages
10699         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10700         "At global scope" warning
10701         * g++.dg/ext/align1.C: Change cygwin test for alignment
10702         from db-bogus to dg-warning
10704 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
10706         * g77.f-torture/compile/cpp2.F: New test.
10708 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10710         * g++.dg/template/access1.C: New test.
10712 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
10714         * gcc.dg/20020118-1.c: New.
10716 2002-01-18  Kazu Hirata  <kazu@hxi.com>
10718         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10720 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10722         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10723         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10724         alignment warnings.
10726 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10728         * gcc.misc-tests/i386-prefetch.exp: Save and restore
10729         torture_with_loops and torture_without_loops
10731 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10733         * gcc.c-torture/compile/20020116-1.c: New test.
10735 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10737         * gcc.dg/20020116-2.c: New test.
10739         * gcc.dg/ultrasp4.c: New test.
10741         * gcc.dg/20020116-1.c: New test.
10743 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10745         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10746         by EABI.
10748 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10750         * gcc.misc-tests/i386-prefetch.exp: New.
10751         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10752         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10753         * gcc.misc-tests/i386-pf-none-1.c: New test.
10754         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10756 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10758         * gcc.dg/gnu89-init-1.c: Add new tests.
10760 2002-01-15  Andreas Jaeger  <aj@suse.de>
10762         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10763         * gcc.dg/i386-mmx-2.c: Likewise.
10764         * gcc.dg/i386-sse-1.c: Likewise.
10765         * gcc.dg/i386-sse-2.c: Likewise.
10766         * gcc.dg/i386-sse-3.c: Likewise.
10768 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10770         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10771         Uncomment additional cases that now pass.
10773 2002-01-11  Richard Henderson  <rth@redhat.com>
10775         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10776         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10778 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10780         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10782 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10784         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10785         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10787 2002-01-10  Dale Johannesen  <dalej@apple.com>
10789         * gcc.c-torture/execute/loop-11.c: New.
10791 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10793         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10794         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10796 2002-01-09  Richard Henderson  <rth@redhat.com>
10798         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10799         type in which to perform the operation for each size.
10801 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10803         * gcc.c-torture/compile/20020109-2.c: New test.
10805 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10807         * gcc.c-torture/execute/loop-10.c: New test.
10809 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10811         * gcc.c-torture/compile/20010226-1.c: New test.
10812         * gcc.c-torture/compile/20010227-1.c: New test.
10813         * gcc.c-torture/compile/20010426-1.c: New test.
10814         * gcc.c-torture/compile/20010510-1.c: New test.
10815         * gcc.c-torture/compile/20010605-3.c: New test.
10816         * gcc.c-torture/compile/20010824-1.c: New test.
10817         * gcc.c-torture/execute/20010409-1.c: New test.
10818         * gcc.dg/noncompile/20000901-1.c: New test.
10819         * gcc.dg/20001023-1.c: New test.
10820         * gcc.dg/20001101-1.c: New test.
10821         * gcc.dg/20001102-1.c: New test.
10822         * gcc.dg/20010207-1.c: New test.
10823         * gcc.dg/20010405-1.c: New test.
10824         * gcc.dg/20010822-1.c: New test.
10825         * gcc.dg/20011107-1.c: New test.
10827 2002-01-09  Jeffrey A Law  (law@redhat.com)
10829         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10831         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10832         execution failure on PA targets.
10834 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10836         * gcc.c-torture/compile/20020109-1.c: New test.
10838 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10840         * gcc.c-torture/execute/20020108-1.c: New test.
10842 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10844         * gcc.dg/20020108-1.c: New test.
10846 2002-01-08  H.J. Lu <hjl@gnu.org>
10848         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10849         for header files.
10851 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10853         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10854         consistency.
10856 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10858         * gcc.dg/altivec-4.c: Test altivec predicates.
10860 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10862         * gcc.c-torture/execute/20020107-1.c: New test.
10864 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10866         PR c/5279
10867         * gcc.c-torture/compile/20020106-1.c: New test.
10869 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
10871         * gcc.c-torture/execute/nestfunc-4.c: New test.
10873 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10875         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10876         extra triple that slipped in.
10877         * g++.old-deja/g++.abi/align.C: Likewise.
10878         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10880 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10882         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10883         * g++.old-deja/g++.abi/align.C: Likewise.
10884         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10886         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10887         on FreeBSD/i386.
10888         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10889         FreeBSD.
10891 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10893         * gcc.dg/20020104-1.c: New test.
10895         * gcc.dg/20020104-2.c: New test.
10897 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
10899         * gcc.dg/20020103-1.c: Fix typo in target selector.
10901 2002-01-03  Richard Henderson  <rth@redhat.com>
10903         * gcc.dg/20020103-1.c: New.
10905 2002-01-03  Kazu Hirata  <kazu@hxi.com>
10907         * gcc.c-torture/execute/20020103-1.c: New test.
10909 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10911         * g++.dg/other/debug2.C: New test.
10913         * gcc.c-torture/compile/20020103-1.c: New test.
10915 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
10917         * gcc.dg/gnu89-init-1.c: Added new tests.
10919 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10921         * g++.dg/template/friend2.C: Remove as patch is reverted.
10923         * g++.dg/warn/oldcast1.C: New test.
10925         * g++.dg/template/ptrmem1.C: New test.
10926         * g++.dg/template/ptrmem2.C: New test.
10928         * g++.dg/template/ntp.C: New test.
10930         * g++.dg/other/component1.C: New test.
10932         * g++.dg/template/ttp3.C: New test.
10934         * g++.dg/template/friend2.C: New test.
10935         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10937 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10939         * g++.dg/other/ptrmem1.C: New test.
10940         * g++.dg/other/ptrmem2.C: New test.
10942 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10944         * g++.dg/template/ctor1.C: New test.
10946 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10948         * g++.dg/template/friend2.C: New test.
10950 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
10952         * gcc.dg/mmix-1.c: New test.
10954 2001-12-31  Richard Henderson  <rth@redhat.com>
10956         * gcc.dg/asm-5.c: New.
10958 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
10960         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
10961         in namespace __gnu_cxx
10963 2001-12-30  Richard Henderson  <rth@redhat.com>
10965         * gcc.dg/debug-6.c: New.
10967 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
10969         * gcc.c-torture/compile/20011229-2.c: New test.
10971 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
10973         * gcc.dg/debug-3.c: New test.
10974         * gcc.dg/debug-4.c: New test.
10975         * gcc.dg/debug-5.c: New test.
10977 2001-12-29  Richard Henderson  <rth@redhat.com>
10979         * g++.dg/eh/loop1.C: New.
10981 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10983         * g++.dg/template/crash1.C: New test.
10985 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10987         * g++.dg/other/const1.C: New test.
10989 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10991         * gcc.c-torture/compile/20011229-1.c: New test.
10993 2001-12-28  Stan Shebs  <shebs@apple.com>
10995         * lib/objc-torture.exp: Resync with c-torture.exp.
10996         * lib/objc.exp: Load standard libraries.
10998 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11000         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11001         additional tests.
11003 2001-12-27  Roger Sayle <roger@eyesopen.com>
11005         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11007 2001-12-27  Richard Henderson  <rth@redhat.com>
11009         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11011 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11013         * g++.dg/eh/ctor1.C: New test.
11014         * g++.dg/other/error2.C: New test.
11016 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11018         * g++.dg/other/init2.C: New test.
11020 2001-12-24  Richard Henderson  <rth@redhat.com>
11022         * gcc.dg/20011223-1.c: New.
11023         * gcc.dg/inline-1.c: New.
11025 2001-12-23  Richard Henderson  <rth@redhat.com>
11027         * gcc.dg/asm-4.c: Test operand modifiers.
11029 2001-12-23  Richard Henderson  <rth@redhat.com>
11031         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11033 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11035         * gcc.c-torture/execute/20011223-1.c: New test.
11037 2001-12-21  Richard Henderson  <rth@redhat.com>
11039         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11040         re-enables the warning.
11042 2001-12-21  Richard Henderson  <rth@redhat.com>
11044         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11046 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11048         * gcc.c-torture/compile/20011218-1.c: New test.
11050 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11052         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11053         arm-isr.c test.
11054         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11055         epilogue generation for ARM ISR routines.
11057 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11059         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11060         * gcc.dg/format/c90-printf-3.c: Likewise.
11061         * gcc.dg/format/c99-printf-3.c: Likewise.
11062         * gcc.dg/format/ext-1.c: Likewise.
11063         * gcc.dg/format/ext-6.c: Likewise.
11064         * gcc.dg/format/format.h: Prototype unlocked stdio.
11066 2001-12-20  Richard Henderson  <rth@redhat.com>
11068         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11069         (arena): Use it.
11070         (malloc): Correct allocation logic.  Abort if we fill up the
11071         arena before initialization complete.
11072         (realloc): Correct allocation logic.
11074 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11076         * gcc.c-torture/compile/20011219-2.c: New test.
11078         * gcc.c-torture/execute/20011219-1.c: New test.
11080 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11082         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11083         target does not support weak symbols.
11085 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11087         * gcc.c-torture/compile/20011219-1.c: New test.
11089 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11091         * g++.dg/other/error1.C: New test.
11093 2001-12-17  Jeffrey A Law  (law@redhat.com)
11095         * gcc.c-torture/execute/20011217-1.c: New test.
11097 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11099         * objc.dg/special/: New directory.
11100         * objc.dg/special/special.exp: New file.
11101         * objc.dg/special/unclaimed-category-1.h: New file.
11102         * objc.dg/special/unclaimed-category-1a.m: New file.
11103         * objc.dg/special/unclaimed-category-1.m: New file.
11105 2001-12-17  Andreas Jaeger  <aj@suse.de>
11107         * gcc.c-torture/compile/20011217-2.c: New test.
11109 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11111         * gcc.c-torture/compile/20011217-1.c: New test.
11113 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11115         * testsuite/gcc.dg/20011214-1.c: New.
11117 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11119         * gcc.dg/altivec-4.c: New.
11121 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11123         * gcc.dg/20011113-1.c: New test.
11125 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11127         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11128         std::__malloc_alloc_template<0> and
11129         std::__default_alloc_template<false, 0>.
11131 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11133         * objc/execute/bf-21.m: New test.
11134         * objc/execute/enumeration-1.m: New test.
11135         * objc/execute/enumeration-2.m: New test.
11137 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11139         * gcc.dg/gnu89-init-1.c: New test.
11141 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11143         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11144         * g++.old-deja/g++.jason/2371.C: Likewise.
11145         * g++.old-deja/g++.jason/template33.C: Likewise.
11146         * g++.old-deja/g++.jason/template34.C: Likewise.
11147         * g++.old-deja/g++.jason/template36.C: Likewise.
11148         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11149         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11150         * g++.old-deja/g++.other/typename1.C: Likewise.
11151         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11152         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11153         * g++.old-deja/g++.pt/typename11.C: Likewise.
11154         * g++.old-deja/g++.pt/typename14.C: Likewise.
11155         * g++.old-deja/g++.pt/typename16.C: Likewise.
11156         * g++.old-deja/g++.pt/typename3.C: Likewise.
11157         * g++.old-deja/g++.pt/typename4.C: Likewise.
11158         * g++.old-deja/g++.pt/typename5.C: Likewise.
11159         * g++.old-deja/g++.pt/typename7.C: Likewise.
11160         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11162 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11164         * g++.dg/other/linkage1.C: New test.
11165         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11166         specifiers.
11168 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11170         * gcc.dg/concat.c: New test.
11172 2001-12-11  Stan Shebs  <shebs@apple.com>
11174         * objc/compile: New test directory.
11175         * objc/compile/compile.exp: New expect script.
11176         * objc/compile/20011211-1.m: New compile test.
11178 2001-12-11  Jason Merrill  <jason@redhat.com>
11180         * lib/prune.exp (prune_gcc_output): Also handle "In member
11181         function".  So many permutations...
11183 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11185         * g++.dg/template/typedef1.C: New test.
11187 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11189         * g++.dg/other/copy1.C: New test.
11191 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11193         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11195         * gcc.dg/builtin-choose-expr.c: New.
11197 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11199         * gcc.dg/altivec-2.c: New.
11201 2001-12-07  Richard Henderson  <rth@redhat.com>
11203         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11205 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11207         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11208         ultrasparc.
11210 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11212         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11214 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11216         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11217         variable argument list.
11219 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11221         * gcc.c-torture/execute/memcheck: Delete entire directory.
11222         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11223         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11225 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11227         * gcc.dg/Wshadow-1.c: New test.
11229 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11231         * gcc.c-torture/compile/20011130-1.c: New test.
11233         * gcc.dg/noncompile/20011025-1.c: New test.
11235         * g++.dg/other/anon-union.C: New test.
11237         * gcc.c-torture/execute/20011024-1.c: New test.
11239 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11241         * gcc.c-torture/execute/20000722-1.x,
11242         gcc.c-torture/execute/20010123-1.x: Remove.
11243         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11244         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11245         gcc.dg/c99-complit-2.c: New tests.
11247 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11249         * g++.dg/inherit/base1.C: New test.
11251 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11253         * g++.dg/other/stdarg1.C: New test.
11255         * gcc.c-torture/compile/20011130-2.c: New test.
11257 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11259         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11260         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11261         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11262         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11263         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11264         * gcc.dg/builtin-prefetch-1.c: New test.
11266 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11268         * gcc.dg/20011130-1.c: New test.
11270 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11272         * g++.dg/other/scope1.C: New test.
11273         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11275 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11277         * gcc.dg/vla-init-1.c: New test.
11279 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11281         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11283 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11285         * objc.dg/alias.m: Update.
11286         * objc.dg/class-1.m: Update.
11287         * objc.dg/const-str-1.m: Update.
11288         * objc.dg/fwd-proto-1.m: Update.
11289         * objc.dg/id-1.m: Update.
11290         * objc.dg/super-class-1.m: Update.
11292 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11294         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11295         constructs.
11297 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11299         * gcc.c-torture/execute/20011128-1.c: New test.
11301 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11303         * gcc.dg/20011127-1.c: New test.
11305 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11307         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11308         from Austin Group draft 7.
11309         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11310         scanf format arguments.
11311         * gcc.dg/format/no-exargs-2.c: New test.
11313 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11315         * g++.dg/abi/vbase8-4.C: New test.
11317 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11319         * gcc.c-torture/execute/20011121-1.c: New test.
11321 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11323         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11325 2001-11-23  Andreas Jaeger  <aj@suse.de>
11327         * gcc.dg/cpp/charconst-2.c: New test.
11329 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11331         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11332         to the host if it is remote.  Let tests specify extra headers
11333         they use.
11334         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11335         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11336         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11337         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11338         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11339         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11340         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11341         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11342         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11343         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11345 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11347         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11348         for little endian ARMs.
11350 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11352         * gcc.c-torture/compile/20011119-1.c: New test.
11353         * gcc.c-torture/compile/20011119-2.c: New test.
11355 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11357         * gcc.dg/altivec-1.c: Fix typo.
11359 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11361         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11363 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11365         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11367 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11369         * lib/g77.exp: Don't specify --rpath-link.
11371         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11372         across all the headers.
11373         * gcc.dg/format/format.exp: For testing on a remote host,
11374         copy format.h.
11376         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11377         * gcc.c-torture/execute/930406-1.c: Likewise.
11378         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11380 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11382         * gcc.dg/altivec-1.c: New.
11384 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11386         * gcc.dg/cpp/fpreprocessed.c: New test case.
11388 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11390         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11391         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11392         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11394 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11396         * gcc.dg/no-builtin-1.c: New test.
11398 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11400         * gcc.c-torture/execute/20011115-1.c: New test.
11402 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11404         * gcc.c-torture/compile/20011114-2.c: New test.
11405         * gcc.c-torture/compile/20011114-3.c: New test.
11406         * gcc.c-torture/compile/20011114-4.c: New test.
11408 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11410         * g++.dg/other/init1.C: New test.
11412 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11414         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11415         message.
11417         * gcc.c-torture/execute/20011114-1.c: New testcase.
11419         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11420         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11421         like the (before this change) version of 20010327-1.c.
11423 2001-11-14  Roger Sayle <roger@eyesopen.com>
11425         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11427 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11429         * g++.dg/init/array2.C: New test.
11431 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11433         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11435 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
11437         * g++.dg/other/forscope1.C: New test.
11438         * g++.dg/ext/forscope1.C: New test.
11439         * g++.dg/ext/forscope2.C: New test.
11441 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
11443         * gcc.c-torture/execute/20011113-1.c: New test.
11445 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
11447         * gcc.c-torture/execute/20011109-2.c: New test.
11449         * gcc.c-torture/execute/20011109-1.c: New test.
11451 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
11453         * gcc.c-torture/compile/20011109-1.c: New test.
11455 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11457         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11458         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11459         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11460         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11461         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11462         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11463         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11465 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11467         * g++.dg/warn/Wshadow-1.C: New tests.
11468         * g++.old-deja/g++.mike/for3.C: Update.
11470 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11472         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11473         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11474         XFAILs.  Adjust expected error texts.
11475         * gcc.c-torture/compile/20011106-1.c,
11476         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11477         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11478         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11479         gcc.dg/c99-array-lval-5.c: New tests.
11481 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11483         * gcc.dg/cpp/defined.c: Update.
11485 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11487         * gcc.c-torture/execute/anon-1.c: New test.
11489 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
11491         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11492         same size, so no warning should be produced on stormy16.
11494         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11495         due to oversized array.
11496         * g++.old-deja/g++.mike/ns15.C: Likewise.
11497         * g++.old-deja/g++.pt/crash16.C: Likewise.
11499 2001-11-02  Graham Stott  <grahams@redhat.com>
11501         * g++.dgother/debug1.C: Fix typos.
11503 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
11505         * g++.dg/other/debug1.C: New test.
11507 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11509         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11510         of unsigned long.
11512 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
11514         * gcc.dg/20011029-2.c: New test.
11516         * gcc.c-torture/compile/20011029-1.c: New test.
11518 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
11520         * objc/execute/class_self-1.m: New test.
11521         * objc/execute/class_self-2.m: New test.
11523 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
11525         * gcc.misc-tests/msgs.exp: Delete.
11526         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11527         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
11528         error set to match recent changes.
11530 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
11532         * gcc.dg/20011021-1.c: New test.
11534 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
11536         * gcc.c-torture/compile/20011023-1.c: New test.
11538 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
11540         * lib/g77.exp: Rewrite based on lib/g++.exp.
11542 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11544         * gcc.c-torture/execute/20011019-1.c: New test.
11546         * gcc.dg/20011018-1.c: New test.
11548 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
11550         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11552 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
11554         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11555         * gcc.dg/attr-invalid.c: Likewise.
11557 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
11559         * testsuite/gcc.dg/20011015-1.c: New test.
11561 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11563         * g++.dg/template/unify2.C: New test.
11565 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11567         * g++.dg/other/exception-specification.C: New test
11569 2001-10-13  Tom Rix  <trix@redhat.com>
11571         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11572         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11574 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
11576         * testsuite/gcc.dg/20011009-1.c: New test.
11578 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
11580         PR g++/4476
11581         * g++.dg/other/friend1.C: New test.
11583 2001-10-11  Richard Henderson  <rth@redhat.com>
11585         * g++.old-deja/g++.other/crash18.C: Add -S to options.
11587 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11589         * gcc.c-torture/compile/20011010-1.c: New.
11591 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11593         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11594         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11595         g77.f-torture/execute/execute.exp,
11596         g77.f-torture/noncompile/noncompile.exp,
11597         gcc.c-torture/compile/compile.exp,
11598         gcc.c-torture/execute/execute.exp,
11599         gcc.c-torture/execute/ieee/ieee.exp,
11600         gcc.c-torture/execute/memcheck/memcheck.exp,
11601         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11602         objc/execute/execute.exp: Update FSF address.
11604 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11606         * gcc.dg/cpp/cmdlne-C.c: Update.
11607         * gcc.dg/cpp/cmdlne-C2.c: New.
11609 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11611         * gcc.c-torture/execute/20011008-3.c: New.
11613 2001-10-08  DJ Delorie  <dj@redhat.com>
11615         * gcc.dg/20011008-1.c: New.
11616         * gcc.dg/20011008-2.c: New.
11618 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11620         * gcc.dg/cpp/spacing1.c: Update test.
11622 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11624         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11625         spelling errors of "separate" as "seperate".
11627 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
11629         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11630         enough to avoid inlining.
11632 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11634         * lib/g77.exp: set libg2c_dir correctly.
11636 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11638         * gcc.dg/cpp/macro11.c: New test.
11640 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11642         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11643         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11644         gcc.dg/format/multattr-3.c: New tests.
11645         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
11646         tests for format attributes on function pointers being rejected.
11648 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11650         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11652 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11654         * g++.dg/warn/format1.C: New test.
11656 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11658         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11660 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11662         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11664 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11666         * gcc.dg/cpp/redef2.c: Add test.
11668 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
11670         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11671         long-standing bug on i686, apparently.
11672         * gcc.c-torture/execute/loop-2c.x: New file.
11673         * gcc.c-torture/execute/loop-2d.x: New file.
11674         * gcc.c-torture/execute/loop-3c.x: New file.
11676 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11678         * gcc.dg/cpp/20000625-2.c: Correct line number.
11680 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11682         * gcc.dg/cpp/macro10.c: New test.
11683         * gcc.dg/cpp/strify3.c: New test.
11684         * gcc.dg/cpp/spacing1.c: Add tests.
11685         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11686         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11688 2001-09-24  DJ Delorie  <dj@redhat.com>
11690         * gcc.c-torture/execute/20010924-1.c: New test.
11692 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11694         * testsuite/objc/execute/paste.m: Remove.
11696 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11698         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11700 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
11702         * g77.dg/strlen0.f: New test.
11704 2001-09-21  Richard Henderson  <rth@redhat.com>
11706         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11707         * g++.old-deja/g++.abi/vtable2.C: Likewise.
11709 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11711         Table-driven attributes.
11712         * g++.dg/ext/attrib1.C: New test.
11714 2001-09-20  DJ Delorie  <dj@redhat.com>
11716         * gcc.dg/20000926-1.c: Update expected warning messages.
11717         * gcc.dg/array-2.c: Likewise, and test for warnings too.
11718         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11719         array.
11721 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
11723         * g++.dg/eh/registers1.C: New test case.
11725 2001-09-17  Richard Henderson  <rth@redhat.com>
11727         * gcc.dg/array-5.c: Fix VLA decomposition test.
11729 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11731         * gcc.dg/cpp/line5.c: New testcase.
11733 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11735         * gcc.dg/cpp/macro9.c: New test.
11737 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11739         * gcc.c-torture/execute/980223.c: Change type of addr from long
11740         to char *.
11742 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11744         * gcc.c-torture/execute/20010915-1.c: New test.
11746 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11748         * g77.dg/bprob: New directory.
11749         * g77.dg/bprob/bprob.exp: New file.
11750         * g77.dg/bprob/bprob-1.f: New test.
11751         * g77.dg/gcov: New directory.
11752         * g77.dg/gcov/gcov.exp: New file.
11753         * g77.dg/gcov/gcov-1.f: New test.
11754         * g77.dg/gcov/gcov-1.x: New file.
11756 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11758         * gcc.dg/cpp/directiv.c: Update.
11759         * gcc.dg/cpp/undef1.c: Update.
11761 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11763         * gcc.dg/20010912-1.c: New test.
11765 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11767         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11768         language-independent file in lib.
11769         * lib/gcov.exp: New file.
11771 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11773         * gcc.c-torture/compile/20010911-1.c: New test.
11775 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11777         * lib/profopt.exp: New, to support profile-directed optimizations.
11778         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11779         * gcc.misc-tests/bprob-1.c: New test.
11780         * gcc.misc-tests/bprob-2.c: New test.
11782 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11784         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11785         XFAIL and which kinds of gcov output to verify.
11786         * gcc.misc-tests/gcov-4b.x: New file.
11787         * gcc.misc-tests/gcov-5b.x: New file.
11788         * gcc.misc-tests/gcov-6.x: New file.
11789         * gcc.misc-tests/gcov-7.c: New test.
11790         * gcc.misc-tests/gcov-7.x: New file.
11792 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11794         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11795         * gcc.misc-tests/gcov-6.c: New test.
11797 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11799         PR c++/3986
11800         * g++.dg/abi/vbase1.C: New test.
11802 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11804         * objc.dg/method-2.m: New.
11806 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11808         PR c++/4203
11809         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11810         * g++.dg/init/empty1.C: New test.
11812 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11814         * gcc.c-torture/compile/20010903-1.c: New test.
11816 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11818         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11819         for m68k.
11821 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11823         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11825         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11827         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11829 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11831         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11832         for 16-bit 'unsigned int'.
11834 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11836         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11838 2001-08-27  Richard Henderson  <rth@redhat.com>
11840         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11841         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11843 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11845         * gcc.dg/asm-names.c (ymain): New.
11847 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11849         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11850         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11851         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11853 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11855         * gcc.dg/compare5.c: New testcase.
11857 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11859         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11860         and "In instantiation".
11862 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11864         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11866 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11868         * gcc.misc-tests/gcov.exp: Add support for branch information.
11869         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11870         * gcc.misc-tests/gcov-4.c: New test.
11871         * gcc.misc-tests/gcov-4b.c: New test.
11872         * gcc.misc-tests/gcov-5b.c: New test.
11874 2001-08-20  Zack Weinberg  <zackw@panix.com>
11876         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11877         expected to fail.
11879 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11881         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11883 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
11885         * g++.dg/eh/
11886         Moved to gcc-deps.exp
11887         * gcc-deps.exp: New file.
11889 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11891         * g++.old-deja/g++.pt/defarg14.C: New test.
11893 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11895         * g++.old-deja/g++.other/lineno5.C: New test.
11897 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11899         * g++.old-deja/g++.pt/crash68.C: New test.
11901 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11903         * g++.old-deja/g++.other/crash42.C: New test.
11905 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11907         * gcc.dg/cpp/extratokens.c: Fix.
11908         * gcc.dg/cpp/skipping2.c: New tests.
11910 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11912         * gcc.c-torture/execute/20010724-1.c: New file.
11913         * gcc.c-torture/execute/20010724-1.x: New file.
11915 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11917         * g++.old-deja/g++.other/cond7.C: New test.
11919 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11921         * g++.old-deja/g++.other/optimize4.C: New test.
11923 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11925         * g++.old-deja/g++.abi/vbase8-5.C: New test.
11927 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
11929         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
11930         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
11931         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
11932         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
11934         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
11935         bug report" message.
11937         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
11938         * g++.dg/ext/instantiate1.C: Move from old-deja.
11940 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
11942         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
11943         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
11944         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
11945         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
11947 2001-07-23  Jeffrey A Law  (law@cygnus.com)
11949         * gcc.c-torture/execute/20010723-1.c: New test.
11951 2001-07-23  Ben Elliston  <bje@redhat.com>
11953         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
11955 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11957         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
11958         i[34567]86-*-*.
11959         Delete handling of ieee_multilib_flags.
11960         Pass -mieee for alpha*-*-* and sh-*-*.
11961         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
11963 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
11965         Remove old-abi tests.
11966         * g++.old-deja/g++.mike/p11116.C: Remove.
11967         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
11969 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
11971         * g77.f-torture/compile/pr3743.f:  New test
11973 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
11975         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
11977 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11979         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
11980         g++.old-deja/g++.pt/static6.C: Likewise.
11981         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
11982         supports weak symbols.
11984 2001-07-18  Andreas Jaeger  <aj@suse.de>
11986         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
11987         supported again.
11989 2001-07-18  Andreas Jaeger  <aj@suse.de>
11991         * gcc.dg/iftrap-1.c: Fix target line.
11993 2001-07-17  Richard Henderson  <rth@redhat.com>
11995         * gcc.c-torture/execute/20010717-1.c: New.
11997 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11999         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12000         tests.
12002 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12004         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12006 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12008         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12009         UAC_SIGBUS, UAC_NOPRINT definitions.
12011 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12013         * objc/execute/object_is_class.m: New test.
12014         * objc/execute/object_is_meta_class.m: New test.
12016 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12018         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12019         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12021 2001-01-15  David Bil
12022         * objc/execute/class-14.m: Added.
12023         * objc/execute/class-2.m: Added.
12024         * objc/execute/class-3.m: Added.
12025         * objc/execute/class-4.m: Added.
12026         * objc/execute/class-5.m: Added.
12027         * objc/execute/class-6.m: Added.
12028         * objc/execute/class-7.m: Added.
12029         * objc/execute/class-8.m: Added.
12030         * objc/execute/class-9.m: Added.
12031         * objc/execute/class-tests-1.h
12032         * objc/execute/class-tests-2.h
12033         * objc/execute/compatibility_alias.m: Added.
12034         * objc/execute/encode-1.m: Added.
12035         * objc/execute/formal_protocol-1.m: Added.
12036         * objc/execute/formal_protocol-2.m: Added.
12037         * objc/execute/formal_protocol-3.m: Added.
12038         * objc/execute/formal_protocol-4.m: Added.
12039         * objc/execute/formal_protocol-5.m: Added.
12040         * objc/execute/formal_protocol-6.m: Added.
12041         * objc/execute/formal_protocol-7.m: Added.
12042         * objc/execute/informal_protocol.m: Added.
12043         * objc/execute/initialize.m: Added.
12044         * objc/execute/load.m: Added.
12045         * objc/execute/many_args_method.m: Added.
12046         * objc/execute/nested-3.m: Added.
12047         * objc/execute/no_clash.m: Added.
12048         * objc/execute/private.m: Added.
12049         * objc/execute/redefining_self.m: Added.
12050         * objc/execute/root_methods.m: Added.
12051         * objc/execute/selector-1.m: Added.
12052         * objc/execute/static-1.m: Added.
12053         * objc/execute/static-2.m: Added.
12054         * objc/execute/va_method.m: Added.
12056 2001-03-10  Richard Henderson  <rth@redhat.com>
12058         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
12060 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12062         * g++.old-deja/g++.other/crash31.C: XFAIL.
12063         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
12064         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
12065         * gcc.c-torture/execute/20010123-1.x: XFAIL.
12066         * gcc.c-torture/execute/20010124-1.x: XFAIL.
12067         * gcc.dg/sequence-pt-1.c: XFAIL one test.
12069 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12071         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
12073 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12075         * gcc.dg/20000724-1.c: Don't use multiline strings.
12077 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12079         * objc/execute/string1.m, objc/execute/string2.m: Compare the
12080         result of -cString against what we expect it to be; don't just
12081         print it out for no one to read.
12083         * objc/execute/string3.m, objc/execute/string4.m: New tests.
12084         Based on testcases provided by Nicola Pero.
12086 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12088         * gcc.dg/cpp/macro7.c: New test.
12090 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12092         * gcc.dg/cpp/multiline.c: Update.
12094 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12096         * g++.old-deja/g++.other/enum3.C: New test.
12098 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12100         * g++.old-deja/g++.other/pod1.C: New test.
12102 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12104         * g++.old-deja/g++.ext/overload1.C: New test.
12106 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12108         * g++.old-deja/g++.pt/using1.C: New test.
12110 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12112         * g++.old-deja/g++.other/using9.C: New test.
12114 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
12116         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
12118         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
12120 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
12122         * g++.old-deja/g++.ext/realpt1.C: Remove.
12124 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
12126         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
12128 2001-02-26  Will Cohen  <wcohen@redhat.com>
12130         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
12132 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
12134         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
12135         templatized constructors.
12137 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12139         * gcc.c-torture/execute/20010224-1.c: New test.
12141 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
12143         * gcc.c-torture/execute/20010222-1.c: New test.
12145 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
12147         * g++.old-deja/g++.other/inline20.C: New test.
12149 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
12151         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
12153 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12155         * g++.old-deja/g++.other/lookup22.C: New test.
12158         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
12159         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
12160         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
12161         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
12162         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
12164 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
12166         * gcc.c-torture/execute/991228-1.c: Take word endianness into
12167         account.
12169 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12171         * gcc.c-torture/execute/builtin-complex-1.c: New test.
12173 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
12175         * g++.old-deja/g++.pt/crash62.C: New test.
12177 2001-01-04  Richard Henderson  <rth@redhat.com>
12179         * gcc.dg/20000926-1.c: Update expected warnings.
12180         * gcc.dg/array-2.c: Likewise.
12181         * gcc.dg/array-4.c: Also validate flexible array members.
12182         * gcc.dg/c99-flex-array-1.c: New.
12184 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12186         * gcc.c-torture/compile/20001222-1.x: Remove.
12188 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12190         * gcc.c-torture/execute/built-in-setjmp.c: New.
12192 2001-01-03  Richard Henderson  <rth@redhat.com>
12194         * gcc.dg/940510-1.c: Update expected error wording.
12195         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
12197 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
12199         * lib/target-supports.exp (check_alias_available): Modified to
12200         indicate aliases not supported if only weak aliases are supported.
12202 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12204         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
12205         Turn on cmpstrsi checks for __pj__ and __i370__.
12207 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12209         * g++.old-deja/g++.other/virtual11.C: New test.
12211 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12213         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
12215 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12217         * gcc.c-torture/compile/20010102-1.c: New test.
12219 2001-01-02  Andreas Jaeger  <aj@suse.de>
12221         * gcc.dg/noreturn-3.c: New test.
12223         * gcc.dg/noreturn-4.c: New test.
12225 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12227         * gcc.c-torture/execute/stdio-opt-1.c: Also test
12228         __builtin_fputc and __builtin_fwrite.
12230 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12232         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
12233         signed char, not default char.
12235 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12237         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
12239 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
12241         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
12243 2000-12-29  Richard Henderson  <rth@redhat.com>
12245         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
12246         (__cyg_profile_func_exit): Define.
12248 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
12250         * g++.dg/vtgc1.C: New test.
12252 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
12254         * gcc.dg/noncompile/20001228-1.c: New test.
12256         * gcc.dg/20001228-1.c: New test.
12258         * gcc.c-torture/execute/20001228-1.c: New test.
12260 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12262         * gcc.dg/format-strfmon-1.c: New test.
12264 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12266         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
12267         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
12268         * gcc.c-torture/execute/string-opt-1.c: Likewise.
12269         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12270         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12271         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12272         * gcc.c-torture/execute/string-opt-6.c: Likewise.
12273         * gcc.c-torture/execute/string-opt-7.c: Likewise.
12274         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12275         * gcc.c-torture/execute/string-opt-9.c: Likewise.
12276         * gcc.c-torture/execute/string-opt-10.c: Likewise.
12277         * gcc.c-torture/execute/string-opt-11.c: Likewise.
12278         * gcc.c-torture/execute/string-opt-12.c: Likewise.
12280         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
12281         * gcc.c-torture/execute/string-opt-4.c: Test index.
12283 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
12285         * gcc.c-torture/compile/20001226-1.c: New test.
12287 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12289         * gcc.c-torture/compile/20001222-1.c: New test.
12290         * gcc.c-torture/compile/20001222-1.x: Xfail.
12292 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
12294         * gcc.c-torture/execute/comp-goto-2.c: New test.
12296 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
12298         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
12299         Use long types if __INT_MAX__ is 32767.
12300         (main): Use cast to (sint32 *) when poking 88 into a_page.
12302         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
12304 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
12306         * gcc.c-torture/compile/20001221-1.c: New test.
12307         * gcc.c-torture/execute/20001221-1.c: New test.
12309 2000-12-20  Richard Henderson  <rth@redhat.com>
12311         * g++.old-deja/g++.pt/crash36.C: Update error lines.
12312         * g++.old-deja/g++.robertl/eb109.C: Likewise.
12314 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12316         * gcc.dg/compare3.c: New test.
12318 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12320         * gcc.dg/format-warnll-1.c: New test.
12322 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
12324         * gcc.dg/cpp/cmdlne-P.c: New test.
12326 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12328         * gcc.c-torture/execute/builtin-abs-1.c,
12329         gcc.c-torture/execute/builtin-abs-2.c: New tests.
12331 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12333         * gcc.dg/cpp/multiline.c: New test.
12335 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12337         * g++.old-deja/g++.other/syshdr1.C: Update.
12338         * gcc.dg/cpp/lineflags.c: Remove temporarily.
12340 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12342         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
12344 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12346         * g++.old-deja/g++.pt/ttp65.C: New test.
12348 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12350         * g++.old-deja/g++.pt/ttp64.C: New test.
12352 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12354         * g++.old-deja/g++.pt/spec33.C: New test.
12356 2000-12-14  Catherine Moore  <clm@redhat.com>
12358         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
12359         * gcc.c-torture/execute/920612-2.c: Likewise.
12360         * gcc.c-torture/execute/920428-2.c: Likewise.
12361         * gcc-c-torture/execute/va-arg-11.c: Call exit.
12362         * gcc.c-torture/execute/va-arg-21.c: Likewise.
12364 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12366         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
12367         * gcc.dg/pack-test-2.c: Likewise.
12369 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12371         Tests by Zack Weinberg <zackw@stanford.edu>.
12373         * gcc.dg/cpp/defined.c: Update.
12374         * gcc.dg/cpp/defined_trad.c: New tests.
12376 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12378         * gcc.dg/cpp/trad-direct.c: Update.
12380 2000-12-11  Neil Booth  <neilb@earthling.net>
12382         * gcc.dg/cpp/defined_trad.c
12384 2000-12-11  Neil Booth  <neilb@earthling.net>
12386         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
12388 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12390         * gcc.dg/format-miss-2.c: New test.
12392 2000-12-09  Neil Booth  <neilb@earthling.net>
12394         * gcc.dg/cpp/lineflags.c: New tests.
12395         * gcc.dg/cpp/poison.c: Update.
12396         * gcc.dg/cpp/redef2.c: Update.
12397         * gcc.dg/cpp/skipping.c: New test.
12399 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
12401         * g++.old-deja/g++.other/eh3.C: New testcase.
12403 2000-12-07  Neil Booth  <neilb@earthling.net>
12405         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
12406         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
12407         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
12408         wtr-union-init-2.c, wtr-union-init-3.c: Update.
12409         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
12410         Update.
12412 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12414         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
12415         __SIZE_TYPE__ instead of int for type of integers cast to
12416         pointers.
12418 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
12420         * g++.old-deja/g++.other/cleanup4.C: New test.
12422 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12424         * format-sec-1.c: New test.
12426 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12428         * gcc.dg/format-nonlit-3.c: New test.
12430 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12432         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
12433         through a null pointer.
12435 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sou
12436         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12437         library makes no calls to `operator new' during initialization.
12439 2000-11-04  Neil Booth  <neilb@earthling.net>
12441         * gcc.dg/cpp/include2.c: New tests.
12443 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12445         * lib/g++.exp (g++_set_ld_library_path): New function.
12446         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12448 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12450         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12451         warnings.
12453 2000-11-01  Richard Henderson  <rth@redhat.com>
12455         * g++.old-deja/g++.ext/namedret1.C: New.
12456         * g++.old-deja/g++.ext/namedret2.C: New.
12457         * g++.old-deja/g++.ext/namedret3.C: New.
12459 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12461         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12462         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12464 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12466         * gcc.c-torture/execute/va-arg-21.c: New test.
12468 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12470         * gcc.dg/c99-complex-2.c: New test.
12472 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12474         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12476 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12478         * g++.old-deja/g++.other/inline16.C: New test.
12480 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12482         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12483         __PRETTY_FUNCTION__
12485 2000-10-29  Neil Booth  <neilb@earthling.net>
12487         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12488         New tests.
12489         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12490         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12491         optimisation.
12493 2000-10-29  Neil Booth  <neilb@earthling.net>
12495         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12496         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12497         * mi5.c: Test multiple includes work with -C.
12498         * trigraphs.c: Test ^= version.
12500 2000-10-28  Neil Booth  <neilb@earthling.net>
12502         New tests and test updates for new macro expander.
12504         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12505         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12506         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12507         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12508         new diagnostic messages.
12510         * gcc.dg/cpp/macro3.c: New tests.
12512 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12514         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12515         on the same line.
12517 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12519         * g++.old-deja/g++.other/eh2.C: New test.
12521 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12523         * gcc.c-torture/execute/20001027-1.c: New test.
12525 2000-10-26  Richard Henderson  <rth@redhat.com>
12527         * gcc.c-torture/execute/20001026-1.c: New.
12529 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12531         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12532         * g++.old-deja/g++.law/builtin1.C: Likewise.
12533         * g++.old-deja/g++.law/ctors10.C: Likewise.
12534         * g++.old-deja/g++.law/virtual3.C: Likewise.
12535         * g++.old-deja/g++.mike/p658.C: Likewise.
12536         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12537         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12538         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12539         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12540         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12542 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12544         * gcc.c-torture/compile/20001024-1.c: New test.
12546 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12548         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12549         to tell us whether or not we are using V3.
12551 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12553         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12554         operands.
12556 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12558         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12560 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12562         * gcc.c-torture/execute/20001024-1.c: New test.
12564 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12566         * g++.old-deja/g++.other/sibcall1.C: New test.
12568 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12570         * gcc.dg/noncompile/init-3.c: New test.
12572 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12574         * gcc.dg/format-array-1.c: New test.
12576 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12578         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12579         writing through null pointers; remove comment about testing
12580         unterminated strings.
12582 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12584         * gcc.c-torture/execute/20001017-2.c: New test.
12586 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12588         * gcc.c-torture/compile/20001018-1.c: New test.
12589         * gcc.c-torture/compile/20001018-1.x: Xfail.
12591 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12593         * gcc.c-torture/execute/20001017-1.c: New test.
12595 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12597         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12598         for multiple use of arguments with scanf formats; add tests for
12599         multiple use of arguments.
12601 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12603         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12605 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12607         * gcc.dg/format-miss-1.c: New test.
12609 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12611         * gcc.c-torture/execute/20001013-1.c: New test.
12613 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12615         * gcc.dg/format-branch-1.c: New test.
12617 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12619         * README, lib/file-format.exp: Remove EGCS references.
12621 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12623         * gcc.dg/20001013-1.c: New test.
12625 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12627         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12628         for intmax_t in the compiler using __typeof__ and the type rules
12629         for conditional expressions.
12631 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12633         * gcc.dg/20001012-1.c: New test.
12634         * gcc.dg/20001012-2.c: New test.
12636 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12638         * gcc.dg/format-attr-1.c: New test.
12640 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12642         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12643         __LONG_LONG_MAX__ instead of LLONG_MAX.
12645 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12647         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12648         scanf flags.
12649         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12650         flags.
12652 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12654         * gcc.dg/sequence-pt-1.c: New test.
12656 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12658         * gcc.c-torture/execute/20001011-1.c: New testcase.
12659         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12661 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12663         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12664         does not error on it.
12666 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12668         * gcc.dg/20001009-1.c: New test.
12670 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12672         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12673         * gcc.c-torture/execute/20001009-2.c: ... to here.
12675 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12677         * gcc.c-torture/compile/20001009-1.c: New testcase.
12678         * gcc.c-torture/execute/20001009-1.c: New testcase.
12679         Testcases provided by Jan Hubicka <jh@suse.cz>.
12681 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12683         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12684         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12685         uintmax_t using <limits.h> to emulate the compiler's internal
12686         logic.  No longer XFAIL %j tests.
12688 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12690         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12691         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12692         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12693         regexps and details of expected handling of some bad formats.
12694         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12695         suppression.
12697 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12699         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12700         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12701         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12702         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12703         in list archives.
12705 2000-10-06  Richard Henderson  <rth@cygnus.com>
12707         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12708         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12709         * g++.old-deja/g++.jason/report.C: Likewise.
12710         * g++.old-deja/g++.law/friend5.C: Likewise.
12711         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12712         of the expected warnings.
12714 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12716         * g++.old-deja/g++.pt/enum14.C: New test.
12718 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12720         * g++.old-deja/g++.pt/crash59.C: New test.
12722 2000-10-04  Will Cohen  <wcohen@redhat.com>
12724         * gcc.dg/20000926-1.c: New test.
12726 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12728         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12729         function name for current C++ compiler.
12730         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12732 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12734         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12735         __PRETTY_FUNCTION__.
12736         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12738 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12740         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12742 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12744         * gcc.c-torture/compile/20000923-1.c: New test.
12746 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12748         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12749         * g++.old-deja/g++.pt/ttp62.C: Same.
12750         * g++.old-deja/g++.other/inline14.C: Same.
12752 2000-09-24  Richard Henderson  <rth@cygnus.com>
12754         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12756 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12758         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12760 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12762         * gcc.c-torture/compile/20000922-1.c: New file.
12764 2000-09-21  Nick Clifton  <nickc@redhat.com>
12766         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12767         a signed long modulo operation.
12768         (mod6): New function - perform an unsigned long modulo operation.
12769         (main): Add tests for modulos of very large numbers by very small
12770         dividends.
12772 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12774         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12776 2000-09-19  Richard Henderson  <rth@cygnus.com>
12778         * gcc.dg/compare2.c (case 10): XFAIL.
12780 2000-09-18  Richard Henderson  <rth@cygnus.com>
12782         * gcc.c-torture/execute/20000906-1.c: Move ...
12783         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12784         that support __builtin_trap.
12786 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12788         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12790 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12792         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12793         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12794         more $ format tests.
12796 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12798         * gcc.dg/format-errmk-1.c: New test.
12800 2000-09-17  Greg McGary  <greg@mcgary.org>
12802         * gcc.c-torture/execute/20000917-1.x: Remove.
12804 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12806         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12808 2000-09-17  Greg McGary  <greg@mcgary.org>
12810         * gcc.c-torture/execute/20000917-1.c: New test.
12811         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12813 2000-09-16  Neil Booth  <NeilB@earthling.net>
12815         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12816         in nested macro bug.
12818 2000-09-15  Neil Booth  <NeilB@earthling.net>
12820         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12822 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12824         * gcc.c-torture/execute/20000914-1.c: New test.
12826 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12828         * g++.other/inline13.C: New test.
12830 2000-09-12  Andreas Jaeger  <aj@suse.de>
12832         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12833         constant by Ulrich Drepper <drepper@redhat.com>.
12835 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12837         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12839 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12841         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12843 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12845         * gcc.dg/cpp/backslash.c: New test.
12847 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12849         * gcc.c-torture/execute/20000910-1.c: New test.
12850         * gcc.c-torture/execute/20000910-2.c: Likewise.
12852 2000-09-11  Robert Lipe  <robertl@sco.com>
12854         * gcc.dg/pragma-align.c: New test.
12856 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12858         * g++.old-deja/g++.pt/explicit82.C: New test.
12859         * g++.old-deja/g++.pt/explicit83.C: New test.
12861 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12863         * gcc.dg/asm-names.c: New test.
12865 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12867         * gcc.dg/cpp/tr-warn6.c: New test
12869 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12871         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12872         be accepted.
12874 2000-09-07  Catherine Moore  <clm@redhat.com>
12876         * gcc.c-torture/execute/unroll-1.c: New test.
12878 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12880         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12881         ERROR markers.
12882         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12883         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12884         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12885         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12886         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12887         Preprocess only.
12888         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12889         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12891 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12893         * g++.old-deja/g++.pt/deduct2.C: New test.
12895 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12897         * g++.old-deja/g++.pt/parms2.C: New test.
12899 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12901         * g++.old-deja/g++.pt/crash58.C: New test.
12903 2000-09-06  Greg McGary  <greg@mcgary.org>
12905         * gcc.c-torture/execute/20000906-1.c: New test.
12906         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12908 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12910         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12912 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12914         * g++.old-deja/g++.pt/crash57.C: New test.
12916 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12918         * g++.old-deja/g++.pt/crash56.C: New test.
12920 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12922         * g++.old-deja/g++.pt/koenig1.C: New test.
12924 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12926         * gcc.dg/20000904-1.c: New test.
12928 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12930         * gcc.dg/cpp/paste8.c: New test.
12932 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12934         * gcc.c-torture/compile/20000827-1.c: New test.
12936 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12938         * gcc.dg/format-diag-1.c: New test.
12940 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12942         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12943         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12944         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12945         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12946         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12948 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12950         * g++.old-deja/g++.other/nested4.C: New test.
12952 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12954         * g++.old-deja/g++.ns/scoped1.C: New test.
12956 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
12958         * lib/g++.exp: Support testing already-installed GCC.
12960 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12962         * wtr-label-1.c, wtr-suffix-1.c: New tests.
12964 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12966         * gcc.dg/return-type-2.c: New test.
12968 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
12970         * gcc.c-torture/compile/20000825-1.c: New test.
12972 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
12974         * gcc.dg/dwarf2-2.c: New test.
12976 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
12978         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
12979         dg-warning regexps.
12981 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12983         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
12984         gcc.dg/format-ext-5.c: New tests.
12986 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
12988         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
12990 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
12992         * gcc.dg/noncompile/930622-2.c: Adjust error message.
12994 2000-08-24  Richard Henderson  <rth@cygnus.com>
12996         * gcc.dg/ia64-sync-1.c: New test.
12997         * gcc.dg/ia64-sync-2.c: New test.
12998         * gcc.dg/ia64-asm-1.c: New test.
13000 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13002         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13003         * gcc.dg/format-ext-2.c: New test.
13005 2000-08-23  Jason Merrill  <jason@redhat.com>
13007         * lib/old-dejagnu.exp: Also ignore "In member function" and
13008         "At global scope".
13010 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13012         * gcc.dg/noncompile/label-lineno-1.c: New test.
13014 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13016         * gcc.dg/c99-array-nonobj-1.c: New test.
13018 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13020         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13021         tests.
13022         * gcc.dg/format-ext-1.c: New test.
13024 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13026         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13027         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13028         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13029         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13030         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13032 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13034         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13035         gcc.dg/c99-strftime-2.c: New tests.
13037 2000-08-22  Richard Henderson  <rth@cygnus.com>
13039         * gcc.c-torture/execute/20000822-1.c: New test.
13041 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13043         * gcc.c-torture/execute/20000819-1.x: Remove.
13045 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13047         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13048         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13049         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13050         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13051         gcc.dg/format-xopen-1.c: New tests.
13053 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13055         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13057 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13059         * g++.old-deja/g++.other/loop2.C: New test.
13061         * gcc.c-torture/compile/20000606-1.c: New test.
13062         * gcc.c-torture/compile/20000728-1.c: New test.
13063         * gcc.c-torture/execute/20000801-1.c: New test.
13064         * gcc.c-torture/execute/20000801-2.c: New test.
13065         * gcc.c-torture/execute/20000819-1.c: New test.
13066         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13067         * gcc.dg/20000629-1.c: New test.
13068         * gcc.dg/20000724-1.c: New test.
13069         * gcc.dg/20000807-1.c: New test.
13071 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13073         * gcc.dg/cpp/pragma-1.c: New test.
13074         * gcc.dg/cpp/pragma-2.c: New test.
13076 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13078         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13079         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13081 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13083         * gcc.c-torture/compile/20000818-1.c: New test.
13085 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13087         * gcc.c-torture/execute/20000818-1.c: New test.
13089 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13091         * gcc.dg/format-va-1.c: New test.
13093 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13095         * g++.old-deja/g++.other/typedef8.C: New test.
13097 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13099         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13100         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13101         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13102         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13103         * g++.old-deja/g++.other/ptrmem7.C: New test.
13104         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13106 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13108         * g++.old-deja/g++.pt/typename27.C: New test.
13110 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13112         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13113         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13114         * g++.old-deja/g++.pt/friend45.C: New test.
13115         * g++.old-deja/g++.other/friend8.C: New test.
13117 2000-08-15  Richard Henderson  <rth@cygnus.com>
13119         * gcc.c-torture/execute/20000815-1.c: New test.
13121 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13123         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13124         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13125         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13127 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13129         * g++.old-deja/g++.other/refinit2.C: New test.
13131 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13133         * lib/c-torture.exp (c-torture): Make
13134         compiler_conditional_xfail_data global.
13135         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13136         compiler_conditional_xfail_data machinery.
13137         (f-torture-execute): Likewise.
13138         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13139         and only when unrolling loops.
13141         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13143 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13145         * g++.old-deja/g++.pt/explicit81.C: New test.
13147 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13149         * g++.old-deja/g++.pt/typename26.C: New test.
13151 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13153         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13154         warning.
13156 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13158         * g++.old-deja/g++.other/array3.C: New test.
13160 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13162         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13163         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13164         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13165         New tests.
13167 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13169         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13170         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13172 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13174         * gcc.c-torture/execute/20000808-1.c: New test.
13176 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13178         * gcc.dg/c90-const-expr-1.c: New test.
13180 2000-08-08  Richard Henderson  <rth@cygnus.com>
13182         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13184 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13186         * gcc.dg/noncompile/const-ll-1.c: New test.
13188 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13190         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13192 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13194         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13195         that running programs linked against the shared version of libobjc
13196         run correctly.
13198 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13200         * gcc.dg/c99-printf-1.c: New test.
13202 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13204         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13206 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13208         * gcc.c-torture/execute/20000731-1.x: Delete.
13210 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13212         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13213         and torture_without_loops as is done by c-torture.exp.
13214         (search_for): Copy from c-torture.exp.
13215         (gcc-dg-runtest): New function, drives a directory of tests
13216         iterating over the TORTURE_OPTIONS.
13217         (scan-assembler, scan-assembler-not): Move here from
13218         individual directory drivers.
13220         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13221         defined by lib/gcc-dg.exp.
13222         * gcc.dg/cpp/cpp.exp: Likewise.
13223         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13224         gcc-dg-runtest, so we cycle over optimization options.
13226         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13227         * gcc.dg/compare2.c: No longer expected to fail.
13229 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13231         * gcc.c-torture/execute/20000804-1.c: New test.
13233 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13235         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13237 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13239         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13241 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13243         * gcc.c-torture/compile/20000803-1.c: New test.
13245 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13247         * gcc.c-torture/execute/20000801-3.c,
13248         gcc.c-torture/execute/20000801-4.c: New tests.
13249         * gcc.c-torture/execute/20000801-3.x,
13250         gcc.c-torture/execute/20000801-4.x: Xfail.
13252 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13254         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13255         libobjc/.libs to allow for libtool.
13257 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13259         * gcc.c-torture/compile/20000802-1.c: New test.
13261 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13263         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13265 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13267         * gcc-c-torture/execute/20000731-2.c: New test.
13269         * gcc.c-torture/execute/20000731-1.c: New test.
13270         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13272 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13274         * testsuite/gcc.dg/cpp/paste7.c: New test.
13275         * gcc.dg/cpp/20000725-1.c: New test.
13277 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13279         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13280         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13281         declaration warning for __builtin_dwarf_reg_size.
13283         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13285 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13287         * gcc.dg/noncompile/voidparam-1.c: New test.
13289 2000-07-30  Richard Henderson  <rth@cygnus.com>
13291         * gcc.dg/c90-digraph-1.c: Don't xfail.
13292         * gcc.dg/compare2.c (case 10): Xfail.
13293         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13295 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13297         * gcc.dg/c99-main-1.c: New test.
13299 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13301         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13303 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13305         * gcc.c-tortuer/execute/20000726-1.c: New test.
13307 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13309         * gcc.c-torture/execute/enum-2.c: New test.
13311 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13313         * gcc.dg/cpp/tr-warn3.c: New test.
13315 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13317         * g++.old-deja/g++.ext/implicit1.C: Remove.
13318         * g++.old-deja/g++.jason/c2.C: Remove
13319         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13320         * g++.old-deja/g++.pt/crash16.C: Likewise.
13321         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13323 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13325         * g++.old-deja/g++.other/for2.C: New test.
13327 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13329         * gcc.dg/20000720-1.c: New test.
13331 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13333         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13335 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13337         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13338         * gcc.c-torture/execute/20000722-1.c: New.
13339         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13341 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13343         * gcc.dg/cpp/20000720-1.S: New test.
13345 2000-07-21  Michael Meissner  <meissner@redhat.com>
13347         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13349 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13351         * g++.old-deja/g++.brendan/crash16.C,
13352         g++.old-deja/g++.brendan/parse3.C,
13353         g++.old-deja/g++.brendan/redecl1.C,
13354         g++.old-deja/g++.ns/template13.C,
13355         g++.old-deja/g++.other/decl4.C,
13356         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13358 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13360         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13361         and "Internal error".
13363         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13364         regexps.
13365         * gcc.dg/cpp/paste6.c: New test.
13367 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13369         * gcc.dg/cpp/tr-direct.c: New test.
13371         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13372         gcc.dg/cpp/undef1.c: Tweak error regexps.
13374 2000-07-18  Eric Christopher <echristo@redhat.com>
13376         * gcc.c-torture/compile/20000718-1.c: New test.
13378 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13380         * cpplex.c (_cpp_push_token): If the token being pushed back
13381         is the previous token in this context, just subtract one from
13382         context->posn.
13383         * cppmacro.c (save_expansion): Clear aux field when storing a
13384         placemarker.
13386 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13388         * gcc.dg/noncompile/redecl-1.c: New test.
13390 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13392         * gcc.c-torture/execute/20000717-5.c: New test.
13393         * gcc.c-torture/execute/20000717-1.x: Removed.
13395 2000-07-17  Richard Henderson  <rth@cygnus.com>
13397         * gcc.c-torture/execute/20000717-4.c: New test.
13399 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13401         * gcc.dg/cpp/syshdr.c: New test.
13402         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13404 2000-07-17  Neil Booth  <neilb@earthling.net>
13406         * gcc.dg/cpp/cmdlne-dM.c: New test.
13407         * gcc.dg/cpp/cmdlne-dD.c: New test.
13409 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13411         * gcc.c-torture/execute/20000717-3.c: New test.
13413         * gcc.c-torture/compile/20000717-1.c: New test.
13415 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13417         * gcc.c-torture/execute/20000717-2.c: New test.
13419 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13421         * gcc.dg/formatz-1.c: New test.
13423         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13424         * gcc.dg/c99-digraph-1.c: New tests.
13426         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13427         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13429         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13430         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13431         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13432         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13433         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13434         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13435         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13437 2000-07-17   Greg McGary <greg@mcgary.org>
13439         * gcc.c-torture/execute/20000717-1.c: New test.
13440         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13442 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13444         * gcc.c-torture/execute/20000715-2.c: New test.
13445         * gcc.dg/20000715-1.c: New test.
13447 2000-07-15  Michael Meissner  <meissner@redhat.com>
13449         * gcc.c-torture/execute/20000715-1.c: New test.
13451 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13453         * gcc.c-torture/execute/20000707-1.c: New test.
13455 2000-07-13  Neil Booth  <NeilB@earthling.net>
13457         * testsuite/gcc.dg/cpp/digraph1.c,
13458         testsuite/gcc.dg/cpp/digraph2.c,
13459         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13461 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13463         * g77.f-torture/compile/20000630-2.f:  New test.
13464         * g77.f-torture/compile/20000630-2.x
13466 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13468         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13470 2000-07-11  Neil Booth  <NeilB@earthling.net>
13472         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13474 2000-07-11  Neil Booth  <NeilB@earthling.net>
13476         * gcc.dg/cpp/cmdlne-C.c: New.
13478 2000-07-09  Neil Booth  <NeilB@earthling.net>
13480         * gcc.dg/cpp/directiv.c: New tests.
13481         * gcc.dg/cpp/undef1.c: Update.
13483 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13485         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13487 2000-07-09  Neil Booth  <NeilB@earthling.net>
13489         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13491 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13493         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13494         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13496 2000-07-08  Neil Booth  <NeilB@earthling.net>
13498         * gcc.dg/cpp/macsyntx.c: New tests.
13500 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13502         * gcc.dg/20000707-1.c: New test.
13504 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13506         * gcc.c-torture/execute/20000706-1.c: New test.
13507         * gcc.c-torture/execute/20000706-2.c: New test.
13508         * gcc.c-torture/execute/20000706-3.c: New test.
13509         * gcc.c-torture/execute/20000706-4.c: New test.
13510         * gcc.c-torture/execute/20000706-5.c: New test.
13512 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13514         * g++.old-deja/g++.pt/instantiate7.C: New test.
13516 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13518         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13519         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13520         * g++.old-deja/g++.other/rtti3.C: Likewise.
13521         * g++.old-deja/g++.other/rttid3.C: Likewise.
13523 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13525         *  g77.f-torture/compile/20000630-1.x: Fix typo
13527 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13529         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13530         assembly output.
13532 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13534         * gcc.dg/cpp/ident.c: New test.
13536 2000-07-05  Neil Booth  <NeilB@earthling.net>
13538         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13539           gcc.dg/cpp/lexstrng.c: New tests.
13541 2000-07-04  Neil Booth  <NeilB@earthling.net>
13543         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13544         * gcc.dg/cpp/strify2.c: Same.
13546 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13548         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13549         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13550         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13551         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13553         * testsuite/gcc.dg/cpp/macro1.c,
13554         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13555         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13556         testsuite/gcc.dg/cpp/strify1.c,
13557         testsuite/gcc.dg/cpp/strify2.c: New tests.
13559 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13561         * gcc.c-torture/execute/20000703-1.c: New test.
13563 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13565         * g++.old-deja/g++.pt (lookup10.C): New test.
13567 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13569         * g++.old-deja/g++.pt (typename25.C): New test.
13571 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13573         * gcc.c-torture/compile/20000701-1.c: New test.
13575 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13577         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13578         to test case.
13580 2000-06-30  Catherine Moore  <clm@cygnus.com>
13582         * gcc.c-torture/execute/align-1.c: New test.
13584 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13586         * g++.old-deja/g++.pt/expr8.C: New test.
13587         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13589 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13591         * gcc.c-torture/compile/20000629-1.c: New test.
13593 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13596         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13597         gcc.dg/noncompile directory, depending on whether they're
13598         preprocessor tests or not.  Annotate all the tests for the dg
13599         framework.
13601         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13602         * gcc.dg/noncompile/noncompile.exp: New.
13604         * Moved files:
13605         Old name                                New name
13606         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13607         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13608         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13609         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13610         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13611         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13612         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13613         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13614         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13615         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13616         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13617         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13618         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13619         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13620         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13621         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13622         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13623         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13624         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13625         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13626         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13627         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13628         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13629         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13631         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13632         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13633         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13634         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13635         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13636         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13638 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13640         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13641         declare one variable.  On the fourth, error.
13642         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13643         declared by 20000628-1a.h.
13645 2000-06-29  Richard Henderson  <rth@redhat.com>
13647         * gcc.c-torture/execute/930529-1.x: New file.
13648         * gcc.dg/920413-1.c: Adjust expected warning text.
13649         * gcc.dg/980217-1.c: Declare abort.
13650         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13652 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13654         * g77.f-torture/compile/20000629-1.f: New test.
13655         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13657 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13659         Rearrange lots of files, removing entirely the
13660         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13661         directories.
13663         * Deleted files:
13664         gcc.c-torture/code_quality/code_quality.exp
13665         gcc.c-torture/special/special.exp
13666         gcc.failure/failure.exp
13667         gcc.failure/940409-1.x
13668         gcc.c-torture/compile/961203-1.x
13670         * New files:
13671         gcc.misc-tests/linkage.exp
13672         gcc.c-torture/execute/920730-1t.c
13673         gcc.c-torture/execute/920730-1t.x
13674         gcc.c-torture/compile/920520-1.x
13675         gcc.c-torture/compile/920521-1.x
13676         gcc.c-torture/compile/981006-1.x
13677         gcc.c-torture/execute/eeprof-1.x
13679         * Moved files (possibly with modifications to fit a new harness):
13680         Old name                                New name
13681         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13682         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13683         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13684         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13685         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13686         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13687         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13688         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13689         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13690         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13691         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13692         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13693         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13694         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13696 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13698         * c-torture/compile/961203-1.x: Delete.
13700         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13701         not exit. Include stdio.h.
13702         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13703         * gcc.misc-tests/dg-12.c: Likewise.
13704         * gcc.misc-tests/dg-5.c: Likewise.
13705         * gcc.misc-tests/dg-6.c: Likewise.
13706         * gcc.misc-tests/dg-7.c: Prototype abort.
13707         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13708         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13709         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13710         not exit.
13711         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13712         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13714 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13716         * gcc.dg/cpp/20000628-1.c: New test.
13717         * gcc.dg/cpp/20000628-1.h: New header for above test.
13718         * gcc.dg/cpp/20000628-1a.h: Likewise.
13720 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13722         * gcc.dg/cpp: New directory.
13723         * gcc.dg/cpp/cpp.exp: New driver.
13724         * gcc.dg/cpp/20000627-1.c: New test.
13725         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13726         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13727         and rewrite as a compilation test.
13729         * gcc.dg: Move many files into the cpp subdirectory, possibly
13730         renaming or editing them as well.
13731         Old name                New name
13732         990119-1.c              cpp/19990119-1.c
13733         990228-1.c              cpp/19990228-1.c
13734         990407-1.c              cpp/19990407-1.c
13735         990409-1.c              cpp/19990409-1.c
13736         990413-1.c              cpp/19990413-1.c
13737         990703-1.c              cpp/19990703-1.c
13738         20000127-1.c            cpp/20000127-1.c
13739         20000129-1.c            cpp/20000129-1.c
13740         20000207-1.c            cpp/20000207-1.c
13741         20000207-2.c            cpp/20000207-2.c
13742         20000209-1.c            cpp/20000209-1.c
13743         20000209-2.c            cpp/20000209-2.c
13744         20000301-1.c            cpp/20000301-1.c
13745         20000419-1.c            cpp/20000419-1.c
13746         20000510-1.S            cpp/20000510-1.S
13747         20000519-1.c            cpp/20000519-1.c
13748         20000529-1.c            cpp/20000529-1.c
13749         20000625-1.c            cpp/20000625-1.c
13750         20000625-2.c            cpp/20000625-2.c
13751         cpp-as1.c               cpp/assert1.c
13752         cpp-as2.c               cpp/assert2.c
13753         cxx-comments-1.c        cpp/cxxcom1.c
13754         cxx-comments-2.c        cpp/cxxcom2.c
13755         endif-label.c           cpp/endif.c
13756         cpp-hash1.c             cpp/hash1.c
13757         cpp-hash2.c             cpp/hash2.c
13758         cpp-if1.c               cpp/if-1.c
13759         cpp-if2.c               cpp/if-2.c
13760         cpp-if3.c               cpp/if-3.c
13761         cpp-if4.c               cpp/if-4.c
13762         cpp-if5.c               cpp/if-5.c
13763         cpp-cond.c              cpp/if-cexp.c
13764         cpp-missingop.c         cpp/if-mop.c
13765         cpp-missingparen.c      cpp/if-mpar.c
13766         cpp-opprec.c            cpp/if-oppr.c
13767         cpp-ifparen.c           cpp/if-paren.c
13768         cpp-shortcircuit.c      cpp/if-sc.c
13769         cpp-shift.c             cpp/if-shift.c
13770         cpp-unary.c             cpp/if-unary.c
13771         cpp-li1.c               cpp/line1.c
13772         cpp-li2.c               cpp/line2.c
13773         lineno.c                cpp/line3.c
13774         lineno-2.c              cpp/line4.c
13775         cpp-mi.c                cpp/mi1.c
13776         cpp-mic.h               cpp/mi1c.h
13777         cpp-micc.h              cpp/mi1cc.h
13778         cpp-mind.h              cpp/mi1nd.h
13779         cpp-mindp.h             cpp/mi1ndp.h
13780         cpp-mix.h               cpp/mi1x.h
13781         cpp-mi2.c               cpp/mi2.c
13782         cpp-mi2a.h              cpp/mi2a.h
13783         cpp-mi2b.h              cpp/mi2b.h
13784         cpp-mi2c.h              cpp/mi2c.h
13785         cpp-mi3.c               cpp/mi3.c
13786         cpp-mi3.def             cpp/mi3.def
13787         poison-1.c              cpp/poison.c
13788         pr-impl.c               cpp/prag-imp.c
13789         cpp-redef-2.c           cpp/redef1.c
13790         cpp-redef.c             cpp/redef2.c
13791         strpaste.c              cpp/strp1.c
13792         strpaste-2.c            cpp/strp2.c
13793         cpp-tradpaste.c         cpp/tr-paste.c
13794         cpp-tradstringify.c     cpp/tr-str.c
13795         cpp-tradwarn1.c         cpp/tr-warn1.c
13796         cpp-tradwarn2.c         cpp/tr-warn2.c
13797         trigraphs.c             cpp/trigraphs.c
13798         cpp-unc1.c              cpp/unc1.c
13799         cpp-unc2.c              cpp/unc2.c
13800         cpp-unc3.c              cpp/unc3.c
13801         cpp-unc.c               cpp/unc4.c
13802         undef.c                 cpp/undef1.c
13803         undef-2.c               cpp/undef2.c
13804         cpp-wi1.c               cpp/widestr1.c
13806 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13808         * lib/g++.exp (g++_include_flags): Tweak.
13810 2000-06-27  H.J. Lu  <hjl@gnu.org>
13811             Loren J. Rittle  <ljrittle@acm.org>
13813         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13814         version with one that knows about the new gcc tree structure.
13815         (g++_link_flags): Same.
13817 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13819         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13820         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13821         case we are cross-compiling.
13823         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13824         g++.old-deja/g++.niklas/Makefile.in,
13825         g++.old-deja/g++.niklas/configure.in,
13826         g++.old-deja/g++.other/Makefile.in,
13827         g++.old-deja/g++.other/configure.in,
13828         gcc.c-torture/code_quality/Makefile.in,
13829         gcc.c-torture/code_quality/configure.in,
13830         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13831         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13832         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13833         gcc.c-torture/execute/ieee/Makefile.in,
13834         gcc.c-torture/execute/ieee/configure.in,
13835         gcc.c-torture/noncompile/Makefile.in,
13836         gcc.c-torture/noncompile/configure.in,
13837         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13838         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13839         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13841 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13843         * g++.old-deja/g++.other/ambig3.C: New test.
13845 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13847         * g++.old-deja/g++.pt/syntax1.C: New test.
13848         * g++.old-deja/g++.pt/syntax2.C: New test.
13849         * g++.old-deja/g++.other/syntax3.C: New test.
13850         * g++.old-deja/g++.other/syntax4.C: New test.
13852 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13854         * gcc.dg/20000623-1.c: Prototype exit and abort.
13856 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13858         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13859         New tests.
13860         * gcc.dg/cpp-mi3.def: New file.
13862         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13863         inside assertions.
13864         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13865         lexer's error messages.
13866         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13867         divine anything from the linemarkers.
13868         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13869         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13871 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13873         * gcc.dg/20000623-1.c: New test.
13875 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13877         * gcc.c-torture/execute/20000622-1.c: New test.
13879 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13881         * g++.old-deja/g++.other/init15.C: New test.
13883 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13885         * g++.old-deja/g++.pt/vaarg2.C: New test.
13886         * g++.old-deja/g++.pt/vaarg3.C: New test.
13888 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13890         * g++.old-deja/g++.other/dyncast6.C: New test.
13892 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13894         * gcc.c-torture/execute/loop-6.c: New test.
13896 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13898         * gcc.dg/20000614-1.c: New test.
13899         * gcc.dg/20000614-2.c: New test.
13901 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13903         * g++.old-deja/g++.other/inline12.C: New test.
13905 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13907         * g++.old-deja/g++.other/eh1.C: New test.
13909 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13911         * g++.old-deja/g++.other/type.C: New test.
13913 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13915         * g++.old-deja/g++.other/initstring.C: New test.
13917 2000-06-12  Jason Merrill  <jason@redhat.com>
13919         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13921 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13923         * gcc.c-torture/compile/20000609-1.c: New test.
13925 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13927         * gcc.dg/20000609-1.c: New test.
13929 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13931         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13932         * gcc.c-torture/noncompile/poison-1.c: Move...
13933         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13934         * gcc.dg/cpp-li1.c: Add a token after the #line.
13936 2000-06-05  Richard Henderson  <rth@cygnus.com>
13938         * gcc.c-torture/execute/20000605-2.c: New test.
13939         * gcc.c-torture/execute/20000605-3.c: New test.
13941 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13943         * g77.f-torture/execute/20000503-1.x: New file.
13945 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13947         * g++.old-deja/g++.eh/badalloc1.C: New test.
13949 2000-06-05  Richard Henderson  <rth@cygnus.com>
13951         * gcc.c-torture/execute/20000605-1.c: New test.
13953 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13954             Nathan Sidwell <nathan@codesourcery.com>
13956         * gcc.c-torture/compile/20000605-1.c: New test.
13958 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
13960         * g77.f-torture/compile/20000601-1.f:  New test.
13962 2000-06-03  Richard Henderson  <rth@cygnus.com>
13964         * gcc.c-torture/execute/20000603-1.c: New.
13966 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
13968         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
13969         * gcc.dg/noreturn-2.c (noreturn): Likewise.
13971 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
13973         * gcc.dg/compare2.c (case 12): XFAIL.
13974         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
13975         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
13977         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
13979 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
13981         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
13982         guard macro is already defined when the header is first
13983         included.
13984         * gcc.dg/cpp-mix.h: New file.
13985         * gcc.dg/endif-label.c: Update patterns to match compiler.
13987         * g++.brendan/complex1.C: Declare abort.
13988         * g++.law/refs4.C: Remove XFAIL.
13989         * g++.oliva/expr2.C: Declare abort and exit.
13991 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13993         * gcc.c-torture/execute/20000528-1.c: New test.
13995         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
13996         * g++.old-deja/g++.law/temps4.C: Likewise.
13998         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
13999         stdlib.h.  Call abort() on failure.
14000         * g++.old-deja/g++.law/refs4.C: Likewise.
14001         * g++.old-deja/g++.law/temps4.C: Likewise.
14002         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
14003         * gcc.c-torture/execute/20000112-1.c: Include string.h.
14005 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14007         Relative to g++.dg/special:
14008         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14010         Relative to g++.old-deja:
14011         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14012         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14013         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14014         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14015         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14016         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14017         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14019         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14020         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14021         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14022         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14023         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14024         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14025         and/or string.h.
14027         * g++.other/goto1.C: Update expectations for error messages.
14029 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14031         * gcc.c-torture/compile/20000523-1.c: New test.
14033 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14035         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14037 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14039         * g++.old-deja/g++.eh/catch11.C: New test.
14040         * g++.old-deja/g++.eh/catch12.C: New test.
14042 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14044         * gcc.c-torture/execute/20000523-1.c: New test.
14046 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14048         * c-torture/execute/bcp-1.c: Replace abort in arg of
14049         __builtin_constant_p with a generic external function.
14051         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14052         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14053         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14054         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14055         Prototype abort and/or exit.
14057         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14058         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14059         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14060         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14062 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14064         * gcc.dg/dwarf2-1.c: New test.
14066 2000-05-20  Richard Henderson  <rth@cygnus.com>
14068         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14070 2000-05-20  Andreas Jaeger  <aj@suse.de>
14072         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14073         testcase.
14075 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14077         * gcc.c-torture/execute/20000519-2.c: New test.
14079 2000-05-19  Andreas Jaeger  <aj@suse.de>
14081         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14082         which fails with SSA.
14084         * lib/c-torture.exp: Also test with -O3 -fssa.
14086 2000-05-18  Michael Meissner  <meissner@redhat.com>
14088         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14089         * gcc.c-torture/execute/920415-1.c: Ditto.
14090         * gcc.c-torture/execute/920501-1.c: Ditto.
14091         * gcc.c-torture/execute/conversion.c: Ditto.
14092         * gcc.c-torture/execute/cvt-1.c: Ditto.
14094 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14096         * gcc.c-torture/compile/20000518-1.c: New test.
14098 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14100         * g77.f-torture/compile/200005018.f:  New test.
14102 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14104         * gcc.c-torture/compile/20000517-1.c: New test.
14106 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14108         * gcc.c-torture/execute/20000516-1.c: New test.
14110 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14112         * g++.old-deja/g++.other/eh.C: New test.
14114 2000-05-12  Richard Henderson  <rth@cygnus.com>
14116         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14117         constants through to doit's conditional.
14119 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14121         * gcc.c-torture/compile/20000511-1.c: New test.
14122         * g77.f-torture/compile/20000511-1.f: New test.
14123         * g77.f-torture/compile/20000511-2.f: New test.
14125 2000-05-11  Michael Meissner  <meissner@redhat.com>
14127         * gcc.c-torture/execute/20000511-1.c: New test.
14129 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14131         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14132         * gcc.dg/20000510-1.S: New.
14134 2000-05-08  Catherine Moore  <clm@cygnus.com>
14136         * gcc.dg/unused-3.c: New.
14138 2000-05-06  Richard Henderson  <rth@cygnus.com>
14140           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14141           * g++.old-deja/g++.mike/warn1.C: Likewise.
14142           * g++.old-deja/g++.pt/local1.C: Likewise.
14143           * g++.old-deja/g++.pt/local7.C: Likewise.
14144           * g++.old-deja/g++.pt/spec16.C: Likewise.
14146 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14148         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14150 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14152           * g77.f-torture/execute/20000503-1.f:  New test.
14154 2000-05-04  Andreas Jaeger  <aj@suse.de>
14156         * gcc.dg/noreturn-2.c: New test.
14158 2000-05-04  Neil Booth  <NeilB@earthling.net>
14160         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14161         preprocessor.
14163 2000-05-04  Richard Henderson  <rth@cygnus.com>
14165         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14167 2000-05-04  Richard Henderson  <rth@cygnus.com>
14169         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14170         OpenSSL by Jason R Thorpe.
14172 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14174         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14176 2000-05-03  Robert Lipe <robertlipe@usa.net>
14178         * gcc.dg/20000503-1.c: New test.
14180 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14182         * gcc.c-torture/compile/20000502-1.c: New test.
14183         * g++.old-deja/g++.other/align.C: New test.
14184         * gcc.dg/cpp-tradstringify.c: New test.
14186 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14188         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14189         and hard registers.
14191 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14193         * gcc.c-torture/execute/loop-5.c: New test.
14195 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14197         * gcc.c-torture/execute/va-arg-20.c: New test.
14199 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14201         * gcc.c-torture/execute/20000422-1.c: New test.
14203 2000-04-20  Greg McGary  <gkm@gnu.org>
14205         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14206         when optimizing, but without sibling-call optimizations (-O1).
14208 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14210           * gcc.c-torture/compile/20000420-1.c: New test.
14212 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14214         * g++.abi/ptrflags.C: New test.
14215         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14217 2000-04-19  Catherine Moore  <clm@cygnus.com>
14219         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14221 2000-04-19  Greg McGary  <gkm@gnu.org>
14223         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14224         sibling-call optimizations.
14226 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14228         * gcc.dg/20000419-1.c: New test.
14230 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14232         * gcc.c-torture/execute/20000412-6.c: New test.
14234 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14236         * gcc.c-torture/execute/20000412-5.c: New test.
14237         * g77.f-torture/compile/20000412-1.f: New test.
14238         * gcc.c-torture/execute/20000412-4.c: New test.
14239         * gcc.c-torture/compile/20000412-2.c: New test.
14240         * gcc.c-torture/execute/20000412-3.c: New test.
14241         * gcc.c-torture/compile/20000412-1.c: New test.
14242         * gcc.c-torture/execute/20000412-2.c: New test.
14244 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14246         * objc/execute/bf-20.m: New test.
14248 2000-04-10  Richard Henderson  <rth@cygnus.com>
14250         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14252         * gcc.c-torture/execute/20000412-1.c: New test.
14254 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14256         * g++.old-deja/g++.eh/catchptr1.C: New test.
14258 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14260         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14262 2000-04-08  Neil Booth  <NeilB@earthling.net>
14264         * gcc.dg/cpp-nullchar.c: Remove test as
14265         embedded nulls cause problems.
14267 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14269         * gcc.dg/compare2.c: New test.
14271 2000-04-08  Neil Booth  <NeilB@earthling.net>
14273         * gcc.dg/cpp-nullchar.c: New test.
14275 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14277         * gcc.dg/cpp-mi2.c: New test.
14278         * gcc.dg/cpp-mi2[abc].h: New files.
14280 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14282         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14283         member name.
14285 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14287         * g++.old-deja/g++.abi/vmihint.C: New test.
14289 2000-04-06  Neil Booth  <NeilB@earthling.net>
14291         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14292         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14293         copyright.
14295 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14297         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14298         avoid stack-frame overwrite.
14300 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14302         * gcc.c-torture/compile/20000405-2.c: New test.
14303         * gcc.c-torture/compile/20000405-3.c: New test.
14305 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14307         * gcc.c-torture/compile/20000405-1.c: New test.
14309 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14311         * gcc.dg/cast-qual-1.c: Revert last change.
14313 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14315         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14317 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14319         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14320         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14322 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14324         * gcc.c-torture/compile/20000403-2.c: New test.
14325         * gcc.c-torture/compile/20000403-1.c: New test.
14327 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14329         * gcc.c-torture/execute/20000403-1.c: New test.
14331 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14333         * gcc.c-torture/execute/20000402-1.c: New test.
14335 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14337         * gcc.c-torture/execute/va-arg-15.c: New test.
14338         * gcc.c-torture/execute/va-arg-16.c: New test.
14339         * gcc.c-torture/execute/va-arg-17.c: New test.
14340         * gcc.c-torture/execute/va-arg-18.c: New test.
14341         * gcc.c-torture/execute/va-arg-19.c: New test.
14343 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14345         * gcc.c-torture/compile/981211-1.c: Move to...
14346         * gcc.dg/cpp-as1.c: ...here.
14347         * gcc.dg/cpp-as2.c: New file.
14349         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14350         compiler.
14352 2000-04-02  Neil Booth  <NeilB@earthling.net>
14354         * gcc.dg/cpp-cond.c  New tests.
14355         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14356         accidental success less likely.
14357         * gcc.dg/cpp-missingop.c  New tests.
14358         * gcc.dg/cpp-missingparen.c  New tests.
14359         * gcc.dg/cpp-shift.c  New tests.
14360         * gcc.dg/cpp-shortcircuit.c  New tests.
14361         * gcc.dg/cpp-unary.c  New tests.
14363 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14365         * gcc.c-torture/compile/20000329-1.c: New test.
14367 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14369         * gcc.c-torture/compile/20000326-1.c: New test.
14370         * gcc.c-torture/compile/20000326-2.c: New test.
14372 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14374         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14375         the first parameter is a function argument.
14377 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14379         * g++.old-deja/g++.ext/array4.C: New test.
14381 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14383         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14385 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14387         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14389 2000-03-19  Richard Henderson  <rth@cygnus.com>
14391         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14393 2000-03-19  Richard Henderson  <rth@cygnus.com>
14395         * gcc.c-torture/compile/20000319-1.c: New test.
14397 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14399         * gcc.c-torture/execute/20000314-3.c: New test.
14400         * gcc.c-torture/execute/20000314-2.c: New test.
14401         * gcc.c-torture/execute/20000314-1.c: New test.
14402         * gcc.c-torture/compile/20000314-2.c: New test.
14403         * gcc.c-torture/compile/20000314-1.c: New test.
14405 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14407         * g++.old-deja/g++.warn/inline.C: New test.
14409 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14411         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14412         standards-compliant result rather than specific constants.
14413         Put test-values in array.
14415 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14417         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14418         (g++_target_compile): Put test-specific options last.
14420 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14422         * g++.old-deja/g++.eh/vbase4.C: New test.
14424 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14426         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14428 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14430         * g++.old-deja/g++.brendan/misc12.C: Removed.
14431         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14432         * g++.old-deja/g++.ext/pretty4.C: New test.
14434 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14436         * g++.old-deja/g++.other/string2.C: New test.
14438 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14440         * g++.old-deja/g++.warn/impint2.C: New test.
14442 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14444         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14445         is 1, not zero.
14447 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14449         * g++.old-deja/g++.warn/impint.C: New test.
14450         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14451         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14452         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14453         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14454         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14455         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14456         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14457         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14458         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14459         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14460         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14461         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14463 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14465         * gcc.dg/cpp-redef.c: New test.
14467 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14469         * g++.old-deja/g++.pt/unify7.C: New test.
14471 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14473         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14474         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14476 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14478         * gcc.c-torture/compile/20000224-1.c: New test.
14480 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14482         * gcc.c-torture/compile/cpp-2.c: New test.
14483         * gcc.c-torture/compile/cpp-1.c: New test.
14485 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14487         * gcc.c-torture/execute/20000225-1.c: New test.
14489 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14491         * gcc.dg/cpp-li2.c: New test.
14493         * gcc.dg/cpp-wi1.c: New test.
14495         * gcc.dg/cpp-li1.c: New test.
14497 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14499         * g++.old-deja/g++.other/sizeof5.C: New test.
14501 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14503         * gcc.c-torture/execute/va-arg-13.c: New test.
14505 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14507         * gcc.c-torture/execute/va-arg-12.c: New test.
14509 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14511         * gcc.c-torture/execute/20000223-1.c: New test.
14513 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14515         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14517 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14519         * g++.old-deja/g++.abi/ptrmem.C: New test.
14521 2000-02-19  Richard Henderson  <rth@cygnus.com>
14523         * gcc.c-torture/compile/init-3.c: New.
14525 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14527         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14528         ALWAYS_CXXFLAGS.
14530 2000-02-11  Robert Lipe <robertl@sco.com>
14532         * gcc.c-torture/compile/20000211-3.c: New test.
14534 2000-02-11  Martin Buchholz <martin@xemacs.org>
14536         * gcc.c-torture/compile/20000211-2.c: New test.
14538 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14540         * gcc.c-torture/compile/20000211-1.c: New test.
14542 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14544         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14545           on native targets
14547 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14549         * g++.old-deja/g++.other/cast5.C: New test.
14551 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14553         * gcc.c-torture/execute/20000205-1.c: New.
14555 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14557         * g++.old-deja/g++.jason/cast3.C: Return void.
14558         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14560 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14562         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14564         * gcc.dg/loop-1.c: New test.
14566 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14568         * gcc.c-torture/compile/20000127-1.c: New test.
14569         * gcc.c-torture/execute/991228-1.c: New test.
14571 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14573         * gcc.dg/unused-2.c: New test.
14575         * gcc.dg/conv-1.c: New test.
14577 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14579         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14580         compiler.
14581         (tool_option_proc): Fix typo.
14583 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14585         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14586         of the ld on the host, not on the build machine.
14587         Also, don't crash if '--help' is not a supported option.
14589 2000-01-24  Richard Henderson  <rth@cygnus.com>
14591         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14593 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14595         * gcc.c-torture/execute/20000120-2.c: New test.
14596         * gcc.c-torture/execute/20000120-1.c: New test.
14598 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14600         * gcc.c-torture/execute/20000113-1.c: New test.
14602 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14604         * gcc.c-torture/execute/20000112-1.c: New test.
14606 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14608         * gcc.dg/20000111-1.c: New test.
14610 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14612         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14613         with 16 bit integers.
14615 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14617         * gcc.dg/20000108-1.c: New test.
14619 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14621         * g++.old-deja/g++.ns/koenig8.C: New test.
14623 2000-01-05  Nathan Sidwell  <nathan@
14625         * gcc.c-torture/execute/990531-1.c: New test.
14627 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14629         * gcc.c-torture/compile/990527-1.c: New test.
14631 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14633         * gcc.c-torture/execute/990527-1.c: New test.
14635 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14637         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14638         bitfields as signed.
14640 1999-05-25  Craig Burley  <craig@jcb-sc.com>
14642         * g77.f-torture/compile/19990525-0.f: New test.
14644 1999-05-25  Jeffrey A Law  (law@cygnus.com)
14646         * gcc.c-torture/execute/990525-2.c: New test.
14648         * gcc.c-torture/execute/990525-1.c: New test.
14650 1999-05-24  Nathan Sidwell  <nathan@acm.org>
14652         * g++.old-deja/g++.other/anon3.C: New test.
14653         * g++.old-deja/g++.other/anon4.C: New test.
14654         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
14655         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
14656         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
14657         Merrill).
14659 1999-05-24  Jeffrey A Law  (law@cygnus.com)
14661         * gcc.c-torture/execute/990524-1.c: New test.
14663         * gcc.dg/990524-1.c: New test.
14665 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14667         * gcc.c-torture/compile/990523-1.c: New test.
14669 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
14671         * gcc.c-torture/compile/990519-1.c: New test.
14673 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14675         * gcc.c-torture/compile/990517-1.c: New test.
14677         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
14678         (e4, f4): New tests.
14679         (main): Call them.
14681 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14683         * gcc.dg/noreturn-1.c: New test.
14685 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14687         * gcc.c-torture/execute/990513-1.c: New test.
14689 1999-05-10  Richard Henderson  <rth@cygnus.com>
14691         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
14693 1999-05-10  Craig Burley  <craig@jcb-sc.com>
14695         * g77.f-torture/execute/erfc.f: Use small single-precision
14696         values, to avoid problems on Alphas when not -mieee.
14698 1999-05-08  Craig Burley  <craig@jcb-sc.com>
14700         * gcc.dg/990506-0.c: New test.
14702 1999-05-08  Richard Henderson  <rth@cygnus.com>
14704         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
14705         the constant to test.  Don't XFAIL 64-bit targets.
14707         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
14708         * g++.old-deja/g++.law/profile1.C: Likewise.
14710         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
14711         operator new instances.
14712         * g++.old-deja/g++.other/delete5.C: Likewise.
14714 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14716         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
14717         intrinsic.
14719 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14721         * g77.f-torture/execute/u77-test.f: Reverse order of two
14722         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
14724 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14726         * gcc.dg/compare1.c: New test.
14728 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14730         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
14731         New tests.
14733 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14735         * g77.f-torture/compile/19990502-1.f: New test.
14737 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14739         * g77.f-torture/compile/19990502-0.f: New test.
14741 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14743         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
14744         intrinsic.
14746 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14748         * g77.f-torture/execute/u77-test.f (main): List libU77
14749         intrinsics not currently tested.
14750         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
14751         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
14752         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
14753         Trim blanks off the ends of some printed strings.
14755 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14757         * g77.f-torture/execute/u77-test.f (main): Just warn about
14758         FSTAT gid disagreement, as it's expected on some systems.
14760 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14762         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
14763         use a new function, which allows for some slop.
14764         Clean up some commentary.
14765         (issum): The new function.
14766         (sgladd): Deleted subroutine.
14768 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14770         * g77.f-torture/execute/u77-test.f: Modify to be more like
14771         libf2c/libU77 version, bringing patches to that version here.
14772         Add suitable commentary.
14774 1999-04-25  Richard Henderson  <rth@cygnus.com>
14776         * gcc.dg/990424-1.c: New test.
14778 1999-04-24  Craig Burley  <craig@jcb-sc.com>
14780         * g77.f-torture/execute/u77-test.f (main): Bug involving
14781         LSTAT has been fixed, so turn back on full checking.
14783 1999-04-20  Craig Burley  <craig@jcb-sc.com>
14785         * g77.f-torture/compile/19990419-0.f: New test.
14786         * g77.f-torture/execute/19990419-1.f: New test.
14788 1999-04-17  Richard Henderson  <rth@cygnus.com>
14790         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
14791         to avoid the need for a prototype to supress a warning.
14793 1999-04-07  Jim Wilson  <wilson@cygnus.com>
14795         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
14797 1999-04-04  Jeffrey A Law  (law@cygnus.com)
14799         * gcc.c-torture/execute/990404-1.c: New test.
14801 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14803         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
14804         * gcc.dg/cpp-if3.c: Don't use -pedantic.
14805         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
14806         missing initializer warnings.
14808 1999-03-28  Jeffrey A Law  (law@cygnus.com)
14810         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
14811         matching strings.
14813 1999-03-26  Jeffrey A Law  (law@cygnus.com)
14815         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
14817 1999-03-26  Craig Burley  <craig@jcb-sc.com>
14819         * g77.f-torture/execute/19990325-0.f: New test.
14820         * g77.f-torture/execute/19990325-1.f: New test.
14822 1999-03-24  Jeffrey A Law  (law@cygnus.com)
14824         * gcc.c-torture/execute/990324-1.c: New test.
14826 1999-03-22  Jim Wilson  <wilson@cygnus.com>
14828         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
14829         test with 4.
14831 1999-03-17  Richard Henderson  <rth@cygnus.com>
14833         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
14835 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14837         * g77.f-torture/execute/19990313-2.f: New test.
14838         * g77.f-torture/execute/19990313-3.f: New test.
14840 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14842         * g77.f-torture/execute/19990313-0.f: New test.
14843         * g77.f-torture/execute/19990313-1.f: New test.
14845 1999-03-12  Jim Wilson  <wilson@cygnus.com>
14847         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
14848         printf to sprintf.
14849         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
14850         (main): Add check for u15.  Conditionalize u31 check depending on
14851         whether ints are <32 bits or >=32 bits.
14853 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14855         * g77.f-torture/execute/19981119-0.f: Improve testiness.
14857 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14859         * g77.f-torture/compile/19990305-0.f: New test.
14860         * g77.f-torture/execute/19981119-0.f: New test.
14862 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14864         * g77.f-torture/execute/970625-2.f: call ABORT if final
14865         result is not correct, instead of just printing it.
14866         Add this checking via newly introduced obfuscation, to
14867         trip up buggy front ends.
14869 1999-03-07  Craig Burley  <craig@jcb-sc.com>
14871         * g77.f-torture/compile/960317-1.f: Moved from being
14872         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
14874 1999-03-06  Craig Burley  <craig@jcb-sc.com>
14876         * g77.f-torture/execute/960317-1.f: New (old) test.
14877         * g77.f-torture/execute/970625-2.f: Ditto.
14879 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
14881         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
14882         message on line 1 or line 2; cccp and cpplib do this differently.
14884 1999-03-01  Jeffrey A Law  (law@cygnus.com)
14886         * g++.old-deja/g++.law/weak1.C: New test.
14888 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14890         * gcc.c-torture/execute/990119-1.c: Renamed to...
14891         * gcc.dg/990119-1.c: this, so it will only be tested once
14892         (it's a preprocessor test, it doesn't need to be run at
14893         multiple optimization levels).
14895 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14897         * lib/g++.exp: Don't add incdir=$base_dir/../include to
14898           ALWAYS_CXXFLAGS.
14900 1999-02-24  Craig Burley  <craig@jcb-sc.com>
14902         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
14903         * g77.f-torture/compile/19981216-0.f: ...as it is expected
14904         to not be compilable by current g77.
14906 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14908         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
14910 1999-02-22  Jeffrey A Law  (law@cygnus.com)
14912         * gcc.c-torture/execute/990222-1.c: New test.
14914 1999-02-19  Craig Burley  <craig@jcb-sc.com>
14916         * g77.f-torture/compile/19990218-0.f: New test.
14917         * g77.f-torture/noncompile/19990218-1.f: New test.
14919 1999-02-18  Craig Burley  <craig@jcb-sc.com>
14921         * g77.f-torture/compile/19981216-0.f: New test.
14923 1999-02-14  Jeffrey A Law  (law@cygnus.com)
14925         * gcc.dg/990214-1.c: New test.
14927 1999-02-13  Jeffrey A Law  (law@cygnus.com)
14929         * gcc.dg/990213-2.c: New test.
14931         * gcc.dg/990213-1.c: New test.
14933 1999-02-12  Jeffrey A Law  (law@cygnus.com)
14935         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
14936         ints.
14938 1999-02-11  Nick Clifton  <nickc@cygnus.com>
14940         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
14941         specified by target.
14943         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
14945 1999-02-11  Jeffrey A Law  (law@cygnus.com)
14947         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
14949 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14951         * gcc.dg/special/ecos.exp: New test driver for new tests with
14952         special requirements.
14954         * gcc.dg/special/alias-1.c: New test.
14955         * gcc.dg/special/gcsec-1.c: New test.
14956         * gcc.dg/special/weak-1.c: New test.
14957         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
14958         * gcc.dg/special/weak-2.c: New test.
14959         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
14960         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
14961         * gcc.dg/special/wkali-1.c: New test.
14962         * gcc.dg/special/wkali-2.c: New test.
14963         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
14964         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
14966 1999-02-10  Felix Lee  <flee@cygnus.com>
14968           * lib/c-torture.exp (c-torture-compile): Pull out code for
14969           analyzing gcc error messages.
14970           (c-torture-execute): Likewise.  Fix some (harmless) false
14971           positives.
14972           * lib/gcc.exp (gcc_check_compile): New function.
14974 1999-02-08  Richard Henderson  <rth@cygnus.com>
14976         * gcc.c-torture/execute/990208-1.c: New test.
14978 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14980         * g++.dg/special/ecos.exp: New driver for new tests with special
14981         requirements
14983         * g++.dg/special/conpr-1.C: New test
14984         * g++.dg/special/conpr-2.C: New test
14985         * g++.dg/special/conpr-2a.C: New test
14986         * g++.dg/special/conpr-3.C: New test
14987         * g++.dg/special/conpr-3a.C: New test
14988         * g++.dg/special/conpr-3b.C: New test
14990         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
14991         allow g++ to use the dg driver
14993         * README: Add comment about g++.dg directory
14995 1999-02-06  Jeffrey A Law  (law@cygnus.com)
14997         * README: Update email addresses.
14999 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15001         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15002         arguments in order to force structure S onto the stack even on
15003         the alpha.
15004         (test): Pass 10 leading arguments to function foo as well as the
15005         structure S.
15007         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15008         failure for all targets.
15010         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15011         abort to terminate program execution.
15013 1999-01-30  Richard Henderson  <rth@cygnus.com>
15015         * gcc.c-torture/execute/990130-1.c: New test.
15017 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15019         * gcc.dg/990130-1.c: New test.
15021 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15023         * gcc.c-torture/execute/990128-1.c: New test.
15025 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15027         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15029 1999-01-27  Felix Lee  <flee@cygnus.com>
15031         * lib/c-torture.exp (c-torture-compile): pull out code for
15032         analyzing gcc error messages.
15033         (c-torture-execute): ditto, and fix some (harmless) false
15034         positives.
15035         * lib/gcc.exp (gcc_check_compile): new function.
15037 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15039         * gcc.dg/990117-1.c: New test.
15041         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15043         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15045 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15047         * g77.f-torture/compile/990115-1.f: New test.
15049 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15051         * gcc.c-torture/compile/990107-1.c: New test
15053 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15055         * gcc.c-torture/execute/990106-2.c: New test.
15057         * gcc.c-torture/execute/990106-1.c: New test.
15059 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15061         * gcc.c-torture/compile/981223-1.c: New test.
15063 1998-12-29  Richard Henderson  <rth@cygnus.com>
15065         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15066         (opt3): Rename from opt4 and disable.
15068 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15070         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15072 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15074         * g++.old-deja/g++.other/conv5.C: New test.
15076 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15078         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15080 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15082         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15084 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15086         * gcc.c-torture/compile/981211-1.c: New test.
15088 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15090         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15092         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15094 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15096         * gcc.special/930510-1.c: Make C9X safe.
15097         * gcc.misc-tests/gcov-1.c Similarly.
15098         * gcc.misc-tests/gcov-2.c Similarly.
15100 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15102         * gcc.dg/ultrasp1.c: New test.
15104 1998-12-06  Richard Henderson  <rth@cygnus.com>
15106         * gcc.c-torture/execute/981206.c: New test.
15108 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15110         * g++.old-deja/g++.ns/template7.C: New test.
15112         * g++.old-deja/g++.other/expr1.C: New test.
15114         * g++.old-deja/g++.eh/tmpl3.C: New test.
15116         * g++.old-deja/g++.eh/tmpl2.C: New test.
15118 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15120         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15121         * g++.old-deja/g++.other/using6.C: Removed.
15122         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15124         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15126 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15128         * g++.old-deja/g++.pt/overload8.C: New test.
15130         * g++.old-deja/g++.pt/overload7.C: New test.
15132         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15134         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15135         and relinking messages.
15136         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15137         compiling with -frepo.
15139 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15141         * g++.old-deja/g++.pt/lookup6.C: New test.
15143 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15145         * gcc.c-torture/execute/981130-1.c: New test.
15146         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15148 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15150         * g++.old-deja/g++.pt/explicit76.C: New test.
15152         * g++.old-deja/g++.pt/friend38.C: New test.
15154         * g++.old-deja/g++.ns/crash2.C: New test.
15156         * g++.old-deja/g++.pt/defarg8.C: New test.
15158         * g++.old-deja/g++.pt/instantiate6.C: New test.
15160         * g++.old-deja/g++.pt/static6.C: New test.
15162         * g++.old-deja/g++.pt/decl2.C: New test.
15164 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15166         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15167         problem is actually related with name lookup, but so what? :-)
15169         * g++.old-deja/g++.pt/friend37.C: New test.
15171 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15173         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15174         element, which fails on some systems.
15176         * g77.f-torture/execute/labug1.f: New test.
15178 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15180         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15181         is defined.
15183 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15185         * g77.f-torture/compile/981117-1.f: New test.
15187 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15189         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15190         properly discarded.
15192 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15194         * gcc.c-torture/execute/memcheck: New directory of tests for
15195         -fcheck-memory-usage.
15197 1998-11-07  Gerald Pfe
15199         * g77.f-torture/noncompile/980615-0.f: New test.
15201 1998-07-26  H.J. Lu  (hjl@gnu.org)
15203         * gcc.dg/980312-1.c: Do link instead of compile.
15204         * gcc.dg/980313-1.c: Likewise.
15206 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15208         * gcc.c-torture/compile/980726-1.c: New test.
15210 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15212         * g77.f-torture/execute/io0.f: New test.
15214 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15216         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15217         an int.
15219 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15221         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15222         m32r bugs.
15224 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15226         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15227         c-decl.c:grokdeclarator can handle mode attributes.
15229 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15231         * gcc.c-torture/execute/980716-1.c: New test.
15233 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15235         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15236         the mn10200.
15237         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15238         the mn10200.
15239         * gcc.c-torture/execute/va-arg-3.x: Similarly.
15240         * gcc.c-torture/compile/930326-1.x: Similarly.
15242 1998-07-13  Dave Love  <d.love@dl.ac.uk>
15244         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
15245         New test from Craig.
15247 1998-07-12  Dave Love  <d.love@dl.ac.uk>
15249         * g77.f-torture/noncompile/980616-0.f: New test.
15251         * g77.f-torture/execute/970816-3.f:  New test from Craig.
15253 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15255         *  g++.other/singleton.C: Return error value instead of taking
15256         SIGSEGV.
15258 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
15260         *  g++.other/singleton.C: New test.   Warning is under dispute.
15261         Runtime crash is not.
15263 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15265         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
15266         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
15267         using6.C, using7.C}:  New namespace tests.
15269 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
15271         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
15272         specialization with typedef'ed names used as array indexes.
15274 1998-07-09  Jeffrey A Law  (law@cygnus.com)
15276         * gcc.c-torture/execute/980709-1.c: New test.
15278         * gcc.dg/980709-1.c: New test.
15280 1998-07-07  Richard Henderson  <rth@cygnus.com>
15282         * gcc.c-torture/execute/bcp-1.c: New test.
15284 1998-07-07  Jeffrey A Law  (law@cygnus.com)
15286         * gcc.c-torture/execute/980707-1.c: New test.
15288 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
15290         * gcc.c-torture/compile/980706-1.c: New test.
15292 1998-07-01  Dave Love  <d.love@dl.ac.uk>
15294         * g77.f-torture/execute/980701-0.f,
15295         g77.f-torture/execute/980701-1.f: New test from Craig.
15297 1998-07-01  Jeffrey A Law  (law@cygnus.com)
15299         * gcc.c-torture/compile/980701-1.c: New test.
15301         * gcc.c-torture/execute/980701-1.c: New test.
15303 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
15304 rlsruhe.de>
15306         * g++.old-deja/g++.robertl/eb132.C: New test.
15307         * g++.old-deja/g++.robertl/eb133.C: Likewise.
15309 1998-06-29  Dave Love  <d.love@dl.ac.uk>
15311         * g77.f-torture/execute/980628-7.f,
15312         g77.f-torture/execute/980628-8.f,
15313         g77.f-torture/execute/980628-9.f,
15314         g77.f-torture/execute/980628-10.f: New tests from Craig.
15316         * g77.f-torture/execute/980628-3.f: Remove mail headers.
15318 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15320         * g77.f-torture/execute/980628-4.f: New test from Craig.
15321         * g77.f-torture/execute/980628-5.f: Likewise.
15322         * g77.f-torture/execute/980628-2.f: Likewise.
15323         * g77.f-torture/execute/980628-0.f: Likewise.
15324         * g77.f-torture/execute/980628-1.f: Likewise.
15325         * g77.f-torture/execute/980628-3.f: Likewise.
15326         * g77.f-torture/execute/980628-6.f: Likewise.
15328 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15330         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
15331         directory when nothing has been installed yet.
15333 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
15335         * gcc.c-torture/special/special.exp: Handle newer versions of
15336         dejagnu.
15338 1998-06-26  Jeffrey A Law  (law@cygnus.com)
15340         * gcc.dg/980626-1.c: New test.
15342 1998-06-19  Bruno Haible <haible@ilog.fr>
15344         * gcc.misc-tests/m-un-2.c: New test.
15345         * g++.old-deja/g++.other/warn01.c: Likewise.
15347 1998-06-19  Robert Lipe  <robertl@dgii.com>
15349         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
15350         compatibility with assmblers with a different comment character.
15351         Eliminate use of GAS-specific extensions.
15353 1998-06-19  Jeffrey A Law  (law@cygnus.com)
15355         * gcc.c-torture/execute/ieee/980619-1.c: New test.
15357 1998-06-19  Robert Lipe  <robertl@dgii.com>
15359         *lib/g77.exp: Replace search for libf2c.a with search for newly
15360         renamed libg2c.a
15362 1998-06-17  Jeffrey A Law  (law@cygnus.com)
15364         * gcc.c-torture/execute/980617-1.c: New test.
15366 1998-06-12  Jeffrey A Law  (law@cygnus.com)
15368         * gcc.c-torture/execute/980612-1.c: New test.
15370 1998-06-08  Jeffrey A Law  (law@cygnus.com)
15372         * gcc.dg/980523-1.c: Only test on ppc-linux.
15373         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
15375         * gcc.c-torture/execute/980608-1.c: New test.
15377 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
15379         * gcc.c-torture/execute/980605-1.c: New test.
15381 1998-06-04  Jeffrey A Law  (law@cygnus.com)
15383         * gcc.c-torture/execute/980604-1.c: New test.
15385 1998-06-02  Jeffrey A Law  (law@cygnus.com)
15387         * gcc.c-torture/execute/980602-1.c: New test.
15388         * gcc.c-torture/execute/980602-2.c: Likewise.
15390 1998-06-02  Dave Love  <d.love@dl.ac.uk>
15392         * 970125-0.f: Fix per JCB.  Add commentary.
15394 1998-05-31  Michael Meissner  <meissner@cygnus.com>
15396         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
15397         IEEE -0 support.
15399 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
15401         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
15402         earlier.
15404 1998-05-28  Catherine Moore <clm@cygnus.com>
15406         * gcc.c-torture/execute/980526-3.c: New test.
15408 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
15410         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
15411         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
15412         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
15413         m88k-motorola-sysv3 to XFAIL.
15415 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15417         * gcc.dg/980526-1.c: New test.
15418         * gcc.c-torture/execute/980526-2.c: New test.
15420 1998-05-26  Jeffrey A Law  (law@cygnus.com)
15422         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
15424         * gcc.c-torture/execute/980526-1.c: New test.
15426 1998-05-26  Dave Love  <d.love@dl.ac.uk>
15428         * g77.f-torture/execute/alpha2.f: Add runtime test.
15430 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
15432         * g++.old-deja/old-deja.exp: Strip leading directories.
15434         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
15435         error for the line.  Don't run multiple tests for the same line.
15437 1998-05-23  Jeffrey A Law  (law@cygnus.com)
15439         * gcc.dg/980523-1.c: New test.
15441 1998-05-23  Dave Love  <d.love@dl.ac.uk>
15443         * g77.f-torture/compile/970915-0.f: New test.
15445 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
15447         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
15449 1998-05-21  Jeffrey A Law  (law@cygnus.com)
15451         * gcc.dg/980520-1.c: New test.
15453 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
15455         * gcc.dg/980502-1.c: Fix return type.
15457 1998-05-20  Jeffrey A Law  (law@cygnus.com)
15459         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
15460         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
15461         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
15462         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
15463         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
15465 1998-05-20  Dave Love  <d.love@dl.ac.uk>
15467         * g77.f-torture/execute/980520-1.f: New test.
15469 1998-05-15  Dave Love  <d.love@dl.ac.uk>
15471         * lib/mike-g77.exp: New file.
15473         * g77.f-torture/noncompile/noncompile.exp,
15474         g77.f-torture/noncompile/check0.f: New files.
15476 1998-05-14  Dave Love  <d.love@dl.ac.uk>
15478         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
15479         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
15480         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
15481         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
15482         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
15483         abort where appropriate.
15485 1998-05-05  Michael Meissner  <meissner@cygnus.com>
15487         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
15488         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
15490 1998-04-29  Dave Love  <d.love@dl.ac.uk>
15492         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
15494 1998-04-27  Dave Love  <d.love@dl.ac.uk>
15496         * g77.f-torture/compile/980427-0.f: New test.
15498 1998-04-24  Dave Love  <d.love@dl.ac.uk>
15500         * g77.f-torture/compile/980424-0.f: New test.
15502 1998-04-19  Dave Love  <d.love@dl.ac.uk>
15504         * g77.f-torture/compile/980419-2.f (main): New test.
15505         * g77.f-torture/compile/970125-0.f: New test.
15506         * g77.f-torture/compile/980419-1.f: New test.
15508 1998-04-08  Jim Wilson  <wilson@cygnus.com>
15510         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
15511         of loop-4.c.
15513 1998-04-07  Jim Wilson  <wilson@cygnus.com>
15515         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
15517 1998-04-03  Jim Wilson  <wilson@cygnus.com>
15519         * gcc.c-torture/compile/980329-1.c: New test.
15521 1998-03-18  Jim Wilson  <wilson@cygnus.com>
15523         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
15524         * gcc.dg/980312-1.c: Fix typo in -march command.
15526 1998-03-16  H.J. Lu  (hjl@gnu.org)
15528         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
15530 1998-03-11  Robert Lipe  <robertl@dgii.com>
15532         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
15533         Dave Love agree the Fortran source is bogus.
15535 1998-03-11  Robert Lipe  <robertl@dgii.com>
15537         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
15538         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
15539         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
15540         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
15541         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
15543 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
15545         * g++.old-deja/g++.other/friend1.C: New test.
15547 1998-02-18  Dave Love  <d.love@dl.ac.uk>
15549         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
15550         possibly uninitialized) variables and declare dnrm2.
15552 1998-02-23  Robert Lipe <robertl@dgii.com>
15554         From Bruno Haible <haible@ilog.fr>:
15555         * gcc.c-torture/execute/980223.c: New test.
15557 1998-02-13  Jeffrey A Law  (law@cygnus.com)
15559         * gcc.dg/ifelse-1.c: New test.
15561 1998-02-09  H.J. Lu  (hjl@gnu.org)
15563         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
15565           * lib/old-dejagnu.exp (old-dejagnu): Added the
15566           "execution test - XFAIL *-*-*" handling in the spirit of
15567           "excess errors test -". Changed the "execution test fails"
15568           handling to be like "excess errors test fails".
15569           * Update various tests accordingly.
15571 1998-02-06  Jim Wilson  <wilson@cygnus.com>
15573         * gcc.c-torture/execute/980205.c: New test.
15575 1998-01-18  Jeffrey A Law  (law@cygnus.com)
15577         * lib/c-torture.exp: Look for .x files instead of .cexp files.
15578         * lib/f-torture.exp: Similarly.
15579         * gcc.c-torture: Rename all .cexp files to .x files.
15581 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
15583         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
15584         (940510-1.c): Removed duplicate.
15585         (971104-1.c): New test.
15587 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
15589           * lib/f-torture.exp: Improve error and loop detection.
15591 1997-11-19  Michael Meissner  <meissner@cygnus.com>
15593         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
15594         use that to size the filler array.
15596 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
15598         * lib/c-torture.exp(c-torture-execute): Fix typo.
15600         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
15601         testcase as the executable name. Keep the executable around if
15602         the test fails.
15604 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
15606         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
15607         changes.  Only test one -g option, and move it to the end of the
15608         list of options to test.
15610 1997-09-19  Michael Meissner  <meissner@cygnus.com>
15612         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
15613         variable GCC_TORTURE_OPTIONS to supply default switches separated
15614         by colons.  If no environment variable, run tests with -O0 -g, -O1
15615         -g, and -O2 -g as well.
15617 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
15619         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
15620         explanatory comments. Fix indentation.
15622 1997-09-15  Jeffrey A Law  (law@cygnus.com)
15624         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
15626 1997-09-11  Jeffrey A Law  (law@cygnus.com)
15628         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
15629         * g++.old-deja/g++.mike/p7325.C: Likewise.
15630         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
15632 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
15634         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
15635         * g++.old-deja/g++.brendan/crash30.C: Likewise.
15636         * g++.old-deja/g++.brendan/crash39.C: Likewise.
15637         * g++.old-deja/g++.law/operators4.C: Likewise.
15639 1997-09-11  Joe Buck  (jbuck@synopsys.com)
15641         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
15642         * g++.old-deja/g++.mike/p784.C: Ditto.
15643         * g++.old-deja/g++.mike/p785.C: Ditto.
15645 1997-09-05  Jeffrey A Law  (law@cygnus.com)
15647           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
15649 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15651         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
15652         target feature; pass this to c-torture-execute as needed.
15654 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15656         * lib/c-torture.exp(c-torture-execute): If the previous and the
15657         current executables being tested are identical, we don't need to
15658         run the executable again. Try to make the executable names
15659         unique. Add an optional argument for passing additional compiler
15660         flags.
15662 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
15664         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
15666 1997-08-29  Jeffrey A Law  (law@cygnus.com)
15668         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
15670 1997-07-31  Jeffrey A Law  (law@cygnus.com)
15672         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
15673         32bit or larger longs.
15675         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
15676         have either a 32bit long or 32bit int.
15678 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
15680         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
15681         Make double precision tests dependent on sizeof (double).
15683 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
15685         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
15686         too.
15688 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
15690         * gcc.c-torture/compile/961203-1.cexp: New script.
15692 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
15694         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
15695         up the includes ourselves.
15697 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
15699         * lib/plumhall.exp: Remove random include, and add a few
15700         verbose messages for debugging.
15702 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
15704         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
15705         of trying to do it ourselves.
15707 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15709         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
15711 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
15713         * gcc.prms/5403.c: Made regexp a bit less strict.
15715 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
15717         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
15718         is returned from remote_load instead.
15719         * lib/plumhall.exp: Ditto.
15720         * lib/mike-g++.exp: Ditto.
15721         * lib/old-dejagnu.exp: Ditto.
15722         * lib/c-torture.exp: Ditto.
15724 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
15726         * lib/g++.exp: Use build_wrapper procedure.
15727         * lib/gcc.exp: Ditto.
15729 1997-05-20  Jeffrey A Law  (law@cygnus.com)
15731         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
15732         an old-style decl for malloc.  Fixes tests to work when
15733         sizeof (int) != sizeof (size_t).
15735 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15737         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
15739         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
15740         use stdargs.h interface.
15742 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15744         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
15745         NO_VARARGS when compiling.
15747 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
15749         * lib/plumhall.exp(ph_includes): New procedure.
15750         (ph_make): Use it.
15751         (ph_compiler): Ditto.
15753         * lib/g++.exp: Rename test-glue.c to testglue.c.
15754         * lib/gcc.exp: Ditto.
15756 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
15758         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
15759         to completion when it's called.
15761 1997-03-21  Michael Meissner  <meissner@cygnus.com>
15763         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
15764         is defined, don't do test.
15766 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
15768         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
15769         for object files.
15770         (ph_summary): Mark skipped testcases as untested, not unresolved.
15772         * lib/plumhall.exp (ph_make): If unresolved because of bad
15773         errorCode, record errorCode in log file.
15774         (*): Replace send_log/verbose with verbose -log.
15776 1997-03-19  Michael Meissner  <meissner@cygnus.com>
15778         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
15779         double conversion if double isn't at least 8 bytes.
15781         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
15782         int to work with targets where int is 16 bits.
15784         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
15785         8 bytes, just exit, since 4 byte doubles don't have enough bits of
15786         precision for the test to complete.
15788 1997-03-14  Michael Meissner  <meissner@cygnus.com>
15790         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
15791         if d10v is not compiled with the -mdouble64 flag.
15792         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
15794         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
15795         d10v is not compiled with the -mint32 flag.
15797 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
15799         * lib/plumhall.exp: Use incr_count.
15801 1997-03-12  Jeffrey A Law  (law@cygnus.com)
15803         * gcc.c-torture: Update to c-torture-1.45.
15805 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
15807         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
15808         the name of the expect testcase file).
15810         * lib/g++.exp(g++_init): Ditto.
15812 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
15814         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
15815         the host.
15817         * lib/gcc.exp(gcc_exit): New procedure.
15819 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
15821         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
15822         specs where appropriate.
15824         * g++.old-deja/g++.arm/*: Added additional ERROR checks
15825         because of new "candidates are" messages, and removed a few
15827         * Converted all non-old-style g++ testcases to old-style, and
15828         moved into g++.old-deja.
15830 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
15832         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
15833         options.
15835         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
15836         succeeded.
15838         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
15840 1997-02-13  Michael Meissner  <meissner@cygnus.com>
15842         * lib/gcc.exp (gcc_target_compile): Add support for defining
15843         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
15844         the machine doesn't have those features.
15846 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
15848         * g++.law/operators4.exp: Don't use LIBS.
15850 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
15852         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
15854         * lib/mike-g++.exp: Don't set the compiler to be tested here.
15855         * lib/g++.exp: Set it here instead. Also, allow use of the
15856         --tool_exec and --tool_opt options. Change CXX to
15857         GXX_UNDER_TEST.
15859         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
15861         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
15863 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
15865         * lib/old-dejagnu.exp: Use prune_warnings instead of
15866         prune_system_crud.
15867         * lib/mike-g++.exp: Ditto.
15868         * lib/gcc.exp: Ditto.
15869         * lib/g++.exp: Ditto.
15871         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
15873 1997-02-07  Jeffrey A Law  (law@cygnus.com)
15875           * 941014-2.c: Include stdlib.h
15876           * 960327-1.c: Include stdio.h
15877           * dbra.c, index-1.c: Don't assume ints are 32bits.
15879 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
15881         * lib/gcc.exp: Add gcc,stack_size target feature.
15883         * lib/g++.exp(g++_target_compile): Add the include and link
15884         paths here, not in two other places. And, it's $options, not
15885         options.
15887         * lib/mike-g++.exp(postbase): Remove the code that determines
15888         the correct include and link paths.
15889         * g++.old-deja/old-deja.exp: Ditto.
15891 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
15893         * lib/g++.exp(g++_init): target_compile no longer returns the
15894         filename of the result.
15896 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
15898         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
15899         call to glob.
15901         * gcc.c-torture/special/special.exp: Change call to
15902         gcc_target_compile to include the object file.
15904 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
15906         * gcc.c-torture/special/special.exp: Correct misspelling in last
15907         change.
15909 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
15911         * lib/plumhall.exp(ph_summary): Log the entire output of the
15912         executable. Return -1 if there were any failures, 0 otherwise.
15913         (ph_execute): Return -1 if there were any failures, 0 otherwise.
15914         (ph_make): Clean up objects and executables that were built
15915         if the tests succeeded.
15917 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
15919         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
15920         libraries and includes in the build tree as appropriate.
15922 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15924         * lib/c-torture.exp: Instead of looking for the global variable
15925         NO_LONG_LONG, check to see if that's a feature of the target.
15927 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15929         * config/default.exp: Minimize. Delete the remainer of the files in
15930         config; this functionality is now in devo/dejagnu/config.
15932         g++.*/*: Pass any additional flags used to compile to postbase;
15933         delete CXXFLAGS.
15935         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
15936         is now done by runtest.exp. Use gcc_target_compile instead of
15937         compile.
15939         lib/c-torture.exp: Use gcc_target_compile instead of compile.
15940         Remove references to CFLAGS. Use remote_file instead of
15941         calling rm -f.
15942         (c-torture): Take a list of arguments to use to compile this
15943         testcase.
15945         lib/g++.exp: Simplify. Use target_compile instead of compile.
15946         lib/gcc-dg.exp: Ditto.
15947         lib/gcc.exp: Ditto.
15948         lib/mike-{gcc,g++}.exp: Ditto.
15949         lib/old-dejagnu.exp: Ditto.
15950         lib/plumhall.exp: Ditto.
15952 1997-01-08  Jim Wilson  <wilson@cygnus.com>
15954         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
15955         (ph_linker): Likewise.
15957 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
15959           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
15960         MAP_ANON / MAP_ANONYMOUS if defined;
15961         else try to map from /dev/zero .
15963 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15965         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
15966         isn't defined, then define it to MAP_ANONYMOUS.
15968 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15970         * gcc.c-torture: Update to c-torture-1.42 release.
15972 1996-11-11  Jeffrey A Law  (law@cygnus.com)
15974         * gcc.c-torture: Update to c-torture-1.41 release.
15976 1996-10-27  Jeffrey A Law  (law@cygnus.com)
15978         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
15979         c-torture release.
15981 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
15983         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
15984         and LDFLAGS.  Fix second case to append the target_info ldflags
15985         onto LDFLAGS, not CFLAGS.
15986         * lib/g++.exp (g++_init): Add target_info stuff.
15987         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
15988         of libgloss and newlib flags for !native.
15990         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
15991         (GDB): Fix relative path to go up another dir for finding gdb.
15993 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
15995         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
15996         versions in the target_info array, if they don't exist.
15998 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
16000         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
16002 1996-07-08  Jim Wilson  <wilson@cygnus.com>
16004         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
16005         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
16007 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
16009         * lib/old-dejagnu.exp: Don't remove the output file before we've
16010         actually tested it. Don't append pwd to the path of the executable
16011         we're testing.
16013 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
16015         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
16017 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
16019         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
16020         temporary directory for compiler files, and set it to a default
16021         value of /tmp. Set $output as the name of the output file from
16022         compiling the testcase. Add a -o option to $cflags_var so the
16023         compiler writes the final output file as $output. Set $executable
16024         to $output.
16026         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
16027         directory for compiler files, and set it to /tmp if it doesn't
16028         already have a value. Set $output_file to the name of the output
16029         file from compiling the testcase. Add a -o option to CXXFLAGS so
16030         the compiler writes the final output file as $output. Use $output
16031         as the executable to be tested.
16033 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16035         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
16037 1996-06-08  Jeffrey A Law  (law@cygnus.com)
16039         * gcc.c-torture/execute/pending-1.c: New test.  Still
16040         pending in Tege's queue.
16042 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
16044         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
16045         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
16046         if there were failures.  Call unresolved if there were unresolved
16047         testcases.  Call gcc_fail if program did not run to completion.
16048         (ph_make): Pass additional argument name to ph_execute.
16049         (ph_execute): Add new argument.  Pass additional arguments to
16050         ph_summary.  Call gcc_fail is there is no execution output.
16052 1996-04-24  Jeffrey A Law  (law@cygnus.com)
16054         * lib/plumhall.exp (proc_summary): Output relavent summary
16055         lines into the log so specific failures in plumhall can be
16056         investigated.
16058 1996-04-10  Jeffrey A Law  (law@cygnus.com)
16060         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
16061         (c-torture-execute): Don't try to execute tests which use
16062         "long long" types if $NO_LONG_LONG is nonzero.
16064 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
16066         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
16067         not c-torture.
16069         * gcc.ieee: Move from here.
16070         * gcc.c-torture/execute/ieee: To here.
16072 1996-03-26  Jeffrey A Law  (law@cygnus.com)
16074         * gcc.c-torture: Update to c-torture-1.41 release.
16076 1996-03-22  Jeffrey A Law  (law@cygnus.com)
16078         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
16079         not "$output".
16081 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
16083         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
16084         -c present.
16086 1996-03-02  Jeffrey A Law  (law@cygnus.com)
16088         * config/proelf.exp: Handle connecting to a simulator.
16090 1996-01-31  Jeffrey A Law  (law@cygnus.com)
16092         * config/proelf.exp: New file.  Enough framework that we can
16093         run c-torture tests on the proelf targets (or any other target
16094         that gdb can connect to for that matter).
16096 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
16098         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
16099         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
16101         * lib/plumhall.exp (ph_execute): Always call ph_summary if
16102         exec_output exists.
16104 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
16106         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
16107         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
16109         * config/*.exp: Update FSF address.  Change result of ${tool}_load
16110         to pass/fail/unresolved/unsupported/untested.  Caller must now
16111         call unresolved/unsupported/untested.
16112         * lib/*.exp: Update FSF address.  Update to handle new results of
16113         ${tool}_load.
16114         * lib/chill.exp (verbose): Delete.
16116 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
16118         * lib/gcc.exp (default_gcc_start): Change order of args to
16119         $LDFLAGS $CFLAGS $LIBS.
16120         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
16121         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
16122         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
16123         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
16124         * gcc.misc-tests/dg-test.exp: Likewise.
16125         * gcc.misc-tests/msgs.exp: Likewise.
16126         * gcc.prms/prms.exp: Likewise.
16127         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
16128         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
16130         * lib/dg.exp: Deleted, moved to dejagnu/lib.
16132 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16134         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
16136         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
16137         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
16139         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
16140         necessary.
16142 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
16144         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
16145         global for loop; add use of $mathlib.
16146         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
16147         settings here; set mathlib for anything but VxWorks.
16149 1996-01-22  Jeffrey A Law  (law@cygnus.com)
16151         * gcc.c-torture: Update to c-torture-1.40 release.
16153 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16155         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16156         dg.exp.
16158 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16160         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16161         global.
16163 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16165         * lib/g++.exp (LIBS): Define if not already.
16166         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16167         (gcc-dg-prune): Call prune_gcc_output.
16168         * lib/gcc.exp (prune_gcc_output): New proc.
16169         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16170         prune_gcc_output.
16172 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16174         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16175         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16177 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16179         * gcc.c-torture: Update to c-torture-1.39 release.
16181 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16183         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16184         fails, try others as well.
16186 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16188         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16189         If compilation fails, mark execute tests as `untested'.
16190         If test is marked as unsupported, don't mark compilation and
16191         execute tests as failed.
16193 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16195         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16196         libstdc++ for whether or not we want to be doing shared
16197         libraries.  Delete link_curses since we don't need it anymore.
16198         * lib/mike-g++.exp (postbase): Don't link in libg++.
16199         * g++.old-deja/old-deja.exp: Likewise.
16201 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16203         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16205 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16207         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16208         For that, add `-Wl,-a,shared_archive'.
16209         * g++.old-deja/old-deja.exp: Likewise.
16211 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16213         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16215 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16217         * lib/mike-g++.exp (postbase): Pay attention to the status of
16218         g++_load.
16220 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16222           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16224 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16226         * lib/gcc.exp (default_gcc_start): No longer need to log program
16227         being executed or its output, execute_anywhere does that now.
16228         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16229         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16231 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16233         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16234         the same as those in lib/g++.exp.
16236 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16238         * gcc.c-torture: Update to c-torture-1.38 release.
16239         * gcc.ieee: Related changes.
16241 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
16243         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
16244         "exec". Minor reformatting changes.
16246         * config/rom68k.exp (${tool}_load): Make it work in a canadian
16247         cross. This means all "exec" calls now work on a remote host as
16248         well.
16249         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
16250         cross. Filter out the extra "\r\n" stuff that expect puts in.
16251         (c-torture-execute): Filter out the bogus warnings like
16252         c-torture-compile does. Add support for canadian cross.
16253         * lib/gcc.exp (default_gcc_version, default_gcc_start)
16254         Use execute_anywhere rather than calling exec directly. Now it
16255         works for canadian cross testing.
16257 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
16259         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
16260         results into a variable, and check that rather than using file exists.
16262 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
16264         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
16265         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
16267 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16269         * g++.old-deja/old-deja.exp: Create and pass runshlib and
16270         lib_curses if there's a shared libg++ in the build tree.
16272 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
16274         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
16275         if not supported target.
16277 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
16279         * lib/g++.exp (g++_init): Move empty setting of runshlib and
16280         link_curses up to always happen, not just for native builds.
16282 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
16284         * gcc.c-torture: Update to c-torture-1.36 release.
16285         * gcc.failure: Related changes.
16287 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
16289         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
16291 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
16293         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
16294         * lib/mike-g++.exp (postbase): Not in here.  Still reference
16295         runshlib, link_curses, and mathlib for link and run.
16297         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
16298         pass the runtime shared library options for Solaris, OSF/1, and
16299         Irix5, and link with -lcurses to avoid unresolved references.
16301 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
16303         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
16304         only run once.
16306 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
16308         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
16310 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
16312         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
16313         do not have a framework for the "compat" tests yet.
16315 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
16317         * lib/mike-g++.exp (postbase): New local variable `mathlib',
16318         set to null if we're testing vxworks5.1.  Use that instead of
16319         `-lm' in the setting of LIBS for link and run.
16321 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
16323         * config/rom68k.exp (${tool}_load): Major changes to make it
16324         work.  Verified that it does in fact return the stuff in
16325         exec_output properly.  Catch any Emul or any TRAP other than 0.
16327 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
16329         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
16330         LDFLAGS properly for targets that need stuff from libgloss.
16331         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
16332         only run once.
16333         (gpp_initialized): New variable.
16335 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
16337         * config/rom68k.exp: Load libgloss.exp.
16338         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
16339         so we can produce a fully linked binary.
16340         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
16341         so we can produce a fully linked binary.
16343 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
16345         * lib/plumhall.exp (ph_section): Watch for expected failures.
16346         Add missing `else'.
16348         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
16349         run the testcase.
16350         (c-torture): Likewise.
16352 1995-08-28  Doug Evans  <dje@cygnus.com>
16354         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
16356         * lib/mike-g++.exp (mike_cleanup): New proc.
16357         (prebase): New globals compiler_result, not_compiler_result,
16358         target_regexp.
16359         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
16360         allow leading "-" in pattern.  Watch for unsupported tests.
16361         If $compiler_result is set, pattern match assembler code,
16362         and ditto for $not_compiler_result.
16363         * lib/mike-gcc.exp: Likewise.
16365         * lib/plumhall.exp (ph_execute): Only call ph_summary if
16366         execution "succeeded".
16368 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
16370         * config/win32.exp: New file.
16371         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
16373 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
16375         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
16376         unsupported.
16377         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
16378         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
16379         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
16381         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
16382         "... without exceptions was ...".  That is now handled by
16383         prune_system_crud.
16384         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16386 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
16388         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
16389         sieve.c,sort2.c}: New files.
16390         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
16391         sieve.exp,sort2.exp}: Drivers for them.
16393         * lib/mike-gcc.exp (program_output): New user settable variable.
16394         (postbase): Call prune_system_crud.  Also prune extraneous compiler
16395         messages.
16396         * lib/mike-g++.exp (program_output): New user settable variable.
16398         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
16400         * config/sh.exp: Deleted (use sim.exp instead).
16402 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
16404         * config/vx.exp: Declare CHECKTASK as global.
16405         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
16406         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
16407         * lib/old-dejagnu.exp: Load [pwd]/$executable.
16409 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16411         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
16412         target. Like vx.exp, only includes `vx29k.exp' instead of
16413         `vxworks.exp'.
16415 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
16417         * config/sim.exp: Increase time limit from 120 seconds to 240.
16419 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
16421         * gcc.c-torture/execute/950628-1.c: New test.
16423 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
16425         * gcc.c-torture: Update with changes/additions from
16426         c-torture-1.34.
16428 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
16430         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
16432 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
16434         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
16436 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
16438         * gcc.c-torture/compile/950512-1.c: New test.
16439         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
16440         * gcc.dg/struct-ret-1.c: Likewise.
16442 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
16444         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
16445           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
16447 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
16449         * gcc.c-torture/special/920411-1.c: Deleted.
16450         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
16452 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
16454         * config/sim.exp (${tool}_load): Hack in call to bash to get a
16455         cpu limit.
16457 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
16459         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
16461 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
16463         From kenner;
16464         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
16465         is the proper length.
16466         * va-arg-3.c: Likewise.
16468 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
16470         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
16471         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
16473         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
16474         * lib/g++.exp (default_g++_start): Delete old cruft.
16476 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
16478         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
16479         (2 * (1 << 18)) to (2 * (1 << 17)).
16481         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
16483 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
16485         * config/rom68k.exp: Renamed from config/idp.exp
16487 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
16489         * c-torture/compile/921109-2.c
16491 1995-04-18  Mike Stump  <mrs@cygnus.com>
16493         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
16494         excess errors.
16496 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
16498         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
16499         output.
16500         * lib/g++.exp (default_g++_start): Likewise.
16502 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
16504         * gcc.c-torture/compile/950329-1.c: New test.
16506 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
16508           * config/bug.exp (${tool}_load): Updated to use new remote_open
16509           and remote_close procs.
16510         * config/idp.exp: New file.
16512 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
16514         * gcc.c-torture/execute/950322-1.c: New test.
16516 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
16518         * config/vx.exp (${tool}_load): Clean up testing of return code from
16519         vxworks_ld and vxworks_spawn.
16521 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
16523         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
16525 1995-03-13  Mike Stump  <mrs@cygnus.com>
16527         * lib/old-deja.exp: Add `excess errors test - ' error, now one
16528         can mark excess errors on a machine by machine basis.  Note, the
16529         default is to not expect any excess errors, even when excess
16530         errors test - is given, so you will want to put an XFAIL ... on
16531         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
16532         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
16533         those 4 machines, but no others.
16535 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
16537         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
16538         * lib/c-torture.exp: to here.
16540 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
16542         * gcc.c-torture/execute/950221-1.c: New test.
16543         * gcc.c-torture/execute/struct-ret-1.c: New test.
16544         * gcc.c-torture/compile/950221-1.c: New test.
16546         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
16548 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
16550         * gcc.c-torture/execute/arith-1.c (main): Return 0.
16551         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
16553 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
16555         * g++.gb: New directory of tests, derived from my signature and
16556         class scoping tests.
16558         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
16559         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
16560         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
16561         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
16562         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
16563         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
16564         * g++.gb/sig25.C: Likewise.
16566         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
16567         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
16568         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
16569         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
16570         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
16571         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
16572         * g++.gb/sig25.exp: Likewise.
16574         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
16575         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
16576         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
16577         * g++.gb/scope13.C: Likewise, this test still fails.
16579         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
16580         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
16581         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
16582         * g++.gb/scope13.exp: Ditto.
16584         * g++.gb/README: New file, explains what these tests are about.
16586 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
16588         * lib/dg.exp (dg-do): Support `preprocess'.
16589         (dg-test): Likewise.
16591 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
16593         * config/udi.exp: change "continue -expect" to "exp_continue".
16595 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
16597         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
16598         Delete redundant tests.
16600         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
16601         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
16602         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
16603         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
16604         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
16605         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
16606         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
16607         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
16609         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
16610         storing label pointers.
16611         * gcc.c-torture/execute/921019-1.c: Likewise.
16612         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
16613         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
16614         parameter fp.
16615         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
16616         constants.
16618         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
16619         Delete obsolete tests.
16621         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
16622         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
16623         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
16624         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
16625         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
16626         * gcc.c-torture/compile/950124-1.c: New test.
16628         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
16630 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
16632         * lib/mike-g++.exp: Add -lm to LIBS.
16634 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
16636         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
16638 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
16640         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
16642 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
16644         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
16646 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
16648         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
16649         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
16650         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
16651         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
16652         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
16653         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
16654         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
16655         * g++.law/{operators31.C, operators32.C,
16656         * g++.law/{operators33.C, operators34.C}: Likewise.
16657         * g++.law/{pic1.C, refs2.C}: Likewise.
16658         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
16659         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
16660         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
16661         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16663         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
16664         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
16665         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
16666         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
16667         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
16668         * g++.law/{enum9.exp, friend5.exp}: Likewise.
16669         * g++.law/{nest3.exp, nest4.exp}: Likewise.
16670         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
16671         * g++.law/{operators30.exp, operators31.exp}: Likewise.
16672         * g++.law/{operators32.exp, operators33.exp}: Likewise.
16673         * g++.law/{operators34.exp}: Likewise.
16674         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
16675         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
16676         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
16677         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
16678         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16680         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
16681         No longer expected to fail.
16682         * g++.law/missed-error3.C: Tweak for recent bool changes.
16684 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
16686         * config/emb-unix: Deleted.
16687         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
16688         remote execution.  Do final link on remote host if REMOTE_LINK is set.
16690 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
16692         * lib/dg.exp (dg-test): Fix typo in last patch.
16694 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
16696         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
16697         (handles multiple occurrences).
16699 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
16701         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
16702         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
16703         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
16704         printed).
16705         * lib/c-torture.exp (c-torture-compile): Likewise.
16706         (c-torture): Prepend full path if missing.
16707         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
16708         (gcc_fail): Likewise.
16709         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
16711 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
16713         * lib/netware.exp: Only attach to NetWare i386 systems.
16715 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
16717         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
16718         messages.  Add test name to "output pattern match" pass/fail message.
16720 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
16722         * gcc.dg: New testsuite.
16723         * gcc.dg/dg.exp: New file.
16725         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
16726         test-switch.c}: Deleted.
16728         * gcc.misc-tests/msgs.exp: New testcase driver.
16730 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
16732         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
16733         Watch for illegal return values from ${tool}_load.
16734         * config/unix.exp (${tool}_load): Fix pass/fail detection for
16735         cross targets.  Coerce return value >0 to 1.
16737 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
16739         * config/unix.exp (${tool}_load): Call program rsh, not proc.
16741         * config/emb-unix.exp: New file.
16743         * config/sim.exp: Error if variable $SIM not defined.
16744         (${tool}_load): Mark test as "untested" if simulator missing.
16746         * config/unix.exp: Load remote.exp to get rcp_download.
16747         * lib/c-torture.exp: Use different option lists for testcases with
16748         and without loops.
16749         * gcc.c-torture/execute/execute.exp: Likewise.
16751 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
16753         * config/*.exp: Clarify return code from ${tool}_load.
16754         Call `unresolved' or `untested' instead of `warning' or `perror'
16755         (sometimes you still want to call both though).
16756         Add comment that `shell_id' is local to each file.
16757         * config/udi.exp (timeout): Set to 30.
16758         Don't print warning if connection fails, $connectmode has already
16759         printed an error.
16760         (${tool}_load): Move verbose messages to level 2.
16761         Rework pattern for "Process started" message.
16762         Pass `shell_id' to ${connectmode}_download.
16763         Retry twice upon timeout.  Make resetting of target more robust.
16764         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
16765         Pass `shell_id' to exit_$connectmode.
16766         Only call exit_$connectmode if connected.
16767         * config/unix.exp (${tool}_load): Check return codes better.
16768         * config/vrtx.exp (${tool}_load): Likewise.
16769         * config/vx.exp (${tool}_load): Likewise.
16770         Delete unneeded global's.
16771         * lib/dg.exp (dg-test): Update to reflect clarified return codes
16772         from ${tool}_load.
16773         (dg-stat): Delete.
16774         (dg-init): Delete recording of pass/fail counts.
16775         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16776         (old-dejagnu-init): Likewise.
16777         (old-dejagnu-stat): Delete contents, empty proc now.
16778         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
16779         (c-torture): Delete references to lcnt, lpass, lfail.
16780         Get option list from TORTURE_OPTIONS.
16781         Delete -funroll[-all]-loops if no loops.
16782         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
16783         (g++_stat): Delete contents (empty proc now).
16784         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
16785         (gcc_finish): Likewise.
16786         (gcc_stat): Deleted.
16787         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
16788         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
16789         * gcc.c-torture/execute/execute.exp: Likewise.
16790         Split tests into two parts: compile, execute.
16791         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
16792         no loops.  Update to reflect clarified return codes from ${tool}_load.
16794 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
16796         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
16797         to grep for.
16798         (old-dejagnu): Likewise (where necessary).
16800 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
16802         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
16804         * lib/dg.exp (dg-process-target): Fix processing of selector.
16805         Add comment regarding use of `error'.
16807         * lib/gcc.exp (prune_system_crud): Define if missing.
16808         * lib/g++.exp (prune_system_crud): Likewise.
16810         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
16811         Call prune_system_crud.
16812         * lib/dg.exp (dg-runtest): New proc.
16813         Use perror instead of send_user for tcl errors in testcase.
16814         Don't return any value, it's never used.
16815         Don't clobber previous definition of `unknown'.
16816         Print tcl errors in `dg-final'.
16818 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
16820         * lib/dg.exp (dg-process-target): Improve syntax error messages.
16821         (dg-test): Don't print errorInfo, it contains stack backtrace.
16823 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
16825         * lib/g++.exp (runtest_file_p): Define if missing.
16827 1994-09-24  Doug Evans  (dje@cygnus.com)
16829         * lib/mike-g++.exp: Comment out loading of g++.exp.
16830         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
16831         (default_g++_version): Always print something.
16832         (default_g++_start): Comment out call to `which'.
16833         (g++_start, g++_load): Deleted (must be defined in config file).
16834         * lib/gcc.exp: Test for existence of $CC at start.
16835         Delete check for tmpdir (done in gcc_init).
16836         (default_gcc_version): Always print something.
16837         (default_gcc_start): Comment out call to `which'.
16838         * config/*.exp: Major cleanup - make cross targets work at least a
16839         little better for g++ (by not being "--tool gcc" specific).
16840         Rename gcc_xxx to ${tool}_xxx.
16841         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
16842         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
16844 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
16846         * lib/c-torture.exp (c-torture-compile): Rework compiler
16847         message processing.
16849         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
16850         c-torture.
16852 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
16854         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
16856         * lib/dg.exp (dg-process-target): Support { target native }.
16858 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
16860         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
16861         looked for "... program xxx got fatal signal".
16862         Correct regsub munging of `comp_output'.
16863         Ignore compiler messages "path prefix not used" and "linker input
16864         file unused".
16866 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
16868         * lib/gcc.exp (runtest_file_p): Define if missing.
16869         * gcc.prms/template.c: Example to work from.
16871 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
16873         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
16874         * lib/dg.exp (dg-test): Call unsupported testcases as such.
16876         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
16877         * gcc.prms/1883.c: Moved from compile/940714-1.c.
16878         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
16879         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
16881         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
16882         (dg-process-target): No longer a varargs proc.
16883         Return S/N for target, P/F for xfail.  All callers changed.
16884         (user option procs): More argument checking.
16885         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
16886         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
16887         (dg-test): Skip test if not running on selected target in `dg-do'.
16888         Update handling of `dg-do-what', `dg-output-text'.
16889         Separate execution pass/fail from output pattern match pass/fail.
16890         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
16892 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
16894         * gcc.c-torture/special/special.exp: Don't expect failure for mips
16895         target for 920510-1.c.
16897 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
16899         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
16900         Clean up comment regarding use of passcnt, etc.
16901         (gcc_stat): Don't update `testcnt' here.
16902         (gcc_finish): Do it here.
16903         Might as well reset `but_id' here too.
16904         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
16905         to determine if the file should be tested.
16906         * gcc.c-torture/compile/compile.exp: Likewise.
16907         * gcc.c-torture/execute/execute.exp: Likewise.
16908         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16909         * gcc.misc-tests/dg-test.exp: Likewise.
16910         * gcc.prms/prms.exp: Likewise.
16911         * gcc.wendy/wendy.exp: Likewise.
16912         * g++.old-deja.exp: Likewise.
16913         Move "Testing file" message to verbose level 1.
16915 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
16917         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
16919 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
16921         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
16922         (default_gcc_start): Accept optional second list element
16923         of compiler flags.  Print compiler output at verbosity level 2.
16924         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
16925         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
16926         Save current values of framework globals passcnt, failcnt, xpasscnt,
16927         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
16928         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
16929         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
16930         xfailcnt to compute stats.  Update framework global `testcnt' from
16931         pass/fail counts.
16932         (gcc_finish): New proc.  Clean up test environment.
16933         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
16934         (gcc_epass, gcc_efail): Delete.
16935         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
16936         argument of line number.
16937         (dg-init): If the tool has an init routine, call it.
16938         (dg-test): Remove args `cflags_var' and `libs_var'.
16939         Pass all compiler options to ${tool}_start.
16940         Handle missing line number.
16941         (dg-finish): New function.
16942         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
16943         particular files.  Call gcc_finish at end.  Move "skipping test"
16944         message to verbosity level 3.
16945         * gcc.c-torture/compile/compile.exp: Likewise.
16946         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16947         * gcc.c-torture/execute/execute.exp: Likewise.
16948         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16949         Print testcase being tried at verbosity level 1.
16950         * gcc.c-torture/special/special.exp: Unset xfail.
16951         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16952         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
16953         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
16954         * gcc.failure/failure.exp: Likewise.
16955         * gcc.ieee/ieee.exp: Likewise.
16956         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
16957         Update call to dg-test.  Call dg-finish at end.
16958         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
16959         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16960         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
16961         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
16962         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
16963         * gcc.wendy/wendy.exp: Add copyright.
16964         Delete setting of tmpdir (done by gcc_init).
16965         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
16966         Pass compiler flags to gcc_start.  Call gcc_finish at end.
16967         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
16968         gcc_[ce]pass/fail.
16970 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
16972         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
16973         confusion.
16974         (g++_load): Likewise.
16976         * config/*.exp (gcc_load): Some were varargs fns and some were not.
16977         Rename argument to `prog' to remove the confusion.
16978         Varargs fns behave differently too!
16979         (g++_load): Likewise.
16981         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
16983         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
16984         what it is.  Delete (always) printing of status value for !native.
16985         Simplify verbose code, and include status and exec_output.
16986         (g++_load): Use gcc_load.
16988 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
16990         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
16991         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
16992         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
16993         940714-3.c as these testcases don't exist anymore.  Make
16994         va-arg-1.c expected to pass.
16996 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
16998         * gcc.misc-tests/misc.exp: Only run specific testcases.
16999         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
17000         * gcc.misc-tests/dg-[1-9].c: New files.
17002         * lib/dg.exp: New testsuite driver.
17003         * gcc.prms/prms.exp: Use it.
17005         * README.gcc: New file.
17007         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
17008         Document and reset `lxpass' and `lxfail'.
17009         Simplify "initialized" message.
17010         (gcc_stat): Clean up comments a little.
17012 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
17014         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
17016 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
17018         * lib/old-dejagnu.exp (process-option): New proc.
17019         (old-dejagnu-init, old-dejagnu-stat): Likewise.
17020         (old-dejagnu): Simplify.
17021         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
17023 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
17025         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
17026         exists and is not an empty string.
17028         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
17029         $xfail rather than calling setup_xfail.  Clear $xfail when test is
17030         finished.
17031         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
17032         automatically.
17034         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
17035         longer expected to fail.
17037         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
17038         "f" function call.
17040         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
17042         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
17043         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
17044         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
17045         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
17046         c-torture-1.29.
17048         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
17049         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
17051         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
17053         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
17054         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
17056         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
17057         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
17058         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
17060 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
17062         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
17063         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
17064         940714-1.c, 940714-2.c, 940714-3.c},
17065         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
17066         gcc.misc-tests/{mg.c,mg.exp}:
17067         New tests.
17068         * gcc.noncompile/noncompile.exp: Change accordingly.
17070 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
17072         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
17073         Undo previous clobberage.
17075 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
17077         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
17078         * gcc.special/{930510-1.c, special.exp}:
17079         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
17080         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
17081         struct-varargs-1.c}: New tests from c-torture-1.26.
17083 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
17085         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
17086           argument to switch.
17088 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
17090         * Revert the previous changes.  Please see Rob's directory
17091           (/lisa/test/rob/progressive/gcc/testsuite) for testing
17092           fixes.
17094 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
17096         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
17097             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
17098             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
17099             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
17100             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
17101             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
17102             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
17103             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
17104             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
17105             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
17106             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
17107             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
17108             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
17109             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
17110             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
17111             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
17112             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
17113             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
17114             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
17115             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
17116             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
17117             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
17118             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
17119             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
17120             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
17121             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
17122             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
17124 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
17126         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
17127             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
17128           with perror calls.
17130 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
17132         * config/unix.exp (g++_load): Fix syntax.
17134 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
17136         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
17137         * gcc.noncompile/921017-1.c: Deleted obsolete test.
17138         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
17139         Don't expect va-arg-1.c to fail.  Correct expected output for
17140         920928-1.c.
17141         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
17142         * gcc.wendy/hbm4.c: Correct typo.
17143         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
17145 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
17147         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
17148         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
17149         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
17150         * lib/c-torture.exp (c-torture-compile): Ditto.
17152         Reduce volume of output (remove all the -I's and such).
17153         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
17154         Call gcc_cpass, gcc_cfail.
17155         (c-torture): Pass testing option to c-torture-compile.
17157 1994-03-21  Doug Evans  (dje@cygnus.com)
17159         Bring patches over from progressive.
17160         * config/default.exp: Exit remote shell cleanly.
17161         (g++_exit, g++_start): Add default versions.
17162         * config/sim.exp (gcc_load): Use perror, not error.
17164 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17166         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17167         set in site.exp.
17169 1994-03-14  Doug Evans  (dje@cygnus.com)
17171         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17172         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17173         (wendy_try): New proc to run testcase.
17174         (main loop): Call 'em.
17175         * gcc.wendy/*.c: Clean up pass to correct expected output.
17177         * lib/gcc.exp: Minor cleanup work.
17178         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17180 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17182         * config/sim.exp (gcc_load): Document return codes better.
17183         Don't pass -v to simulator.
17185 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17187           * gcc.special/920717-x.c: Fix typo.
17188           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17189           get at sources.
17191         * lib/mike-gcc.exp: Fix typo.
17193 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17195         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17196         binary to use, transform the name.
17197         * config/*.exp: rename everything. Nuke any g++ specific files,
17198         it's now a special case of gcc that requires no special support.
17199         Add a default.exp for unsupported targets.
17201 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17203         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17204         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17205         version of Tcl.
17207 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17209         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17210         than a warning.
17212 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17214         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17216 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17218         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17219         option_list.  Compile every file with only 4/6 option choices
17220         (same as C torture) instead of with 12/18 different option
17221         choices.
17222         * lib/c-torture.exp: Likewise.
17224         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17225         not already set.
17227 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17229         * lib/old-deja
17230           test cases, ready for DejaGnu.
17232 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
17234         * Upgraded c-torture tests from 1.18 to 1.19
17236         * gcc.compile: added test(s):
17237           930607-1.c
17238         * gcc.execute: added test(s):
17239           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
17241         * added new subdirectory for misc tests: gcc.misc-tests
17242         * gcc.misc-test(s): added tests:
17243           inst-check.c test-consts.c test-ior.c test-switch.c
17245 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
17247         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
17249 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
17251         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
17253 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
17255         * Upgraded c-torture tests from 1.17 to 1.18
17257 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
17259         * Upgraded c-torture tests from 1.12 to 1.17
17261 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
17263         * lib/old-dejagnu.exp:
17264           Fixed handling of XFAIL target triplets to correctly
17265           recognize wildcard characters.  Removed code that
17266           appended a unique id tag to the end of the file name
17267           printed out by the result of the testcases within a
17268           given test file.
17270 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
17272         * lib/old-dejagnu.exp:
17273           Reworked expected failure handling to trigger off of XFAIL
17274           keyword in keyphrase embeded in testcase source code. The
17275           XFAIL keyword must be at the end of the keyphrase line. It
17276           may optionally be followed by one or more target triplets.
17277           It has just occured that the handling of wildcards in the
17278           target triplet may not be correct.
17280 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
17282         * g++.old-deja/tests:
17283           Moved all subdirectories up one level into g++.old-deja .
17285         * lib/old-dejagnu.exp:
17286           Fixed problem with CXXFLAGS not being properly reset, and being
17287           corrupted with extraneous "-c" compiler option.  This was
17288           causing binaries to not be generated for test that needed them.
17289           Modified strings passed to "pass" and "fail" so that individual
17290           tests from the same test file would be distinguished by an
17291           identifier appended to the test file name in the summary logs;
17292           this corrected a problem with erroneous diff logs.  Added code
17293           to search testcases for expected fail and unexpected pass keywords.
17295 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
17297         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
17299 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
17301         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
17302           Removed extraneous text from end of "Special g++ Options"
17303           keyphrase.
17305         * lib/old-dejagnu.exp: Added pattern matching to look for new
17306           keywords, embedded in testcases comments, which will trigger
17307           calls to xpass and xfail.
17309 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
17311         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
17312           comments embedded in the testcases, especially the one looking for
17313           special compiler options, as well as the pattern matching for the
17314           compiler output again.
17316 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
17318         * lib/old-dejagnu.exp: Do a proper check of the return value for
17319           execute tests. Fixed several problems with the pattern matching
17320           of the compiler output which gave erroneous test results.
17321           Changed several of the test result messages to be more descriptive.
17322         * config/unix-g++.exp: Proc g++_load now actually works and
17323           executes the tests passed to it and returns a usable return
17324           value.
17326 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
17328           * lib/gcc.exp: Exits gracefully if $CC is bogus.
17330 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
17332         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
17333           Modified both files to properly execute the old style
17334           dejagnu tests. The previous versions of these files were
17335           experimental and did not function anything near correctly.
17337 1993-04-05  Rob Savoye  (rob@cygnus.com)
17339         * Removed all Makefile.in and configure.in files. No configuration
17340         needed now.
17342 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
17344         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
17346 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17348         * gcc.compile/configure.in, gcc.unsorted/configure.in,
17349         gcc.special/configure.in, gcc.noncompile/configure.in,
17350         gcc.execute/configure.in, gcc.code_quality/configure.in,
17351         g++.other/configure.in, g++.old-deja/configure.in,
17352         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
17353         in srcname setting.
17355 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
17357         * lib/udi.exp:  Fixed mondfe and mondfe_download.
17358         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
17359         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
17361 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
17363         * config/udi-gdb.exp: Check $shell_id after connecting to target.
17364         (gdb_exit): Don't remove *_soc files.
17366 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
17368         * lib/c-torture.exp: Don't look for main; instead always use -w
17369         -c.  This is how the c-torture tests work.  Remove the object
17370         file if the compilation succeeds.
17371         * gcc.execute/execute.exp: Remove executable if test passes.
17372         * gcc.noncompile/noncompile.exp: Every test is an expected
17373         failure.
17374         * gcc.special/special.exp: Added tests from c-torture 1.11,
17375         corrected use of existing test.
17376         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
17377         gcc.execute/920625-1.c: Updated to c-torture 1.11.
17378         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
17379         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
17380         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
17381         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
17382         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
17383         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
17384         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
17385         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
17386         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
17387         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
17388         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
17389         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
17390         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
17391         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
17392         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
17393         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
17394         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
17395         c-torture 1.11.
17396         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
17397         correspond to c-torture 1.11.
17399         * New file.