OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
2
3         PR fortran/16161
4         * gfortran.fortran-torture/compile/implicit.f90: Add test
5         for implicit character.
6
7 2004-06-30  David Billinghurst (David.Billinghurst@riotinto.com)
8
9         PR fortran/16289
10         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
11         Use tiny() intrinsic to find smallest non-negative real
12
13 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
14
15         * gcc.dg/compat/struct-by-value-22_main.c: New test.
16         * gcc.dg/compat/struct-by-value-22_x.c: New.
17         * gcc.dg/compat/struct-by-value-22_y.c: New.
18
19         * gcc.c-torture/execute/20040629-1.c: New test.
20
21 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
22
23         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
24         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
25
26         PR target/16195
27         * gcc.dg/20040625-1.c: New test.
28
29 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
30
31         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
32
33 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
34
35         PR fortran/15963
36         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
37
38 2004-06-29  Richard Henderson  <rth@redhat.com>
39
40         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
41
42 2004-06-29  Paul Brook  <paul@codesourcery.com>
43
44         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
45         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
46
47 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
48
49         PR c++/16260
50         * g++.dg/parse/crash15.C: New.
51
52 2004-06-28  Andrew Pinski  <apinski@apple.com>
53
54         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
55         by the error already.
56
57         * g++.dg/opt/ptrmem4.C: Change to compile only test.
58
59 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
60
61         PR target/14041
62         * gcc.dg/h8300-bss-align-1.c : New.
63
64 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
65
66         * PR c++/16174
67         * g++.dg/template/ctor4.C: New.
68
69 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
70
71         PR c++/16205
72         * g++.dg/warn/Wsequence-point-1.C: New test.
73
74 2004-06-27  Paul Brook  <paul@codesourcery.com>
75
76         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
77
78 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
79
80         * g++.old-deja/g++.mike/p7325.C: Remove.
81
82 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
83
84         PR c/14963
85         * gcc.dg/pr14963.c: New test.
86
87 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
88
89         PR c++/16193
90         * g++.dg/parse/redef1.C: New test.
91
92 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
93
94         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
95         20021110.c.
96         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
97         20021119-1.c.
98         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
99         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
100         5-04.c.
101         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
102         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
103         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
104         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
105         g++.brendan/enum14.C.
106         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
107         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
108         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
109         g++.mike/virt1.C.
110         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
111         memtemp24.C.
112
113 2004-06-27  Roger Sayle  <roger@eyesopen.com>
114
115         * gcc.dg/20040527-1.c: New test case.
116
117 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
118
119         PR gfortran/pr16196
120         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
121
122 2004-06-25  Roger Sayle  <roger@eyesopen.com>
123
124         PR middle-end/15825
125         * gcc.dg/pr15825-1.c: New test case.
126
127 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
128
129         * gcc.c-torture/execute/20040625-1.c: New test.
130
131 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
132
133         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
134
135 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
136
137         * gcc.dg/torture/mips-div-1.c: New test.
138
139 2004-06-24  Jeff Law  <law@redhat.com>
140
141         * gcc.dg/tree-ssa/20040624-1.c: New test.
142
143 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
144
145         * gcc.c-torture/compile/20040624-1.c: New test.
146
147 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
148
149         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
150         this directory.
151
152 2004-06-23  Andrew Pinski  <apinski@apple.com>
153
154         PR middle-end/15988
155         * g++.dg/opt/ptrmem4.C: New test.
156
157         * gcc.dg/c90-array-quals-2.c: New test.
158
159 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
160
161         * gcc.dg/kpice1.c: New test.
162
163 2006-06-23  Andrew Pinski  <apinski@apple.com>
164
165         * gcc.dg/c90-array-quals.c: New test.
166
167 2006-06-22  Richard Henderson  <rth@redhat.com>
168
169         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
170
171 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
172
173         * gcc.dg/builtins-config.h: Handle FreeBSD.
174
175 2006-06-22  Richard Henderson  <rth@redhat.com>
176
177         * g++.dg/opt/devirt1.C: New.
178
179 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
180
181         * g++.dg/opt/pr15551.C: New testcase.
182
183 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
184
185         PR target/14800
186         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
187         x86_64-*-linux* when compiling for 32bit.
188
189 2004-06-21  Andrew Pinski  <apinski@apple.com>
190
191         * gcc.dg/pch/struct-1.c: New.
192         * gcc.dg/pch/struct-1.hs: New.
193
194 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
195
196         * gcc.dg/pch/save-temps-1.c: New file.
197         * gcc.dg/pch/save-temps-1.hs: New file.
198
199 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
200
201         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
202         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
203
204 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
205
206         * gfortran.fortran-torture/execute/select_1.f90: Rename function
207         to fix type error.
208         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
209         Remove trailing spaces.
210
211 2004-06-21  Richard Henderson  <rth@redhat.com>
212
213         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
214         merging && to BIT_FIELD_REF.
215
216 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
217
218         * g++.dg/opt/placeholder1.C: New test.
219
220 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
221
222         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
223         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
224         * gcc.dg/compat/union-m128-1_x.c: Likewise.
225         * gcc.dg/compat/union-m128-1_y.c: Likewise.
226
227 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
228
229         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
230         extern "C".
231         * g++.dg/other/pragma-re-1.C: Add comments.
232
233 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
234
235         PR gfortran/16080
236         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
237
238 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
239
240         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
241         instead of setting the type of size_t by
242         hand.
243
244 2004-06-18  Roger Sayle  <roger@eyesopen.com>
245
246         * gcc.dg/unordered-2.c: New test case.
247         * gcc.dg/unordered-3.c: New test case.
248
249 2004-06-19  David Billinghurst (David.Billinghurst@riotinto.com)
250
251         PR other/16043
252         * lib/g++.exp (g++_version): Tweak regexp for version
253         * lib/g77.exp (g77_version): Likewise
254         * lib/gfortran.exp (gfortran_version): Likewise
255         * lib/objc.exp (objc_version): Likewise
256         * lib/treelang.exp (treelang_version): Likewise
257
258 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
259
260         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
261         Use INT_MAX instead of __INT_MAX__.
262         * gcc.dg/compat/struct-align-2_y.c: Likewise.
263
264         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
265         * gcc.dg/compat/scalar-return-3_x.c: Use it.
266         * gcc.dg/compat/scalar-return-3_y.c: Use it.
267         * gcc.dg/compat/scalar-return-4_x.c: Use it.
268         * gcc.dg/compat/scalar-return-4_y.c: Use it.
269         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
270         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
271         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
272         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
273
274         * gcc.dg/range-test-1.c: New test.
275         * g++.dg/opt/range-test-1.C: New test.
276
277 2004-06-17  Richard Henderson  <rth@redhat.com>
278
279         * objc.dg/sync-1.m: New.
280         * objc.dg/try-catch-1.m: Don't force next runtime.
281         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
282         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
283         shadowed catch clause.
284         * objc.dg/try-catch-5.m: New.
285
286 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
287
288         Bug 14610
289         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
290
291 2004-06-15  Richard Henderson  <rth@redhat.com>
292
293         * gcc.dg/20001116-1.c: Move expected warning line.
294
295 2004-06-15  Richard Henderson  <rth@redhat.com>
296
297         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
298         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
299
300 2004-06-15  Jeff Law  <law@redhat.com>
301
302         * gcc.dg/tree-ssa/20040615-1.c: New test.
303         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
304         be less sensitive to operand ordering.
305         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
306
307 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
308
309         * g++.dg/abi/bitfield3.C: Add comment..
310
311 2004-06-15  Richard Henderson  <rth@redhat.com>
312
313         * g++.dg/ext/stmtexpr1.C: XFAIL.
314         * gcc.dg/20030612-1.c: XFAIL.
315
316 2004-06-15  Eric Christopher  <echristo@redhat.com>
317
318         * g++.dg/charset/asm5.c: New.
319         * gcc.dg/charset/asm6.c: New.
320
321 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
322
323         PR fortran/15962
324         * gfortran.fortran-torture/execute/select_1.f90: New test.
325
326 2004-06-15  Paul Brook  <paul@codesourcery.com>
327
328         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
329
330 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
331
332         PR c++/15967
333         * g++.dg/lookup/crash3.C: New test.
334
335 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
336
337         PR c++/15947
338         * g++.dg/parse/dtor4.C: New test.
339
340 2004-06-14  Jeff Law  <law@redhat.com>
341
342         * gcc.c-torture/compile/20040614-1.c: New test.
343
344 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
345
346         PR fortran/15211
347         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
348         LEN of a character array.
349
350 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
351
352         PR c++/15096
353         * g++.dg/template/ptrmem10.C: New test.
354
355         PR c++/14930
356         * g++.dg/template/friend30.C: New test.
357
358 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
359
360         PR fortran/14928
361         * gfortran.fortran-torture/compile/mloc.f90: New test.
362
363 2004-06-13  Paul Brook  <paul@codesourcery.com>
364
365         * gfortran.fortran-torture/execute/random_2.f90: New test.
366
367 2004-06-13  Eric Christopher  <echristo@redhat.com>
368
369         * gcc.dg/noncompile/redecl-1.c: Fix error message.
370
371 2004-06-12  Paul Brook  <paul@codesourcery.com>
372
373         * gfortran.fortran-torture/execute/contained_3.f90: New test.
374
375 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
376
377         PR fortran/14923
378         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
379
380 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
381
382         PR fortran/14957
383         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
384         syntax errors in end statements of contained subroutines.
385
386 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
387
388         PR fortran/12841
389         * gfortran.fortran-torture/execute/null_arg.f90: New test.
390
391 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
392
393         PR fortran/15665
394         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
395
396 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
397
398         PR gfortran/12839
399         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
400
401 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
402
403         PR c++/15862
404         * g++.dg/parse/enum1.C: New test.
405
406 2004-06-10  Jeff Law  <law@redhat.com>
407
408         * gcc.c-torture/compile/20040610-1.c: New test.
409
410 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
411
412         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
413         * g++.old-deja/g++.other/decl3.C: Likewise.
414
415 2004-06-10  Brian Booth  <bbooth@redhat.com>
416
417         * gcc.dg/tree-ssa/20031015-1.c: Scan for
418         V_MAY_DEF instead of VDEF.
419         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
420
421 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
422
423         PR c++/14211
424         * g++.dg/conversion/const1.C: New test.
425
426         PR c++/15076
427         * g++.dg/conversion/reinterpret1.C: New test.
428
429         PR c++/15877
430         * g++.dg/template/enum2.C: New test.
431
432         PR c++/15227
433         * g++.dg/template/error13.C: New test.
434
435 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
436
437         PR fortran/14957
438         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
439         arguments to test_* REAL and of the right size.
440
441 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
442
443         PR target/15569
444         PR rtl-optimization/15681
445         * gcc.dg/20040609-1.c: New test.
446
447 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
448
449         PR c++/14791
450         * g++.dg/opt/builtins1.C: New test.
451
452 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
453
454         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
455         that use default windows32 struct layout.
456         * gcc.dg/i386-bitfield2.c: Likewise.
457
458 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
459
460         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
461         for mingw32 and cygwin targets.
462
463 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
464
465         * gcc.dg/pch/macro-4.c: New.
466         * gcc.dg/pch/macro-4.hs: New.
467
468 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
469
470         PR fortran/13249
471         * gfortran.fortran-torture/compile/name_clash.f90: New test.
472
473 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
474
475         PR fortran/13372
476         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
477
478 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
479
480         PR gfortran/14897
481         * gfortran.fortran-torture/execute/t_edit.f90: New test.
482
483 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
484
485         PR gfortran/15755
486         * gfortran.fortran-torture/execute/backspace.c : New test.
487
488 2004-06-09  Paul Brook  <paul@codesourcery.com>
489
490         * gfortran.fortran-torture/execure/intrinsic_associated.f90
491         (pointer_to_section): Rewrite to use smaller array.
492
493 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
494
495         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
496         * gcc.dg/ext/altivec-10.c: Same.
497         * gcc.dg/ext/altivec-11.c: Same.
498         * gcc.dg/ext/altivec-12.c: Same.
499         * gcc.dg/ext/altivec-13.c: Same.
500         * gcc.dg/ext/altivec-14.c: Same.
501         * gcc.dg/ext/altivec-15.c: Same.
502         * gcc.dg/ext/altivec-16.c: Same.
503         * gcc.dg/ext/altivec-3.c: Same.
504         * gcc.dg/ext/altivec-4.c: Same.
505         * gcc.dg/ext/altivec-6.c: Same.
506         * gcc.dg/ext/altivec-7.c: Same.
507         * gcc.dg/ext/altivec-8.c: Same.
508         * gcc.dg/ext/altivec-varargs-1.c: Same.
509
510         * g++.dg/ext/altivec-1.C: Correct dg syntax.
511         * g++.dg/ext/altivec-10.C: Same.
512         * g++.dg/ext/altivec-2.C: Same.
513         * g++.dg/ext/altivec-3.C: Same.
514         * g++.dg/ext/altivec-4.C: Same.
515         * g++.dg/ext/altivec-5.C: Same.
516         * g++.dg/ext/altivec-6.C: Same.
517         * g++.dg/ext/altivec-7.C: Same.
518         * g++.dg/ext/altivec-8.C: Same.
519         * g++.dg/ext/altivec-9.C: Same.
520
521 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
522
523         PR c++/7841
524         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
525
526 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
527
528         * gcc.dg/union-1.c: New test.
529
530 2004-06-07  Roger Sayle  <roger@eyesopen.com>
531
532         * gcc.dg/builtins-41.c: New test case.
533         * gcc.dg/builtins-42.c: New test case.
534
535 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
536
537         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
538         * g++.dg/ext/altivec-10.C: Same.
539         * g++.dg/ext/altivec-2.C: Same.
540         * g++.dg/ext/altivec-3.C: Same.
541         * g++.dg/ext/altivec-4.C: Same.
542         * g++.dg/ext/altivec-5.C: Same.
543         * g++.dg/ext/altivec-6.C: Same.
544         * g++.dg/ext/altivec-7.C: Same.
545         * g++.dg/ext/altivec-8.C: Same.
546         * g++.dg/ext/altivec-9.C: Same.
547         * g++.old-deja/g++.abi/cxa_vec.C: Same.
548         * g++.old-deja/g++.brendan/new3.C: Same.
549         * gcc.c-torture/execute/eeprof-1.x: Same.
550
551 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
552
553         PR c/14765
554         * gcc.dg/pr14765-1.c: New test.
555
556 2004-06-07  Roger Sayle  <roger@eyesopen.com>
557
558         PR c/14649
559         * gcc.dg/pr14649-1.c: New test case.
560
561 2004-06-07  Richard Henderson  <rth@redhat.com>
562
563         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
564         if temporaries.
565
566 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
567
568         * g++.dg/eh/elide1.C: Remove XFAIL.
569
570 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
571
572         PR c++/15337
573         * g++.dg/expr/sizeof3.C: New test.
574
575         PR c++/14777
576         * g++.dg/template/access14.C: New test.
577
578         PR c++/15554
579         * g++.dg/template/enum1.C: New test.
580
581         PR c++/15057
582         * g++.dg/eh/throw1.C: New test.
583
584 2004-06-07  David Ayers  <d.ayers@inode.at>
585             Ziemowit Laski  <zlaski@apple.com>
586
587         * lib/objc.exp (objc_target_compile): Revert the '-framework
588         Foundation' flag fix, since bare Darwin does not ship
589         with the Foundation framework.
590         * objc/execute/next_mapping.h: Provide a local NSConstantString
591         @interface and @implementation.
592         (objc_constant_string_init): A constructor function, used to
593         initialize the NSConstantString meta-class object.
594         * objc/execute/string1.m: Include "next_mapping.h" instead of
595         <Foundation/NSString.h>.
596         * objc/execute/string2.m: Likewise.
597         * objc/execute/string3.m: Likewise.
598         * objc/execute/string4.m: Likewise.
599
600 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
601
602         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
603         to double. Replace double with FLOAT.
604         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
605
606         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
607         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
608         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
609         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
610         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
611         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
612         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
613         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
614
615 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
616
617         PR c/13519
618         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
619
620 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
621
622         PR c++/15503
623         * g++.dg/template/meminit2.C: New test.
624
625 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
626
627         PR target/15822
628         * gcc.c-torture/execute/compare-fp-1.c,
629         gcc.c-torture/execute/compare-fp-2.c,
630         gcc.c-torture/execute/compare-fp-3.c,
631         gcc.c-torture/execute/compare-fp-4.c,
632         gcc.c-torture/execute/compare-fp-3.x,
633         gcc.c-torture/execute/compare-fp-4.x: Moved...
634         * gcc.c-torture/execute/ieee/compare-fp-1.c,
635         gcc.c-torture/execute/ieee/compare-fp-2.c,
636         gcc.c-torture/execute/ieee/compare-fp-3.c,
637         gcc.c-torture/execute/ieee/compare-fp-4.c,
638         gcc.c-torture/execute/ieee/compare-fp-3.x,
639         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
640
641 2004-06-04  David Ayers  <d.ayers@inode.at>
642
643         * objc/execute/protocol-isEqual-4.m: New testcase.
644
645 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
646
647         * objc/execute/protocol-isEqual-1.m: New testcase.
648         * objc/execute/protocol-isEqual-2.m: New testcase.
649         * objc/execute/protocol-isEqual-3.m: New testcase.
650
651 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
652
653         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
654
655 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
656
657         * lib/objc.exp (objc_target_compile): When running tests on
658         Darwin (Mac OS X), inform the linker about '-framework
659         'Foundation'.
660
661 2004-06-02  Eric Christopher  <echristo@redhat.com>
662
663         * gcc.c-torture/compile/20040602-1.c: New.
664
665 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
666
667         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
668         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
669
670         PR tree-optimization/14736
671         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
672
673         PR tree-optimization/14042
674         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
675
676         PR tree-optimization/14729
677         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
678
679 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
680
681         PR fortran/15557
682         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
683
684 2004-06-01  Richard Hederson  <rth@redhat.com>
685
686         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
687
688 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
689
690         PR c++/14932
691         * g++.dg/parse/offsetof4.C: New test.
692
693 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
694
695         PR objc/7993
696         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
697
698 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
699
700         PR c++/15701
701         * g++.dg/template/friend29.C: New test.
702
703 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
704
705         PR c/15749
706         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
707
708 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
709
710         * gcc.dg/sparc-trap-1.c: New test.
711
712 2004-05-31  Roger Sayle  <roger@eyesopen.com>
713
714         PR middle-end/15069
715         * g++.dg/opt/fold3.C: New test case.
716
717 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
718
719         * lib/target-supports.exp (check_iconv_available): Fix fallout
720         from 2004-05-28 patch.
721
722 2004-05-30  Paul Brook  <paul@codesourcery.com>
723
724         PR fortran/15620
725         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
726         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
727
728 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
729
730         * gfortran.fortran-torture/execute/random_1.f90: New test.
731
732 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
733
734         * g++.dg/ext/altivec-10.C: New test.
735
736 2004-05-29  Paul Brook  <paul@codesourcery.com>
737
738         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
739
740 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
741
742         * gcc.dg/altivec-16.c: New test.
743
744 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
745
746         * lib/target-supports.exp (check_vmx_hw_available): New.
747         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
748
749         * lib/target-supports.exp (check_alias_available,
750         check_iconv_available, check_named_sections_available): Use
751         unique names for temporary files.
752
753 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
754
755         * gcc.dg/altivec-15.c: New test.
756
757 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
758
759         PR c++/15083
760         * g++.dg/warn/noeffect6.C: New test.
761
762         PR c++/15471
763         * g++.dg/expr/ptrmem4.C: New test.
764
765         PR c++/15640
766         * g++.dg/template/operator3.C: New test.
767
768 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
769
770         PR c++/14668
771         * g++.dg/lookup/redecl1.C: New test.
772         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
773
774 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
775
776         * gcc.c-torture/execute/compare-fp-1.c,
777         gcc.c-torture/execute/compare-fp-2.c,
778         gcc.c-torture/execute/compare-fp-3.c,
779         gcc.c-torture/execute/compare-fp-4.c,
780         gcc.c-torture/execute/compare-fp-3.x,
781         gcc.c-torture/execute/compare-fp-4.x,
782         gcc.dg/pr15649-1.c: New.
783
784 2004-05-27  Adam Nemet  <anemet@lnxw.com>
785
786         PR c++/12883
787         * g++.dg/init/array14.C: New test.
788
789 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
790
791         * lib/compat.exp (compat-get-options-main): New.
792         (compat-get-options): Remove unneeded code, warn for ignored
793         command.
794         (compat-execute): Check flag set by dg-require-* commands.
795
796         * lib/compat.exp (compat-execute): Break up long lines.
797
798 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
799
800         * gcc.dg/altivec-7.c: Don't use 'vector long'.
801         * gcc.dg/altivec-14.c: New test.
802         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
803
804         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
805         * gcc.dg/altivec-12.c: Ditto.
806
807         * gcc.dg/altivec-3.c: Move call to altivec_check.
808
809 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
810
811         PR c++/15044
812         * g++.dg/template/error12.C: New test.
813
814         PR c++/15317
815         * g++.dg/ext/attrib15.C: New test.
816
817         PR c++/15329
818         * g++.dg/template/ptrmem9.C: New test.
819
820 2004-05-25  Paul Brook  <paul@codesourcery.com>
821
822         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
823
824 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
825
826         PR c++/15165
827         * g++.dg/template/crash19.C: New test.
828
829 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
830
831         PR c++/15025
832         * g++.dg/template/redecl1.C: New test.
833
834 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
835
836         PR c++/14821
837         * g++.dg/other/ns1.C: New test.
838
839         PR c++/14883
840         * g++.dg/template/invalid1.C: New test.
841
842 2004-05-23  Paul Brook  <paul@codesourcery.com>
843         Victor Leikehman  <lei@haifasphere.co.il>
844
845         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
846         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
847
848 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
849
850         PR c++/15285
851         PR c++/15299
852         * g++.dg/template/non-dependent5.C: New test.
853         * g++.dg/template/non-dependent6.C: New test.
854
855 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
856
857         PR c++/15507
858         * g++.dg/inherit/union1.C: New test.
859
860         PR c++/15542
861         * g++.dg/template/addr1.C: New test.
862
863         PR c++/15427
864         * g++.dg/template/array5.C: New test.
865
866         PR c++/15287
867         * g++.dg/template/array6.C: New test.
868
869 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
870             Roger Sayle  <roger@eyesopen.com>
871
872         * g++.dg/lookup/forscope2.C: New test case.
873
874 2004-05-22  Ben Elliston  <bje@au.ibm.com>
875
876         * gcc.dg/cpp/Wmissingdirs.c: New.
877
878 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
879
880         PR target/15301
881         * gcc.dg/compat/union-m128-1.h: New file.
882         * gcc.dg/compat/union-m128-1_main.c: Likewise.
883         * gcc.dg/compat/union-m128-1_x.c: Likewise.
884         * gcc.dg/compat/union-m128-1_y.c: Likewise.
885
886 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
887
888         PR target/15302
889         * gcc.dg/compat/struct-complex-1.h: New file.
890         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
891         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
892         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
893
894 2004-05-20  Roger Sayle  <roger@eyesopen.com>
895
896         PR middle-end/3074
897         * gcc.dg/pr3074-1.c: New test case.
898         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
899
900 2004-05-20  Falk Hueffner  <falk@debian.org>
901
902         PR other/15526
903         * gcc.dg/ftrapv-1.c: New test case.
904
905 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
906
907         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
908
909 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
910             Jeff Law  <law@redhat.com>
911
912         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
913         * gcc.dg/tree-ssa/20040518-2.c: New test.
914
915         * gcc.dg/tree-ssa/20040518-1.c: New test.
916
917 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
918
919         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
920
921 2004-05-18  Paul Brook  <paul@codesourcery.com>
922
923         PR fortran/13930
924         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
925
926 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
927
928         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
929         constant folding.
930
931 2004-05-17  Steven Bosscher  <stevenb@suse.de>
932
933         * gcc.dg/tree-ssa/20040517-1.c: New test.
934
935 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
936
937         * gcc.dg/loop-4.c: New test.
938
939 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
940
941         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
942
943 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
944
945         PR fortran/15311
946         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
947
948 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
949
950         PR fortran/13826
951         PR fortran/13940
952         * gfortran.fortran-torture/compile/data_1.f90: New test.
953
954 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
955
956         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
957         * gcc.dg/uninit-H.c: Define ASM for __s390__.
958
959 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
960
961         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
962
963 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
964
965         PR c/15444
966         * gcc.dg/format/xopen-1.c: Adjust expected message.
967         * gcc.dg/format/xopen-3.c: New test.
968
969 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
970
971         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
972
973 2004-05-14  Jeff Law  <law@redhat.com>
974
975         * gcc.dg/tree-ssa/20040514-2.c: New test.
976
977 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
978
979         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
980         this ...
981         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
982         this.
983
984 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
985
986         * gcc.dg/tree-ssa/20040514-1.c: New test.
987
988 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
989
990         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
991         test.
992
993 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
994
995         PR fortran/14066
996         * gfortran.fortran-torture/compile/do_1.f90: New test.
997
998 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
999
1000         PR fortran/15051
1001         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
1002         test.
1003
1004 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
1005
1006         PR fortran/15149
1007         * gfortran.fortran-torture/execute/random_init.f90: New test.
1008
1009 2004-05-13  Paul Brook  <paul@codesourcery.com>
1010
1011         PR fortran/15314
1012         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
1013
1014 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
1015
1016         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
1017         for the powerpc case.
1018
1019 2004-05-13  Jeff Law  <law@redhat.com>
1020
1021         * gcc.dg/tree-ssa/20040513-1.c: New test.
1022         * gcc.dg/tree-ssa/20040513-2.c: New test.
1023
1024 2004-05-13  Paul Brook  <paul@codesourcery.com>
1025
1026         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
1027         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
1028         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
1029
1030 2004-05-13  Andreas Schwab  <schwab@suse.de>
1031
1032         PR other/10819
1033         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
1034         characters.
1035
1036 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
1037
1038         PR fortran/15294
1039         * gfortran.fortran-torture/execute/adjustr.f90: New file.
1040
1041 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1042
1043         Merge from tree-ssa-20020619-branch.  See
1044         ChangeLog.tree-ssa for details.
1045
1046 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
1047
1048         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
1049         include <altivec.h> explicitly.
1050         * gcc.dg/altivec-13.c: Likewise.
1051
1052 2004-05-11  Paul Brook  <paul@codesourcery.com>
1053
1054         * gcc.c-torture/compile/20010518-1.c: Force enum size.
1055
1056 2004-05-10  Eric Christopher  <echristo@redhat.com>
1057
1058         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
1059         * gcc.dg/sibcall-4.c: Ditto.
1060
1061 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
1062
1063         * g++.dg/ext/altivec-8.C: New test case.
1064         * gcc.dg/altivec-13.c: New test case.
1065
1066 2004-05-08  Roger Sayle  <roger@eyesopen.com>
1067
1068         * gcc.c-torture/execute/divcmp-1.c: New test case.
1069         * gcc.c-torture/execute/divcmp-2.c: New test case.
1070         * gcc.c-torture/execute/divcmp-3.c: New test case.
1071
1072 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
1073
1074         * g++.dg/other/pragma-re-2.C: New test.
1075
1076 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
1077
1078         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
1079         * gcc.dg/i386-387-2.c: Likewise.
1080
1081         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
1082         __builtin_drem.
1083         * gcc.dg/i386-387-6.c: Likewise.
1084
1085 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
1086
1087         * gcc.dg/builtins-33.c:  Also check log1p*.
1088
1089 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
1090
1091         PR optimization/15296
1092         * gcc.c-torture/execute/pr15296.c: New test.
1093
1094 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
1095
1096         * gcc.dg/builtins-40.c: New test.
1097
1098 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
1099
1100         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
1101
1102 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
1103
1104         * g++.dg/ext/spe1.C: New testcase.
1105
1106 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
1107
1108         * objc.dg/image-info.m: Allow additional attributes
1109         for __image_info section.
1110
1111 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
1112
1113         * gcc.dg/torture/mips-hilo-2.c: New test.
1114
1115 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1116
1117         PR c++/14389
1118         * g++.dg/template/member5.C: New test.
1119
1120 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
1121
1122         * gcc.dg/builtins-34.c: Also check expm1*.
1123
1124 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1125
1126         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
1127         * gcc.dg/torture/builtin-convert-3.c: New test.
1128
1129 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
1130
1131         PR middle-end/15054
1132         * g++.dg/opt/pr15054.C: New test.
1133
1134 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1135
1136         * gcc.dg/torture/builtin-rounding-1.c: New test.
1137         * gcc.dg/builtins-25.c: Delete.
1138         * gcc.dg/builtins-29.c: Delete.
1139
1140 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
1141
1142         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
1143         * gcc.dg/sibcall-4.c: Likewise.
1144         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
1145
1146 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
1147
1148         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
1149         bit-field on 16-bit targets.
1150
1151 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
1152
1153         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
1154         16-bit targets.
1155
1156 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
1157
1158         * gcc.dg/rs6000-power2-1.c: Change to compile only.
1159         * gcc.dg/rs6000-power2-2.c: Likewise.
1160
1161 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
1162
1163         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
1164         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
1165         Change the asm registers to be in form of frN instead of fN.
1166
1167 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1168
1169         * gcc.dg/torture/builtin-convert-2.c: New test.
1170
1171 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
1172
1173         * gcc.dg/rs6000-power2-1.c: New test.
1174         * gcc.dg/rs6000-power2-2.c: New test.
1175
1176 2004-04-28  Jan Hubicka  <jh@suse.cz>
1177
1178         * gcc.dg/unused-6.c: New test.
1179
1180 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
1181             Ulrich Weigand  <uweigand@de.ibm.com>
1182
1183         * ada/acats/run_all.sh: Define $target variable.
1184
1185 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
1186
1187         PR c++/15119
1188         * g++.dg/other/vararg-1.C: New test.
1189
1190         PR c++/4794
1191         * g++.dg/eh/cleanup3.C: New test.
1192
1193 2004-04-24  Laurent GUERBY <laurent@guerby.net>
1194
1195         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
1196         and ad8011a (target_insn).
1197         * ada/acats/support/macro.dfs: Likewise.
1198         * ada/acats/support/impbit.adb: New file.
1199
1200 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
1201
1202         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
1203
1204 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1205
1206         * gcc.dg/loop-3.c: New test.
1207
1208 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
1209
1210         * gcc.c-torture/execute/simd-5.c: New test.
1211
1212 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1213
1214         PR c++/15064
1215         * g++.dg/template/crash18.C: New test.
1216
1217 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
1218
1219         * g++.dg/ext/complit3.C: New test.
1220
1221 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
1222
1223         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
1224         * gcc.dg/altivec-3.c: Same.
1225         * gcc.dg/altivec-varargs-1.c: Same.
1226
1227 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
1228
1229         * lib/target-supports.exp (check_profiling_available): Assume
1230         profiling is not available on powerpc-eabi targets.
1231
1232 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
1233
1234         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
1235         * gcc.dg/vmx/bug-1.c: Ditto.
1236
1237 2004-04-20  Eric Christopher  <echristo@redhat.com>
1238
1239         * gcc.dg/charset/extern.c: New test.
1240         * g++.dg/charset/extern3.cc: Ditto.
1241
1242 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
1243
1244         * gcc.dg/builtins-39.c: New test.
1245
1246 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
1247
1248         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
1249
1250 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
1251
1252         * gcc.dg/torture/mips-hilo-1.c: New test.
1253
1254 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
1255
1256         * gcc.c-torture/compile/20040419-1.c: New test.
1257
1258 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
1259
1260         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
1261
1262 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
1263             Aldy Hernandez  <aldyh@redhat.com>
1264
1265         * gcc.c-torture/execute/va-arg-24.c: New.
1266
1267 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
1268             Aldy Hernandez  <aldyh@redhat.com>
1269
1270         * gcc.dg/vmx/1b-01.c: New.
1271         * gcc.dg/vmx/1b-02.c: New.
1272         * gcc.dg/vmx/1b-03.c: New.
1273         * gcc.dg/vmx/1b-04.c: New.
1274         * gcc.dg/vmx/1b-05.c: New.
1275         * gcc.dg/vmx/1b-06.c: New.
1276         * gcc.dg/vmx/1b-07.c: New.
1277         * gcc.dg/vmx/1c-01.c: New.
1278         * gcc.dg/vmx/1c-02.c: New.
1279         * gcc.dg/vmx/3a-01a.c: New.
1280         * gcc.dg/vmx/3a-01.c: New.
1281         * gcc.dg/vmx/3a-01m.c: New.
1282         * gcc.dg/vmx/3a-03.c: New.
1283         * gcc.dg/vmx/3a-03m.c: New.
1284         * gcc.dg/vmx/3a-04.c: New.
1285         * gcc.dg/vmx/3a-04m.c: New.
1286         * gcc.dg/vmx/3a-05.c: New.
1287         * gcc.dg/vmx/3a-06.c: New.
1288         * gcc.dg/vmx/3a-06m.c: New.
1289         * gcc.dg/vmx/3a-07.c: New.
1290         * gcc.dg/vmx/3b-01.c: New.
1291         * gcc.dg/vmx/3b-02.c: New.
1292         * gcc.dg/vmx/3b-10.c: New.
1293         * gcc.dg/vmx/3b-13.c: New.
1294         * gcc.dg/vmx/3b-14.c: New.
1295         * gcc.dg/vmx/3b-15.c: New.
1296         * gcc.dg/vmx/3c-01a.c: New.
1297         * gcc.dg/vmx/3c-01.c: New.
1298         * gcc.dg/vmx/3c-02.c: New.
1299         * gcc.dg/vmx/3c-03.c: New.
1300         * gcc.dg/vmx/3d-01.c: New.
1301         * gcc.dg/vmx/4-01.c: New.
1302         * gcc.dg/vmx/4-03.c: New.
1303         * gcc.dg/vmx/5-01.c: New.
1304         * gcc.dg/vmx/5-02.c: New.
1305         * gcc.dg/vmx/5-03.c: New.
1306         * gcc.dg/vmx/5-04.c: New.
1307         * gcc.dg/vmx/5-05.c: New.
1308         * gcc.dg/vmx/5-06.c: New.
1309         * gcc.dg/vmx/5-07.c: New.
1310         * gcc.dg/vmx/5-07t.c: New.
1311         * gcc.dg/vmx/5-08.c: New.
1312         * gcc.dg/vmx/5-10.c: New.
1313         * gcc.dg/vmx/5-11.c: New.
1314         * gcc.dg/vmx/7-01a.c: New.
1315         * gcc.dg/vmx/7-01.c: New.
1316         * gcc.dg/vmx/7c-01.c: New.
1317         * gcc.dg/vmx/7d-01.c: New.
1318         * gcc.dg/vmx/7d-02.c: New.
1319         * gcc.dg/vmx/8-01.c: New.
1320         * gcc.dg/vmx/8-02a.c: New.
1321         * gcc.dg/vmx/8-02.c: New.
1322         * gcc.dg/vmx/brode-1.c: New.
1323         * gcc.dg/vmx/bug-1.c: New.
1324         * gcc.dg/vmx/bug-2.c: New.
1325         * gcc.dg/vmx/bug-3.c: New.
1326         * gcc.dg/vmx/cw-bug-1.c: New.
1327         * gcc.dg/vmx/cw-bug-2.c: New.
1328         * gcc.dg/vmx/cw-bug-3.c: New.
1329         * gcc.dg/vmx/dct.c: New.
1330         * gcc.dg/vmx/debug-1.c: New.
1331         * gcc.dg/vmx/debug-2.c: New.
1332         * gcc.dg/vmx/debug-3.c: New.
1333         * gcc.dg/vmx/debug-4.c: New.
1334         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
1335         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
1336         * gcc.dg/vmx/eg-5.c: New.
1337         * gcc.dg/vmx/fft.c: New.
1338         * gcc.dg/vmx/gcc-bug-1.c: New.
1339         * gcc.dg/vmx/gcc-bug-2.c: New.
1340         * gcc.dg/vmx/gcc-bug-3.c: New.
1341         * gcc.dg/vmx/gcc-bug-4.c: New.
1342         * gcc.dg/vmx/gcc-bug-5.c: New.
1343         * gcc.dg/vmx/gcc-bug-6.c: New.
1344         * gcc.dg/vmx/gcc-bug-7.c: New.
1345         * gcc.dg/vmx/gcc-bug-8.c: New.
1346         * gcc.dg/vmx/gcc-bug-9.c: New.
1347         * gcc.dg/vmx/gcc-bug-b.c: New.
1348         * gcc.dg/vmx/gcc-bug-c.c: New.
1349         * gcc.dg/vmx/gcc-bug-d.c: New.
1350         * gcc.dg/vmx/gcc-bug-e.c: New.
1351         * gcc.dg/vmx/gcc-bug-f.c: New.
1352         * gcc.dg/vmx/gcc-bug-g.c: New.
1353         * gcc.dg/vmx/gcc-bug-i.c: New.
1354         * gcc.dg/vmx/harness.h: New.
1355         * gcc.dg/vmx/ira1.c: New.
1356         * gcc.dg/vmx/ira2a.c: New.
1357         * gcc.dg/vmx/ira2b.c: New.
1358         * gcc.dg/vmx/ira2.c: New.
1359         * gcc.dg/vmx/ira2c.c: New.
1360         * gcc.dg/vmx/mem.c: New.
1361         * gcc.dg/vmx/newton-1.c: New.
1362         * gcc.dg/vmx/ops.c: New.
1363         * gcc.dg/vmx/sn7153.c: New.
1364         * gcc.dg/vmx/spill2.c: New.
1365         * gcc.dg/vmx/spill3.c: New.
1366         * gcc.dg/vmx/spill.c: New.
1367         * gcc.dg/vmx/t.c: New.
1368         * gcc.dg/vmx/varargs-1.c: New.
1369         * gcc.dg/vmx/varargs-2.c: New.
1370         * gcc.dg/vmx/varargs-3.c: New.
1371         * gcc.dg/vmx/varargs-4.c: New.
1372         * gcc.dg/vmx/varargs-5.c: New.
1373         * gcc.dg/vmx/varargs-6.c: New.
1374         * gcc.dg/vmx/varargs-7.c: New.
1375         * gcc.dg/vmx/vmx.exp: New.
1376         * gcc.dg/vmx/vprint-1.c: New.
1377         * gcc.dg/vmx/vscan-1.c: New.
1378         * gcc.dg/vmx/x-01.c: New.
1379         * gcc.dg/vmx/x-02.c: New.
1380         * gcc.dg/vmx/x-03.c: New.
1381         * gcc.dg/vmx/x-04.c: New.
1382         * gcc.dg/vmx/x-05.c: New.
1383         * gcc.dg/vmx/yousufi-1.c: New.
1384         * gcc.dg/vmx/zero-1.c: New.
1385         * gcc.dg/vmx/zero.c: New.
1386
1387 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
1388
1389         * g++.dg/lookup/java1.C: Update for chage of
1390         _Jv_AllocObject.
1391         * g++.dg/lookup/java2.C: Likewise.
1392
1393 2004-04-17  Laurent GUERBY <laurent@guerby.net>
1394
1395         * ada/acats/run_all.sh: use -O2 by default.
1396
1397 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
1398
1399         * gcc.dg/vr-mult-[12].c: New tests.
1400
1401 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1402
1403         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
1404
1405         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
1406
1407 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
1408
1409         * lib/target-supports.exp (check_profiling_available): Assume profiling
1410         isn't available for mips*-*-elf targets.
1411
1412 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
1413
1414         * gcc.dg/builtins-38.c: New test.
1415
1416 2004-04-14  Eric Christopher  <echristo@redhat.com>
1417
1418         * g++.dg/charset/charset.exp: Run .cc extension tests.
1419
1420 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
1421
1422         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
1423
1424 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1425
1426         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
1427
1428 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
1429
1430         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
1431         * gcc.dg/i386-387-2.c: Likewise.
1432
1433         * gcc.dg/i386-387-7.c: New test.
1434         * gcc.dg/i386-387-8.c: New test.
1435
1436         * gcc.dg/builtins-37.c: New test.
1437
1438 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
1439
1440         * g++.dg/pch/externc-1.C: Add missing semicolon.
1441
1442 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
1443
1444         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
1445
1446 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1447
1448         * gcc.c-torture/execute/20040411-1.c: New test.
1449
1450 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1451
1452         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
1453
1454 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
1455
1456         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
1457
1458 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
1459
1460         * lib/target-supports.exp (check_named_sections_available): New.
1461         * lib/gcc-dg.exp (dg-require-named-sections): New.
1462         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
1463         old-deja.exp.  Also prune error-count message from HP linker.
1464         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
1465
1466         * g++.dg/init/init-ref4.C: Use dg-require-weak.
1467         * g++.old-deja/g++.pt/static3.C: Likewise.
1468         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
1469
1470 2004-04-09  Roger Sayle  <roger@eyesopen.com>
1471
1472         * gcc.c-torture/execute/20040409-1.c: New test case.
1473         * gcc.c-torture/execute/20040409-2.c: New test case.
1474         * gcc.c-torture/execute/20040409-3.c: New test case.
1475
1476 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
1477
1478         * gcc.dg/20040409-1.c: New test.
1479
1480 2004-04-08  Roger Sayle  <roger@eyesopen.com>
1481
1482         PR target/14888
1483         * g++.dg/opt/pr14888.C: New test case.
1484
1485 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
1486
1487         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
1488         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
1489         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
1490         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
1491         New tests.
1492
1493 2004-04-08  Paul Brook  <paul@codesourcery.com>
1494
1495         * gcc.dg/spill-1.c: New test.
1496
1497 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1498
1499         * gcc.dg/torture/builtin-ctype-2.c: New test.
1500
1501 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
1502
1503         * gcc.dg/pch/pch.exp: Add largefile test.
1504
1505 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
1506
1507         * g++.dg/pch/externc-1.Hs: New.
1508         * g++.dg/pch/externc-1.C: New.
1509
1510 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1511
1512         * gcc.dg/compat/struct-by-value-5a_main.c,
1513         gcc.dg/compat/struct-by-value-5b_main.c: New files.
1514         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
1515         * gcc.dg/compat/struct-by-value-5a_x.c,
1516         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
1517         gcc.dg/compat/struct-by-value-5_x.c.
1518         * gcc.dg/compat/struct-by-value-5a_y.c,
1519         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
1520         gcc.dg/compat/struct-by-value-5_y.c.
1521
1522         * gcc.dg/compat/struct-by-value-6a_main.c,
1523         gcc.dg/compat/struct-by-value-6b_main.c: New files.
1524         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
1525         * gcc.dg/compat/struct-by-value-6a_x.c,
1526         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
1527         gcc.dg/compat/struct-by-value-6_x.c.
1528         * gcc.dg/compat/struct-by-value-6a_y.c,
1529         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
1530         gcc.dg/compat/struct-by-value-6_y.c.
1531
1532         * gcc.dg/compat/struct-by-value-7a_main.c,
1533         gcc.dg/compat/struct-by-value-7b_main.c: New files.
1534         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
1535         * gcc.dg/compat/struct-by-value-7a_x.c,
1536         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
1537         gcc.dg/compat/struct-by-value-7_x.c.
1538         * gcc.dg/compat/struct-by-value-7a_y.c,
1539         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
1540         gcc.dg/compat/struct-by-value-7_y.c.
1541
1542 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
1543
1544         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
1545         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
1546         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
1547         options.
1548
1549 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
1550
1551         * gcc.dg/builtins-36.c: New test.
1552
1553 2004-04-06  Paul Brook  <paul@codesourcery.com>
1554
1555         * README.gcc: Remove obsolete contraint on testcases.
1556
1557 2004-04-05  Paul Brook  <paul@codesourcery.com>
1558
1559         PR2123
1560         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
1561         failure and exit(0) on success.
1562         * g++.dg/expr/anew2.C: Ditto.
1563         * g++.dg/expr/anew3.C: Ditto.
1564         * g++.dg/expr/anew4.C: Ditto.
1565
1566 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
1567
1568         PR c++/3518
1569         * g++.dg/template/unify7.C: New.
1570
1571 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1572
1573         * g++.dg/README: Bring up to date with new subdirectories; remove
1574         duplicate subdirectory lines.
1575
1576 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
1577
1578         PR c++/14007
1579         * g++.dg/template/unify5.C: New.
1580         * g++.dg/template/unify6.C: New.
1581         * g++.dg/template/qualttp20.C: Adjust.
1582         * g++.old-deja/g++.jason/report.C: Adjust.
1583         * g++.old-deja/g++.other/qual1.C: Adjust.
1584
1585 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
1586
1587         PR c++/14803
1588         * g++.dg/inherit/ptrmem1.C: New test.
1589
1590 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
1591
1592         PR c++/14755
1593         * gcc.c-torture/execute/20040331-1.c: New test.
1594         * gcc.dg/20040331-1.c: New test.
1595
1596 2004-04-01  Paul Brook  <paul@codesourcery.com>
1597
1598         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
1599
1600 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
1601
1602         PR c++/14724
1603         * g++.dg/init/goto1.C: New test.
1604
1605         PR c++/14763
1606         * g++.dg/template/defarg4.C: New test.
1607
1608 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
1609
1610         * gcc.dg/altivec-11.c: Extend test for more valid cases.
1611
1612 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
1613
1614         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
1615
1616 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
1617
1618         * gcc.dg/noncompile/undeclared-2.c: New test.
1619
1620 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1621
1622         * gcc.dg/940409-1.c: Remove XFAIL.
1623         * gcc.dg/reg-vol-struct-1.c: New test.
1624
1625 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1626
1627         * gcc.dg/torture/builtin-wctype-1.c: New test.
1628
1629 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
1630
1631         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
1632         * gcc.dg/20001101-1.c: Likewise.
1633         * gcc.dg/20001102-1.c: Likewise.
1634
1635 2004-03-25  Roger Sayle  <roger@eyesopen.com>
1636
1637         * gcc.dg/compare8.c: Add an additional test for XOR.
1638
1639 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1640
1641         * gcc.dg/torture/builtin-ctype-1.c: New test.
1642
1643 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1644
1645         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
1646         * gcc.dg/torture/builtin-math-1.c: Likewise.
1647         * gcc.dg/torture/builtin-power-1.c: New test.
1648
1649 2004-03-24  Andreas Schwab  <schwab@suse.de>
1650
1651         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
1652         IA64 assembler.
1653
1654 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
1655             Roger Sayle  <roger@eyesopen.com>
1656
1657         * gcc.dg/compare8.c: New test case.
1658
1659 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
1660
1661         * g++.dg/ext/altivec-7.C: New test.
1662
1663 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
1664
1665         PR 12267, 12391, 12560, 13129, 14114, 14133
1666         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
1667         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
1668         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
1669         Adjust error regexps.
1670         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
1671         * gcc.dg/noncompile/undeclared-1.c: New test cases.
1672         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
1673         * gcc.dg/local1.c: Add explanatory comment.
1674
1675 2004-03-23  Roger Sayle  <roger@eyesopen.com>
1676
1677         PR optimization/14669
1678         * g++.dg/opt/fold2.C: New test case.
1679
1680 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
1681
1682         PR c/14069
1683         * gcc.dg/20040322-1.c: New test.
1684
1685 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1686
1687         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
1688         * gcc.dg/ultrasp4.c: Likewise.
1689         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
1690
1691 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
1692
1693         * gcc.dg/i386-sse-8.c: Reset default options.
1694
1695 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
1696
1697         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
1698         in the error message text.
1699
1700 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1701
1702         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
1703
1704 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
1705
1706         PR c++/14616
1707         * g++.dg/init/array13.C: New test.
1708
1709 2004-03-20  Roger Sayle  <roger@eyesopen.com>
1710
1711         PR target/13889
1712         * gcc.c-torture/compile/pr13889.c: New test case.
1713
1714 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1715
1716         PR c/14635
1717         * builtins-1.c (nan, nans): Don't test.
1718         * builtins-30.c: Don't use nan, nanf, nanl.
1719         * builtins-35.c: New test.
1720
1721 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
1722
1723         * g++.dg/ext/altivec-6.C: New test.
1724
1725 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
1726
1727         * g++.dg/init/placement3.C: New test.
1728
1729         * g++.dg/template/spec13.C: New test.
1730
1731         * g++.dg/lookup/using11.C: New test.
1732
1733         * g++.dg/lookup/koenig3.C: New test.
1734
1735         * g++.dg/template/operator2.C: New test.
1736
1737         * g++.dg/expr/dtor3.C: New test.
1738         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
1739         marker.
1740         * g++.old-deja/g++.law/visibility28.C: Likewise.
1741
1742 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
1743
1744         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
1745         * gcc.dg/ppc64-abi-3.c: Likewise.
1746
1747 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1748
1749         PR c++/14545
1750         * g++.dg/parse/template15.C: New test.
1751
1752 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1753
1754         * g++.dg/expr/dtor2.C: New test.
1755
1756         * g++.dg/lookup/anon4.C: New test.
1757
1758         * g++.dg/overload/using1.C: New test.
1759
1760         * g++.dg/template/lookup7.C: New test.
1761
1762         * g++.dg/template/typename6.C: New test.
1763
1764         * g++.dg/expr/cond6.C: New test.
1765
1766 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1767
1768         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
1769
1770 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1771
1772         * g++.dg/expr/cond5.C: New test.
1773         * g++.dg/expr/constcast1.C: Likewise.
1774         * g++.dg/expr/ptrmem2.C: Likewise.
1775         * g++.dg/expr/ptrmem3.C: Likewise.
1776         * g++.dg/lookup/main1.C: Likewise.
1777         * g++.dg/template/lookup6.C: Likewise.
1778
1779 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1780
1781         * gcc.dg/local1.c: New test.
1782
1783         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
1784
1785 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1786
1787         * gcc.dg/torture/builtin-convert-1.c: New test.
1788
1789 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1790
1791         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
1792
1793 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1794
1795         PR c++/14481
1796         * g++.dg/warn/Wunused-7.C: New test.
1797
1798 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1799
1800         * gcc.dg/torture/builtin-integral-1.c: New test.
1801
1802 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1803
1804         PR c++/14586
1805         * g++.dg/parse/non-dependent3.C: New test.
1806
1807 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1808
1809         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
1810         * g++.dg/eh/simd-2.C: Likewise.
1811         * g++.dg/init/array10.C: Likewise.
1812         * gcc.c-torture/compile/simd-1.c: Likewise.
1813         * gcc.c-torture/compile/simd-2.c: Likewise.
1814         * gcc.c-torture/compile/simd-3.c: Likewise.
1815         * gcc.c-torture/compile/simd-4.c: Likewise.
1816         * gcc.c-torture/compile/simd-6.c: Likewise.
1817         * gcc.c-torture/execute/simd-1.c: Likewise.
1818         * gcc.c-torture/execute/simd-2.c: Likewise.
1819         * gcc.dg/compat/vector-defs.h: Likewise.
1820         * gcc.dg/20020531-1.c: Likewise.
1821         * gcc.dg/altivec-3.c: Likewise.
1822         * gcc.dg/altivec-4.c: Likewise.
1823         * gcc.dg/altivec-varargs-1.c: Likewise.
1824         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
1825         * gcc.dg/i386-mmx-3.c: Likewise.
1826         * gcc.dg/i386-sse-4.c: Likewise.
1827         * gcc.dg/i386-sse-5.c: Likewise.
1828         * gcc.dg/i386-sse-8.c: Likewise.
1829         * gcc.dg/simd-1.c: Likewise.
1830         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
1831         __ev64_opaque__ since the machine description provides it.
1832
1833 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1834
1835         * lib/compat.exp (skip_list): New global variable.
1836         Use it to hold the user defined COMPAT_SKIPS list if any.
1837         (compat-obj): Add the members of skip_list to optall.
1838
1839 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1840
1841         * gcc.dg/compat/union-by-value-1_main.c,
1842         union-by-value-1_x.c, union-by-value-1_y.c,
1843         union-check.h, union-defs.h,
1844         union-init.h, union-return-1_main.c,
1845         union-return-1_x.c, union-return-1_y.c: New files.
1846
1847 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1848
1849         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
1850         mixed-struct-init.h: Add 4 mixed structure types.
1851         struct-by-value-21_main.c, struct-by-value-21_x.c,
1852         struct-by-value-21_y.c, struct-return-21_main.c,
1853         struct-return-21_x.c, struct-return-21_y.c: New files.
1854
1855 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
1856
1857         PR c++/14550
1858         * g++.dg/parse/template14.C: New test.
1859
1860 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1861
1862         * gcc.c-torture/execute/20040313-1.c: New test.
1863
1864 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
1865
1866         PR target/14533
1867         * gcc.dg/20040311-2.c: New test.
1868
1869 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
1870
1871         PR other/14544
1872         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
1873         bit-field.
1874
1875 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
1876
1877         * gcc.dg/20040305-2.c: Add missing return statement.
1878
1879 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1880
1881         * gcc.dg/builtins-34.c: Also check pow10*.
1882
1883 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1884
1885         PR target/14262
1886         * gcc.dg/20040305-2.c: New test.
1887
1888 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1889
1890         * gcc.dg/20040310-1.c: New test.
1891
1892 2004-03-11  Roger Sayle  <roger@eyesopen.com>
1893
1894         * gcc.c-torture/execute/20040311-1.c: New test case.
1895
1896 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
1897
1898         PR c++/14476
1899         * g++.dg/lookup/enum1.C: New test.
1900
1901 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
1902
1903         PR c++/14510
1904         * g++.dg/lookup/struct2.C: New test.
1905
1906 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
1907
1908         * gcc.dg/builtins-34.c: New test.
1909
1910 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1911
1912         * gcc.dg/torture/builtin-nonneg-1.c: New test.
1913
1914 2004-03-09  James E Wilson  <wilson@specifixinc.com>
1915
1916         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
1917         * gcc.dg/alias-2.c: New testcase.
1918
1919 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1920
1921         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
1922
1923 2004-03-09  Roger Sayle  <roger@eyesopen.com>
1924
1925         * gcc.c-torture/execute/20040309-1.c: New test case.
1926
1927 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
1928
1929         PR c++/14397
1930         * g++.dg/overload/ref1.C: New.
1931
1932 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1933
1934         PR c++/14409
1935         * g++.dg/template/spec12.C: New test.
1936
1937         PR c++/14448
1938         * g++.dg/parse/crash14.C: New test.
1939
1940 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
1941
1942         PR c++/14230
1943         * g++.dg/init/ref11.C: New test.
1944
1945 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
1946
1947         PR c++/14432
1948         * g++.dg/parse/builtin2.C: New test.
1949
1950 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
1951
1952         PR c++/14401
1953         * g++.dg/init/ctor3.C: New test.
1954         * g++.dg/init/union1.C: New test.
1955         * g++.dg/ext/anon-struct4.C: New test.
1956
1957 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
1958
1959         * g++.dg/lookup/koenig1.C: Tweak error messages.
1960         * g++.dg/lookup/used-before-declaration.C: Likewise.
1961         * g++.dg/other/do1.C: Likewise.
1962         * g++.dg/overload/koenig1.C: Likewise.
1963         * g++.dg/parse/crash13.C: Likewise.
1964         * g++.dg/template/instantiate3.C: Likewise.
1965
1966 2004-03-08  Eric Christopher  <echristo@redhat.com>
1967
1968         * * lib/target-supports.exp: Enable libiconv in test
1969         compilation.  Fix up error checking.
1970
1971 2004-03-08  Roger Sayle  <roger@eyesopen.com>
1972
1973         PR middle-end/14289
1974         * gcc.dg/pr14289-1.c: New test case.
1975         * gcc.dg/pr14289-2.c: Likewise.
1976         * gcc.dg/pr14289-3.c: Likewise.
1977
1978 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
1979
1980         * gcc.c-torture/execute/20040308-1.c: New test.
1981
1982 2004-03-07  Roger Sayle  <roger@eyesopen.com>
1983
1984         * gcc.c-torture/execute/20040307-1.c: New test case.
1985
1986 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
1987
1988         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
1989
1990 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
1991
1992         * gcc.dg/20040306-1.c: New test.
1993
1994 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
1995
1996         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
1997         them static.
1998         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
1999
2000 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2001
2002         PR c/14465
2003         * gcc.dg/decl-6.c: New test.
2004
2005 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2006
2007         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
2008         Rename LOGPOW -> LOG_POW.
2009         (SQRT_EXP, POW_EXP): New.
2010
2011 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2012
2013         * gcc.dg/i386-sse-8.c: New test.
2014
2015 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2016
2017         PR c/14114
2018         * gcc.dg/decl-5.c: New test.
2019
2020 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
2021
2022         * gcc.dg/20040305-1.c: New test.
2023
2024 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
2025
2026         PR other/14354
2027         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
2028
2029 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
2030
2031         PR c++/14425, c++/14426
2032         * g++.dg/ext/altivec-4.C: New test.
2033         * g++.dg/ext/altivec-5.C: New test.
2034
2035 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
2036
2037         * g++.old-deja/g++.other/linkage1.C: Expect errors about
2038         global variables of a type with no linkage.
2039         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
2040         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
2041         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
2042         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
2043         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
2044         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
2045         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
2046         * g++.dg/warn/deprecated.C: Name enum Color.
2047         * g++.dg/overload/VLA.C: Name structure for 'b'.
2048         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
2049
2050 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2051
2052         * gcc.c-torture/compile/20040304-1.c: New test.
2053
2054 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
2055
2056         PR 13728
2057         * gcc.dg/decl-4.c: New testcase.
2058
2059 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2060
2061         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
2062         as PRECF if sizeof (float) > sizeof (double).
2063         (PRECL): Make it the same as PRECF if
2064         sizeof (float) > sizeof (long double).
2065
2066 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2067
2068         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
2069         system type.  Add check for irix6 which doesn't have c99 runtime.
2070
2071 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
2072
2073         * gcc.dg/const-elim-1.c: xfail for xtensa.
2074
2075 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2076
2077         PR c++/14369
2078         * g++.dg/template/cond4.C: New test.
2079
2080 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2081
2082         PR c++/14360
2083         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
2084
2085         PR c++/14361
2086         * g++.dg/parse/defarg7.C: New test.
2087
2088         PR c++/14359
2089         * g++.dg/template/friend26.C: New test.
2090
2091 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2092
2093         PR c++/14324
2094         * g++.dg/abi/mangle21.C: New test.
2095
2096         PR c++/14260
2097         * g++.dg/parse/constructor2.C: New test.
2098
2099         PR c++/14337
2100         * g++.dg/template/sfinae1.C: New test.
2101
2102 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
2103
2104         PR c++/14267
2105         * g++.dg/expr/crash2.C: New test.
2106
2107         PR middle-end/13448
2108         * gcc.dg/inline-5.c: New test.
2109         * gcc.dg/always-inline.c: Split out tests into ...
2110         * gcc.dg/always-inline2.c: ... this and ...
2111         * gcc.dg/always-inline3.c: ... this.
2112
2113 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
2114
2115         PR debug/12103
2116         * g++.dg/debug/crash1.C: New test.
2117
2118 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
2119
2120         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
2121         function with __attribute__((noinline)).
2122         (recurser_void2): Likewise.
2123         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
2124         (recurser_void2): Likewise.
2125
2126 2004-02-29  Roger Sayle  <roger@eyesopen.com>
2127
2128         PR middle-end/14203
2129         * g++.dg/warn/Wunused-6.C: New test case.
2130
2131 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
2132
2133         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
2134         not defined.
2135
2136 2004-02-27  Eric Christopher  <echristo@redhat.com>
2137
2138         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
2139         * g++.dg/charset/asm2.c: Run only x86.
2140         * gcc.dg/charset/asm3.c: Ditto.
2141
2142 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
2143
2144         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
2145         ld_library_path.
2146
2147 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
2148
2149         * g++.dg/ext/altivec-3.C: New.
2150
2151 2004-02-26  Richard Henderson  <rth@redhat.com>
2152
2153         * g++.dg/ext/attrib10.C: Mark for warning.
2154         * gcc.dg/attr-alias-1.c: New.
2155
2156 2004-02-26  Richard Henderson  <rth@redhat.com>
2157
2158         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
2159         * gcc.c-torture/execute/20040208-2.c: ... it back.
2160
2161 2004-02-26  Eric Christopher  <echristo@redhat.com>
2162
2163         * lib/target-supports.exp (check-iconv-available): New function.
2164         * lib/gcc-dg.exp (dg-require-iconv): New function.
2165         Use above.
2166         * gcc.dg/charset: New directory.
2167         * gcc.dg/charset/charset.exp: New file.
2168         * gcc.dg/charset/asm1.c: Ditto.
2169         * gcc.dg/charset/asm2.c: Ditto.
2170         * gcc.dg/charset/asm3.c: Ditto.
2171         * gcc.dg/charset/asm4.c: Ditto.
2172         * gcc.dg/charset/asm5.c: Ditto.
2173         * gcc.dg/charset/attribute1.c: Ditto.
2174         * gcc.dg/charset/attribute2.c: Ditto.
2175         * gcc.dg/charset/string1.c: Ditto.
2176         * g++.dg/charset: New directory.
2177         * g++.dg/dg.exp: Add here. Special options.
2178         * g++.dg/charset/charset.exp: New file.
2179         * g++.dg/charset/asm1.c: Ditto.
2180         * g++.dg/charset/asm2.c: Ditto.
2181         * g++.dg/charset/asm3.c: Ditto.
2182         * g++.dg/charset/asm4.c: Ditto.
2183         * g++.dg/charset/attribute1.c: Ditto.
2184         * g++.dg/charset/attribute2.c: Ditto.
2185         * g++.dg/charset/extern1.cc: Ditto.
2186         * g++.dg/charset/extern2.cc: Ditto.
2187         * g++.dg/charset/string1.c: Ditto.
2188
2189 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
2190
2191         PR c++/14278
2192         * g++.dg/parse/comma1.C: New test.
2193
2194 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2195
2196         PR c++/14284
2197         * g++.dg/template/ttp8.C: New test.
2198
2199 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
2200
2201         * gcc.dg/fixuns-trunc-1.c: New test.
2202
2203 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2204
2205         * gcc.dg/builtins-config.h: Use #elif.
2206
2207 2004-02-26  Michael Matz  <matz@suse.de>
2208
2209         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
2210         * gcc.dg/991214-1.c: Likewise.
2211         * gcc.dg/i386-asm-1.c: Likewise.
2212
2213 2004-02-25  Richard Henderson  <rth@redhat.com>
2214
2215         * gcc.c-torture/execute/20040208-2.c: Move ...
2216         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
2217
2218 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2219
2220         PR c++/14246
2221         * g++.dg/other/crash-3.C: New test.
2222
2223 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2224
2225         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
2226         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
2227
2228         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
2229         HP-UX.
2230
2231 2004-02-24  Michael Matz  <matz@suse.de>
2232
2233         * gcc.dg/i386-regparm.c: New.
2234
2235 2004-02-23  James E Wilson  <wilson@specifixinc.com>
2236
2237         * gcc.c-torture/execute/20040223-1.c: New.
2238
2239 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
2240             Kazu Hirata  <kazu@cs.umass.edu>
2241
2242         * gcc.dg/fwritable-strings-1.c: Remove.
2243
2244 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
2245
2246         PR c/14156
2247         * gcc.dg/20040223-1.c: New test.
2248
2249 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2250
2251         PR c++/14106
2252         * g++.dg/ext/typeof9.C: New test.
2253
2254 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2255
2256         PR c++/14250
2257         * g++.dg/other/switch1.C: New test.
2258
2259 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2260
2261         * gcc.dg/cast-function-1.c: Adjust for new informative message.
2262         * gcc.dg/va-arg-1.c: Likewise.
2263
2264 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2265
2266         PR c++/14143
2267         * g++.dg/template/koenig5.C: New test.
2268
2269 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
2270
2271         * g++.dg/ext/altivec-1.C: Generalize target triple.
2272         * g++.dg/ext/altivec-2.C: New test case.
2273         * g++.dg/ext/altivec_check.h: New file.
2274         * gcc.dg/altivec-1.c: Generalize target triple;
2275         include altivec_check.h and call altivec_check().
2276         * gcc.dg/altivec-[2-5].c: Generalize target triple.
2277         * gcc.dg/altivec-6.c: New test case.
2278         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
2279         type casts as needed.
2280         * gcc.dg/altivec-10.c: Include altivec_check.h and call
2281         altivec_check().
2282         * gcc.dg/altivec-12.c: New test case.
2283         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
2284         include altivec_check.h and call altivec_check().
2285         * gcc.dg/altivec_check.h: New file.
2286
2287 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2288
2289         * lib/target-supports.exp (check_alias_available): Don't mangle
2290         function `g' in test program.
2291
2292 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2293
2294         * lib/target-supports.exp (check_profiling_available): Check
2295         argument to determine whether we support a profiling type.
2296         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
2297         check_profiling_available.
2298         * g++.dg/bprob/bprob.exp: Likewise
2299         * g77.dg/bprob/bprob.exp: Likewise.
2300         * gcc.misc-tests/bprob.exp: Likewise.
2301         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
2302         dg-require-profiling and delete expected error handling.
2303         * gcc.dg/20021014-1.c: Likewise.
2304         * gcc.dg/nest.c: Likewise.
2305
2306 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2307
2308         PR c++/12007
2309         * g++.dg/other/vthunk1.C: New test.
2310
2311 2004-02-20  Falk Hueffner  <falk@debian.org>
2312
2313         PR target/14201
2314         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
2315
2316 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
2317
2318         PR c++/13927
2319         * g++.dg/other/error8.C: Remove XFAIL markers.
2320
2321         PR c++/14173
2322         * g++.dg/ext/packed5.C: New test.
2323
2324         PR c++/14199
2325         * g++.dg/warn/Wunused-5.C: New test.
2326
2327         PR c++/14186
2328         * g++.dg/lookup/member1.C: New test.
2329
2330 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
2331
2332         * gcc.c-torture/compile/20040130-1.c: Enable only when
2333         __INT_MAX__ >= 2147483647L.
2334         * gcc.c-torture/compile/961203-1.c: Likewise.
2335
2336 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
2337
2338         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
2339         * g++.dg/opt/template1.C: Robustify assembler regexp
2340
2341 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2342
2343         * gcc.c-torture/execute/simd-4.x: Remove.
2344         * gcc.c-torture/execute/va-arg-25.x: Likewise.
2345         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
2346         Guard with #ifndef SKIP_ATTRIBUTE.
2347         * gcc.dg/compat/vector-1_y.c: Likewise.
2348         * gcc.dg/compat/vector-2_x.c: Likewise.
2349         * gcc.dg/compat/vector-2_y.c: Likewise.
2350         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
2351         * g++.dg/eh/simd-2.C: Likewise.
2352
2353 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
2354
2355         * gcc.c-torture/compile/complex-1.c: New.
2356
2357 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
2358
2359         PR target/14209
2360         * gcc.c-torture/execute/20040218-1.c: New test.
2361
2362 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2363
2364         PR c++/14181
2365         * g++.dg/parse/new2.C: New test.
2366
2367 2004-02-18  Paul Brook  <paul@codesourcery.com>
2368
2369         * gcc.c-torture/compile/libcall-1.c: New test.
2370
2371 2004-02-18  Paul Brook  <paul@codesourcery.com>
2372
2373         PR debug/12934
2374         * gcc.dg/debug/debug-7.c: New test.
2375
2376 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
2377
2378         * gcc.dg/20040217-1.c: New test.
2379
2380 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
2381
2382         * gcc.c-torture/execute/990208-1.x: Delete.
2383
2384 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
2385
2386         * gcc.c-torture/execute/20040208-2.x: New file.
2387
2388 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
2389
2390         PR c++/11326
2391         * g++.dg/abi/structret1.C: New test.
2392
2393 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
2394
2395         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
2396         (i386_cpuid): No need to test if cpuid is available on AMD64.
2397         Fix assembly, so that it works onboth i386 and AMD64.
2398         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
2399         (vecInLong): Fix s[] member type to unsigned int.
2400         (vecInWord): Remove type.
2401         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
2402         (a64, b64, c64, d64, e64): Remove.
2403         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
2404         Remove unused variable.  Remove initialization of removed variables.
2405         Don't call mmx_tests nor sse_tests.
2406         (reference_mmx, reference_sse): Remove.
2407         (check): Add return stmt.
2408         * gcc.dg/i386-sse-7.c: New test.
2409         * gcc.dg/i386-mmx-4.c: New test.
2410
2411 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2412
2413         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
2414         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
2415         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
2416         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
2417         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
2418         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
2419         g++.dg/tc1/dr94.C: Fix line terminator.
2420
2421 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
2422
2423         * gcc.c-torture/compile/20040216-1.c: New.
2424
2425 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2426
2427         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
2428         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
2429         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
2430         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
2431         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
2432         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
2433
2434 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2435
2436         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
2437
2438 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
2439
2440         PR c++/13971
2441         * g++.dg/expr/cond4.C: New test.
2442
2443         PR c++/14086
2444         * g++.dg/lookup/crash2.C: New test.
2445
2446 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
2447
2448         * gcc.c-torture/compile/20040214-2.c: New test.
2449
2450 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
2451
2452         PR c++/14116
2453         * g++.dg/ext/typeof8.C: New test.
2454
2455 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
2456
2457         * gcc.c-torture/compile/20040214-1.c: New test.
2458
2459 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2460
2461         PR c++/13635
2462         * g++.dg/template/spec11.C: New test.
2463
2464 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2465
2466         PR c++/13927
2467         * g++.dg/other/error8.C: New test.
2468
2469 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
2470
2471         PR c++/14122
2472         * g++.dg/template/array4.C: New test.
2473
2474         PR c++/14108
2475         * g++.dg/inherit/thunk2.C: New test.
2476
2477         PR c++/14083
2478         * g++.dg/eh/cond2.C: New test.
2479
2480 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
2481
2482         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
2483
2484 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
2485
2486         * lib/scanasm.exp (dg-scan): Quote pattern before display.
2487
2488 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
2489
2490         * g++.dg/simd-2.C: xfail on ppc64-linux.
2491
2492 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2493
2494         PR c/456
2495         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
2496         tests.
2497
2498 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
2499
2500         * gcc.dg/builtins-33.c: New test.
2501
2502 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
2503
2504         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
2505
2506 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
2507
2508         * g++.dg/simd-2.C: Set -maltivec for ppc64.
2509
2510 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
2511
2512         * gcc.dg/ppc64-abi-3.c: New test.
2513
2514 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
2515
2516         PR c/14092
2517
2518         * gcc.dg/pr14092-1.c: New testcase.
2519
2520 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
2521
2522         * gcc.dg/cpp/assert4.c: Fix typo last change.
2523
2524         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
2525         * gcc.dg/cpp/assert4.c: Handle powerpc64.
2526
2527         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
2528
2529 2004-02-09  Roger Sayle  <roger@eyesopen.com>
2530
2531         * gcc.c-torture/compile/20040209-1.c: New test case.
2532
2533 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2534
2535         * gcc.dg/c90-init-1.c: Adjust expected error messages.
2536
2537 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
2538
2539         * gcc.c-torture/execute/20040208-[12].c: New tests.
2540
2541 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2542
2543         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
2544
2545 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2546
2547         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
2548
2549 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
2550
2551         Bug 13856
2552         * gcc.dg/visibility-8.c: New testcase.
2553
2554 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
2555
2556         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
2557         arguments.
2558         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
2559
2560 2004-02-07  Roger Sayle  <roger@eyesopen.com>
2561
2562         PR middle-end/13696
2563         * g++.dg/opt/fold1.C: New test case.
2564
2565 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2566
2567         PR c++/14033
2568         * g++.dg/other/crash-2.C: New test.
2569
2570 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2571
2572         PR c++/14028
2573         * g++.dg/parse/angle-bracket2.C: New test.
2574
2575 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2576
2577         PR middle-end/13750
2578         Revert:
2579         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
2580         PR pch/13361
2581         * testsuite/g++.dg/pch/wchar-1.C: New.
2582         * testsuite/g++.dg/pch/wchar-1.Hs: New.
2583
2584 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2585
2586         PR c++/14008
2587         * g++.dg/parse/error15.C: New test.
2588         * g++.dg/parse/crash11.C: Update dg-error mark.
2589
2590 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2591
2592         PR c++/13932
2593         * g++.dg/warn/conv2.C: New test.
2594
2595 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2596
2597         PR c++/13086
2598         * g++.dg/warn/incomplete1.C: Remove xfail.
2599
2600 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2601
2602         * lib/file-format.exp (gcc_target_object_format): Use
2603         ${tool}_target_compile, not gcc_target_compile.
2604         * lib/target-supports.exp (check_alias_available): Likewise.
2605         (check_gc_sections_available): Likewise.
2606         * g++.dg/ext/attrib10.C: Use dg-require-alias.
2607         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
2608         dg-require-alias.
2609
2610 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2611
2612         PR c++/13969
2613         * g++.dg/template/static6.C: New test.
2614
2615 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
2616
2617         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
2618
2619 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2620
2621         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
2622         tests for systems where `char' is unsigned by default.
2623
2624 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2625
2626         PR c++/13997
2627         * g++.dg/template/partial3.C: New test.
2628
2629 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2630
2631         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
2632         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
2633         Remove mentions of obsolete ports.
2634
2635 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
2636
2637         * gcc.dg/noncompile/20001228-1.c: Fix for new
2638         error message.
2639
2640 2004-02-03  Roger Sayle  <roger@eyesopen.com>
2641
2642         PR target/9348
2643         * gcc.c-torture/execute/multdi-1.c: New test case.
2644
2645 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2646
2647         PR c++/13925
2648         * g++.dg/template/lookup5.C: New test.
2649
2650 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2651
2652         PR c++/13950
2653         * g++.dg/template/lookup4.C: New test.
2654
2655         PR c++/13970
2656         * g++.dg/parse/error14.C: New test.
2657
2658         PR c++/14002
2659         * g++.dg/parse/template13.C: New test.
2660
2661 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
2662
2663         PR c++/13978
2664         * g++.dg/template/koenig4.C: New test.
2665
2666         PR c++/13968
2667         * g++.dg/template/crash17.C: New test.
2668
2669         PR c++/13975
2670         * g++.dg/parse/error13.C: New test.
2671         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
2672
2673 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2674
2675         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
2676
2677 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
2678
2679         PR c/11658
2680         PR c/13994
2681         * gcc.dg/noncompile/20040203-1.c: New test.
2682         * gcc.dg/noncompile/20040203-2.c: Likewise.
2683         * gcc.dg/noncompile/20040203-3.c: Likewise.
2684         * gcc.dg/20040203-1.c: Likewise.
2685
2686 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
2687
2688         PR c++/10858
2689         * g++.dg/template/sizeof7.C: New test.
2690
2691 2004-02-02  Eric Christopher  <echristo@redhat.com>
2692             Zack Weinberg  <zack@codesourcery.com>
2693
2694         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
2695
2696 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
2697
2698         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
2699         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
2700         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
2701         * gcc.dg/cleanup-5.c: Run only on Linux targets.
2702
2703 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
2704
2705         PR c++/13113
2706         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
2707
2708         PR c++/13854
2709         * g++.dg/ext/attrib13.C: New test.
2710
2711         PR c++/13907
2712         * g++.dg/conversion/op2.C: New test.
2713
2714 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2715
2716         * gcc.dg/titype-1.c: Fix pasto.
2717
2718 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2719
2720         * gcc.dg/titype-1.c: New test.
2721
2722 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2723
2724         PR c++/13957
2725         * g++.dg/template/non-type-template-argument-1.C,
2726         g++.dg/template/qualified-id1.C: Update dg-error marks.
2727         * g++.dg/template/nontype6.C: New test.
2728
2729 2004-02-01  Roger Sayle  <roger@eyesopen.com>
2730
2731         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
2732         * gcc.dg/builtins-31.c: New testcase.
2733         * gcc.dg/builtins-32.c: New testcase.
2734
2735 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
2736
2737         * objc.dg/call-super-2.m: Update line numbers
2738         for the including of stddef.h.
2739
2740 2004-01-30  Michael Matz  <matz@suse.de>
2741
2742         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
2743         g++.dg/ext/case-range3.C: New tests.
2744
2745 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2746
2747         DR206
2748         PR c++/13813
2749         * g++.dg/template/member4.C: New test.
2750
2751 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2752
2753         PR c++/13683
2754         * g++.dg/template/sizeof6.C: New test.
2755
2756 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
2757
2758         * gcc.dg/fwritable-strings-1.c: New test.
2759
2760 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
2761
2762         * gcc.c-torture/compile/20040130-1.c: New test.
2763
2764 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
2765
2766         * objc.dg/call-super-2.m: Include stddef.h for size_t.
2767
2768 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
2769
2770         PR c++/13883
2771         * g++.dg/template/ctor3.C: New test.
2772
2773 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2774
2775         * g++.dg/tc1: New directory.
2776         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
2777         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
2778         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
2779         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
2780         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
2781
2782 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2783
2784         * g++.dg/parse/error11.C: New test.
2785         * g++.dg/parse/error12.C: Likewise.
2786
2787 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
2788
2789         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
2790         (scan_initial, main): Use aligned_sizeof instead of sizeof.
2791
2792 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
2793
2794         PR c++/13791
2795         * g++.dg/ext/attrib12.C: New test.
2796
2797         PR c++/13736
2798         * g++.dg/parse/cast2.C: New test.
2799
2800 2004-01-27  James E Wilson  <wilson@specifixinc.com>
2801
2802         * objc.dg/encode-2.m (main): New local string.  Set depending on
2803         sizeof long.  Use in sscanf call.
2804         * objc.dg/encode-3.m (main): New local string.  Set depending on
2805         sizeof long.  Use in scan_initial call.
2806
2807 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2808
2809         * objc.dg/call-super-2.m: Make LP64-safe.
2810         * objc.dg/desig-init-1.m: Likewise.
2811
2812 2004-01-27  Devang Patel <dpatel@apple.com>
2813
2814         * g++.dg/debug/namespace1.C: New test.
2815
2816 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
2817
2818         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
2819         xscale-*-*.
2820
2821         * gcc.dg/arm-mmx-1.c: New test.
2822
2823 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2824
2825         * gcc.dg/20040127-1.c: New test.
2826         * gcc.dg/20040127-2.c: New test.
2827
2828 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2829
2830         * objc.dg/stret-1.m (glob): Renamed to globa.
2831
2832 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
2833
2834         PR c++/13663
2835         * g++.dg/expr/for1.C: New test.
2836
2837 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
2838
2839         PR middle-end/13779
2840         * gcc.dg/darwin-longlong.c: New test.
2841
2842 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
2843
2844         * gcc.dg/20040124-1.c: Moved test from here...
2845         * gcc.c-torture/compile/20040124-1.c: ...to here.
2846
2847 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2848
2849         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
2850         the assembly output if -m64 is passed.
2851
2852 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
2853
2854         PR c++/13833
2855         * g++.dg/template/cond3.C: New test.
2856
2857 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2858
2859         PR c++/13810
2860         * g++.dg/template/ttp7.C: New test.
2861
2862 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2863
2864         PR c++/13797
2865         * g++.dg/template/nontype4.C: New test.
2866         * g++.dg/template/nontype5.C: Likewise.
2867
2868 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
2869
2870         * gcc.dg/torture/mips-clobber-at.c: New test.
2871
2872 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
2873
2874         * gcc.dg/20040124-1.c: New test.
2875
2876 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
2877
2878         * gcc.dg/20040123-1.c: New test.
2879
2880 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
2881
2882         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
2883
2884 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2885
2886         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
2887
2888 2004-01-23  Andrew Pinski  <apinski@apple.com>
2889
2890         * gcc.dg/20030121-1.c: Move to ..
2891         * gcc.dg/20040121-1.c: here.
2892
2893 2004-01-23  Roger Sayle  <roger@eyesopen.com>
2894
2895         * gcc.dg/builtins-29.c: New test case.
2896
2897 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
2898
2899         PR 18314
2900         * gcc.dg/builtins-30.c: New testcase.
2901
2902 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
2903
2904         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
2905         * lib/g77.exp: Likewise.
2906         * lib/objc.exp: Likewise.
2907         * lib/g++.exp: Likewise.
2908
2909 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2910
2911         * gcc.dg/struct-by-value-2.c: New test.
2912
2913 2004-01-21  Andrew Pinski  <apinski@apple.com>
2914
2915         PR target/13785
2916         * gcc.dg/20030121-1.c: New test.
2917
2918 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
2919
2920         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
2921         clobber frame pointer register in asm statement.
2922
2923 2004-01-21  Falk Hueffner  <falk@debian.org>
2924
2925         * gcc.c-torture/compile/20040121-1.c: New test.
2926
2927 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
2928
2929         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
2930
2931 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
2932
2933         * gcc.dg/ppc64-abi-2.c: New test.
2934
2935 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2936
2937         * lib/treelang.exp: Fill out this file.
2938         * lib/treelang-dg.exp: New File.
2939
2940 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2941
2942         * gcc.c-torture/compile/981022-1.c: Remove.
2943         * gcc.dg/array-5.c: Remove XFAIL.
2944         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
2945         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
2946         gcc.dg/cond-lvalue-1.c: Update.
2947         * gcc.dg/cast-lvalue-2.c: New test.
2948
2949 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
2950
2951         PR c++/13592
2952         * g++.dg/other/error1.C (class foo): Tweak error message.
2953
2954         PR c++/13592
2955         * g++.dg/template/call2.C: New test.
2956
2957 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2958
2959         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
2960         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
2961         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
2962         scalar-return-1_x.c, scalar-return-2_y.c,
2963         scalar-return-3_x.c, scalar-return-3_y.c,
2964         scalar-return-4_x.c, scalar-return-4_y.c,
2965         struct-align-1.h, struct-align-1_x.c,
2966         struct-align-1_y.c, struct-align-2.h,
2967         struct-align-2_x.c, struct-align-2_y.c,
2968         struct-by-value-10_y.c, struct-by-value-11_x.c,
2969         struct-by-value-11_y.c, struct-by-value-12_x.c,
2970         struct-by-value-12_y.c, struct-by-value-13_x.c,
2971         struct-by-value-13_y.c, struct-by-value-14_x.c,
2972         struct-by-value-14_y.c, struct-by-value-15_x.c,
2973         struct-by-value-15_y.c, struct-by-value-16_y.c,
2974         struct-by-value-17_y.c, struct-by-value-18_y.c,
2975         struct-by-value-19_y.c, struct-by-value-1_x.c,
2976         struct-by-value-1_y.c, struct-by-value-20_y.c,
2977         struct-by-value-2_x.c, struct-by-value-2_y.c,
2978         struct-by-value-3_y.c, struct-by-value-4_x.c,
2979         struct-by-value-4_y.c, struct-by-value-5_y.c,
2980         struct-by-value-6_y.c, struct-by-value-7_y.c
2981         struct-by-value-8_x.c, struct-by-value-8_y.c
2982         struct-by-value-9_x.c, struct-by-value-9_y.c
2983         struct-return-10_x.c, struct-return-10_y.c,
2984         struct-return-19_x.c, struct-return-20_x.c
2985         struct-return-2_x.c, struct-return-2_y.c
2986         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
2987         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
2988
2989 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2990
2991         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
2992         attribute on sparc*-sun-solaris2.*.
2993
2994 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
2995
2996         PR c++/13710
2997         * g++.dg/ext/typeof7.C: New test.
2998
2999 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
3000
3001         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
3002         * gcc.dg/const-elim-1.c: Same.
3003
3004 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
3005
3006         * objc.dg/stret-1.m: New.
3007         * objc.dg/stret-2.m: New.
3008
3009 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
3010
3011         PR c++/11895
3012         * g++.dg/ext/vector1.C: New test.
3013
3014 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
3015
3016         * gcc.dg/pch/import-1.c: New.
3017         * gcc.dg/pch/import-1.hs: New.
3018         * gcc.dg/pch/import-1a.h: New.
3019         * gcc.dg/pch/import-1b.h: New.
3020         * gcc.dg/pch/import-1c.h: New.
3021
3022 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
3023
3024         PR c++/13574
3025         * g++.dg/ext/array1.C: New test.
3026
3027         PR c++/13178
3028         * g++.dg/conversion/op1.C: New test.
3029
3030 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
3031
3032         PR 11864
3033         From Kazumoto Kojima / Dan Kegel:
3034         * gcc.dg/pr11864-1.c: New test.
3035
3036         PR 10392
3037         From Marcus Comstedt / Dan Kegel:
3038         * gcc.dg/pr10392-1.c: New test.
3039
3040 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
3041
3042         PR c++/13478
3043         * g++.dg/init/ref10.C: New test.
3044
3045 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3046
3047         PR c++/13407
3048         * g++.dg/parse/typename6.C: New test.
3049
3050 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
3051
3052         PR pch/13361
3053         * testsuite/g++.dg/pch/wchar-1.C: New.
3054         * testsuite/g++.dg/pch/wchar-1.Hs: New.
3055
3056 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3057
3058         PR c++/9259
3059         * g++.dg/expr/sizeof2.C: New test.
3060
3061 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
3062
3063         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
3064
3065 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
3066
3067         PR c++/13659
3068         * g++.dg/lookup/strong-using-3.C: New.
3069         * g++.dg/lookup/using-10.C: New.
3070
3071 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
3072
3073         PR c++/13594
3074         * g++.dg/lookup/strong-using-2.C: New.
3075
3076 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
3077             Dan Kegel <dank@kegel.com>
3078             J"orn Rennecke <joern.rennecke@superh.com>
3079
3080         PR target/9365
3081         * gcc.dg/pr9365-1.c: New test.
3082
3083 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3084
3085         PR c++/8856
3086         * g++.dg/parse/casting-operator2.C: New test.
3087         * g++.old-deja/g++.pt/explicit83.C: Remove.
3088
3089 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
3090
3091         * gcc.dg/label-compound-stmt-1.c: New test.
3092         * gcc.c-torture/compile/950922-1.c,
3093         gcc.c-torture/compile/20000211-3.c,
3094         gcc.c-torture/compile/20000518-1.c,
3095         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
3096         compound statements.
3097
3098 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
3099
3100         * gcc.dg/ppc64-abi-1.c: New test.
3101
3102 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
3103
3104          * g++.dg/ext/attrib9.C: Add dg-warnings.
3105
3106 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3107
3108         PR c++/12335
3109         * g++.dg/parse/dtor3.C: New test.
3110
3111 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
3112
3113         PR c++/12709
3114         * g++.dg/parse/try-catch-1.C: New test.
3115
3116 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
3117
3118         * ada/acats/run_all.sh: Add more verbose output in acats.log
3119         when compiling tests.
3120
3121 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
3122
3123         PR 13656
3124         * gcc.dg/typedef-redecl.c: New test case.
3125         * gcc.dg/typedef-redecl.h: New support file.
3126
3127 2004-01-13  Jan Hubicka  <jh@suse.cz>
3128
3129         * gcc.dg/always_inline.c: New test.
3130         * gcc.dg/debug/20031231-1.c: Fix.
3131
3132 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3133
3134         PR c++/13474
3135         * g++.dg/template/array3.C: New test.
3136
3137 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
3138
3139         * g++.dg/ext/lvalue1.C: No longer expected to fail.
3140         * g++.dg/warn/Wunused-2.C: Likewise.
3141
3142 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3143
3144         PR c++/13289
3145         * g++.dg/template/instantiate6.C: New test.
3146
3147 2004-01-12  Roger Sayle  <roger@eyesopen.com>
3148
3149         PR middle-end/11397
3150         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
3151
3152 2004-01-12  Jan Hubicka  <jh@suse.cz>
3153
3154         PR opt/12826
3155         * gcc.dg/20040112-1.c: New.
3156
3157         * gcc.dg/dwarf-die[1-7].c: Move to...
3158         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
3159         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
3160
3161 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
3162
3163         PR c++/4100
3164         * g++.dg/parse/friend4.C: New test.
3165
3166 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
3167
3168         PR c++/4100
3169         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
3170         definition is called a friend.
3171
3172 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
3173
3174         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
3175
3176 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
3177
3178         PR c++/3478
3179         * g++.dg/parse/error10.C: New test.
3180         * g++.dg/template/arg2.C: Accept "invalid type" error.
3181
3182 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
3183
3184         PR middle-end/13392
3185         * g++.dg/opt/expect2.C: New test.
3186
3187 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
3188
3189         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
3190         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
3191         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
3192         Update dg-error regexps.
3193
3194 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
3195
3196         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
3197         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
3198
3199 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3200
3201         * gcc.dg/pragma-re-1.c: Use right pointer type.
3202
3203 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3204
3205         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
3206
3207 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
3208
3209         * gcc.dg/rs6000-ldouble-1.c: New.
3210
3211 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3212
3213         DR 337
3214         PR c++/9256
3215         * g++.dg/other/abstract1.C: New test.
3216
3217 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
3218
3219         * g++.dg/lookup/strong-using-1.C: New.
3220
3221 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3222
3223         PR c/11234
3224         * gcc.dg/func-ptr-conv-1.c: New test.
3225         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
3226
3227 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
3228
3229         PR target/13380.
3230         * gcc.c-torture/compile/20040109-1.c: New.
3231
3232 2004-01-08  Stuart Hastings  <stuart@apple.com>
3233
3234         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
3235         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
3236         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
3237
3238 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
3239
3240         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
3241
3242 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3243
3244         * ada/acats/run_acats: Treat 'gnatchop' the same way
3245         as 'gnatmake'.  Export GCC_DRIVER.
3246         * ada/acats/run_all.sh: Add target_gnatchop.  Use
3247         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
3248
3249 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3250
3251         PR c++/12573
3252         * g++.dg/template/dependent-expr4.C: New test.
3253
3254 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
3255
3256         * gcc.dg/altivec-11.c: New test.
3257
3258 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
3259
3260         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
3261
3262 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
3263
3264         PR c/6024
3265         * gcc.dg/enum-compat-1.c: New test.
3266         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
3267
3268 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
3269
3270         PR c/12165
3271         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
3272         gcc.dg/c99-idem-qual-3.c: New tests.
3273
3274 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
3275
3276         * gcc.dg/winline-7.c: Don't cast void * to int.
3277
3278 2004-01-06  Jan Hubicka  <jh@suse.cz>
3279
3280         * gcc.dg/i386-sse-5.c: New test
3281         * g++.dg/eh/simd-1.c: Add -w argument for i386.
3282
3283 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
3284
3285         PR c++/12815
3286         * g++.dg/rtti/typeid4.C: New test.
3287
3288 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3289
3290         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
3291
3292 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
3293
3294         PR c++/12132
3295         * g++.dg/template/error11.C: New test.
3296
3297         PR c++/13451
3298         * g++.dg/template/class2.C: New test.
3299
3300 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
3301         Richard Sandiford <rsandifo@redhat.com>
3302
3303         PR c++/13387
3304         * g++.dg/opt/alias3.C: New test.
3305
3306 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
3307
3308         PR c++/13157
3309         * g++.dg/template/koenig3.C: New test.
3310
3311         PR c++/13529
3312         * g++.dg/parse/offsetof3.C: New test.
3313
3314         * g++.dg/init/copy7.C: Add missing dg-error markers.
3315
3316         PR c++/12226
3317         * g++.dg/init/copy7.c: New test.
3318
3319         PR c++/13536
3320         * g++.dg/parse/cast1.C: New test.
3321
3322 2004-01-04  Jan Hubicka  <jh@suse.cz>
3323
3324         * gcc.dg/winline[1-7].c: New tests.
3325
3326 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3327
3328         PR c++/13520
3329         * g++.dg/template/qualttp22.C: New test.
3330
3331 2004-01-01  Jan Hubicka  <jh@suse.cz>
3332
3333         * gcc.dg/debug/20031231-1.c: New.
3334         * gcc.c-torture/compile/20040101-1.c: New.
3335         * gcc.dg/dwarf-die-[1-7].c: New.
3336
3337 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
3338
3339         PR optimization/13521
3340         * gcc.c-torture/compile/20031231-1.c: New test.
3341
3342 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
3343
3344         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
3345
3346 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3347
3348         PR c++/10079
3349         * g++.dg/template/crash16.C: New test.
3350
3351 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
3352
3353         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
3354
3355 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
3356
3357         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
3358         ports.
3359         * g++.old-deja/g++.jason/thunk3.C: Likewise.
3360         * g++.old-deja/g++.law/profile1.C: Likewise.
3361         * gcc.c-torture/compile/981006-1.c: Likewise.
3362         * gcc.c-torture/execute/loop-2e.x: Likewise.
3363         * gcc.c-torture/execute/loop-2f.x: Remove.
3364         * gcc.c-torture/execute/loop-2g.x: Likewise.
3365         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
3366         * gcc.dg/20020312-2.c: Remove traces of dead ports.
3367
3368 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
3369
3370         PR c++/13507
3371         * g++.dg/ext/attrib11.C: New test.
3372
3373         PR c++/13494
3374         * g++.dg/template/array2-1.C: New test.
3375         * g++.dg/template/array2-2.C: New test.
3376
3377 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
3378
3379         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
3380
3381 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
3382
3383         PR c++/12774
3384         * g++.dg/template/array1-1.C: New test.
3385         * g++.dg/template/array1-2.C: New test.
3386
3387 2003-12-29  Roger Sayle  <roger@eyesopen.com>
3388
3389         PR fortran/12632
3390         * g77.dg/12632.f: New test case.
3391
3392 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3393
3394         PR c++/13289
3395         * g++.dg/parse/nontype1.C: New test.
3396
3397 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3398
3399         PR c++/12403
3400         * g++.dg/parse/explicit1.C: New test.
3401         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
3402
3403 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
3404
3405         PR c++/13081
3406         * g++.dg/opt/inline6.C: New test.
3407
3408         PR c++/12613
3409         * g++.dg/parse/error9.C: New test.
3410
3411         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
3412
3413 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
3414
3415         PR c++/13009
3416         * g++.dg/init/assign1.C: New test.
3417
3418 2003-12-28  Roger Sayle  <roger@eyesopen.com>
3419
3420         PR c++/13070
3421         * g++.dg/warn/format3.C: New test case.
3422
3423 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3424
3425         * gcc.c-torture/compile/20031227-1.c: New test.
3426
3427 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3428
3429         * g++.dg/bprob/bprob.exp: Load target-supports.exp
3430         * g77.dg/bprob/bprob.exp: Likewise.
3431         * gcc.misc-tests/bprob.exp: Likewise.
3432         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
3433         variants on systems where the library does not provide that
3434         functionality.
3435         * gcc.dg/builtins-20.c: Use builtins-config.h.
3436         * gcc.dg/builtins-config.h: New file.
3437
3438 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3439
3440         * lib/gcc-dg.exp (dg-require-profiling): New function.
3441         * lib/target-supports.exp (check_profiling_available): Likewise.
3442         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
3443         * g77.dg/bprob/bprob.exp: Likewise.
3444         * gcc.misc-tests/bprob.exp: Likewise.
3445         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
3446         * gcc.dg/20021014-1.c: Likewise.
3447         * gcc.dg/nest.c: Likewise.
3448
3449 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3450
3451         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
3452         compiling.
3453         * g++.dg/lookup/java2.C: Likewise.
3454         * gcc.dg/cpp/lexident.c: Likewise.
3455
3456 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
3457
3458         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
3459         given.
3460         * gcc.c-torture/compile/961203-1.c: Likewise.
3461         * gcc.c-torture/compile/980506-1.c: Likewise.
3462
3463 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
3464
3465         * lib/gcc-dg.exp (dg-prune-output): New annotation.
3466         (additional_prunes): New global.
3467         (gcc-dg-prune): Handle additional per-test pruning.
3468         (dg-test): Clear additional_prunes between tests.
3469
3470         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
3471         dg-prune-output to avoid spurious failures from assembler
3472         complaining about nonexistent WAW violations.
3473         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
3474         Use dg-prune-output to avoid spurious failures from assembler
3475         warning about Itanium B-step errata.
3476
3477 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
3478
3479         * g++.dg/abi/macro0.C: New test.
3480         * g++.dg/abi/macro1.C: Likewise.
3481         * g++.dg/abi/macro2.C: Likewise.
3482
3483         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
3484         * g++.dg/abi/bitfield7.C: Likewise.
3485         * g++.dg/abi/dtor2.C: Likewise.
3486         * g++.dg/abi/mangle11.C: Likewise.
3487         * g++.dg/abi/mangle12.C: Likewise.
3488         * g++.dg/abi/mangle14.C: Likewise.
3489         * g++.dg/abi/mangle17.C: Likewise.
3490         * g++.dg/abi/vbase10.C: Likewise.
3491         * g++.dg/abi/vbase14.C: Likewise.
3492         * g++.dg/template/qualttp17.C: Likewise.
3493
3494 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
3495
3496         PR c/11995
3497         * gcc.dg/20031223-1.c: New test.
3498
3499 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3500
3501         * gcc.dg/noreturn-7.c: New test.
3502
3503 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3504
3505         * gcc.dg/null-pointer-1.c: New test.
3506
3507 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
3508
3509         * g++.old-deja/g++.jason/template18.C: Remove.
3510         * g++.old-deja/g++.jason/template37.C: Likewise.
3511
3512         PR c++/12862
3513         * g++.dg/lookup/ns1.C: New test.
3514
3515         PR c++/12397
3516         * g++.dg/template/lookup3.C: New test.
3517
3518 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
3519
3520         * g++.dg/template/recurse1.C: New test
3521
3522 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
3523
3524         PR c++/12479
3525         * g++.dg/parse/semicolon1.C: New test.
3526         * g++.dg/parse/semicolon1.h: Likewise.
3527
3528 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
3529
3530         * gcc.dg/darwin-misaligned.c: New test.
3531
3532 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
3533
3534         PR c/9163
3535         * gcc.dg/20031222-1.c: New test.
3536
3537 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
3538
3539         PR c++/13438
3540         * g++.dg/parse/error8.C: New test.
3541
3542         PR c++/11554
3543         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
3544
3545 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
3546
3547         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
3548         too small.
3549         * gcc.c-torture/compile/930217-1.c: Likewise.
3550         * gcc.c-torture/compile/930513-1.c: Likewise.
3551         * gcc.c-torture/execute/920908-2.c: Likewise.
3552         * gcc.c-torture/execute/921204-1.c: Likewise.
3553         * gcc.c-torture/execute/930621-1.c: Likewise.
3554         * gcc.c-torture/execute/930630-1.c: Likewise.
3555         * gcc.c-torture/execute/931031-1.c: Likewise.
3556         * gcc.c-torture/execute/980602-2.c: Likewise.
3557         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
3558         * gcc.c-torture/execute/compndlit-1.c: Likewise.
3559         * gcc.c-torture/execute/extzvsi.c: Likewise.
3560         * gcc.c-torture/unsorted/ext.c: Likewise.
3561
3562 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
3563
3564         PR target/12749
3565         * gcc.c-torture/compile/20031220-2.c: New test case.
3566
3567 2003-12-20  Roger Sayle  <roger@eyesopen.com>
3568
3569         PR optimization/13031
3570         * gcc.c-torture/compile/20031220-1.c: New test case.
3571
3572 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3573
3574         * gcc.dg/cast-function-1.c: New test.
3575
3576 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3577
3578         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
3579         formats.
3580
3581 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
3582
3583         PR c++/12795
3584         * g++.dg/ext/attrib10.C: New test.
3585
3586 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
3587
3588         * gcc.dg/cleanup-10.c: New test.
3589         * gcc.dg/cleanup-11.c: New test.
3590
3591 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
3592
3593         PR c++/13239
3594         * g++.dg/opt/expect1.C: New test.
3595
3596 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
3597
3598         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
3599
3600 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
3601
3602         PR debug/12923
3603         * gcc.dg/20031218-1.c: New test.
3604
3605         PR debug/12389
3606         * gcc.dg/20031218-2.c: New test.
3607         * gcc.dg/20031218-3.c: New test.
3608
3609         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
3610         of label name and allow for USER_LABEL_PREFIX == "_" names.
3611         * g++.dg/abi/mangle18-2.C: Likewise.
3612         * g++.dg/abi/mangle19-1.C: Likewise.
3613         * g++.dg/abi/mangle19-2.C: Likewise.
3614         * g++.dg/abi/mangle20-1.C: Likewise.
3615         * g++.dg/abi/mangle20-2.C: Likewise.
3616
3617 2003-12-18  Richard Henderson  <rth@redhat.com>
3618
3619         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
3620
3621 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
3622             Dan Kegel <dank@kegel.com>
3623
3624         PR other/12009
3625         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
3626         testing a cross compiler, it causes spurious compile failures.
3627         * lib/g++.exp: Likewise.
3628
3629 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3630
3631         PR c++/13262
3632         * g++.dg/template/access13.C: New test.
3633
3634 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
3635
3636         * gcc.dg/20031216-1.c: New test.
3637
3638 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3639
3640         PR c++/9154
3641         * g++.dg/template/error10.C: New test.
3642
3643 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3644
3645         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
3646         * g++.dg/eh/simd-2.C: Likewise.
3647
3648 2003-12-17  James E Wilson  <wilson@specifixinc.com>
3649             Roger Sayle  <roger@eyesopen.com>
3650
3651         * gcc.c-torture/execute/ieee/mzero5.c: New.
3652
3653 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
3654
3655         PR c++/10603
3656         * g++.dg/parse/error6.C: New test.
3657
3658         PR c++/12827
3659         * g++.dg/parse/error7.C: New test.
3660
3661 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3662
3663         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
3664         at -O with stabs debugging formats.
3665         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
3666         * gcc.dg/debug/debug-2.c: Likewise.
3667
3668 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
3669
3670         PR c++/12696
3671         * g++.dg/init/error1.C: New test.
3672
3673         PR c++/12218
3674         * g++.dg/init/pm3.C: New test.
3675
3676 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3677
3678         PR c/3347
3679         * gcc.dg/bitfld-8.c: New test.
3680
3681 2003-12-16  James Lemke  <jim@wasabisystems.com>
3682
3683         * gcc.dg/arm-scd42-[123].c: New tests.
3684
3685 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3686
3687         PR c++/9043
3688         * g++.dg/abi/mangle20-1.C: New test.
3689         * g++.dg/abi/mangle20-2.C: New test.
3690
3691 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
3692
3693         PR c++/13275
3694         * g++.dg/other/offsetof2.C: Remove XFAIL.
3695         * g++.dg/parse/offsetof1.C: New test.
3696         * g++.gd/parse/offsetof2.C: Likewise.
3697
3698 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3699
3700         * g++.dg/template/nontype3.C: New test.
3701         * g++.dg/template/static2.C: Tweaked the dg-error clause.
3702
3703 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3704
3705         * g++.dg/warn/noreturn-3.C: Also test instantiation.
3706
3707 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3708
3709         PR c++/13387
3710         * g++.dg/expr/assign1.C: New test.
3711
3712         PR c++/13242
3713         * g++.dg/abi/mangle19-1.C: New test.
3714         * g++.dg/abi/mangle19-2.C: New test.
3715
3716 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
3717
3718         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
3719
3720 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
3721
3722         * gcc.c-torture/execute/20031216-1.c: New test.
3723
3724 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3725
3726         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
3727         an ICE regression.
3728
3729 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3730
3731         PR c++/10926
3732         * g++.dg/template/error9.C: New test.
3733
3734         PR c++/11116
3735         * g++.dg/template/error8.C: New test.
3736
3737 2003-12-15  Roger Sayle  <roger@eyesopen.com>
3738
3739         PR middle-end/13400
3740         * gcc.c-torture/execute/20031215-1.c: New test case.
3741
3742 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3743
3744         PR c++/13269
3745         * g++.dg/parse/error5.C: New test.
3746
3747         PR c++/12989
3748         * g++.dg/expr/sizeof1.C: New test.
3749
3750         PR c++/13310
3751         * g++.dg/template/crash15.C: New test.
3752
3753 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
3754
3755         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
3756         a non-POD type as the last named parameter of a varargs function.
3757
3758 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
3759
3760         PR c++/13243
3761         PR c++/12573
3762         * g++.dg/template/crash14.C: New test.
3763         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
3764
3765 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
3766
3767         * g++.dg/other/java1.C: New test.
3768
3769         PR c++/13241
3770         * g++.dg/abi/mangle18-1.C: New test.
3771         * g++.dg/abi/mangle18-2.C: New test.
3772
3773 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3774
3775         PR optimization/10312
3776         * gcc.c-torture/execute/20031214-1.c: New.
3777
3778 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
3779
3780         PR c++/10779
3781         PR c++/12160
3782         * g++.dg/parse/error3.C: New test.
3783         * g++.dg/parse/error4.C: Likewise.
3784         * g++.dg/abi/mangle4.C: Tweak error messages.
3785         * g++.dg/lookup/using5.C: Likewise.
3786         * g++.dg/other/error2.C: Likewise.
3787         * g++.dg/parse/typename5.C: Likewise.
3788         * g++.dg/parse/undefined1.C: Likewise.
3789         * g++.dg/template/arg2.C: Likewise.
3790         * g++.dg/template/ttp3.C: Likewise.
3791         * g++.dg/template/type1.C: Likewise.
3792         * g++.old-deja/g++.other/crash32.C: Likewise.
3793         * g++.old-djea/g++.pt/defarg8.C: Likewise.
3794
3795 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3796
3797         PR c++/13106
3798         * g++.dg/warn/noreturn-3.C: New test.
3799
3800 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3801
3802         PR c++/13118
3803         * g++.dg/abi/covariant3.C: New.
3804
3805 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
3806
3807         * g++.dg/eh/ia64-1.C: New test.
3808
3809 2003-12-12  Roger Sayle  <roger@eyesopen.com>
3810
3811         PR optimization/13037
3812         * g77.f-torture/execute/13037.f: New test case.
3813
3814 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3815
3816         PR c++/12881
3817         * g++.dg/abi/covariant2.C: New.
3818
3819 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
3820
3821         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
3822
3823 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
3824
3825         * gcc.c-torture/execute/wchar_t-1.x: Delete.
3826
3827 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
3828
3829         PR other/10819
3830         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
3831         to fix Bug 10819.
3832         * lib/g++.exp (g++_version): Likewise.
3833         * lib/g77.exp (g77_version): Likewise.
3834         * lib/objc.exp (default_objc_version): Likewise.
3835
3836 2003-12-10  Richard Henderson  <rth@redhat.com>
3837
3838         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
3839
3840         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
3841
3842 2003-12-08  Matt Austern  <austern@apple.com>
3843
3844         PR c/13134
3845         * lib/gcc-dg.exp (dg-require-visibility): Define.
3846         * lib/target-supports (check_visibility_available): Define.
3847         * gcc.dg/visibility-1.c: New test.
3848         * gcc.dg/visibility-2.c: Likewise.
3849         * gcc.dg/visibility-3.c: Likewise.
3850         * gcc.dg/visibility-4.c: Likewise.
3851         * gcc.dg/visibility-5.c: Likewise.
3852         * gcc.dg/visibility-6.c: Likewise.
3853         * g++.dg/ext/visibility-1.C: Likewise.
3854         * g++.dg/ext/visibility-2.C: Likewise.
3855         * g++.dg/ext/visibility-3.C: Likewise.
3856         * g++.dg/ext/visibility-4.C: Likewise.
3857         * g++.dg/ext/visibility-5.C: Likewise.
3858         * g++.dg/ext/visibility-6.C: Likewise.
3859
3860 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3861
3862         * g++.dg/lookup/java1.C: New test.
3863         * g++.dg/lookup/java2.C: New test.
3864
3865 2003-12-07  Falk Hueffner  <falk@debian.org>
3866
3867         * g++.dg/opt/noreturn-1.C: New test.
3868
3869 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
3870
3871         * gcc.dg/overflow-1.c: New test.
3872
3873 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3874
3875         * g77.f-torture/compile/13060.f: New test.
3876
3877 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
3878
3879         PR c++/13323
3880         * g++.dg/inherit/operator2.C: New test.
3881
3882 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
3883
3884         PR c++/13305
3885         * g++.dg/ext/attrib9.C: New test.
3886
3887 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
3888
3889         PR c++/13314
3890         * g++.dg/template/error7.C: New test.
3891
3892 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
3893             J"orn Rennecke <joern.rennecke@superh.com>
3894
3895         PR target/13302
3896         * g++.dg/other/struct-va_list.C: New test.
3897
3898 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3899
3900         PR c++/13166
3901         * g++.dg/parse/defarg6.C: New test.
3902
3903 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
3904
3905         PR target/13256
3906         * gcc.c-torture/execute/20031201-1.c: New test.
3907
3908 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
3909
3910         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
3911
3912 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3913
3914         * gcc.dg/builtin-return-1.c: New test.
3915
3916 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
3917             J"orn Rennecke <joern.rennecke@superh.com>
3918
3919         PR optimization/13260
3920         * gcc.c-torture/execute/20031204-1.c: New test.
3921
3922 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
3923
3924         PR c++/9127
3925         * g++.dg/template/error6.C: New test.
3926
3927 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
3928
3929         * gcc.dg/20031202-1.c: New test.
3930
3931 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
3932
3933         PR c++/13179
3934         * g++.dg/template/eh1.C: New test.
3935
3936         PR c++/10771
3937         * g++.dg/template/error5.C: New test.
3938
3939 2003-12-02  David Ung  <davidu@mips.com>
3940
3941         * gcc.dg/compat/vector-check.h: Corrected type for var
3942         g_##TMODE
3943
3944 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3945
3946         PR c++/10126
3947         * g++.dg/template/ptrmem8.C: New test.
3948
3949 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3950
3951         PR c++/12573
3952         * g++.dg/template/dependent-expr3.C: New test.
3953
3954 2003-12-01  James Lemke  <jim@wasabisystems.com>
3955
3956         * gcc.dg/arm-g2.c: New test.
3957
3958 2003-12-01  Roger Sayle  <roger@eyesopen.com>
3959
3960         PR optimization/11634
3961         * gcc.dg/20031201-2.c: New test case.
3962
3963 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
3964
3965         PR 11433
3966         * objc.dg/proto-lossage-3.m: New test.
3967
3968 2003-12-01  Roger Sayle  <roger@eyesopen.com>
3969
3970         PR optimization/12628
3971         * gcc.dg/20031201-1.c: New test case.
3972
3973 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3974
3975         * gcc.dg/unaligned-1.c: New test.
3976
3977 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
3978
3979         PR c++/9849
3980         * g++.dg/template/error4.C: New test.
3981         * g++.dg/template/nested3.C: Adjust error markers.
3982
3983 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3984
3985         * gcc.dg/cpp/assert4.c: Check more #system assertions.
3986
3987 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
3988
3989         PR c/10333
3990         * gcc.dg/bitfld-7.c: New test.
3991
3992 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
3993
3994         * gcc.dg/tls/asm-1.C: New test.
3995
3996 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3997
3998         * gcc.dg/cpp/assert4.c: Update.
3999
4000 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4001
4002         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
4003         * gcc.dg/builtin-apply3.c: New test.
4004
4005 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4006
4007         * lib/compat.exp (compat-obj): New xfaildata parameter.
4008         Use it to set compiler_conditional_xfail_data before compiling.
4009         (compat-get-options): Handle dg-xfail-if.
4010         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
4011         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
4012         * gcc.dg/compat/vector-1_y.c: Likewise.
4013         * gcc.dg/compat/vector-2_x.c: Likewise.
4014         * gcc.dg/compat/vector-2_y.c: Likewise.
4015
4016 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4017
4018         * g++.dg/opt/reg-stack4.C: New test.
4019
4020 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4021
4022         * gcc.dg/builtin-apply2.c: New test.
4023
4024 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
4025
4026         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
4027
4028 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4029
4030         PR c++/12924
4031         * g++.dg/template/template-id-2.C: New test.
4032
4033 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4034
4035         PR c++/5369
4036         * g++.dg/template/memfriend1.C: New test.
4037         * g++.dg/template/memfriend2.C: Likewise.
4038         * g++.dg/template/memfriend3.C: Likewise.
4039         * g++.dg/template/memfriend4.C: Likewise.
4040         * g++.dg/template/memfriend5.C: Likewise.
4041         * g++.dg/template/memfriend6.C: Likewise.
4042         * g++.dg/template/memfriend7.C: Likewise.
4043         * g++.dg/template/memfriend8.C: Likewise.
4044         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
4045
4046 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
4047
4048         PR c++/12515
4049         * g++.dg/ext/cond1.C: New test.
4050
4051 2003-11-20  Richard Henderson  <rth@redhat.com>
4052
4053         * gcc.dg/20020201-2.c: Remove.
4054         * gcc.dg/20020201-4.c: Remove.
4055         * gcc.dg/20020304-1.c: Remove.
4056
4057 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4058
4059         * gcc.dg/cpp/trad/xwin1.c: New test case.
4060
4061 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
4062
4063         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
4064         * lib/g77.exp: Likewise.
4065         * lib/objc.exp: Likewise.
4066         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
4067         for darwin.
4068
4069 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4070
4071         PR c++/12932
4072         * g++.dg/template/static5.C: New test.
4073
4074 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
4075
4076         * gcc.dg/nested-func-1.c: New test.
4077
4078 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4079
4080         * gcc.dg/cpp/assert4.c: New test.
4081
4082 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
4083
4084         PR c++/2294
4085         * g++.dg/lookup/using9.c: New test.
4086
4087 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
4088
4089         PR c++/12762
4090         * g++.dg/template/error3.C: New test.
4091
4092 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4093
4094         PR ada/13035
4095         * ada/acats/run_acats, run_all.sh: Fix syntax error.
4096         No longer use a wrapper for gcc, since this does not work under
4097         Windows.
4098
4099 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
4100
4101         PR c++/2094
4102         * g++.dg/template/ptrmem7.C: New test.
4103
4104 2003-11-13  Andrew Pinski <apinski@apple.com>
4105
4106         * gcc.c-torture/compile/20031113-1.c: New test.
4107
4108 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
4109             Kean Johnston <jkj@sco.com>
4110
4111         PR c/13029
4112         * gcc.dg/unused-4.c: Update.
4113
4114 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4115
4116         * g++.dg/opt/const3.C: New test.
4117
4118 2003-11-13  Jan Hubicka  <jh@suse.cz>
4119
4120         * gcc.c-torture/compile/20031112-1.c: New test.
4121
4122 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
4123
4124         * g++.dg/parse/crash10.C: Remove bogus error marker.
4125
4126 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4127
4128         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
4129         (host_gcc): Likewise.
4130         (ROOT): Honor $PWDCMD.
4131         (BASE): Likewise.
4132         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
4133
4134 2003-11-12  Catherine Moore  <clm@redhat.com>
4135
4136         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
4137
4138 2003-11-12  Andreas Jaeger  <aj@suse.de>
4139             Jakub Jelinek  <jakub@redhat.com>
4140             Andrew Pinski  <pinskia@physics.uc.edu>
4141             Richard Henderson  <rth@redhat.com>
4142
4143         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
4144         systems.
4145         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
4146
4147         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
4148         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
4149
4150 2003-11-11  Andreas Jaeger  <aj@suse.de>
4151
4152         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
4153
4154         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
4155
4156 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
4157
4158         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
4159         Clean ups.
4160
4161 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
4162
4163         * gcc.dg/trampoline-1.c: New test.
4164
4165 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
4166
4167         * gcc.c-torture/compile/200031109-1.c: New test.
4168
4169 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4170
4171         PR c/3190
4172         PR c/8714
4173         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
4174         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
4175         gcc.dg/format/no-y2k-1.c: Update.
4176
4177 2003-11-08  Roger Sayle  <roger@eyesopen.com>
4178
4179         PR optimization/10467
4180         * gcc.dg/20031108-1.c: New test case.
4181
4182 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
4183
4184         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
4185
4186 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4187
4188         * gcc.dg/compound-lvalue-1.c: New test.
4189         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
4190         some XFAILs.
4191
4192 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
4193
4194         * gcc.dg/altivec-varargs-1.c: New test.
4195
4196 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
4197
4198         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
4199         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
4200         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
4201         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
4202         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
4203
4204 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4205
4206         * gcc.dg/cond-lvalue-1.c: New test.
4207
4208 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
4209
4210         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
4211
4212 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4213
4214         PR c++/11616
4215         * g++.dg/template/instantiate5.C: New test.
4216
4217 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4218
4219         PR c++/12726
4220         * g++.dg/ext/complit2.C: Replace test with self-contained version.
4221         * ChangeLog: Add missing first entry for above test.
4222
4223 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4224
4225         PR c++/9810
4226         * g++.dg/template/using8.C: New test.
4227         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
4228
4229 2003-11-02  Roger Sayle  <roger@eyesopen.com>
4230
4231         PR optimization/10817
4232         * gcc.c-torture/compile/20031102-1.c: New test case.
4233
4234 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
4235
4236         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
4237         2147483647.
4238
4239 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
4240
4241         * gcc.dg/20031102-1.c: New test.
4242
4243 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
4244
4245         * gcc.dg/complex-1.c: New test.
4246
4247 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4248
4249         PR c++/12796
4250         * g++.dg/template/crash13.C: Adjust expected error location.
4251         * g++.old-deja/g++.brendan/ns1.C: Likewise.
4252
4253 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
4254
4255         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
4256
4257 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
4258
4259         PR/10239
4260         * gcc.c-torture/compile/20031031-2.c: New test.
4261
4262 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
4263
4264         PR/11640
4265         * gcc.c-torture/compile/20031031-1.c: New test.
4266
4267 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
4268
4269         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
4270         * gcc.misc-tests/bprob.exp: Likewise.
4271         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
4272         the execution test on arm-elf configs.
4273         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
4274         configs that don't support scratch files.
4275         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
4276
4277 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
4278
4279         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
4280         done by dejagnu.
4281
4282 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
4283
4284         * ada/acats/run_all.sh: Redirect mv output to /dev/null
4285         Avoid non pure sh syntax. Add more logging.
4286
4287         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
4288         fail.
4289
4290 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4291
4292         PR libgcj/10610
4293         * gcc.dg/ppc-stackalign-1.c: New test.
4294
4295 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
4296
4297         * ada/acats/run_all.sh: Change output to be more compliant with
4298         dejagnu framework.
4299         Create acats.sum and acats.log files under testsuite/ada/acats
4300         Only run [a-z]* directories, to filter out e.g. CVS.
4301         Redirect build output to log file.
4302
4303 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
4304
4305         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
4306
4307 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
4308
4309         PR ada/5909:
4310         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
4311
4312 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
4313
4314         * gcc.c-torture/compile/20031023-1.c: New test.
4315         * gcc.c-torture/compile/20031023-2.c: New test.
4316         * gcc.c-torture/compile/20031023-3.c: New test.
4317         * gcc.c-torture/compile/20031023-4.c: New test.
4318
4319 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4320
4321         PR c++/10371
4322         * g++.dg/lookup/scoped8.C: New test.
4323
4324 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4325
4326         * g++.dg/opt/reg-stack3.C: New test.
4327
4328 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4329
4330         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
4331
4332 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4333
4334         PR c++/11076
4335         * g++.dg/template/crash13.C: New test.
4336
4337 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4338
4339         * gcc.dg/c99-restrict-2.c: New test.
4340
4341 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
4342
4343         PR c++/12698, c++/12699, c++/12700, c++/12566
4344         * g++.dg/inherit/covariant9.C: New test.
4345         * g++.dg/inherit/covariant10.C: New test.
4346         * g++.dg/inherit/covariant11.C: New test.
4347
4348 2003-10-23  Jason Merrill  <jason@redhat.com>
4349
4350         PR c++/12726
4351         * g++.dg/ext/complit2.C: New test.
4352
4353 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
4354
4355         PR target/12654
4356         * gcc.c-torture/execute/20031020-1.c: New test.
4357
4358 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4359
4360         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
4361         following the jump_insn.
4362
4363 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4364
4365         * gcc.dg/cast-lvalue-1.c: New test.
4366
4367 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
4368
4369         PR c++/11962
4370         * g++.dg/template/cond2.C: New test.
4371
4372 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4373
4374         * gcc.dg/builtins-28.c: New test.
4375
4376 2003-10-20  Jan Hubicka  <jh@suse.cz>
4377
4378         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
4379         parameter.
4380         * testsuite/gcc.dg/inline-2.c: Likewise.
4381
4382 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4383
4384         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
4385         * gcc.dg/nest.c:  Likewise.
4386
4387 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4388
4389         PR c++/9781, c++/10583, c++/11862
4390         * g++.dg/parse/crash13.C: New test.
4391
4392 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4393
4394         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
4395
4396 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4397
4398         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
4399         Define HAVE_C99_RUNTIME except on Solaris.
4400         * gcc.dg/builtins-20.c: Likewise.
4401
4402 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4403
4404         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
4405
4406 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4407
4408         PR c++/12495
4409         * g++.dg/template/crash21.C: New test.
4410
4411 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4412
4413         PR c++/2513
4414         * g++.dg/template/typename5.C: New test.
4415
4416 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4417
4418         PR c++/12369
4419         * g++.dg/template/friend25.C: New test.
4420
4421 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
4422
4423         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
4424         versions.
4425
4426 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
4427
4428         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
4429         == 2147483647.
4430
4431 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
4432
4433         * gcc.c-torture/execute/960416-1.x: Remove.
4434         * gcc.c-torture/execute/divconst-3.x: Likewise.
4435
4436 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
4437
4438         PR target/12598
4439         * gcc.dg/torture/cris-volatile-1.c: New test.
4440
4441 2003-10-14  Roger Sayle  <roger@eyesopen.com>
4442
4443         PR optimization/9325
4444         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
4445         for overflowing floating point to integer conversion during RTL
4446         simplification.
4447
4448 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
4449
4450         * objc/execute/_cmd.m: Fix typo.
4451         * objc.dg/image-info.m, objc.dg/symtab-1.m:
4452         Relax 'scan-assembler' regexp.
4453         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
4454         objc.dg/try-catch-4.m: Run on non-Darwin targets.
4455         * objc.dg/zero-link-2.m: Remove blank line.
4456         * objc.dg/zero-link-3.m: New test case.
4457
4458 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
4459
4460         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
4461
4462         * gcc.dg/asm-names.c: Use scan-assembler-not rather
4463         than linker trickery.
4464
4465 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4466
4467         PR c++/12370
4468         * g++.dg/other/friend2.C: New test.
4469
4470 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4471
4472         * gcc.dg/20031012-1.c: New test.
4473
4474 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
4475
4476         * gcc.dg/weak/weak-3.c: Fix for new warning.
4477
4478 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4479
4480         PR optimization/8750
4481         * gcc.c-torture/execute/20031012-1.c: New test case.
4482
4483 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4484
4485         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
4486         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
4487
4488 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4489
4490         PR optimization/12260
4491         * gcc.c-torture/compile/20031011-2.c: New test case.
4492
4493 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4494
4495         * gcc.c-torture/execute/20031011-1.c: New testcase.
4496
4497 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
4498
4499         * gcc.c-torture/compile/20031011-1.c: New test.
4500
4501 2003-10-11  Jan Hubicka  <jh@suse.cz>
4502
4503         * g++.dg/other/first-global.C: New test.
4504
4505 2003-10-11  Roger Sayle  <roger@eyesopen.com>
4506
4507         * gcc.c-torture/execute/string-opt-18.c: New testcase.
4508
4509 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
4510
4511         * gcc.c-torture/compile/20031010-1.c: New test.
4512
4513 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
4514
4515         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
4516         * gcc.c-torture/execute/va-arg-25.c: ... here.
4517
4518 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
4519
4520         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
4521
4522 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
4523
4524         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
4525
4526 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
4527
4528         * g++.dg/parse/error2.C: New test.
4529
4530 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
4531
4532         PR c++/11097
4533         * g++.dg/other/error5.C: Modify the error message.
4534         * g++.dg/lookup/using8.C: New test.
4535
4536 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
4537
4538         * gcc.dg/darwin-abi-2.c: New file.
4539         * gcc.c-torture/execute/va-arg-24.c: New file.
4540
4541 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
4542
4543         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
4544         indentation.
4545
4546 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
4547
4548         PR c++/10147
4549         * g++.dg/other/error4.C: Update error messages.
4550         * g++.dg/template/ptrmem4.C: Likewise.
4551
4552         PR c++/12337
4553         * g++.dg/init/new9.C: New test.
4554
4555         PR c++/12334, c++/12236, c++/8656
4556         * g++.dg/ext/attrib8.C: New test.
4557
4558 2003-10-06  Devang Patel  <dpatel@apple.com>
4559
4560         * gcc.dg/debug/dwarf2-3.h: New test.
4561         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
4562
4563 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
4564
4565         * g++.dg/opt/cfg2.C: New test.
4566
4567 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4568
4569         * g++.dg/opt/float1.C: New test.
4570
4571 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4572
4573         * gcc.dg/c90-array-lval-6.c: New test.
4574         * gcc.dg/c99-array-lval-6.c: New test.
4575
4576 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
4577             Ziemowit Laski  <zlaski@apple.com>
4578
4579         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
4580         'Derived', so that it is never considered a class method; add
4581         new warning for '+port' method ambiguity.
4582         * objc.dg/method-12.m: Include <objc/objc.h> instead of
4583         <objc/objc-api.h> (needed on Mac OS X).
4584         * objc.dg/method-13.m: New test.
4585
4586 2003-10-03  Roger Sayle  <roger@eyesopen.com>
4587
4588         PR optimization/9325, PR java/6391
4589         * gcc.c-torture/execute/20031003-1.c: New test case.
4590
4591 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
4592
4593         PR optimization/12180
4594         * gcc.dg/20031002-1.c: New test.
4595
4596         PR c++/12486
4597         * g++.dg/inherit/error1.C: New test.
4598
4599 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
4600
4601         * lib/f-torture.exp (search_for): Rename to...
4602         (search_for_re): This.  Also, clean up comments and the
4603         "regexp" invocation.
4604
4605 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
4606
4607         * gcc.c-torture/compile/20031002-1.c: New test.
4608
4609 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
4610
4611         * g++.dg/opt/cond1.C: New test.
4612
4613 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
4614
4615         * gcc.dg/Wold-style-definition-2.c: New testcase.
4616         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
4617
4618 2003-09-29  Richard Henderson  <rth@redhat.com>
4619
4620         * g++.dg/init/array10.C: Add dg-options.
4621
4622 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
4623
4624         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
4625
4626 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4627
4628         * g++.dg/template/friend19.C: Fix typo.
4629         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
4630
4631 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
4632
4633         * gcc.c-torture/execute/20030928-1.c: New test.
4634         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
4635
4636 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
4637
4638         * g++.dg/opt/unroll1.C: New test.
4639
4640 2003-09-26  Roger Sayle  <roger@eyesopen.com>
4641
4642         PR optimization/11741
4643         * gcc.dg/20030926-1.c: New test case.
4644
4645 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4646
4647         PR c++/5655
4648         * g++.dg/parse/access7.C: New test.
4649         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
4650
4651 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
4652
4653         MERGE OF objc-improvements-branch into MAINLINE:
4654         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
4655         if libobjc has not been built.
4656         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
4657         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
4658         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
4659         objc/execute/nested-3.m, objc/execute/np-2.m,
4660         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
4661         objc/execute/redefining_self.m, objc/execute/root_methods.m,
4662         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
4663         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
4664         objc.dg/special/unclaimed-category-1.h,
4665         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
4666         well as GNU runtime.
4667         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
4668         * execute/cascading-1.m, execute/function-message-1.m,
4669         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
4670         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
4671         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
4672         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
4673         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
4674         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
4675         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
4676         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
4677         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
4678         * objc.dg/bitfield-2.m: Run only on Darwin.
4679         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
4680         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
4681         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
4682         * objc.dg/const-str-1.m: Fix constant string layout.
4683
4684 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
4685
4686         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
4687
4688 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
4689
4690         * gcc.dg/darwin-abi-1.c: New file.
4691
4692 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
4693
4694         PR target/12281
4695         * gcc.c-torture/compile/20030921-1.c: New test.
4696
4697 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
4698
4699         * g++.dg/opt/reg-stack2.C: New test.
4700
4701 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4702
4703         * g++.dg/eh/delayslot1.C: New test.
4704
4705 2003-09-20  Richard Henderson  <rth@redhat.com>
4706
4707         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
4708
4709 2003-09-20  Roger Sayle  <roger@eyesopen.com>
4710
4711         * gcc.c-torture/execute/20030920-1.c: New test case.
4712
4713 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4714
4715         * g++.dg/rtti/typeid3.C: Correct expected error message.
4716
4717 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4718
4719         PR c++/157
4720         * g++.dg/parse/crash12.C: New test.
4721
4722 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
4723
4724         * gcc.dg/compat/mixed-struct-check.h: New.
4725         * gcc.dg/compat/mixed-struct-defs.h: New.
4726         * gcc.dg/compat/mixed-struct-init.h: New.
4727         * gcc.dg/compat/struct-by-value-19_main.c: New.
4728         * gcc.dg/compat/struct-by-value-19_x.c: New.
4729         * gcc.dg/compat/struct-by-value-19_y.c: New.
4730         * gcc.dg/compat/struct-by-value-20_main.c: New.
4731         * gcc.dg/compat/struct-by-value-20_x.c: New.
4732         * gcc.dg/compat/struct-by-value-20_y.c: New.
4733         * gcc.dg/compat/struct-return-19_main.c: New.
4734         * gcc.dg/compat/struct-return-19_x.c: New.
4735         * gcc.dg/compat/struct-return-19_y.c: New.
4736         * gcc.dg/compat/struct-return-20_main.c: New.
4737         * gcc.dg/compat/struct-return-20_x.c: New.
4738         * gcc.dg/compat/struct-return-20_y.c: New.
4739
4740 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
4741         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
4742         so that it will not complain on LP64 targets.
4743
4744 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4745
4746         PR c++/495
4747         * g++.dg/template/friend24.C: New test.
4748
4749 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
4750
4751         PR c++/12332
4752         * g++.dg/template/memtmpl2.C: New test.
4753
4754 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
4755
4756         PR target/11184
4757         * gcc.dg/builtin-apply1.c: New test.
4758
4759 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
4760
4761         PR c++/9848
4762         * g++.dg/warn/Wunused-4.C: New test.
4763
4764 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4765
4766         PR c++/12316
4767         * g++.dg/other/gc2.C: New test.
4768
4769 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
4770
4771         PR c++/11991
4772         * g++.dg/rtti/typeid3.C: New test.
4773
4774         PR c++/12266
4775         * g++.dg/overload/template1.C: New test.
4776
4777 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
4778
4779         * g++.dg/opt/cfg3.C: New test.
4780
4781 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4782
4783         PR c++/7939
4784         * g++.dg/template/crash11.C: New test.
4785
4786 2003-09-16  Jason Merrill  <jason@redhat.com>
4787             Jakub Jelinek  <jakub@redhat.com>
4788
4789         * gcc.dg/attr-warn-unused-result.c: New test.
4790
4791 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
4792
4793         PR c++/12184
4794         * g++.dg/expr/call2.C: New test.
4795
4796 2003-09-15  Andreas Jaeger  <aj@suse.de>
4797
4798         * gcc.dg/Wold-style-definition-1.c: New test.
4799
4800 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
4801
4802         PR c++/3907
4803         * g++.dg/parse/template12.C: New test.
4804
4805         * g++.dg/abi/bitfield11.C: New test.
4806         * g++.dg/abi/bitfield12.C: Likewise.
4807
4808 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
4809
4810         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
4811         non-expansion of functional macro name without arguments at EOL.
4812         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
4813
4814 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
4815
4816         * gcc.c-torture/execute/20030914-[12].c: New tests.
4817
4818 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4819
4820         PR c++/11788
4821         * g++.dg/overload/addr1.C: New test.
4822
4823 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
4824
4825         * gcc.dg/20030909-1.c: New test.
4826
4827 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
4828
4829         * gcc.dg/ultrasp10.c: New test.
4830
4831 2003-09-09  Devang Patel  <dpatel@apple.com>
4832
4833         * gcc.dg/darwin-ld-6.c: New test.
4834
4835 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4836
4837         * gcc.dg/torture/builtin-explog-1.c: New testcase.
4838
4839 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4840
4841         * gcc.dg/ia64-types1.c: New test.
4842         * gcc.dg/ia64-types2.c: Likewise.
4843
4844 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4845
4846         * gcc.dg/builtins-1.c: Add more _Complex tests.
4847         * gcc.dg/torture/builtin-attr-1.c: Likewise.
4848
4849         * gcc.dg/builtins-1.c: Test existing _Complex functions.
4850         * gcc.dg/torture/builtin-attr-1.c: Likewise.
4851
4852 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
4853
4854         PR c++/11786
4855         * g++.dg/lookup/koenig2.C: New test.
4856
4857         PR c++/5296
4858         * g++.dg/rtti/typeid2.C: New test.
4859
4860 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
4861
4862         * gcc.c-torture/compile/20030904-1.c: New test.
4863
4864 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4865
4866         * g++.dg/opt/longbranch2.C: New test.
4867
4868 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
4869
4870         * g++.dg/template/crash10.C: Only compile it.
4871
4872 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
4873
4874         PR middle-end/11665
4875         * gcc.c-torture/compile/20030907-1.c: New test.
4876         * g++.dg/init/array11.C: New test.
4877
4878 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4879
4880         PR c++/11852
4881         * g++.dg/init/struct1.C: New test.
4882
4883 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
4884
4885         PR c++/12181
4886         * g++.dg/expr/comma1.C: New test.
4887
4888 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
4889
4890         PR c++/11867
4891         * g++.dg/expr/static_cast5.C: New test.
4892
4893 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
4894
4895         PR c++/11507
4896         * g++.dg/lookup/scoped7.C: New test.
4897
4898         PR c++/9574
4899         * g++.dg/other/static1.C: New test.
4900
4901         PR c++/11490
4902         * g++.dg/warn/template-1.C: New test.
4903
4904         PR c++/11432
4905         * g++.dg/template/crash10.C: New test.
4906
4907         PR c++/2478
4908         * g++.dg/overload/VLA.C: New test.
4909
4910         PR c++/10804
4911         * g++.dg/template/call1.C: New test.
4912
4913 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4914
4915         PR c++/11794
4916         * g++.dg/parse/using3.C: New test.
4917
4918 2003-09-06  Roger Sayle  <roger@eyesopen.com>
4919
4920         PR c++/11409
4921         * g++.dg/overload/builtin3.C: New test case.
4922
4923 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
4924
4925         PR c/9862
4926         * gcc.dg/20030906-1.c: New test.
4927         * gcc.dg/20030906-2.c: Likewise.
4928
4929 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4930
4931         PR c++/12167
4932         * g++.dg/parse/defarg5.C: New test.
4933
4934         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
4935
4936 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
4937
4938         PR c++/12163
4939         * g++.dg/expr/static_cast4.C: New test.
4940
4941         PR c++/12146
4942         * g++.dg/template/crash9.C: New test.
4943
4944 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
4945
4946         * g++.old-deja/g++.ext/pretty2.C: Update for change
4947         in __FUNCTION__.
4948         * g++.old-deja/g++.ext/pretty3.C: Likewise.
4949
4950 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
4951
4952         PR c++/11922
4953         * g++/dg/template/qualified-id1.C: New test.
4954
4955         PR c++/12037
4956         * g++.dg/warn/noeffect4.C: New test.
4957
4958 2003-09-04  Matt Austern  <austern@apple.com>
4959
4960         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
4961         * g++.dg/ext/fnname2.C: Likewise.
4962         * g++.dg/ext/fnname3.C: Likewise.
4963
4964 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
4965
4966         * g++.dg/expr/lval1.C: New test.
4967         * g++.dg/ext/lvcast.C: Remove.
4968
4969 2003-09-03  Roger Sayle  <roger@eyesopen.com>
4970
4971         PR optimization/11700.
4972         * gcc.c-torture/compile/20030903-1.c: New test case.
4973
4974 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
4975
4976         PR c++/12053
4977         * g++.dg/abi/layout4.C: New test.
4978
4979 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
4980
4981         PR c++/11553
4982         * g++.dg/parse/friend3.C: New test.
4983
4984 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
4985
4986         PR c++/11847
4987         * g++.dg/template/class1.C: New test.
4988
4989         PR c++/11808
4990         * g++.dg/expr/call1.C: New test.
4991
4992 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
4993
4994         PR c++/12114
4995         * g++.dg/init/ref9.C: New test.
4996
4997         PR c++/11972
4998         * g++.dg/template/nested4.C: New test.
4999
5000 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5001
5002         PR c++/12093
5003         * g++.dg/template/non-dependent4.C: New test.
5004
5005         PR c++/11928
5006         * g++.dg/inherit/conv1.C: New test.
5007
5008 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
5009
5010         PR c++/6196
5011         * g++.dg/ext/label1.C: New test.
5012         * g++.dg/ext/label2.C: Likewise.
5013
5014 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
5015
5016         * g++.dg/expr/cond3.C: New test.
5017
5018 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5019
5020         * gcc.dg/builtins-1.c: Add new builtin cases.
5021
5022 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5023
5024         * gcc.dg/builtins-1.c: Add new cases.
5025         * gcc.dg/torture/builtin-attr-1.c: Likewise.
5026
5027 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5028
5029         * gcc.dg/builtins-1.c: Add more math builtin tests.
5030         * gcc.dg/torture/builtin-attr-1.c: New test.
5031
5032 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
5033
5034         PR optimization/5079
5035         * g++.dg/opt/static3.C: New test.
5036
5037 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5038
5039         * gcc.misc-tests/gcov-10b.c: New test.
5040
5041 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
5042
5043         * g++.dg/opt/ptrmem3.C: New test.
5044
5045         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
5046
5047 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
5048
5049         * gcc.dg/20030826-2.c: New test.
5050
5051 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5052
5053         PR middle-end/12002
5054         * g77.f-torture/compile/12002.f: New test case.
5055
5056 2003-08-26  Roger Sayle  <roger@eyesopen.com>
5057
5058         * gcc.dg/20030826-1.c: New test case.
5059
5060 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
5061
5062         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
5063
5064 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
5065
5066         PR c++/11871
5067         * c++.dg/lookup/crash1.C: New test.
5068
5069         * c++.dg/warn/noeffect3.C: New test.
5070
5071 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
5072
5073         * gcc.dg/compat/vector-1_x.c: Compile with -w.
5074         * gcc.dg/compat/vector-1_y.c: Ditto.
5075         * gcc.dg/compat/vector-2_x.c: Ditto.
5076         * gcc.dg/compat/vector-2_y.c: Ditto.
5077
5078 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
5079
5080         * gcc.dg/20030702-1.c: New test.
5081
5082 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
5083
5084         PR c++/8795
5085         * g++.dg/ext/altivec-1.C: New test.
5086
5087 2003-08-24  Richard Henderson  <rth@redhat.com>
5088
5089         * g++.dg/eh/simd-2.C: Add -w for x86.
5090
5091 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
5092
5093         * gcc.dg/20030815-1.c: New test.
5094
5095 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5096
5097         PR c++/3765
5098         * g++.dg/parse/access6.C: New test.
5099
5100 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5101
5102         PR c++/641, c++/11876
5103         * g++.dg/template/friend22.C: New test.
5104         * g++.dg/template/friend23.C: Likewise.
5105
5106 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5107
5108         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
5109         identically.
5110
5111 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5112
5113         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
5114
5115 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5116
5117         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
5118
5119 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5120
5121         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
5122
5123 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
5124
5125         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
5126
5127 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
5128
5129         PR c++/11919
5130         * g++.dg/overload/prom1.C: New test.
5131
5132         PR c++/11551
5133         * g++.dg/parse/dtor2.C: New test.
5134
5135         PR c++/10762
5136         * g++.dg/parse/using2.C: New test.
5137
5138 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
5139
5140         PR target/11805
5141         * gcc.c-torture/compile/20030821-1.c: New.
5142
5143 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
5144
5145         PR c++/11834
5146         * g++.dg/template/deduce2.C: New test.
5147
5148 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
5149
5150         * gcc.c-torture/execute/20030821-1.c: New test.
5151
5152 2003-08-20  Roger Sayle  <roger@eyesopen.com>
5153
5154         PR middle-end/11984
5155         * gcc.dg/20030820-1.c: New test case.
5156
5157 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
5158
5159         PR c++/11945
5160         * g++.dg/warn/noeffect2.C: New test.
5161
5162 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
5163
5164         PR c++/10926
5165         * g++.dg/template/dtor2.C: New test.
5166
5167         PR c++/11684
5168         * g++.dg/template/operator1.C: New test.
5169         * g++.dg/parse/operator4.C: New test.
5170
5171         PR c++/11946.C
5172         * g++.dg/expr/enum1.C: New test.
5173         * gcc.dg/c99-bool-1.c: Remove bogus warning.
5174
5175         PR c++/11036.C
5176         * g++.dg/parse/elab2.C: New test.
5177         * g++.dg/parse/typedef4.C: Change error message.
5178         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
5179         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
5180         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
5181
5182 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5183
5184         * gcc.dg/pch/warn-1.c: New.
5185         * gcc.dg/pch/warn-1.hs: New.
5186
5187         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
5188         not-tested file.
5189
5190 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
5191
5192         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
5193
5194 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
5195
5196         * gcc.dg/uninit-D.c: New Test.
5197         * gcc.dg/uninit-E.c: New Test.
5198         * gcc.dg/uninit-F.c: New Test.
5199         * gcc.dg/uninit-G.c: New Test.
5200
5201 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
5202
5203         * g++.dg/README: Describe the pch directory.
5204
5205 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5206
5207         PR c++/11174
5208         * g++.dg/parse/access4.C: New test.
5209         * g++.dg/parse/access5.C: Likewise.
5210         * g++.old-deja/g++.jason/access17.C: Adjust error message.
5211
5212 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
5213
5214         * gcc.dg/noncompile/20030818-1.c: New.
5215
5216 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5217
5218         PR c++/11957
5219         * g++.dg/warn/noeffect1.C: New test.
5220
5221         * g++.dg/template/scope2.C: New test.
5222         * g++.dg/template/error2.C: Correct dg-error
5223
5224 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
5225
5226         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
5227
5228 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
5229
5230         PR C++/11512
5231         * g++.dg/template/warn1.C: New.
5232
5233 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5234
5235         * g++.dg/template/error2.C: New test.
5236         * g++.dg/lookup/using7.C: Adjust errors
5237         * g++.old-deja/g++.pt/crash36.C: Likewise.
5238         * g++.old-deja/g++.pt/derived3.C: Likewise.
5239
5240 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5241
5242         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
5243         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
5244         * gcc.c-torture/execute/builtins/string-9.c: New, from
5245         string-opt-9.c.  Adjust for execute/builtins framework.
5246         * gcc.c-torture/execute/string-opt-9.c: Delete.
5247
5248 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
5249
5250         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
5251
5252         * g++.dg/parse/ret-type2.C: New test.
5253
5254         PR c++/11703
5255         * g++.dg/init/new8.C: New test.
5256
5257         PR c++/10923
5258         * g++.dg/parse/typedef5.C: New test.
5259
5260         PR c++/9512
5261         * g++.dg/parse/qualified2.C: New test.
5262         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
5263         invalid code.
5264
5265 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
5266
5267         * g++.dg/conversion/ptrmem1.C: New test.
5268
5269 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
5270
5271         PR target/11693
5272         * gcc.dg/20030811-1.c: New test.
5273
5274         PR target/11535
5275         * gcc.c-torture/execute/20030811-1.c: New test.
5276
5277 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5278
5279         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
5280
5281 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
5282
5283         PR c++/11789.C
5284         * g++.dg/inherit/multiple1.C: New test.
5285
5286 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5287
5288         * gcc.dg/spe1.c: New test.
5289
5290         PR c++/11670
5291         * g++.dg/expr/cast2.C: New test.
5292
5293         PR c++/10530
5294         * g++.dg/template/dependent-name2.C: New test.
5295
5296 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
5297
5298         * g++.dg/parse/crash11.C: Put the dg options in comments.
5299
5300 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
5301
5302         * lib/gcc-dg.exp: Update for diagnostic change.
5303
5304 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5305
5306         PR c++/5767
5307         * g++.dg/parse/crash11.C: New test.
5308
5309 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
5310
5311         * gcc.dg/cpp/spacing1.c: Update.
5312
5313 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
5314
5315         PR target/11739
5316         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
5317         a value for -mtune.
5318
5319 2003-08-04  Roger Sayle  <roger@eyesopen.com>
5320
5321         PR middle-end/11771
5322         * gcc.c-torture/compile/20030804-1.c: New test case.
5323
5324 2003-08-04  Roger Sayle  <roger@eyesopen.com>
5325
5326         * gcc.dg/20030804-1.c: New test case.
5327
5328 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
5329
5330         * gcc.dg/cpp/separate-1.c: New test.
5331
5332 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
5333
5334         PR c++/11704
5335         * g++.dg/template/dependent-expr2.C: New test.
5336
5337         PR c++/11766
5338         * g++.dg/expr/ptrmem1.C: New test.
5339
5340 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5341
5342         PR c++/9453
5343         * g++.dg/template/friend15.C: New test.
5344
5345 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
5346
5347         * lib/dg-pch.exp: Work round PCH bug.
5348
5349 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5350
5351         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
5352         builtins.  Move cases from builtins-4.c here.
5353
5354         * gcc.dg/torture/builtin-math-1.c: New test taken from
5355         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
5356         additional cases.
5357
5358         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
5359         Delete.
5360
5361 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5362
5363         PR c++/9447
5364         * g++.dg/template/using7.C: New test.
5365
5366 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
5367
5368         * import1.c, import2.c: New tests.
5369
5370 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
5371
5372         * g++.dg/eh/crossjump1.C: New test.
5373
5374 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
5375
5376         PR c++/11697
5377         * g++.dg/template/using6.C: New test.
5378
5379         PR c++/11744
5380         * g++.dg/template/koenig2.C: New test.
5381
5382 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5383
5384         PR c++/7983
5385         * g++.dg/parse/typedef4.C: New test.
5386
5387 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5388
5389         PR c++/8442, c++/8806
5390         * g++.dg/template/elab1.C: New test.
5391         * g++.dg/template/type2.C: Likewise.
5392         * g++.dg/template/ttp3.C: Adjust expected error message.
5393         * g++.old-deja/g++.law/visibility13.C: Likewise.
5394         * g++.old-deja/g++.niklas/t135.C: Likewise.
5395         * g++.old-deja/g++.pt/ttp41.C: Likewise.
5396         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
5397         template argument.
5398         * g++.old-deja/g++.pt/ttp44.C: Likewise.
5399
5400 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
5401
5402         PR c++/11295
5403         * g++.dg/ext/stmtexpr1.C: New test.
5404
5405         * g++.dg/opt/tmp1.C: New test.
5406
5407         PR c++/11525
5408         * g++.dg/parse/constant4.C: New test.
5409
5410         PR c++/9447
5411         * g++.dg/template/using5.C: New test.
5412
5413 2003-07-31  Roger Sayle  <roger@eyesopen.com>
5414
5415         * gcc.dg/builtins-27.c: New test case.
5416
5417 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
5418
5419         * gcc.dg/tls/opt-7.c: New test.
5420
5421 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
5422
5423         * g++.old-deja/g++.other/crash18.C: Remove.
5424
5425 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5426
5427         * g++.dg/template/explicit3.C: New.
5428         * g++.dg/template/explicit4.C: New.
5429         * g++.dg/template/explicit5.C: New.
5430
5431         PR c++/11347
5432         * g++.dg/template/memtmpl1.C: New.
5433
5434 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
5435
5436         PR target/11565
5437         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
5438         * gcc.dg/i386-387-5.c (dg-options): Likewise.
5439
5440 2003-07-30  Jan Hubicka  <jh@suse.cz>
5441
5442         * vtgc1.c: Kill.
5443
5444 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
5445
5446         * gcc.dg/struct-in-proto-1.c: New test.
5447
5448 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
5449
5450         * gcc.dg/cpp/include2.c: Only expect one message.
5451
5452 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
5453
5454         PR c++/9447
5455         * g++.dg/template/using1.C: New test.
5456         * g++.dg/template/using2.C: New test.
5457         * g++.dg/template/using3.C: New test.
5458         * g++.dg/template/using4.C: New test.
5459
5460 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
5461
5462         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
5463         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5464
5465 2003-07-28  Jan Hubicka  <jh@suse.cz>
5466
5467         PR c++/11530
5468         * g++.dg/opt/call1.C: New test.
5469
5470 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
5471
5472         PR c++/11667
5473         * g++.dg/init/enum2.C: New test.
5474         * g++.dg/template/overload1.C: Add "-w" option.
5475
5476 2003-07-28    <hp@bitrange.com>
5477
5478         * gcc.dg/Wdeclaration-after-statement-1.c,
5479         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
5480
5481 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
5482
5483         * gcc.c-torture/compile/20030725-1.c: New test.
5484
5485 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
5486
5487         * gcc.dg/20030505.c: Only run for SPE.
5488         Remove definition of opaque type.
5489
5490 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
5491
5492         * g++.dg/template/ptrmem6.C: New test.
5493
5494 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
5495
5496         * gcc.c-torture/compile/zero-strct-2.c: New test.
5497
5498 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
5499
5500         * gcc.dg/intermod-1.c: New test.
5501
5502 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5503
5504         PR c++/11617
5505         * g++.dg/template/lookup2.C: New test.
5506         * g++.dg/template/memclass1.C: Remove instantiated from error.
5507         * g++.dg/other/error2.C: Tweak expected errors.
5508
5509         PR c++/11596
5510         * g++.dg/template/defarg3.C: New test.
5511
5512         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
5513
5514 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
5515
5516         * g++.dg/inherit/access5.C: New test.
5517
5518 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5519
5520         PR c++/11513
5521         * g++.dg/template/crash8.C: New test.
5522
5523 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
5524
5525         PR c/10602
5526         * gcc.dg/noncompile/incomplete-2.c: New test.
5527
5528 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
5529
5530         PR c++/11645
5531         * g++.dg/inherit/access4.C: New test.
5532
5533         PR c++/11517
5534         * g++.dg/expr/cond2.C: New test.
5535
5536         PR optimization/10679
5537         * g++.dg/opt/inline4.C: New test.
5538
5539 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
5540
5541         * g++.dg/parse/crash10: New test.
5542
5543 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
5544
5545         * g++.dg/ext/flexary1.C: New test.
5546
5547 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5548
5549         PR c++/10793
5550         * g++.dg/template/crash9.C: New test.
5551
5552 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5553
5554         PR c++/3004
5555         * g++.dg/parse/typedef3.C: New test.
5556
5557         PR c++/7906
5558         * g++.dg/parse/operator2.C: New test.
5559
5560         PR c++/8895
5561         * g++.dg/parse/def-tmpl-arg1.C: New test.
5562
5563         PR c++/9282
5564         * g++.dg/parse/funptr1.C: New test.
5565
5566         PR c++/9452
5567         * g++.dg/parse/ambig3.C: New test.
5568
5569         PR c++/9454
5570         * g++.dg/parse/operator3.C: New test.
5571
5572         PR c++/9486
5573         * g++.dg/parse/template10.C: New test.
5574
5575         PR c++/9488
5576         * g++.dg/parse/template11.C: New test.
5577
5578         PR c++/10150
5579         * g++.dg/parse/invalid-op1.C: New test.
5580
5581         PR c++/10247
5582         * g++.dg/parse/condexpr1.C: New test.
5583
5584 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
5585
5586         * g++.dg/ext/packed3.C: New test.
5587         * g++.dg/ext/packed4.C: New test.
5588
5589         * gcc.dg/pack-test-3.c: New test.
5590
5591 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
5592
5593         * lib/compat.exp: Handle dg-options per source file.
5594         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
5595         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
5596         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
5597         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
5598         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
5599         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
5600         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
5601         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
5602         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
5603         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
5604         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
5605         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
5606         * g++.dg/compat/break/bitfield7_x.C: Ditto.
5607         * g++.dg/compat/break/bitfield7_y.C: Ditto.
5608
5609 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
5610
5611         PR c/10320
5612         * gcc.c-torture/execute/20030718-1.c: New test.
5613
5614 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5615
5616         PR optimization/11536
5617         * gcc.dg/20030721-1.c: New test.
5618
5619 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
5620
5621         PR c++/11546
5622         * g++.dg/template/lookup1.C: New test.
5623
5624 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
5625
5626         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
5627         diagnostics of ill-formed constructs involving labels.
5628         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
5629         the new 'previously defined here' message.
5630
5631 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
5632
5633         * g++.dg/parse/non-dependent2.C: New test.
5634
5635 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
5636
5637         * g++.dg/init/init-ref4.C: xfail on targets without
5638         weak symbols.
5639
5640 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
5641
5642         PR target/11087
5643         * gcc.c-torture/execute/20030717-1.c: New test.
5644
5645 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5646
5647         * g++.dg/opt/cfg1.C: New test.
5648
5649 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
5650
5651         PR optimization/11557
5652         * gcc.dg/20030717-1.c: New test.
5653
5654 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
5655
5656         PR c++/10476
5657         * g++.dg/expr/crash-1.C: New test.
5658
5659         PR c++/11027
5660         * g++.dg/template/init3.C: New test.
5661
5662         PR c++/8222
5663         * g++.dg/template/non-dependent1.C: New test.
5664
5665         PR c++/11070
5666         * g++.dg/template/non-dependent2.C: New test.
5667
5668         PR c++/11071
5669         * g++.dg/template/non-dependent3.C: New test.
5670
5671         PR c++/9907
5672         * g++.dg/template/sizeof5.C: New test.
5673
5674 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
5675
5676         PR 11498
5677         * gcc.c-torture/compile/mangle-1.c: New file.
5678
5679 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5680
5681         PR c++/7809
5682         * g++.dg/parse/access3.C: New test.
5683
5684 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
5685
5686         PR c++/11384
5687         * g++.dg/init/init-ref4.C: New test.
5688
5689 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
5690
5691         PR c++/11547
5692         * g++.dg/parse/constant3.C: New test.
5693         * g++.dg/parse/crash7.C: Likewise.
5694
5695 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
5696
5697         PR target/11008
5698         * gcc.dg/i386-pentium4-not-mull.c: New.
5699
5700 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
5701
5702         * gcc.dg/asm-names.c (ymain): Make it weak.
5703
5704 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5705
5706         PR c++/5421
5707         * g++.dg/template/friend21.C: New test.
5708
5709 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
5710
5711         * gcc.dg/cleanup-8.c: New test.
5712         * gcc.dg/cleanup-9.c: New test.
5713
5714 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
5715
5716         * g++.dg/ext/dll-MI1.h: New file.
5717         * g++.dg/ext/dllexport-MI1.C: New file.
5718         * g++.dg/ext/dllimport-MI1.C: New file.
5719
5720 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
5721
5722         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
5723         it does not have cmpstrsi patterns (just cmpmemsi).
5724
5725 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
5726
5727         PR debug/11473
5728         * g++.dg/debug/debug8.C: New test.
5729
5730 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5731
5732         PR c++/10108
5733         * g++.dg/template/crash7.C: New test.
5734
5735 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
5736
5737         PR target/10795
5738         * gcc.c-torture/compile/20030708-1.c: New.
5739
5740 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
5741
5742         * gcc.c-torture/execute/20030715-1.c: New test.
5743
5744 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
5745
5746         * gcc.dg/pch/inline-3.c: New file.
5747         * gcc.dg/pch/inline-3.hs: New file.
5748         * gcc.dg/pch/inline-4.c: New file.
5749         * gcc.dg/pch/inline-4.hs: New file.
5750
5751 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
5752
5753         PR c++/11509
5754         * g++.dg/template/crash6.C: New test.
5755
5756         PR c++/7053
5757         * g++.dg/template/friend20.C: New test.
5758
5759         PR c++/7019
5760         * g++.dg/template/overload2.C: New test.
5761
5762 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5763
5764         PR optimization/11440
5765         * gcc.c-torture/execute/20030714-1.c: New test.
5766
5767 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5768
5769         PR c++/11154
5770         * g++.dg/template/partial2.C: New test.
5771
5772 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
5773
5774         PR c++/11503
5775         * g++.dg/template/anon1.C: New test.
5776
5777         PR c++/11493
5778         PR c++/11495
5779         * g++.dg/parse/template9.C: Likewise.
5780         * g++.dg/template/crash4.C: New test.
5781         * g++.dg/template/koenig1.C: Likewise.
5782         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
5783         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
5784         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
5785         functions.
5786         * g++.old-deja/g++.jason/template36.C: Likewise.
5787         * g++.old-deja/g++.mike/p1989.C: Likewise.
5788         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
5789         * g++.old-deja/g++.pt/ttp20.C: Use this->.
5790         * g++.old-deja/g++.pt/ttp21.C: Use this->.
5791         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
5792         compiling.
5793         * g++.old-deja/g++.pt/union2.C: Use this->.
5794
5795 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
5796
5797         * gcc.dg/20030711-1.c: New test.
5798
5799 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
5800
5801         PR c++/11050
5802         * g++.dg/parse/args1.C: New test.
5803         * g++.pt/defarg8.C: Change expected errors.
5804
5805 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
5806
5807         PR c++/8164
5808         * g++.dg/template/nontype2.C: New test.
5809
5810         PR c++/10558
5811         * g++.dg/parse/template8.C: New test.
5812
5813         PR c++/8327
5814         * g++.dg/template/scope1.C: New test.
5815
5816         * g++.dg/warn/Wsign-compare-1.C: New test.
5817
5818 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
5819
5820         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
5821
5822 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
5823
5824         PR c++/9411
5825         * g++.dg/template/explicit2.C: New test.
5826
5827         PR c++/10032
5828         * g++.dg/warn/pedantic1.C: New test.
5829
5830 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
5831
5832         PR c++ 9483
5833         * g++.dg/other/field1.C: New test.
5834
5835 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
5836
5837         PR c/11449
5838         * gcc.c-torture/compile/20030707-1.c: New.
5839
5840 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5841
5842         PR c++/10849
5843         * g++.dg/template/access12.C: New test.
5844
5845 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
5846
5847         * g++.dg/bprob/bprob.exp (prof_ext): Update.
5848         * g77.dg/bprob/bprob.exp (prof_ext): Update.
5849         * gcc.misc-tests/bprob.exp (prof_ext): Update.
5850         * gcc.misc-tests/gcov.exp: Update
5851         * g++.dg/gcov/gcov.exp: Update
5852         * lib/gcov.exp: Update.
5853
5854 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
5855
5856         * g++.dg/abi/mangle17.C: Make sure template expressions are
5857         dependent.
5858         * g++.dg/abi/mangle4.C: Mark erroneous casts.
5859         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
5860         * g++.dg/opt/stack1.C: Remove erroneous code.
5861         * g++.dg/parse/template7.C: New test.
5862         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
5863         * g++.old-deja/g++.pt/crash4.C: Likewise.
5864
5865 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5866
5867         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
5868         with zero or one occurence of `$' after the initial `L'.
5869
5870 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
5871
5872         * gcc.c-torture/compile/20030704-1.c: Add a comment.
5873
5874 2003-07-08  Roger Sayle  <roger@eyesopen.com>
5875
5876         PR c/11370
5877         * gcc.dg/Wunreachable-6.c: New testcase.
5878         * gcc.dg/Wunreachable-7.c: New testcase.
5879
5880 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
5881
5882         PR c/11420
5883         * gcc.dg/20030708-1.c: New test.
5884
5885 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
5886
5887         * gcc.dg/compat/sdata-section.h: New file.
5888         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
5889         * gcc.dg/torture/mips-sdata-1.c: New test.
5890
5891 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5892
5893         PR c++/11030
5894         * g++.dg/template/friend19.C: New test.
5895
5896 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
5897
5898         * g++.dg/opt/strength-reduce.C: New test.
5899
5900 2003-07-07  Roger Sayle  <roger@eyesopen.com>
5901
5902         PR target/10979
5903         * gcc.dg/20030707-1.c: New testcase.
5904
5905 2003-07-07  Roger Sayle  <roger@eyesopen.com>
5906
5907         PR optimization/11059
5908         * g++.dg/opt/emptyunion.C: New testcase.
5909
5910 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5911             Eric Botcazou  <ebotcazou@libertysurf.fr>
5912
5913         * g++.dg/opt/stack1.C: New test.
5914
5915 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
5916
5917         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
5918         run test.
5919
5920         PR c++/11431
5921         * g++.dg/expr/static_cast3.C: New test.
5922
5923 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
5924
5925         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
5926         everywhere.
5927         * gcc.dg/concat.c: Concatenation of string constants with
5928         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
5929         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
5930         * gcc.dg/cpp/escape-2.c: Use wide character constants where
5931         necessary to avoid multi-character character constant warning.
5932         * gcc.dg/cpp/escape.c: Likewise.
5933         * gcc.dg/cpp/ucs.c: Likewise.
5934         Remove backslashes from dg-bogus comments, as they confuse Tcl.
5935         Fix a typo.
5936
5937 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
5938
5939         PR c/11428
5940         * gcc.c-torture/compile/20030704-1.c: New.
5941
5942 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
5943
5944         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
5945
5946 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
5947
5948         PR c++/5287, PR c++/7910,  PR c++/11021
5949         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
5950         tests for warnings.
5951         * g++.dg/ext/dllimport2.C: Add tests for warnings.
5952         * g++.dg/ext/dllimport3.C: Likewise.
5953         * g++.dg/ext/dllimport4.C: New file.
5954         * g++.dg/ext/dllimport5.C: New file.
5955         * g++.dg/ext/dllimport6.C: New file.
5956         * g++.dg/ext/dllimport7.C: New file.
5957         * g++.dg/ext/dllimport8.C: New file.
5958         * g++.dg/ext/dllimport9.C: New file.
5959         * g++.dg/ext/dllimport10.C: New file.
5960         * g++.dg/ext/dllexport1.C: New file.
5961
5962 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
5963
5964         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
5965         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
5966
5967 2003-07-03  Roger Sayle  <roger@eyesopen.com>
5968
5969         * gcc.dg/builtins-25.c: New testcase.
5970         * gcc.dg/builtins-26.c: New testcase.
5971
5972 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
5973
5974         * gcc.dg/compat/vector-defs.h: New file.
5975         * gcc.dg/compat/vector-setup.h: New file.
5976         * gcc.dg/compat/vector-check.h: New file.
5977         * gcc.dg/compat/vector-1_main.c: New file.
5978         * gcc.dg/compat/vector-1_x.c: New file.
5979         * gcc.dg/compat/vector-1_y.c: New file.
5980         * gcc.dg/compat/vector-2_main.c: New file.
5981         * gcc.dg/compat/vector-2_x.c: New file.
5982         * gcc.dg/compat/vector-2_y.c: New file.
5983
5984         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
5985         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
5986         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
5987         * gcc.dg/compat/struct-align-1.h: New file.
5988         * gcc.dg/compat/struct-align-1_main.c: New file.
5989         * gcc.dg/compat/struct-align-1_x.c: New file.
5990         * gcc.dg/compat/struct-align-1_y.c: New file.
5991         * gcc.dg/compat/struct-align-2.h: New file.
5992         * gcc.dg/compat/struct-align-2_main.c: New file.
5993         * gcc.dg/compat/struct-align-2_x.c: New file.
5994         * gcc.dg/co
5995         * g++.old-deja/g++.other/comdat3.C: Likewise.
5996         * g++.old-deja/g++.other/ctor1.C: Likewise.
5997         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
5998
5999 2003-06-05  Richard Henderson  <rth@redhat.com>
6000
6001         * gcc.dg/debug/20030605-1.c: New.
6002
6003 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6004
6005         * README.QMTEST: Update.
6006
6007 2003-06-04  Richard Henderson  <rth@redhat.com>
6008
6009         * gcc.dg/cleanup-1.c: New.
6010         * gcc.dg/cleanup-2.c: New.
6011         * gcc.dg/cleanup-3.c: New.
6012         * gcc.dg/cleanup-4.c: New.
6013         * gcc.dg/cleanup-5.c: New.
6014         * gcc.dg/cleanup-6.c: New.
6015         * gcc.dg/cleanup-7.c: New.
6016
6017 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
6018
6019         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
6020
6021         * lib/dg-pch.exp: New file.
6022         * g++.dg/pch/pch.exp: Use dg-pch.exp.
6023         * gcc.dg/pch/pch.exp: Likewise.
6024
6025 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6026
6027         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
6028         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
6029         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
6030         * gcc.dg/builtins-17.c: New test case.
6031         * gcc.dg/i386-387-4.c: New test case.
6032         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
6033
6034 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6035
6036         * gcc.dg/ultrasp9.c: New test.
6037
6038 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6039
6040         * gcc.c-torture/compile/20030604-1.c: New test.
6041         * gcc.dg/sparc-constant-1.c: New test.
6042
6043 2003-06-03  Glen Nakamura  <glen@imodulo.com>
6044
6045         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
6046
6047 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
6048
6049         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
6050
6051         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
6052         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
6053
6054 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6055
6056         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
6057
6058 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6059
6060         PR c++/10940
6061         * g++.dg/template/spec10.C: New test.
6062
6063 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6064
6065         * gcc.dg/builtins-16.c: New test case.
6066
6067 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6068
6069         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
6070         mempcpy test with post-increments.
6071         * gcc.c-torture/execute/string-opt-3.c: New test.
6072         * gcc.dg/string-opt-1.c: New test.
6073
6074 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
6075
6076         PR fortran/10965
6077         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
6078
6079 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
6080
6081         * lib/scanasm.exp (dg-scan): New function, factored out of ...
6082         (scan-assembler): ... here.  Use dg-scan.
6083         (scan-assembler-not): Likewise.
6084         (scan-file): New function.
6085         (scan-file-not): Likewise.
6086         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
6087         * gcc.dg/cpp/_Pragma4.c: Likewise.
6088         * gcc.dg/cpp/_Pragma5.c: Likewise.
6089         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6090         * gcc.dg/cpp/avoidpaste2.c: Likewise.
6091         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
6092         * gcc.dg/cpp/cmdlne-P.c: Likewise.
6093         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
6094         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
6095         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
6096         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
6097         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
6098         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
6099         * gcc.dg/cpp/cxxcom1.c: Likewise.
6100         * gcc.dg/cpp/line1.c: Likewise.
6101         * gcc.dg/cpp/maccom1.c: Likewise.
6102         * gcc.dg/cpp/maccom2.c: Likewise.
6103         * gcc.dg/cpp/maccom3.c: Likewise.
6104         * gcc.dg/cpp/maccom4.c: Likewise.
6105         * gcc.dg/cpp/maccom5.c: Likewise.
6106         * gcc.dg/cpp/maccom6.c: Likewise.
6107         * gcc.dg/cpp/multiline.c: Likewise.
6108         * gcc.dg/cpp/spacing1.c: Likewise.
6109         * gcc.dg/cpp/spacing2.c: Likewise.
6110         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
6111         * gcc.dg/cpp/trad/maccom1.c: Likewise.
6112         * gcc.dg/cpp/trad/maccom2.c: Likewise.
6113         * gcc.dg/cpp/trad/maccom3.c: Likewise.
6114         * gcc.dg/cpp/trad/maccom4.c: Likewise.
6115         * gcc.dg/cpp/trad/maccom6.c: Likewise.
6116         * gcc.dg/cpp/cxxcom2.c: Likewise.
6117         * gcc.dg/cpp/cxxcom2.h: New file.
6118
6119         * gcc.dg/cpp/truefalse.cpp: Move it to ...
6120         * g++.dg/cpp/truefalse.C: Here.
6121         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
6122
6123 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
6124
6125         * gcc.dg/cpp/redef3.c: New file.
6126
6127 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6128
6129         * gcc.dg/i386-loop-3.c: New test.
6130
6131 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
6132
6133         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
6134
6135 2003-05-31  Roger Sayle  <roger@eyesopen.com>
6136
6137         * gcc.dg/fwrapv-1.c: New test case.
6138         * gcc.dg/fwrapv-2.c: New test case.
6139
6140 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6141
6142         PR c++/10956
6143         * g++.dg/template/spec9.C: New test.
6144
6145 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6146
6147         * gcc.dg/duff-4.c: New test case.
6148
6149 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
6150
6151         PR fortran/10843
6152         * g77.dg/ffixed-form-1.f: New test
6153         * g77.dg/ffixed-form-2.f: New test
6154         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
6155         * g77.dg/ffree-form-3.f: New test
6156
6157 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
6158
6159         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
6160         * gcc.dg/wint_t-1.c: Likewise.
6161
6162 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6163
6164         * g++.dg/template/access11.C: New test.
6165
6166 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6167
6168         PR c++/10849
6169         * g++.dg/template/access10.C: New test.
6170
6171 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6172             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6173
6174         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
6175
6176 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
6177
6178         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
6179         suppress for powerpc-*-darwin*.
6180         * gcc.dg/torture/builtin-noret-2.c: Likewise.
6181
6182 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
6183
6184         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
6185         suppress option for powerpc-*-darwin*.
6186
6187 2003-05-23  Roger Sayle  <roger@eyesopen.com>
6188
6189         * gcc.dg/builtins-1.c: Add tests for tan and atan.
6190         * gcc.dg/builtins-4.c: Add test for fmod.
6191
6192 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6193
6194         PR c++/10682
6195         * g++.dg/template/instantiate4.C: New test.
6196
6197 2003-05-22  Roger Sayle  <roger@eyesopen.com>
6198
6199         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
6200
6201 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
6202
6203         * gcc.dg/compat/scalar-return-1_main.c: New file.
6204         * gcc.dg/compat/scalar-return-1_x.c: New file.
6205         * gcc.dg/compat/scalar-return-1_y.c: New file.
6206         * gcc.dg/compat/scalar-return-2_main.c: New file.
6207         * gcc.dg/compat/scalar-return-2_x.c: New file.
6208         * gcc.dg/compat/scalar-return-2_y.c: New file.
6209         * gcc.dg/compat/struct-return-3_main.c: New file.
6210         * gcc.dg/compat/struct-return-3_y.c: New file.
6211         * gcc.dg/compat/struct-return-3_x.c: New file.
6212         * gcc.dg/compat/struct-return-2_main.c: New file.
6213         * gcc.dg/compat/struct-return-2_x.c: New file.
6214         * gcc.dg/compat/struct-return-2_y.c: New file.
6215
6216 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6217
6218         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
6219         for hppa*-hp-hpux*.
6220         * gcc.dg/20021014-1.c (dg-options): Likewise.
6221         * gcc.dg/nest.c (dg-options): Likewise.
6222
6223 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
6224
6225         PR c++/9738
6226         * g++.dg/ext/dllimport2.C: New file.
6227         * g++.dg/ext/dllimport3.C: New file.
6228
6229 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
6230
6231         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
6232         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
6233         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
6234         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
6235         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
6236         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
6237         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
6238         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
6239         * gcc.dg/compat/small-struct-defs.h: New file.
6240         * gcc.dg/compat/small-struct-init.h: New file.
6241         * gcc.dg/compat/small-struct-check.h: New file.
6242         * gcc.dg/compat/fp-struct-defs.h: New file.
6243         * gcc.dg/compat/fp-struct-check.h: New file.
6244         * gcc.dg/compat/fp-struct-init.h: New file.
6245         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
6246         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
6247
6248 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
6249
6250         * gcc.dg/20030225-2.c: New test.
6251
6252 2003-05-18  Roger Sayle  <roger@eyesopen.com>
6253             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6254
6255         * gcc.c-torture/compile/20030518-1.c: New test case.
6256
6257 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
6258
6259         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
6260         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
6261         gcc-dg-debug-runtest.
6262         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
6263         gcc-dg-debug-runtest.
6264
6265 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6266
6267         PR c++/9022
6268         * g++.dg/lookup/using6.C: New test.
6269
6270 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6271
6272         * g++.dg/parse/access2.C: New test.
6273
6274 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
6275
6276         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
6277         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
6278         * gcc.dg/debug/debug.exp: Likewise.
6279
6280 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
6281
6282         * gcc.dg/dollar.c: New test.
6283
6284 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
6285
6286         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
6287         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
6288         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
6289         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
6290         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
6291         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
6292         * gcc.dg/compat/struct-by-value-6_main.c: New file.
6293         * gcc.dg/compat/struct-by-value-6_x.c: New file.
6294         * gcc.dg/compat/struct-by-value-6_y.c: New file.
6295         * gcc.dg/compat/struct-by-value-7_main.c: New file.
6296         * gcc.dg/compat/struct-by-value-7_x.c: New file.
6297         * gcc.dg/compat/struct-by-value-7_y.c: New file.
6298         * gcc.dg/compat/struct-by-value-8_main.c: New file.
6299         * gcc.dg/compat/struct-by-value-8_x.c: New file.
6300         * gcc.dg/compat/struct-by-value-8_y.c: New file.
6301         * gcc.dg/compat/struct-by-value-9_main.c: New file.
6302         * gcc.dg/compat/struct-by-value-9_x.c: New file.
6303         * gcc.dg/compat/struct-by-value-9_y.c: New file.
6304
6305 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
6306
6307         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
6308         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
6309         support for "repo" mode.
6310         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
6311         * lib/g77-dg.exp: Likewise.
6312         * lib/obj-dg.exp: Likewise.
6313
6314 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
6315
6316         Merge from gcc-3_2-rhl8-branch:
6317         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
6318
6319         * gcc.dg/tls/opt-6.c: New test.
6320
6321         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
6322
6323         * gcc.dg/20030405-1.c: New test.
6324
6325         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
6326
6327         * gcc.dg/20030309-1.c: New test.
6328
6329         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6330
6331         * gcc.c-torture/execute/20030307-1.c: New test.
6332
6333         2003-02-20  Randolph Chung  <tausq@debian.org>
6334
6335         * gcc.c-torture/compile/20030220-1.c: New test.
6336
6337         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
6338
6339         * gcc.dg/20030217-1.c: New test.
6340
6341         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
6342
6343         * gcc.c-torture/compile/20020129-1.c: New test.
6344
6345         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6346
6347         * gcc.dg/unroll-1.c: New test.
6348
6349         2002-11-16  Jan Hubicka  <jh@suse.cz>
6350
6351         * gcc.c-torture/execute/20020920-1.c: New test.
6352
6353         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
6354
6355         PR target/7434
6356         * gcc.c-torture/compile/20021008-1.c: New test.
6357
6358         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
6359
6360         PR target/7559
6361         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
6362
6363         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6364
6365         * gcc.c-torture/compile/20020807-1.c: New test.
6366
6367         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
6368
6369         * gcc.dg/tls/opt-1.c: New test.
6370
6371         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
6372
6373         * gcc.dg/20020729-1.c: New test.
6374
6375         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
6376
6377         * g++.dg/opt/life1.C: New test.
6378
6379         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
6380
6381         * gcc.dg/20020525-1.c: New test.
6382
6383         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6384
6385         PR c++/6794
6386         * g++.dg/ext/pretty1.C: New test.
6387         * g++.dg/ext/pretty2.C: New test.
6388
6389 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
6390
6391         PR c++/8385
6392         * g++.dg/ext/typeof5.C: New test.
6393
6394 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
6395
6396         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
6397         __USER_LABEL_PREFIX__ into account.
6398         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
6399
6400 2003-05-14  Roger Sayle  <roger@eyesopen.com>
6401
6402         * gcc.dg/builtins-15.c: New test case.
6403
6404 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
6405
6406         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
6407
6408 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
6409
6410         * lib/g++.exp: Tweak handling of additional source files.
6411         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
6412         * g++.dg/special/conpr-2a.C: Rename to ...
6413         * g++.dg/special/conpr-2a.cc: ... this.
6414         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
6415         * g++.dg/special/conpr-3a.C: Rename to ...
6416         * g++.dg/special/conpr-3a.cc: This.
6417         * g++.dg/special/conpr-3b.C: Rename to ...
6418         * g++.dg/special/conpr-3b.cc: This.
6419         * g++.dg/special/conpr-4.C: New test.
6420         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
6421
6422 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
6423
6424         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
6425
6426 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6427
6428         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
6429         * g++.old-deja/g++.robertl/eb71.C: Likewise.
6430         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
6431         * g++.old-deja/g++.other/warn3.C: Likewise.
6432
6433 2003-05-11  Roger Sayle  <roger@eyesopen.com>
6434
6435         * gcc.dg/i386-387-1.c: Update to also test log.
6436         * gcc.dg/i386-387-2.c: Likewise.
6437
6438 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
6439
6440         * g77.f-torture/execute/int8421.f: New test.
6441
6442 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6443
6444         PR c++/10230, c++/10481
6445         * g++.dg/lookup/scoped5.C: New test.
6446
6447 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6448
6449         PR c++/10552
6450         * g++.dg/template/ttp6.C: New test.
6451
6452 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
6453
6454         * gcc.c-torture/execute/builtins: New directory.
6455         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
6456         gcc.c-torture/execute/builtins.
6457         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
6458         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
6459         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
6460         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
6461
6462 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6463
6464         PR c++/9252
6465         * g++.dg/template/access8.C: New test.
6466         * g++.dg/template/access9.C: New test.
6467
6468 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6469
6470         PR c++/9554
6471         * g++.dg/parse/access1.C: New test.
6472
6473 2003-05-09  DJ Delorie  <dj@redhat.com>
6474
6475         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
6476         long, and not an int.
6477
6478 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6479
6480         PR c++/10555, c++/10576
6481         * g++.dg/template/memclass1.C: New test.
6482
6483 2003-05-08  DJ Delorie  <dj@redhat.com>
6484
6485         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
6486         targets.
6487         * gcc.c-torture/execute/20021024-1.x: Likewise.
6488         * gcc.c-torture/execute/shiftdi.x: Likewise.
6489         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
6490         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
6491         * gcc.dg/20021018-1.c: Likewise.
6492
6493 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6494
6495         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
6496
6497         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
6498         (bcopy): Call memmove.
6499
6500 2003-05-08  Roger Sayle  <roger@eyesopen.com>
6501
6502         * g77.f-torture/compile/8485.f: New test case.
6503
6504 2003-05-07  Richard Henderson  <rth@redhat.com>
6505
6506         PR c++/10570
6507         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
6508         Verify exception_cleanup not called for rethrows.
6509         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
6510         when exiting catch block without rethrowing.
6511         * g++.dg/eh/forced3.C: New.
6512         * g++.dg/eh/forced4.C: New.
6513
6514 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
6515
6516         * gcc.dg/20030505.c: Fix triplet.
6517
6518 2003-05-06  DJ Delorie  <dj@redhat.com>
6519
6520         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
6521         * gcc.dg/nest.c: Likewise.
6522
6523 2003-05-05  Roger Sayle  <roger@eyesopen.com>
6524
6525         * gcc.dg/builtins-14.c: New test case.
6526
6527 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
6528
6529         * lib/compat.exp (compat-execute): New argument.
6530         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
6531         * gcc.dg/compat: New test directory.
6532         * gcc.dg/compat/compat.exp: New expect script.
6533         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
6534         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
6535         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
6536         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
6537         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
6538         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
6539
6540         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
6541         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
6542         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
6543         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
6544         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
6545         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
6546         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
6547         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
6548         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
6549         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
6550         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
6551         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
6552         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
6553         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
6554         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
6555
6556 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
6557
6558         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
6559
6560 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
6561
6562         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
6563
6564 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
6565
6566         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
6567         * gcc.dg/ppc-fsel-2.c: New test.
6568
6569         * gcc.dg/unused-5.c: New test.
6570
6571 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6572
6573         PR c++/10496
6574         * g++.dg/warn/pmf1.C: New test.
6575
6576 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6577
6578         PR c++/4494
6579         * g++.dg/warn/main.C: New test.
6580
6581 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6582
6583         * gcc.dg/nonnull-3.c: New test.
6584
6585 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
6586
6587         * gcc.dg/cpp/Wtrigraphs.c: Update.
6588         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
6589
6590 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
6591
6592         * gcc.dg/ppc-fsel-1.c: New test.
6593
6594 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
6595
6596         PR c/10604
6597         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
6598
6599 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
6600
6601         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
6602
6603 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6604
6605         PR c++/9364, c++/10553, c++/10586
6606         * g++.dg/parse/typename4.C: New test.
6607         * g++.dg/parse/typename5.C: Likewise.
6608
6609 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
6610
6611         * gcc.c-torture/compile/20030503-1.c: New test.
6612
6613 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6614
6615         * g++.dg/lookup/using5.C: Fix testcase error.
6616
6617 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
6618
6619         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
6620         since MEABI is no longer supported.  Remove all vestiges
6621         of MEABI from the test.
6622
6623 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6624
6625         PR c++/10554
6626         * g++.dg/lookup/using5.C: New test.
6627
6628 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6629
6630         PR c++/8772
6631         * g++.dg/template/ttp5.C: New test.
6632
6633 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
6634
6635         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
6636         (dg-gpp-additional-sources): New function.
6637         (dg-gpp-additional-files): Likewise.
6638         * lib/g++.exp (additional_sources): New variable.
6639         (additional_files): Likewise.
6640         (g++_target_compile): Deal with them.
6641         * lib/old-dejagnu.exp: Remove.
6642         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
6643         * g++.old-deja: Revise all tests to use dg commands.
6644
6645 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6646
6647         PR c++/9432, c++/9528
6648         * g++.dg/lookup/using4.C: New test.
6649
6650 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
6651
6652         * gcc.dg/noreturn-5.c: New file.
6653         * gcc.dg/noreturn-6.c: New file.
6654
6655         * gcc.c-torture/compile/inline-1.c: New file.
6656
6657 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6658
6659         PR c++/10551
6660         * g++.dg/template/explicit1.C: New test.
6661
6662 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6663
6664         PR c++/10549
6665         * g++.dg/other/bitfield1.C: New test.
6666
6667         PR c++/10527
6668         * g++.dg/init/new7.C: New test.
6669
6670 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
6671
6672         * g++.dg/ext/desig1.C: New test.
6673         * g++.dg/ext/init1.C: Update.
6674
6675         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
6676
6677 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
6678
6679         PR c++/10180
6680         * g++.dg/warn/Winline-1.C: New test.
6681
6682 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
6683
6684         * gcc.c-torture/execute/string-opt-19.c: New test.
6685
6686         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
6687         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
6688
6689 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
6690
6691         PR c++/10506
6692         * g++.dg/init/new6.C: New test.
6693
6694         PR c++/10503
6695         * g++.dg/init/ref6.C: New test.
6696
6697 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
6698
6699         * g++.dg/warn/weak1.C: XFAIL on AIX4.
6700
6701 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6702
6703         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
6704         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
6705
6706 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
6707
6708         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
6709         initialized static data members.
6710
6711 2003-04-25  H.J. Lu <hjl@gnu.org>
6712
6713         * gcc.dg/ia64-sync-4.c: New test.
6714
6715 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6716
6717         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
6718         date.
6719
6720 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6721
6722         PR c++/10337
6723         * g++.dg/warn/conv1.C: New test.
6724         * g++.old-deja/g++.other/conv7.C: Adjust.
6725         * g++.old-deja/g++.other/overload14.C: Adjust.
6726
6727 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6728
6729         PR c++/10471
6730         * g++.dg/template/defarg2.C: New test.
6731
6732 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
6733
6734         * gcc.dg/cpp/include2.c: Update.
6735         * gcc.dg/cpp/multiline-2.c: New.
6736         * gcc.dg/cpp/multiline.c: Update.
6737         * gcc.dg/cpp/strify2.c: Update.
6738         * gcc.dg/cpp/trad/literals-2.c: Update.
6739
6740 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6741
6742         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
6743
6744 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6745
6746         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
6747
6748 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6749
6750         PR c++/10451
6751         * g++.dg/parse/crash4.C: New test.
6752
6753         PR c++/9847
6754         * g++.dg/parse/crash5.C: New test.
6755
6756 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6757
6758         PR c++/10446
6759         * g++.dg/parse/crash3.C: New test.
6760
6761         PR c++/10428
6762         * g++.dg/parse/elab1.C: New test.
6763
6764 2003-04-22  Devang Patel  <dpatel@apple.com>
6765
6766         * gcc.dg/cpp/trad/funlike-5.c: New test.
6767
6768 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
6769
6770         * g++.dg/other/packed1.C: Fix dg options.
6771
6772 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
6773
6774         * g++.dg/other/offsetof2.C: New test.
6775
6776 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6777
6778         * g++.dg/template/recurse.C: Adjust location of error messages.
6779
6780 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6781
6782         PR c++/9881
6783         * g++.dg/init/addr-const1.C: New test.
6784         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
6785
6786 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6787
6788         PR c++/10405
6789         * g++.dg/lookup/struct-hack1.C: New test.
6790
6791 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6792
6793         * ucs.c: Update diagnostic messages.
6794
6795 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6796
6797         * gcc.dg/cpp/truefalse.cpp: New test.
6798         * gcc.dg/cpp/cpp.exp: Update.
6799         * g++.dg/other/stdbool-if.C: Remove.
6800
6801 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6802
6803         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
6804         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
6805
6806 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6807
6808         * gcc.c-torture/compile/20030418-1.c: New test.
6809
6810 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
6811
6812         * README.compat: Remove; content moved to doc/sourcebuild.texi.
6813
6814 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6815
6816         PR c++/10347
6817         g++.dg/template/dependent-name1.C: New test.
6818
6819 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
6820
6821         * gcc.dg/warn-1.c (tourist_guide): New array,
6822         contains a pointer to bar.
6823
6824 2003-04-16  Roger Sayle  <roger@eyesopen.com>
6825
6826         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
6827         * gcc.c-torture/execute/medce-1.c: New test case.
6828         * gcc.c-torture/execute/medce-2.c: New test case.
6829
6830 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
6831
6832         * lib/prune.exp: Ignore more messages.
6833
6834         PR c++/10381
6835         * g++.dg/parse/lookup3.C: New test.
6836
6837 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
6838
6839         * gcc.c-torture/compile/20030415-1.c : New test.
6840
6841 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
6842
6843         * gcc.c-torture/execute/scope-2.c: Move to ...
6844         * gcc.dg/noncompile/scope.c: .... here.
6845
6846 2003-04-14  Roger Sayle  <roger@eyesopen.com>
6847
6848         * gcc.dg/20030414-2.c: New test case.
6849
6850 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
6851
6852         PR target/10377
6853         * gcc.dg/20030414-1.c: New test.
6854
6855 2003-04-13  Roger Sayle  <roger@eyesopen.com>
6856
6857         * gcc.dg/builtins-12.c: New test case.
6858         * gcc.dg/builtins-13.c: New test case.
6859
6860 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6861
6862         * gcc.c-torture/execute/string-opt-18.c: New test.
6863
6864 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
6865
6866         PR c++/10300
6867         * g++.dg/init/new5.C: New test.
6868
6869 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
6870
6871         PR c++/7910
6872         * g++.dg/ext/dllimport1.C: New test.
6873
6874 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6875
6876         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
6877
6878 2003-04-11  Bud Davis <bdavis9659@comcast.net>
6879
6880         PR Fortran/9263
6881         * g77.f-torture/noncompile/9263.f: New test
6882         PR Fortran/1832
6883         * g77.f-torture/execute/1832.f: New test
6884
6885 2003-04-11  David Chad  <davidc@freebsd.org>
6886             Loren J. Rittle  <ljrittle@acm.org>
6887
6888         libobjc/8562
6889         * objc.dg/headers.m: New test.
6890
6891 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
6892
6893         * gcc.c-torture/execute/builtin-noret-2.c: New.
6894         * gcc.c-torture/execute/builtin-noret-2.x: New.
6895         XFAIL builtin-noret-2.c at -O1 and above.
6896         * gcc.dg/redecl.c: New.
6897         * gcc.dg/Wshadow-1.c: Update error regexps.
6898
6899 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
6900
6901         * g++.dg/abi/bitfield10.C: New test.
6902
6903 2003-04-09  Mike Stump  <mrs@apple.com>
6904
6905         * gcc.dg/pch/pch.exp: Make testcase names longer.
6906         * g++.dg/pch/pch.exp: Make testcase names longer.
6907
6908 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6909
6910         * gcc.dg/builtins-11.c: New test case.
6911
6912 2003-04-08  Roger Sayle  <roger@eyesopen.com>
6913
6914         * gcc.dg/builtins-9.c: New test case.
6915         * gcc.dg/builtins-10.c: New test case.
6916
6917 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
6918
6919         * gcc.dg/noncompile/init-4.c.c: New test.
6920
6921 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6922
6923         * gcc.misc-test/gcov-9.c: New test.
6924         * gcc.misc-test/gcov-10.c: New test
6925         * gcc.misc-test/gcov-11.c: New test.
6926
6927 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
6928
6929         PR optimization/10024
6930         * gcc.c-torture/compile/20030405-1.c: New test.
6931
6932 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
6933
6934         * gcc.dg/pch/static-3.c: New.
6935         * gcc.dg/pch/static-3.hs: New.
6936         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
6937
6938 2003-04-04  Richard Henderson  <rth@redhat.com>
6939
6940         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
6941         * g++.dg/eh/forced2.C: Likewise.
6942
6943 2003-04-03  Mike Stump  <mrs@apple.com>
6944
6945         * lib/scanasm.exp (scan-assembler): Add xfail processing for
6946         target arg.
6947         (scan-assembler-times, scan-assembler-not): Likewise.
6948         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
6949
6950 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6951
6952         * gcc.dg/sparc-loop-1.c: New test.
6953
6954 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
6955
6956         PR other/9274
6957         * g++.dg/pch/system-2.C: New.
6958         * g++.dg/pch/system-2.Hs: New.
6959
6960 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
6961
6962         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
6963
6964         * g++.dg/eh/simd-1.C (vecfunc): Same.
6965
6966 2003-04-01  Roger Sayle  <roger@eyesopen.com>
6967
6968         * gcc.c-torture/execute/20030401-1.c: New test case.
6969
6970 2003-04-01  Ziemowit Laski <zlaski@apple.com>
6971
6972         * objc.dg/defs.m: New.
6973
6974 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
6975
6976         * g++.dg/eh/simd-1.C: New.
6977         * g++.dg/eh/simd-2.C: New.
6978
6979 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
6980
6981         * gcc.c-torture/execute/simd-3.c: New.
6982
6983 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6984
6985         PR c/9936
6986         * gcc.dg/20030331-2.c: New test.
6987
6988 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
6989
6990         PR c++/10278
6991         * g++.dg/parse/crash2.C: New test.
6992
6993 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6994
6995         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
6996         * gcc.c-torture/execute/20030331-1.c: ...here.
6997
6998 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6999
7000         * gcc.c-torture/execute/20030331-1.c: New test.
7001
7002 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
7003
7004         * lib/gcov.exp: Adjust call return testing strings.
7005         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
7006
7007 2003-03-31  Roger Sayle  <roger@eyesopen.com>
7008
7009         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
7010         * gcc.dg/builtins-7.c: New test case.
7011         * gcc.dg/builtins-8.c: New test case.
7012
7013 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
7014
7015         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
7016
7017 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
7018
7019         PR c++/7647
7020         * g++.dg/lookup-class-member-2.C: New test.
7021
7022 2003-03-30  Glen Nakamura  <glen@imodulo.com>
7023
7024         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
7025
7026 2003-03-28  Roger Sayle  <roger@eyesopen.com>
7027
7028         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
7029
7030 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
7031
7032         * g++.dg/init/attrib1.C: New test.
7033
7034 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7035
7036         * gcc.dg/ultrasp8.c: New test.
7037
7038 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7039
7040         * gcc.dg/ultrasp7.c: New test.
7041
7042 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
7043
7044         PR c++/10047
7045         * g++.dg/template/inline1.C: New test.
7046
7047 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7048
7049         * gcc.dg/sparc-dwarf2.c: New test.
7050
7051 2003-03-27  Roger Sayle  <roger@eyesopen.com>
7052
7053         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
7054         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
7055
7056 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
7057
7058         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
7059         than reading .x files.
7060         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
7061         * g77.dg/gcov/gcov-1.f: Likewise.
7062         * gcc.misc-tests/gcov-4b.c: Likewise.
7063         * gcc.misc-tests/gcov-5b.c: Likewise.
7064         * gcc.misc-tests/gcov-6.c: Likewise.
7065         * gcc.misc-tests/gcov-7.c: Likewise.
7066         * gcc.misc-tests/gcov-8.c: Likewise.
7067         * g++.dg/gcov/gcov-1.x: Remove.
7068         * g77.dg/gcov/gcov-1.x: Likewise.
7069         * gcc.misc-tests/gcov-4b.x: Likewise.
7070         * gcc.misc-tests/gcov-5b.x: Likewise.
7071         * gcc.misc-tests/gcov-6.x: Likewise.
7072         * gcc.misc-tests/gcov-7.x: Likewise.
7073         * gcc.misc-tests/gcov-8.x: Likewise.
7074
7075 2003-03-27  Glen Nakamura  <glen@imodulo.com>
7076
7077         PR opt/10087
7078         * gcc.dg/20030324-1.c: New test.
7079
7080 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
7081
7082         PR c++/10224
7083         * g++.dg/template/arg3.C: New test.
7084
7085         PR c++/10158
7086         * g++.dg/template/friend18.C: New test.
7087
7088 2003-03-26  Roger Sayle  <roger@eyesopen.com>
7089
7090         * g77.f-torture/compile/20030326-1.f: New test case.
7091
7092 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
7093
7094         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
7095
7096         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
7097
7098 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
7099
7100         * gcc.dg/ia64-sync-3.c: New test.
7101
7102 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
7103
7104         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
7105
7106 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7107
7108         * gcc.dg/ultrasp6.c: New test.
7109
7110 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7111
7112         * gcc.dg/i386-signbit-1.c: New test.
7113         * gcc.dg/i386-signbit-2.c: New test.
7114         * gcc.dg/i386-signbit-3.c: New test.
7115
7116 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7117
7118         * gcc.dg/ultrasp5.c: Fix options.
7119
7120 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7121
7122         * gcc.dg/ultrasp5.c: Fix comment.
7123
7124 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
7125
7126         PR fortran/10197
7127         * g77.f-torture/execute/10197.f: New test.
7128
7129 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
7130
7131         PR c++/9898, c++/383
7132         * g++.dg/template/conv6.C: New test.
7133
7134         PR c++/10119
7135         * g++.dg/template/ptrmem5.C: New test.
7136
7137         PR c++/10026
7138         * g++.dg/lookup/koenig1.C: New test.
7139
7140         PR C++/10199
7141         * g++.dg/lookup/template2.C: New test.
7142
7143 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
7144
7145         * g++.dg/opt/rtti1.C: New test.
7146
7147 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7148
7149         * gcc.dg/ultrasp5.c: New test.
7150
7151 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
7152
7153         PR middle-end/9967
7154         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
7155         builtin fputs.
7156
7157 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
7158
7159         PR c/8224
7160         * gcc.dg/20030323-1.c: New test.
7161
7162 2003-03-23  Roger Sayle  <roger@eyesopen.com>
7163
7164         * gcc.c-torture/compile/20030323-1.c: New test case.
7165
7166 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7167
7168         * gcc.dg/20030321-1.c: New test.
7169
7170 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
7171
7172         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
7173
7174 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
7175
7176         PR c++/9978, c++/9708
7177         * g++.dg/ext/vlm1.C: Adjust expected error.
7178         * g++.dg/ext/vla2.C: New test.
7179         * g++.dg/template/arg1.C: New test.
7180         * g++.dg/template/arg2.C: New test.
7181
7182 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
7183
7184         * g77.f-torture/execute/select.f: New test.
7185         * g77.f-torture/noncompile/select_no_compile.f: New test.
7186
7187 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7188
7189         PR c++/9898
7190         * g++.dg/other/error4.C: New test.
7191
7192 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
7193
7194         * g++.dg/template/friend17.C: New test.
7195
7196 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
7197
7198         * gcc.c-torture/compile/20030320-1.c: New.
7199
7200 2003-03-20  Roger Sayle  <roger@eyesopen.com>
7201
7202         * gcc.dg/builtins-6.c: New test case.
7203
7204 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
7205
7206         PR target/10073
7207         * gcc.c-torture/compile/20030319-1.c: New.
7208
7209 2003-03-18  Jan Hubicka  <jh@suse.cz>
7210
7211         * gcc.dg/i386-cvt-1.c: New test.
7212
7213 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
7214
7215         * objc.dg/naming-1.m: Use "(parse|syntax) error".
7216         * objc.dg/naming-2.m: Likewise.
7217
7218 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
7219
7220         PR c++/9639
7221         * g++.dg/parse/crash1.C: New test.
7222
7223 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
7224
7225         PR c++/8805
7226         * g++.dg/eh/cleanup1.C: New test.
7227
7228 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7229
7230         * gcc.c-torture/execute/20030316-1.c: New test case.
7231
7232 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7233
7234         PR c++/9629
7235         * g++.dg/init/ctor2.C: New test.
7236
7237 2003-03-15  Roger Sayle  <roger@eyesopen.com>
7238
7239         * g77.f-torture/compile/xformat.f: New test case.
7240
7241 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7242
7243         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
7244         * g++.old-deja/g++.mike/eh50.C: Likewise.
7245
7246 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7247
7248         PR c++/6440
7249         * g++.dg/template/spec7.C: New test.
7250         * g++.dg/template/spec8.C: Likewise.
7251
7252 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
7253
7254         * gcc.c-torture/execute/20030313-1.c: New test.
7255
7256 2003-03-14  Richard Henderson  <rth@redhat.com>
7257
7258         * gcc.dg/inline-2.c: Adjust alpha test for external call.
7259
7260 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7261
7262         * gcc.c-torture/compile/20030314-1.c: New test.
7263
7264 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
7265
7266         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
7267         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
7268         thumb target,
7269         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
7270         to accept newer _imp__  prefix and additional
7271         newline in .drectve section.
7272         * gcc.dg/dll-4.c: Likewise.
7273         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
7274         switch.
7275
7276 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
7277
7278         * g++.dg/parse/namespace9.C: New test.
7279
7280         * g++.dg/init/ref5.C: New test.
7281         * g++.dg/parse/ptrmem1.C: Likewise.
7282
7283 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7284
7285         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
7286         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
7287         regular expression.
7288         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
7289         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
7290
7291 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
7292
7293         * gcc.c-torture/execute/20030224-2.c: New test.
7294
7295 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7296
7297         * gcc.dg/decl-3.c: New test.
7298
7299 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7300
7301         * gcc.dg/i386-loop-2.c: New test.
7302
7303 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
7304
7305         PR c++/9474
7306         * g++.dg/parse/namespace8.C: New test.
7307
7308         PR c++/9924
7309         * g++.dg/overload/builtin2.C: New test.
7310
7311 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
7312
7313         * gcc.dg/return-type-3.c: New test.
7314
7315 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
7316
7317         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
7318         profiling options are not supported.
7319
7320 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
7321
7322         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
7323         * g++.old-deja/g++.warn/impint2.C: Likewise.
7324
7325 2003-03-10  Devang Patel  <dpatel@apple.com>
7326
7327         * g++.dg/cpp/c++_cmd_1.C: New test.
7328         * g++.dg/cpp/c++_cmd_1.h: New file.
7329
7330 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
7331
7332         * gcc.dg/altivec-9.c: New file.
7333
7334 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7335
7336         * gcc.dg/ppc-sdata-1.c: New test.
7337         * gcc.dg/ppc-sdata-2.c: New test.
7338
7339 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
7340
7341         PR c++/9373
7342         * g++.dg/opt/ptrmem2.C: New test.
7343
7344         PR c++/8534
7345         * g++.dg/opt/ptrmem1.C: New test.
7346
7347 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7348
7349         * gcc.dg/i386-loop-1.c: New test.
7350
7351 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7352
7353         PR c++/9970
7354         * g++.dg/lookup/friend1.C: New test.
7355
7356 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
7357
7358         PR c++/9823
7359         * g++.dg/parser/constructor1.C: New test.
7360
7361 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
7362
7363         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
7364
7365         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
7366
7367 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
7368
7369         * gcc.dg/cpp/Wunused.c: Update test.
7370
7371 2003-03-08  Jan Hubicka  <jh@suse.cz>
7372
7373         * gcc.dg/inline-3.c: New test.
7374
7375 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
7376
7377         PR c++/9809
7378         * g++.dg/parse/builtin1.C: New test.
7379
7380         PR c++/9982
7381         * g++.dg/abi/cookie1.C: New test.
7382         * g++.dg/abi/cookie2.C: Likewise.
7383
7384         PR c++/9524
7385         * g++.dg/template/field1.C: New test.
7386
7387         PR c++/9912
7388         * g++.dg/parse/class1.C: New test.
7389         * g++.dg/parse/namespace7.C: Likewise.
7390         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
7391
7392 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
7393
7394         * g++.dg/init/ref4.C: New test.
7395
7396 2003-03-07  Jan Hubicka  <jh@suse.cz>
7397
7398         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
7399         * gcc.dg/inline-3.c:  New test.
7400
7401 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
7402
7403         * g++.dg/init/ref3.C: New test.
7404
7405         PR c++/9965
7406         * g++.dg/init/ref2.C: New test.
7407
7408         PR c++/9400
7409         * g++.dg/warn/Wshadow-2.C: New test.
7410
7411         PR c++/9791
7412         * g++.dg/warn/Woverloaded-1.C: New test.
7413
7414 2003-03-05  Jan Hubicka  <jh@suse.cz>
7415
7416         * gcc.dg/i386-local2.c: New.
7417         * gcc.dg/i386-local.c: Fix typo.
7418
7419 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
7420
7421         * g++.dg/abi/layout3.C: New test.
7422
7423 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7424
7425         * gcc.c-torture/compile/20030305-1.c
7426
7427 2003-03-05  Jan Hubicka  <jh@suse.cz>
7428
7429         * gcc.dg/i386-local.c: New.
7430
7431 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
7432
7433         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
7434
7435 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7436
7437         * gcc.dg/switch-2.c: New test.
7438         * gcc.dg/switch-3.c: New test.
7439         * gcc.dg/Wswitch.c: Adjust line numbers.
7440         * gcc.dg/Wswitch-default.c: Likewise.
7441         * gcc.dg/Wswitch-enum.c: Likewise.
7442
7443 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
7444
7445         * gcc.c-torture/execute/20030222-1.c: New test.
7446
7447 2003-03-03  James E Wilson  <wilson@tuliptree.org>
7448
7449         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
7450
7451 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
7452
7453         PR c++/9878
7454         * g++.dg/init/ref1.C: New test.
7455
7456 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
7457
7458         * gcc.dg/sh-relax.c: New SH-only test.
7459
7460 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
7461
7462         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
7463         comment explaining purpose of testcase.
7464
7465 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7466
7467         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
7468         for HC11/HC12 (asm needs two int registers).
7469         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
7470         HC11/HC12 because the test uses an asm which needs two 32-bit
7471         registers.
7472
7473 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
7474
7475         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
7476         for HC11/HC12 (array is too large otherwise).
7477         * gcc.c-torture/compile/920501-4.x: New file, likewise.
7478         * gcc.c-torture/compile/20010518-2.x: Likewise.
7479         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
7480         HC11/HC12 (array is too large).
7481
7482 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
7483
7484         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
7485         * lib/g++-dg.exp (g++-dg-test): Likewise.
7486
7487 2003-03-01  Roger Sayle  <roger@eyesopen.com>
7488
7489         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
7490         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
7491
7492 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7493
7494         * g++.dg/warn/implicit-typename1.C: Remove warning.
7495
7496 2003-02-28  Richard Henderson  <rth@redhat.com>
7497
7498         * gcc.dg/noreturn-1.c: Move noreturn warning line.
7499         * gcc.dg/return-type-1.c: Move control reaches end warning line.
7500
7501 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
7502
7503         * gcc.dg/pch/pch.exp: Change .pch to .gch.
7504         * g++.dg/pch/pch.exp: Likewise.
7505
7506 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
7507
7508         PR c++/9879
7509         * testsuite/g++.dg/init/new4.C: New test.
7510
7511 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
7512
7513         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
7514
7515 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
7516
7517         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
7518         unsigned long.
7519
7520         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
7521         wider than float.
7522
7523 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7524
7525         * lib/scanasm.exp: Add support for counting numbers of
7526         occurences.
7527         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
7528         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
7529
7530 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
7531
7532         PR c++/9683
7533         * g++.dg/template/static3.C: New test.
7534
7535         PR c++/9829
7536         * g++.dg/parse/namespace6.C: New test.
7537
7538 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7539
7540         PR target/9732
7541         * gcc.dg/20030225-1.c: New test.
7542
7543 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
7544
7545         * README: Remove out-of-date information.
7546
7547         PR c++/9836
7548         * g++.dg/template/spec6.C: New test.
7549
7550 2003-02-24  Jeff Law  <law@redhat.com>
7551
7552         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
7553
7554 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7555
7556         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
7557         * gcc.dg/pragma-ep-1.c: Likewise.
7558
7559 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7560
7561         PR c++/9602
7562         * g++.dg/template/friend16.C: New test.
7563
7564 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
7565
7566         PR c++/5333
7567         * g++.dg/parse/fused-params1.C: Adjust error messages.
7568         * g++.dg/template/nested3.C: New test.
7569
7570 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
7571
7572         * g++.dg/abi/param1.C: New test.
7573
7574 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7575
7576         PR c++/7982
7577         * g++.dg/warn/implicit-typename1.C: New test.
7578
7579 2003-02-22  Kelley Cook <kelleycook@comcast.net>
7580
7581         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
7582         with "mtune".
7583         * g++.old-deja/g++.other/store-expr2.C: Likewise.
7584         * gcc.c-torture/execute/20010129-1.x: Likewise.
7585         * gcc.dg/20011107-1.c: Likewise.
7586         * gcc.dg/20020108-1.c: Likewise.
7587         * gcc.dg/20020122-3.c: Likewise.
7588         * gcc.dg/20020206-1.c: Likewise.
7589         * gcc.dg/20020310-1.c: Likewise.
7590         * gcc.dg/20020426-2.c: Likewise.
7591         * gcc.dg/20020517-1.c: Likewise.
7592         * gcc.dg/991230-1.c: Likewise.
7593         * gcc.dg/i386-unroll-1.c: Likewise.
7594         * gcc.misc-tests/i386-prefetch.exp: Likewise.
7595
7596 2003-02-22  Jan Hubicka  <jh@suse.cz>
7597
7598         * gcc.dg/i386-mul.c: New test.
7599
7600 2003-02-21  Roger Sayle  <roger@eyesopen.com>
7601
7602         * gcc.dg/builtins-5.c: New test case.
7603
7604 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
7605
7606         * gcc.dg/asmreg-1.c: New test.
7607
7608 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7609
7610         PR c++/9749
7611         * g++.dg/parse/varmod1.C: New test.
7612
7613 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7614
7615         PR c++/9727
7616         * g++.dg/template/op1.C: New test.
7617
7618 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7619
7620         PR c++/8906
7621         * g++.dg/template/nested2.C: New test.
7622
7623 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
7624
7625         PR c++/8724
7626         * g++.dg/expr/dtor1.C: New test.
7627
7628 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
7629
7630         * gcc.dg/cpp/include3.c: New test.
7631         * gcc.dg/cpp/inc/foo.h: New file.
7632
7633 2003-02-21  Glen Nakamura  <glen@imodulo.com>
7634
7635         * gcc.c-torture/execute/20030221-1.c: New test.
7636
7637 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
7638
7639         PR c++/9729
7640         * g++.dg/abi/conv1.C: New test.
7641
7642 2003-02-20  Jan Hubicka  <jh@suse.cz>
7643
7644         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
7645
7646 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
7647
7648         * gcc.c-torture/compile/20030219-1.c: New test.
7649
7650 2003-02-18  Jan Hubicka  <jh@suse.cz>
7651
7652         * gcc.dg/funcorder.c: New test.
7653
7654 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
7655
7656         * gcc.c-torture/execute/20030218-1.c: New.
7657
7658 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
7659
7660         * gcc.dg/20030218-1.c: New.
7661
7662 2003-02-18  Richard Henderson  <rth@redhat.com>
7663
7664         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
7665         * gcc.dg/attr-used-2.c: New.
7666
7667 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
7668
7669         PR c++/9704
7670         * g++.dg/init/copy5.C: New test.
7671
7672 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
7673
7674         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
7675         * g++.dg/pch/pch.exp: Likewise.
7676
7677 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
7678
7679         * gcc.c-torture/execute/20030209-1.c: Enable the test if
7680         STACK_SIZE is not defined.
7681
7682 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7683
7684         PR c++/9457
7685         * g++.dg/template/init1.C: New test.
7686
7687 2003-02-16  Jan HUbicka  <jh@suse.cz>
7688
7689         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
7690         (foo): Add few extra tests
7691         * gcc.dg/c99-const-expr-3.c: Likewise.
7692         * gcc.c-torture/execute/20030216-1.c: New.
7693
7694 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7695
7696         PR c++/9459
7697         * g++.dg/ext/typeof4.C: New test.
7698
7699 2003-02-15  Roger Sayle  <roger@eyesopen.com>
7700
7701         * gcc.dg/i386-387-3.c: New test case.
7702
7703 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
7704
7705         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
7706         cris-*-elf* cris-*-aout* and mmix-*-*.
7707
7708 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
7709
7710         * gcc.dg/20030213-1.c: New test.
7711
7712 2003-02-12  Roger Sayle  <roger@eyesopen.com>
7713
7714         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
7715         * gcc.dg/i386-387-2.c: Likewise.
7716
7717 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
7718
7719         * gcc.dg/ppc-spe.c: Fix formatting.
7720         Enable tests that were previously unsupported by gas.
7721         Delete tests for instructions that no longer exist.
7722         Switch arguments on evsubifw builtin.
7723
7724 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7725
7726         * gcc.c-torture/execute/20030209-1.c: Disable the test if
7727         STACK_SIZE is too small.
7728
7729 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7730             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7731
7732         * gcc.dg/decl-2.c: New test.
7733
7734 2003-02-10  Jan Hubicka  <jh@suse.cz>
7735
7736         * gcc.dg/i386-fpcvt-1.c:  New test.
7737
7738 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
7739
7740         * gcc.c-torture/execute/20030209-1.c: New test.
7741
7742 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
7743
7744         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
7745         int-wide bitops, use the constants of the same width.
7746         Likewise, if long long is 32-bit wide, test bitops using
7747         32-bit constants.
7748
7749 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
7750
7751         * gcc.dg/20021014-1.c: Annotate with expected notice text.
7752
7753 2003-02-07  Roger Sayle  <roger@eyesopen.com>
7754
7755         * testsuite/gcc.dg/builtins-4.c: New test case.
7756
7757 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7758
7759         * gcc.dg/20020430-1.c: Fix dg command typos.
7760         * gcc.dg/20020503-1.c: Likewise.
7761
7762 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7763
7764         PR c++/8785
7765         * g++.dg/parse/fused-params1.C: New test.
7766
7767         PR c++/8857
7768         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
7769
7770         PR c++/8921
7771         * g++.dg/parse/non-dependent1.C: New test.
7772
7773         PR c++/8928
7774         * g++.dg/parse/dupl-tmpl-args1.C: New test.
7775
7776         PR c++/9228
7777         * g++.dg/parse/undefined7.C: New test.
7778         * g++.dg/parse/non-templ1.C: New test.
7779
7780         PR c++/9229
7781         * g++.dg/parse/too-many-tmpl-args1.C: New test.
7782
7783 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
7784
7785         * gcc.c-torture/compile/20030206-1.c: New test.
7786
7787 2003-02-05  Roger Sayle  <roger@eyesopen.com>
7788
7789         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
7790         "pow" to "foo" to avoid potential confusion with a math built-in.
7791
7792 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7793
7794         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
7795         conditions for SPARC targets.
7796
7797 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
7798
7799         * gcc.dg/20030204-1.c: New test.
7800
7801 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7802
7803         PR c++/38
7804         * g++.dg/parse/array-size1.C: New test.
7805
7806         PR c++/5657
7807         * g++.dg/parse/undefined3.C: New test.
7808
7809         PR c++/5665
7810         * g++.dg/parse/undefined4.C: New test.
7811
7812         PR c++/5975
7813         * g++.dg/parse/undefined5.C: New test.
7814
7815         PR c++/7259
7816         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
7817
7818         PR c++/8578
7819         * g++.dg/parse/casting-operator1.C: New test.
7820
7821         PR c++/8596
7822         * g++.dg/parse/undefined6.C: New test.
7823
7824         PR c++/8736
7825         * g++.dg/parse/missing-template1.C: New test.
7826
7827 2003-02-04  Jan Hubicka  <jh@suse.cz>
7828
7829         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
7830         * gcc.dg/i386-cmov?.c:  Likewise.
7831         * gcc.dg/i386-fpcvt-?.c:  Likewise.
7832         * gcc.dg/i386-ssefp-1.c:  Likewise.
7833         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
7834         conventions.
7835
7836 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
7837
7838         PR c++/7129
7839         * testsuite/g++.dg/ext/max.C: New test.
7840
7841 2003-02-03  Jan Hubicka  <jh@suse.cz>
7842
7843         * gcc.c-torture/execute/20030203-1.c: New test.
7844
7845 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
7846
7847         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
7848         'natural-endian'.
7849
7850 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
7851
7852         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
7853         * g++.dg/init/new2.C: Likewise.
7854         * g++.dg/other/new1.C: Likewise.
7855
7856 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
7857
7858         * gcc.dg/struct-ret-libc.c: New test.
7859
7860 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7861
7862         * gcc.dg/20030129-1.c: New test.
7863
7864 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7865
7866         PR c++/8849
7867         * g++.dg/template/ptrmem4.C: New test.
7868
7869 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
7870
7871         * g++.dg/parser/constant1.C: New test.
7872
7873 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7874
7875         PR c++/8591
7876         * g++.dg/parse/friend2.C: New test.
7877
7878 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7879
7880         PR c++/9437
7881         * g++.dg/template/unify4.C: New test.
7882
7883 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
7884
7885         * gcc.c-torture/execute/20030128-1.c: New test.
7886
7887 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
7888
7889         * g++.dg/lookup/nested1.C: Test moved from ...
7890         * g++.old-deja/g++.other/lookup24.C: ... here.
7891
7892 2003-01-28  Jan Hubicka  <jh@suse.cz>
7893
7894         * gcc.dg/i386-cmov5.c:  New test.
7895
7896 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
7897
7898         * gcc.c-torture/execute/20010925-1.c: Changed the
7899         memcpy declaration.
7900
7901 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7902
7903         PR c++/3902
7904         * g++.dg/parse/template5.C: New test.
7905
7906 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
7907
7908         PR fortran/9258
7909         * g77.dg/pr9258: New test.
7910
7911 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7912
7913         * README: Move relevant parts from README.g++.
7914
7915         * README.g++: Remove this file.
7916
7917 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
7918
7919         * g++.dg/abi/dcast1.C: New test.
7920
7921 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7922
7923         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
7924
7925 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
7926
7927         PR c++/47
7928         * g++.old-deja/g++.other/lookup24.C: New test.
7929
7930 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7931
7932         PR middle-end/7227
7933         * gcc.dg/uninit-C.c: New test.
7934
7935 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
7936
7937         * g++.dg/abi/covariant1.C: New test.
7938
7939 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
7940
7941         * gcc.dg/20030123-1.c: New test.
7942
7943 2003-01-25  Jan Hubicka  <jh@suse.cz>
7944
7945         PR opt/8492
7946         * gcc.c-torture/compile/20030125-1.c
7947
7948 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
7949
7950         PR c++/9403
7951         * g++.dg/parse/template3.C: New test.
7952         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
7953
7954         PR c++/795
7955         * g++.dg/parse/template4.C: New test.
7956
7957         PR c++/9415
7958         * g++.dg/template/qual2.C: New test.
7959
7960         PR c++/8545
7961         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
7962
7963         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
7964
7965 2003-01-25  Roger Sayle  <roger@eyesopen.com>
7966
7967         * gcc.c-torture/execute/switch-1.c: New test case.
7968
7969 2003-01-25  Jan Hubicka  <jh@suse.cz>
7970
7971         * gcc.c-torture/execute/20030125-1.[cx]: New test.
7972
7973 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
7974
7975         Tweaks for Bison-1.875. From the NEWS file:
7976         "- `parse error' -> `syntax error'
7977         Bison now uniformly uses the term `syntax error'"
7978         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
7979         * gcc.dg/cpp/digraph2.c: Likewise.
7980         * gcc.dg/cpp/direct2.c: Likewise.
7981         * gcc.dg/cpp/paste4.c: Likewise.
7982         * gcc.dg/c90-restrict-1.c: Likewise.
7983         * gcc.dg/c99-func-2.c: Likewise.
7984         * gcc.dg/noncompile/920721-2.c: Likewise.
7985         * gcc.dg/noncompile/930622-2.c: Likewise.
7986         * gcc.dg/noncompile/940112-1.c: Likewise.
7987         * gcc.dg/noncompile/950921-1.c: Likewise.
7988         * gcc.dg/noncompile/951123-1.c: Likewise.
7989         * gcc.dg/noncompile/971104-1.c: Likewise.
7990         * gcc.dg/noncompile/990416-1.c: Likewise.
7991
7992 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
7993
7994         * g++.dg/parse/undefined1.C: Add error message.
7995
7996 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7997
7998         PR c++/9354
7999         * g++.dg/parse/new1.C: New test.
8000
8001         PR c++/9216
8002         * g++.dg/parse/template2.C: New test.
8003
8004         PR c++/9354
8005         * g++.dg/parse/typedef2.C: New test.
8006
8007         PR c++/9328
8008         * g++.dg/ext/typeof3.C: New test.
8009
8010 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8011
8012         PR c++/2738
8013         * g++.dg/parse/ret-type1.C: New test.
8014
8015         PR c++/3792
8016         * g++.dg/parse/tmpl-outside1.C: New test.
8017
8018         PR c++/4207
8019         * g++.dg/parse/int-as-enum1.C: New test.
8020
8021         PR c++/4903
8022         * g++.dg/parse/no-typename1.C: New test.
8023
8024         PR c++/5533
8025         * g++.dg/parse/no-value1.C: New test.
8026
8027         PR c++/5921
8028         * g++.dg/parse/wrong-inline1.C: New test.
8029
8030         PR c++/6402
8031         * g++.dg/parse/ref1.C: New test.
8032
8033         PR c++/6992
8034         * g++.dg/parse/attr-ctor1.C: New test.
8035
8036         PR c++/7229
8037         * g++.dg/parse/namespace5.C: New test.
8038
8039         PR c++/7917
8040         * g++.dg/parse/func-def1.C: New test.
8041
8042         PR c++/8143
8043         * g++.dg/parse/undefined1.C: New test.
8044
8045         PR c++/5723, PR c++/8522
8046         * g++.dg/parse/specialization1.C: New test.
8047
8048         PR c++/163, PR c++/8595
8049         * g++.dg/parse/struct-as-enum1.C: New test.
8050
8051         PR c++/9173
8052         * g++.dg/parse/undefined2.C: New test.
8053
8054 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
8055
8056         PR c++/9298
8057         * g++.dg/parse/template1.C: New test.
8058
8059         PR c++/9384
8060         * g++.dg/parse/using1.C: New test.
8061
8062         PR c++/9285
8063         PR c++/9294
8064         * g++.dg/parse/expr2.C: New test.
8065
8066         PR c++/9388
8067         * g++.dg/parse/lookup2.C: Likewise.
8068
8069 2003-01-21  Jan Hubicka  <jh@suse.cz>
8070
8071         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
8072         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
8073         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
8074         * gcc.c-torture/execute/string-opt-*.c: Likewise.
8075
8076 2003-01-20  Nick Clifton  <nickc@redhat.com>
8077
8078         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
8079         problem with ARM sibcall code generation.
8080
8081 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
8082
8083         * gcc.c-torture/execute/20030120-1.c: New.
8084
8085 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
8086
8087         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
8088
8089 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
8090
8091         PR c++/9272
8092         * g++.dg/parse/ctor1.C: New test.
8093
8094         PR c++/9294:
8095         * g++.dg/parse/qualified1.C: New test.
8096
8097         * g++.dg/parse/typename3.C: New test.
8098
8099 2003-01-16  Richard Henderson  <rth@redhat.com>
8100
8101         * g++.dg/tls/init-2.C: Fix error matches for real this time.
8102
8103 2003-01-16  Richard Henderson  <rth@redhat.com>
8104
8105         * g++.dg/pch/pch.exp: Copy test header to the working directory
8106         before using it either for precompilation or direct use.
8107         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
8108         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
8109
8110 2003-01-16  Richard Henderson  <rth@redhat.com>
8111
8112         * gcc.dg/pch/pch.exp: Copy test header to the working directory
8113         before using it either for precompilation or direct use.
8114         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
8115         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
8116
8117 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
8118
8119         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
8120         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
8121         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
8122         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
8123         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
8124         typename warning into error.
8125         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
8126         error messages.
8127         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
8128         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
8129         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
8130         messages.
8131         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
8132         make declaration visible in template.
8133         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
8134         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
8135         messages.
8136         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
8137         message.
8138         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
8139         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
8140         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
8141         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
8142         typename warning with error message.
8143         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
8144         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
8145         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
8146
8147 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
8148
8149         * g++.dg/parse/ambig2.C: New test.
8150
8151 2003-01-15  Richard Henderson  <rth@redhat.com>
8152
8153         * g++.dg/tls/init-2.C: Update error message string.
8154
8155 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8156
8157         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
8158
8159 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
8160
8161         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
8162         all for HC11/HC12.
8163         * gcc.c-torture/compile/20001205-1.x: Likewise.
8164         * gcc.c-torture/compile/20001226-1.x: Likewise.
8165         * gcc.c-torture/compile/920520-1.x: Likewise.
8166         * gcc.c-torture/compile/961203-1.x: Likewise.
8167         * gcc.c-torture/compile/20020604-1.x: Likewise.
8168
8169 2003-01-15  Jan Hubicka  <jh@suse.cz>
8170
8171         * gcc.c-torture/compile/20030115-1.c: New test.
8172
8173         * gcc.dg/i386-fpcvt-1.c: New test.
8174         * gcc.dg/i386-fpcvt-2.c: New test.
8175
8176 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
8177
8178         Further conform g++'s __vmi_class_type_info to the C++ ABI
8179         specification.
8180         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
8181         the specification.
8182
8183 2003-01-14  Jan Hubicka  <jh@suse.cz>
8184
8185         * gcc.dg/i386-fpcvt-1.c: New test.
8186         * gcc.dg/i386-fpcvt-2.c: New test.
8187
8188 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
8189
8190         * gcc.dg/i386-mmx-3.c: New test.
8191
8192 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
8193
8194         PR c++/9264
8195         * g++.dg/parse/octal1.C: New file.
8196
8197         PR c++/9172
8198         * g++.dg/parse/typename1.C: New file.
8199
8200 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
8201
8202         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
8203         * gcc.dg/bf-no-ms-layout.c: Likewise.
8204         * gcc.dg/bf-ms-attrib.c: Likewise.
8205
8206 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
8207
8208         PR c++/9099
8209         * g++.dg/parse/dtor1.C: New file.
8210
8211         PR c++/9128
8212         * g++.dg/rtti/typeid1.C: New file.
8213
8214         PR c++/9153
8215         * g++.dg/parse/lookup1.C: New file.
8216
8217         PR c++/9171
8218         * g++.dg/templ/spec5.C: New file.
8219
8220 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
8221
8222         * gcc.c-torture/compile/20030110-1.c: New test.
8223
8224 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
8225
8226         Merge from pch-branch:
8227
8228         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
8229
8230         * gcc.dg/pch/cpp-1.h: New.
8231         * gcc.dg/pch/cpp-1.c: New.
8232         * gcc.dg/pch/cpp-2.h: New.
8233         * gcc.dg/pch/cpp-2.c: New.
8234
8235         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
8236
8237         * gcc.dg/pch/except-1.h: New.
8238         * gcc.dg/pch/except-1.c: New.
8239
8240         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
8241
8242         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
8243         running test.
8244         * gcc.dg/pch: Include *.hp not *.h.
8245         * gcc.dg/pch/system-1.h: New.
8246         * gcc.dg/pch/system-1.c: New.
8247
8248         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
8249
8250         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
8251         rather than trying to build and run a program using PCH.
8252         * gcc.dg/pch: Remove dg-do commands from test files.
8253
8254         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
8255
8256         * gcc.dg/pch/macro-3.c: New.
8257         * gcc.dg/pch/macro-3.h: New.
8258
8259         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
8260
8261         * gcc.dg/pch/common-1.c: New.
8262         * gcc.dg/pch/common-1.h: New.
8263         * gcc.dg/pch/decl-1.c: New.
8264         * gcc.dg/pch/decl-1.h: New.
8265         * gcc.dg/pch/decl-2.c: New.
8266         * gcc.dg/pch/decl-2.h: New.
8267         * gcc.dg/pch/decl-3.c: New.
8268         * gcc.dg/pch/decl-3.h: New.
8269         * gcc.dg/pch/decl-4.c: New.
8270         * gcc.dg/pch/decl-4.h: New.
8271         * gcc.dg/pch/decl-5.c: New.
8272         * gcc.dg/pch/decl-5.h: New.
8273         * gcc.dg/pch/global-1.c: New.
8274         * gcc.dg/pch/global-1.h: New.
8275         * gcc.dg/pch/inline-1.c: New.
8276         * gcc.dg/pch/inline-1.h: New.
8277         * gcc.dg/pch/inline-2.c: New.
8278         * gcc.dg/pch/inline-2.h: New.
8279         * gcc.dg/pch/static-1.c: New.
8280         * gcc.dg/pch/static-1.h: New.
8281         * gcc.dg/pch/static-2.c: New.
8282         * gcc.dg/pch/static-2.h: New.
8283
8284         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
8285
8286         * g++.dg/pch/pch.exp: Better handle failing testcases.
8287         * gcc.dg/pch/pch.exp: Likewise.
8288         * gcc.dg/pch/macro-1.c: New.
8289         * gcc.dg/pch/macro-1.h: New.
8290         * gcc.dg/pch/macro-2.c: New.
8291         * gcc.dg/pch/macro-2.h: New.
8292
8293         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
8294
8295         * g++.dg/dg.exp: Treat files in pch/ specially.
8296         * g++.dg/pch/pch.exp: New file.
8297         * g++.dg/pch/empty.H: New file.
8298         * g++.dg/pch/empty.C: New file.
8299         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
8300         "precompile".
8301
8302         * gcc.dg/pch/pch.exp: New file.
8303         * gcc.dg/pch/empty.h: New file.
8304         * gcc.dg/pch/empty.c: New file.
8305         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
8306         "precompile".
8307
8308 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8309
8310         * g++.dg/template/friend14.C: New test.
8311
8312 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8313
8314         * gcc.dg/old-style-asm-1.c: New test.
8315
8316 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
8317
8318         * gcc.c-torture/compile/20030109-1.c: New test.
8319
8320 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8321
8322         * gcc.c-torture/execute/20030109-1.c: New test.
8323
8324 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
8325
8326         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
8327         * g++.old-deja/g++.mike/dyncast2.C: Likewise
8328         * g++.old-deja/g++.mike/dyncast3.C: Likewise
8329         * g++.old-deja/g++.mike/eh2.C: Likewise
8330         * g++.old-deja/g++.mike/eh3.C: Likewise
8331         * g++.old-deja/g++.mike/eh5.C: Likewise
8332         * g++.old-deja/g++.mike/eh6.C: Likewise
8333         * g++.old-deja/g++.mike/eh7.C: Likewise
8334         * g++.old-deja/g++.mike/eh8.C: Likewise
8335         * g++.old-deja/g++.mike/eh9.C: Likewise
8336         * g++.old-deja/g++.mike/eh10.C: Likewise
8337         * g++.old-deja/g++.mike/eh12.C: Likewise
8338         * g++.old-deja/g++.mike/eh13.C: Likewise
8339         * g++.old-deja/g++.mike/eh14.C: Likewise
8340         * g++.old-deja/g++.mike/eh16.C: Likewise
8341         * g++.old-deja/g++.mike/eh17.C: Likewise
8342         * g++.old-deja/g++.mike/eh18.C: Likewise
8343         * g++.old-deja/g++.mike/eh21.C: Likewise
8344         * g++.old-deja/g++.mike/eh23.C: Likewise
8345         * g++.old-deja/g++.mike/eh24.C: Likewise
8346         * g++.old-deja/g++.mike/eh25.C: Likewise
8347         * g++.old-deja/g++.mike/eh26.C: Likewise
8348         * g++.old-deja/g++.mike/eh27.C: Likewise
8349         * g++.old-deja/g++.mike/eh28.C: Likewise
8350         * g++.old-deja/g++.mike/eh29.C: Likewise
8351         * g++.old-deja/g++.mike/eh31.C: Likewise
8352         * g++.old-deja/g++.mike/eh33.C: Likewise
8353         * g++.old-deja/g++.mike/eh34.C: Likewise
8354         * g++.old-deja/g++.mike/eh35.C: Likewise
8355         * g++.old-deja/g++.mike/eh36.C: Likewise
8356         * g++.old-deja/g++.mike/eh37.C: Likewise
8357         * g++.old-deja/g++.mike/eh38.C: Likewise
8358         * g++.old-deja/g++.mike/eh39.C: Likewise
8359         * g++.old-deja/g++.mike/eh40.C: Likewise
8360         * g++.old-deja/g++.mike/eh41.C: Likewise
8361         * g++.old-deja/g++.mike/eh42.C: Likewise
8362         * g++.old-deja/g++.mike/eh44.C: Likewise
8363         * g++.old-deja/g++.mike/eh46.C: Likewise
8364         * g++.old-deja/g++.mike/eh47.C: Likewise
8365         * g++.old-deja/g++.mike/eh48.C: Likewise
8366         * g++.old-deja/g++.mike/eh49.C: Likewise
8367         * g++.old-deja/g++.mike/eh50.C: Likewise
8368
8369
8370         PR c++/8615
8371         * g++.dg/template/char1.C: New test.
8372
8373         * g++.dg/template/varmod1.C: Fix typo.
8374
8375 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8376
8377         DR 180
8378         * g++.old-deja/g++.pt/crash32.C: Expect error.
8379
8380 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
8381
8382         PR c++/5919
8383         * g++.dg/template/varmod1.C: New test.
8384
8385         PR c++/8727
8386         * g++.dg/inherit/typeinfo1.C: New test.
8387
8388         PR c++/8663
8389         * g++.dg/inherit/typedef1.C: New test.
8390
8391 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
8392
8393         PR c++/8332
8394         PR c++/8493
8395         * g++.dg/template/strlen1.C: New test.
8396
8397         PR c++/8227
8398         * g++.dg/template/ctor2.C: New test.
8399
8400         PR c++/8214
8401         * g++.dg/init/string1.C: New test.
8402
8403         PR c++/8511
8404         * g++.dg/template/friend8.C: New test.
8405
8406 2002-11-29  Joe Buck <jbuck@synopsys.com>
8407
8408         * g++.dg/lookup/anon2.C: New test.
8409
8410 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
8411
8412         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
8413         h8300 port.
8414
8415 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
8416
8417         * gcc.dg/bitfld-6.c: New test.
8418
8419 2002-11-27  Jan Hubicka  <jh@suse.cz>
8420
8421         * gcc.c-torture/execute/20021127.[cx]: New test.
8422
8423 2002-11-26  Jan Hubicka  <jh@suse.cz>
8424
8425         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
8426         quality.
8427
8428 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
8429
8430         * g++.dg/init/brace2.C: New test.
8431         * g++.old-deja/g++.mike/p9129.C: Correct.
8432
8433 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
8434
8435         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
8436
8437 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
8438
8439         * gcc.dg/sibcall-6: New test for indirect sibcalls.
8440
8441 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
8442
8443         * testsuite/g++.dg/abi/empty11.C: New test.
8444         * testsuite/g++.dg/rtti/cv1.C: New test.
8445
8446 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
8447
8448         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
8449
8450 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
8451
8452         * g++.dg/abi/empty10.C: New test.
8453
8454 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
8455
8456         * gcc.c-torture/compile/20021124-1.c: New test.
8457
8458 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
8459
8460         * g++.dg/abi/rtti2.C: New test.
8461
8462 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8463
8464         * gcc.dg/i386-unroll-1.c: New test.
8465
8466 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8467
8468         * gcc.c-torture/compile/20021120-1.c: New test.
8469         * gcc.c-torture/compile/20021120-2.c: New test.
8470
8471 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8472
8473         * gcc.dg/bitfld-5.c: New test.
8474
8475 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8476
8477         * gcc.c-torture/execute/20021120-3.c: New test.
8478
8479 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8480
8481         * gcc.c-torture/execute/20021120-2.c: New test.
8482
8483 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8484
8485         * gcc.c-torture/execute/20021120-1.c: New test.
8486
8487 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8488
8489         * gcc.c-torture/execute/20021118-3.c: New test.
8490
8491 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8492
8493         * gcc.c-torture/compile/20021119-1.c: New test.
8494
8495 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8496
8497         * gcc.dg/duff-1.c: New test.
8498         * gcc.dg/duff-2.c: New test.
8499         * gcc.dg/duff-3.c: New test.
8500
8501 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8502
8503         * gcc.dg/cpp/_Pragma5.c: New test.
8504
8505 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8506
8507         * gcc.c-torture/execute/20021118-2.c: New test.
8508
8509 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8510
8511         * gcc.c-torture/execute/20021118-1.c: New test.
8512
8513 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8514
8515         * gcc.dg/20021116-1.c: New test.
8516
8517 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8518
8519         * g++.dg/abi/vcall1.C: New test.
8520
8521 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8522
8523         * gcc.dg/20021029-1.c: New test.
8524         * gcc.dg/20021029-2.c: New test.
8525
8526 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8527
8528         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8529
8530 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8531
8532         PR c/8439
8533         * gcc.dg/20021110.c: Move to ...
8534         * gcc.c-torture/compile/20021110.c: .... here.
8535
8536 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8537
8538         PR c/8467
8539         * gcc.c-torture/execute/20021111-1.c
8540
8541 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8542
8543         PR c/8439
8544         * gcc.dg/20021110.c: New test.
8545
8546 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8547
8548         * g++.dg/abi/vthunk3.C: Run only on x86.
8549
8550 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8551
8552         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8553
8554 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8555
8556         * lib/compat.exp (compat-execute): Fix logic error in last
8557         change.
8558
8559 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8560
8561         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8562
8563 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8564
8565         PR c++/8389
8566         * g++.dg/template/access6.C: New test.
8567
8568 2002-11-08  Jan Hubicka  <jh@suse.cz>
8569
8570         * gcc.dg/i386-ssefp-1.c: New test.
8571         * gcc.dg/i386-ssefp-1.c: New test.
8572
8573 2002-11-08  Jan Hubicka  <jh@suse.cz>
8574
8575         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8576
8577 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8578
8579         * g++.dg/abi/vthunk3.C: New test.
8580
8581         PR c++/8338
8582         * g++.dg/template/crash2.C: New test.
8583
8584 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8585
8586         * testsuite/g++.dg/abi/dtor1.C: New test.
8587         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8588
8589 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8590
8591         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8592         Darwin.
8593
8594 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8595
8596         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8597         -mthumb.  Only xfail with -O0.
8598
8599 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8600
8601         * g++.dg/abi/thunk1.C: New test.
8602         * g++.dg/abi/thunk2.C: Likewise.
8603         * g++.dg/abi/vtt1.C: Likewise.
8604
8605 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8606
8607         PR optimization/8423
8608         * gcc.c-torture/execute/builtin-constant.c: New test.
8609
8610 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8611
8612         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8613         Add some more cases.
8614
8615 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8616
8617         PR c++/8391
8618         * g++.dg/opt/local1.C: New test.
8619
8620 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8621
8622         PR c++/8160
8623         * g++.dg/template/complit1.C: New test.
8624
8625         PR c++/8149
8626         * g++.dg/template/typename4.C: Likewise.
8627
8628 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8629
8630         Core issue 287, PR c++/7639
8631         * g++.dg/template/instantiate1.C: Adjust error location.
8632         * g++.dg/template/instantiate3.C: New test.
8633         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8634         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8635         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8636
8637 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8638
8639         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8640
8641 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8642
8643         PR c++/8287
8644         * g++.dg/init/dtor2.C: New test.
8645
8646 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8647
8648         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8649         * gcc.dg/nest.c: Bypass errors on irix6.
8650
8651 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8652
8653         * gcc.dg/nest.c: Expect error for mmix-*-*.
8654         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8655
8656 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8657
8658         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8659         markers.
8660
8661         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8662
8663 2002-10-25  Mike Stump  <mrs@apple.com>
8664
8665         * gcc.dg/warn-1.c: New test.
8666
8667 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8668
8669         * g++.dg/template/typename3.C: New test.
8670
8671 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8672
8673         * g++.dg/lookup/ptrmem1.C: New test.
8674
8675         * g++.dg/abi/vthunk2.C: New test.
8676
8677 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8678
8679         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8680
8681 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8682
8683         * g++.dg/abi/empty9.C: New test.
8684
8685 2002-10-24  Richard Henderson  <rth@redhat.com>
8686
8687         * g++.dg/inherit/thunk1.C: Enable for ia64.
8688
8689 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8690
8691         PR c++/8067
8692         * g++.dg/lookup/pretty1.C: New test.
8693
8694 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8695
8696         * gcc.dg/20021023-1.c: New test.
8697
8698 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8699
8700         PR c++/7679
8701         * g++.dg/parse/inline1.C: New test.
8702
8703 2002-10-23  Richard Henderson  <rth@redhat.com>
8704
8705         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8706
8707         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8708
8709 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8710
8711         PR c++/6579
8712         * g++.dg/parse/stmtexpr3.C: New test.
8713
8714 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8715
8716         * g++.dg/expr/cond1.C: New test.
8717
8718 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8719
8720         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8721
8722 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8723
8724         * g++.dg/abi/vbase13.C: New test.
8725         * g++.dg/abi/vbase14.C: Likewise.
8726
8727 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8728
8729         * gcc.dg/tls/pic-1.c: New test.
8730         * gcc.dg/tls/nonpic-1.c: New test.
8731         * gcc.dg/20021018-1.c: New test.
8732
8733 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8734
8735         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8736         Remove only files with the same base name as the test case.
8737         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8738         (profopt-execute): Likewise.  Also, remove old profiling
8739         and performance data files before running the tests.
8740
8741         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8742         * g++.dg/bprob/bprob.exp: Likewise.
8743         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8744         to allow more general test case names.
8745
8746         * g++.dg/bprob/bprob-1.C: Rename to ...
8747         * g++.dg/bprob/g++-bprob-1.C: ... this.
8748
8749         * g77.dg/bprob/bprob-1.f: Rename to ...
8750         * g77.dg/bprob/g77-bprob-1.f: ... this.
8751
8752 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8753
8754         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8755         bison 1.50 or later.
8756
8757 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8758
8759         * g++.dg/README: Describe more test directories.
8760
8761 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8762
8763         * g++.dg/init/array6.C: Add additional tests.
8764
8765 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8766
8767         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8768         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8769
8770 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8771
8772         * gcc.c-torture/compile/20020604-1.x: New.
8773         * gcc.c-torture/compile/simd-5.x: Likewise.
8774         * gcc.c-torture/execute/920710-1.x: Likewise.
8775         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8776
8777 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8778
8779         * g++.dg/inherit/override1.C: Add dg-options clause.
8780
8781 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8782
8783         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8784         _mm_slli_si128.
8785
8786 2002-10-19  Andreas Schwab  <schwab@suse.de>
8787
8788         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8789         directory component.
8790
8791 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8792
8793         * g++.dg/inherit/thunk1.C: New test.
8794
8795         * g++.dg/inherit/override1.C: New test.
8796
8797         * g++.dg/abi/mangle11.C: New test.
8798         * g++.dg/abi/mangle14.C: New test.
8799         * g++.dg/abi/mangle17.C: New test.
8800
8801 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8802
8803         * g++.dg/overload/member2.C: New test.
8804
8805 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8806
8807         * g++.dg/README: Describe new compat directory.
8808         * g++.dg/dg.exp: Skip tests in compat directory.
8809         * README.compat: New file.
8810         * lib/compat.exp: New expect script.
8811         * g++.dg/compat: New test directory.
8812         * g++.dg/compat/compat.exp: New expect script.
8813         * g++.dg/compat/abi: New test directory.
8814         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8815         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8816         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8817         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8818         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8819         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8820         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8821         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8822         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8823         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8824         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8825         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8826         * g++.dg/compat/break: New test directory.
8827         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8828         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8829         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8830         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8831         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8832         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8833         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8834         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8835         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8836         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8837         g++.dg/compat/break/README: New files.
8838         * g++.dg/compat/eh: New test directory.
8839         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8840         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8841         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8842         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8843         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8844         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8845         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8846         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8847         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8848         g++.dg/compat/eh/filter2_y.C,
8849         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8850         g++.dg/compat/eh/new1_y.C,
8851         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8852         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8853         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8854         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8855         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8856         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8857         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8858         g++.dg/compat/eh/unexpected1_y.C: New files.
8859         * g++.dg/compat/init: New test directory.
8860         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8861         g++.dg/compat/init/array5_y.C,
8862         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8863         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8864         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8865         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8866         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8867         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8868         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8869         g++.dg/compat/init/init-ref2_y.C: New files.
8870
8871 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8872
8873         PR c++/7584
8874         * g++.dg/inherit/using3.C: New test.
8875
8876 2002-10-17  Jan Hubicka  <jh@suse.cz>
8877
8878         * gcc.dg/20021017-2.c: New test.
8879
8880 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8881
8882         * g++.dg/abi/mangle16.C: Adjust.
8883
8884         * g++.dg/init/array8.C: New test.
8885
8886 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8887
8888         * gcc.dg/special/mips-abi.exp: New test.
8889         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8890
8891 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8892
8893         * g++.dg/abi/mangle16.C: New test.
8894         * g++.dg/abi/mangle17.C: Likewise.
8895
8896         PR c++/7478
8897         * g++.dg/template/ref1.C: New test.
8898
8899 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8900
8901         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8902
8903 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8904
8905         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8906
8907 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8908
8909         PR c++/7524
8910         * g++.dg/init/array7.C: New test.
8911
8912 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8913
8914         * g++.dg/init/array6.C: New test.
8915
8916         * g++.dg/abi/mangle13.C: Likewise.
8917         * g++.dg/abi/mangle14.C: Likewise.
8918         * g++.dg/abi/mangle15.C: Likewise.
8919
8920 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8921
8922         * g++.dg/abi/empty8.C: New test.
8923
8924 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8925
8926         * g++.dg/init/ctor1.C: New test.
8927
8928 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8929
8930         * gcc.c-torture/execute/20021015-1.c: New test.
8931
8932 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8933
8934         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8935
8936 2002-10-14  Jan Hubicka  <jh@suse.cz>
8937
8938         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8939
8940 2002-10-14  Richard Henderson  <rth@redhat.com>
8941
8942         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8943
8944 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8945
8946         PR optimization/6631
8947         * g++.dg/opt/const2.C: New test.
8948
8949 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8950
8951         PR c++/7176
8952         * g++.dg/parse/friend1.C: New test.
8953         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8954
8955 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8956
8957         * gcc.dg/20021014-1.c: New test.
8958
8959 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8960
8961         PR c++/5661
8962         * g++.dg/ext/vlm1.C: New test.
8963         * g++.dg/ext/vlm2.C: Likewise.
8964
8965         * g++.dg/init/array1.C: Remove invalid braces.
8966         * g++.dg/init/brace1.C: New test.
8967         * g++.dg/init/copy2.C: Likewise.
8968         * g++.dg/init/copy3.C: Likewise.
8969         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8970         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8971         braces.
8972
8973 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8974
8975         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8976
8977 2002-10-11  Richard Shann  <richard.shann@superh.com>
8978
8979         * gcc.c-torture/compile/simd-5.c: New test.
8980
8981 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8982
8983         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8984
8985 2002-10-10  Jim Wilson  <wilson@redhat.com>
8986
8987         * gcc.c-torture/execute/20021010-1.c: New test.
8988
8989 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8990
8991         PR c/7353
8992         * g++.dg/ext/typedef-init.C: New test.
8993         * gcc.dg/typedef-init.c: New test.
8994
8995 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8996
8997         * gcc.dg/cpp/paste13.c: New test.
8998
8999 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9000
9001         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
9002         remaining platforms, XFAIL during compile, not execute.  Don't
9003         XFAIL at -O0.
9004
9005 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
9006
9007         * gcc.dg/alias-1.c: Tweak expected warning.
9008
9009 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
9010
9011         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
9012
9013 2002-10-06  Andreas Jaeger  <aj@suse.de>
9014
9015         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
9016         * gcc.dg/cpp/c++98.C: Likewise.
9017
9018         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
9019         * g++.dg/cpp/c++98.C: Likewise.
9020
9021         * g++.dg/README (Subdirectories): Mention cpp directory.
9022
9023         PR target/7559
9024         * gcc.dg/20021006-1.c: New test.
9025
9026 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9027
9028         PR c++/7804
9029         * g++.dg/other/warning1.C: New test.
9030
9031 2002-10-04  Roger Sayle  <roger@eyesopen.com>
9032
9033         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
9034         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
9035         and sparc-*-* with -m64 as expected failures.  See PR 8087.
9036
9037 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
9038
9039         PR c++/7931
9040         * g++.dg/template/ptrmem3.C: New test.
9041
9042         PR c++/7754
9043         * g++.dg/template/union1.C: New test.
9044
9045 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
9046
9047         PR c++/8006
9048         * g++.dg/abi/mangle9.C: New test.
9049         * g++.dg/abi/mangle10.C: New test.
9050         * g++.dg/abi/mangle11.C: New test.
9051         * g++.dg/abi/mangle12.C: New test.
9052
9053 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
9054
9055         PR c++/7188.
9056         * g++.dg/template/meminit1.C: New test.
9057         * g++.dg/warn/Wreorder-1.C: Likewise.
9058         * g++.old-deja/g++.mike/warn3.C: Tweak.
9059         * lib/prune.exp: Ingore "in copy constructor".
9060
9061 2002-10-02  Andreas Jaeger  <aj@suse.de>
9062
9063         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
9064         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
9065         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
9066         on x86-64.
9067
9068 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
9069
9070         * gcc.dg/empty1.C: Fix typo.
9071
9072 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
9073
9074         * gcc.dg/alias-1.c: New test.
9075
9076 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
9077
9078         * gcc.dg/empty1.C: New test.
9079
9080         * g++.dg/tls/init-2.C: Tweak error messages.
9081
9082 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9083
9084         * gcc.c-torture/compile/20020923-1.c: New test.
9085
9086 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
9087
9088         * gcc.c-torture/execute/ffs-1.c: New test.
9089         * gcc.c-torture/execute/ffs-2.c: Ditto.
9090
9091 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
9092
9093         * g++.dg/overload/member1.C: New test.
9094
9095 2002-09-30  Mark Mitchell  <mark@code
9096
9097 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9098
9099         * testsuite/gcc.dg/tls/diag-3.c: New.
9100
9101 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9102
9103         * g++.dg/README (Subdirectories): Document new subdir expr.
9104         * g++.dg/expr/pmf-1.C: New test.
9105
9106 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9107
9108         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9109
9110 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9111
9112         * g++.dg/abi/bitfield3.C: New test.
9113
9114 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9115
9116         * lib/gcov.exp: Tweak expected line formats.
9117         * gcc.misc-tests/gcov8.c: New test.
9118         * gcc.misc-tests/gcov8.x: New flags.
9119
9120 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9121
9122         * consistency.vlad/layout/endian.c: Include string.h.
9123
9124         * gcc.c-torture/execute/20020805-1.c: New test.
9125
9126 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9127
9128         * g++.dg/other/conversion1.C: New test.
9129
9130 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9131
9132         * gcc.dg/builtins-1.c: New testcase.
9133
9134 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9135
9136         * g++.dg/inherit/access3.C: New test.
9137
9138 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9139
9140         * gcc.dg/ia64-visibility-2.c: New test.
9141
9142 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9143
9144         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9145         __qualifier_flags to __flags.
9146
9147 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9148
9149         * g++.dg/inherit/operator1.C: New test.
9150         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9151         * g++.dg/other/error1.C: Change expected error message.
9152         * g++.dg/template/conv4.C: Likewise.
9153
9154 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9155
9156         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9157         for documented behavior.
9158
9159 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9160
9161         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9162         several targets known to fail.
9163
9164 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9165
9166         * gcc.dg/mips-args-[123].c: New tests.
9167
9168 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9169
9170         * gcc.dg/ppc-spe.c: New.
9171
9172 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9173
9174         * g++.dg/other/ptrmem4.C: New testcase.
9175
9176 2002-07-24  Richard Henderson  <rth@redhat.com>
9177
9178         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9179
9180 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9181
9182         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9183
9184 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9185
9186         * gcc.c-torture/execute/memset-3.c: New testcase.
9187
9188 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9189
9190         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9191         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9192
9193 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9194
9195         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9196         Delete.
9197
9198 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9199
9200         * gcc.c-torture/compile/simd-4.c: New test.
9201
9202 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9203
9204         PR c++/7347, c++/7348
9205         * g++.dg/template/access4.C: New test.
9206         * g++.dg/template/access5.C: New test.
9207         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9208         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9209         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9210         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9211
9212 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9213
9214         * gcc.dg/gnu89-init-2.c: New test.
9215
9216 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9217
9218         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9219
9220 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9221
9222         * gcc.c-torture/execute/20020720-1.c: New testcase.
9223
9224 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9225
9226         * gcc.dg/cpp/Wsignprom.c: New tests.
9227
9228 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9229
9230         * gcc.c-torture/execute/loop-13.c: New test.
9231
9232 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9233
9234         * gcc.dg/cpp/expr.c: New tests.
9235
9236 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9237
9238         * g++.dg/opt/pr6713.C: Add template instantiation.
9239
9240 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9241
9242         * gcc.dg/nest.c: New test.
9243
9244 2002-07-17  Richard Henderson  <rth@redhat.com>
9245
9246         * g++.dg/opt/pr6713.C: New test.
9247
9248 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9249
9250         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9251         XFAIL for all x86 processors.
9252
9253 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9254
9255         * gcc.c-torture/execute/20010122-1.x: Do not test with
9256         -fomit-frame-pointer.
9257
9258 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9259
9260         * g++.dg/template/instantiate2.C: New test.
9261         * g++.dg/template/spec4.C: New test.
9262
9263 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9264
9265         * g++.dg/template/access2.C: New test.
9266         * g++.dg/template/access3.C: New test.
9267
9268 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9269
9270         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9271         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9272         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9273         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9274         Convert to use <stdarg.h>.
9275         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9276         Delete.
9277         * gcc.dg/va-arg-2.c: New.
9278         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9279
9280 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9281
9282         * gcc.c-torture/compile/20020710-1.c: New test.
9283
9284 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9285                           Andrew Pinski  <pinskia@physics.uc.edu>
9286
9287         gcc.c-torture/compile/simd-2.c: New testcase.
9288         gcc.c-torture/compile/simd-3.c: Likewise.
9289
9290 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9291
9292         PR c++/7224
9293         * g++.dg/overload/error1.C: New test.
9294
9295 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9296
9297         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9298         configuration and IRIX 6 O32 ABI.
9299
9300 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9301
9302         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9303
9304 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9305
9306         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9307
9308 2002-07-10  Jeffrey A Law  <law@redhat.com>
9309
9310         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9311
9312         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9313
9314 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9315
9316         * gcc.dg/20020312-2.c: Check for __PPC__.
9317
9318 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9319
9320         * gcc.c-torture/compile/20020709-1.c: New test.
9321
9322 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9323
9324         * g++.dg/template/qualttp21.C: New test case.
9325
9326 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9327
9328         * gcc.c-torture/compile/20020706-1.c: New test.
9329         * gcc.c-torture/compile/20020706-2.c: New test.
9330
9331 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9332             Alexandre Oliva  <aoliva@redhat.com>
9333
9334         * g++.dg/warn/incomplete1.C: New test.
9335
9336 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9337
9338         PR c++/7099
9339         * g++.dg/warn/noreturn1.C: New test.
9340
9341 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9342
9343         PR c++/6706
9344         * g++.dg/debug/debug6.C: New test.
9345         * g++.dg/debug/debug7.C: New test.
9346
9347 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9348
9349         * gcc.c-torture/compile/simd-3.c: New test.
9350
9351 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9352
9353         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9354         * gcc.dg/20020620-1.c: Likewise.
9355
9356 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9357
9358         PR c++/6944
9359         * g++.dg/init/array4.C: New test.
9360         * g++.dg/init/array5.C: New test.
9361
9362 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9363
9364         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9365         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9366
9367 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9368
9369         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9370         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9371         * gcc.dg/wtr-conversion-1.c: Likewise.
9372         * gcc.dg/wtr-escape-1.c: Likewise.
9373         * gcc.dg/wtr-int-type-1.c: Likewise.
9374         * gcc.dg/wtr-label-1.c: Likewise.
9375         * gcc.dg/wtr-static-1.c: Likewise.
9376         * gcc.dg/wtr-strcat-1.c: Likewise.
9377         * gcc.dg/wtr-suffix-1.c: Likewise.
9378         * gcc.dg/wtr-switch-1.c: Likewise.
9379         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9380         * gcc.dg/wtr-union-init-1.c: Likewise.
9381         * gcc.dg/wtr-union-init-2.c: Likewise.
9382         * gcc.dg/wtr-union-init-3.c: Likewise.
9383
9384         * gcc.dg/wtr-func-def-1.c: New test.
9385
9386 2002-07-02 Devang Patel <dpatel@apple.com>
9387
9388         * objc.dg/param-1.m: New test.
9389
9390 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9391
9392         * gcc.dg/cpp/trad/directive.c: Add test.
9393         * gcc.dg/cpp/trad/macroargs.c: Add test.
9394         * gcc.dg/cpp/trad/rec
9395
9396 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9397
9398         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9399
9400 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9401
9402         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9403         targets.
9404
9405 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9406
9407         * g++.dg/abi/mange7.C: New test.
9408
9409         PR c++/6438.
9410         * g++.dg/parse/stmtexpr2.C: New test.
9411
9412 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9413
9414         * gcc.dg/20020312-2.c: Add SH target.
9415
9416 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9417
9418         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9419         compiler output on mips*-*-irix*.
9420
9421 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9422
9423         * g++.dg/parse/attr1.C: New test.
9424
9425 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9426
9427         * gcc.c-torture/execute/string-opt-17.c: New test case.
9428         * gcc.c-torture/execute/memset-2.c: New test case.
9429
9430 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
9431
9432         PR c++/6256:
9433         * g++.dg/template/friend5.C: New test.
9434
9435         PR c++/6331:
9436         * g++.dg/template/qual1.C: Likewise.
9437
9438 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
9439
9440         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9441         Include stdlib.h, not stdio.h or ctype.h.
9442
9443 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
9444
9445         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9446         cris-*-elf* and mmix-*-*.
9447         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9448         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9449         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9450         Ditto.
9451         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9452         * gcc.dg/wchar_t-1.c: Ditto.
9453
9454 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
9455
9456         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9457         Clarify comment.
9458
9459 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
9460
9461         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9462
9463 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9464
9465         * gcc.c-torture/execute/20000906-1.x: Delete.
9466
9467 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
9468
9469         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9470
9471 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
9472
9473         * PR6367
9474         * g77.f-torture/execute/6367.f: New test.
9475         * g77.f-torture/execute/6367.x: Disable for MMIX.
9476
9477 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9478
9479         * PR6352
9480         * g++.dg/opt/inline2.C: New test.
9481
9482 2002-04-18  Richard Henderson  <rth@redhat.com>
9483
9484         * gcc.dg/20000906-1.c: Enable for all targets.
9485         * gcc.c-torture/compile/iftrap-2.c: New.
9486
9487 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9488
9489         * gcc.dg/20020418-1.c: New test.
9490         * gcc.dg/20020418-2.c: New test.
9491
9492 2002-04-18  Richard Henderson  <rth@redhat.com>
9493
9494         * gcc.c-torture/compile/iftrap-1.c: New.
9495         * gcc.dg/iftrap-1.c: Adjust for ia64.
9496         * gcc.dg/iftrap-2.c: New.
9497
9498 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9499
9500         * gcc.c-torture/compile/20020418-1.c: New test.
9501
9502 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9503
9504         * gcc.c-torture/compile/20020415-1.c: New.
9505
9506 2002-04-18  David S. Miller  <davem@redhat.com>
9507
9508         * gcc.c-torture/execute/20020418-1.c: New test.
9509
9510 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9511
9512         * gcc.dg/20020416-1.c: New test.
9513
9514         * g++.dg/opt/inline1.C: New test.
9515
9516 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9517
9518         * gcc.dg/altivec-5.c: New test.
9519
9520         * gcc.dg/20020415-1.c: New test.
9521
9522 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9523
9524         * testsuite/lib/chill.exp: Remove.
9525
9526 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
9527
9528         * g++.dg/other/big-struct.C: New test.
9529
9530 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
9531
9532         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9533         of scratch file.
9534
9535 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
9536
9537         PR c/6277
9538         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
9539         in scan-assembler function name
9540
9541 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
9542
9543         * g77.f-torture/execute/980628-4.x,
9544         g77.f-torture/execute/980628-5.x,
9545         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9546         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9547         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9548         i[34567]86-*-*.
9549
9550 2002-04-13  David S. Miller  <davem@redhat.com>
9551
9552         * gcc.c-torture/execute/20020413-1.c: New test.
9553
9554 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9555
9556         * gcc.dg/asm-6.c,
9557         * g++.dg/ext/asm1.C: New tests.
9558
9559 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9560
9561         PR c++ 5373.
9562         * g++.dg/parse/stmtexpr1.C: New test.
9563
9564         PR c++/5189.
9565         * g++.dg/template/copy1.C: New test.
9566
9567 2002-04-12  Richard Henderson  <rth@redhat.com>
9568
9569         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9570
9571 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
9572
9573         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9574         gcc.c-torture/execute/20020307-2.c.
9575
9576 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
9577
9578         * g++.dg/ext/attrib5.C,
9579         * g++.dg/lookup/struct1.C: New tests.
9580
9581 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9582
9583         * gcc.dg/20020411-1.c: New test.
9584
9585         * gcc.c-torture/execute/20020411-1.c: New test.
9586
9587 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
9588
9589         * g77.f-torture/execute/6177.f: New test.
9590
9591 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
9592
9593         PR middle-end/6247
9594         * g++.dg/opt/cleanup1.C: New test.
9595
9596         * g++.dg/opt/const1.C: New test.
9597
9598 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
9599
9600         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9601
9602 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9603
9604         PR c++/5507
9605         * g++.dg/template/typename2.C: New test.
9606
9607 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9608
9609         * gcc.c-torture/execute/loop-12.c: New.
9610
9611 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
9612
9613         * g77.f-torture/execute/980628-4.x,
9614         g77.f-torture/execute/980628-5.x,
9615         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9616         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9617         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9618
9619 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9620
9621         PR optimization/6086
9622         * g++.dg/opt/preinc1.C: New test.
9623
9624 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9625
9626         PR c++/5571
9627         * g++.dg/opt/static2.C: New test.
9628
9629 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9630
9631         PR c/5120
9632         * gcc.dg/20020406-1.c: New test.
9633
9634 2002-04-04  David S. Miller  <davem@redhat.com>
9635
9636         * gcc.c-torture/execute/20020404-1.c: New test.
9637
9638 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9639
9640         PR c/6123
9641         * gcc.dg/20020312-2.c: Do not declare global register variable
9642         if __PIC__ or __pic__ is defined.
9643
9644 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
9645
9646         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
9647         __asm__ so that it works correctly even if -ansi -pedantic-errors.
9648
9649 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9650
9651         * gcc.misc-tests/linkage.exp: Update last change to handle
9652         sparc*-, not just sparc-.
9653
9654 2002-04-03  Richard Henderson  <rth@redhat.com>
9655
9656         * gcc.dg/cpp/ucs.c: Improved long UCS test.
9657
9658 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9659
9660         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9661
9662 2002-04-02  David S. Miller  <davem@redhat.com>
9663
9664         * gcc.c-torture/execute/20020402-3.c: New test.
9665
9666 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9667
9668         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9669         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9670
9671         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9672         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9673         g77.f-torture/execute/20001201.x,
9674         g77.f-torture/execute/u77-test.x: New files.
9675
9676         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9677         * gcc.dg/wchar_t-1.c: Ditto.
9678
9679 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9680
9681         * gcc.c-torture/execute/20020402-1.c: New test.
9682
9683 2002-04-01  Richard Henderson  <rth@redhat.com>
9684
9685         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9686
9687         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9688
9689 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9690
9691         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9692
9693 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9694
9695         * g++.dg/inherit/template-as-base.C: Expect error.
9696         * g++.dg/inherit/namespace-as-base.C: Likewise.
9697
9698 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9699
9700         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9701         g++.dg/ext/instantiate3.C: Tweak match patterns.
9702
9703         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9704         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9705         -da test.
9706
9707 2002-03-31  Richard Henderson  <rth@redhat.com>
9708
9709         * gcc.dg/special/alias-2.c: New.
9710         * gcc.dg/special/ecos.exp: Run it.
9711
9712 2002-03-31  Richard Henderson  <rth@redhat.com>
9713
9714         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9715
9716 2002-03-31  Kazu Hirata  <kazu@hxi.com>
9717
9718         * gcc.dg/weak-1.c: Disable on h8300 port.
9719
9720 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
9721
9722         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9723         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9724         ordering tests.
9725         * g++.dg/bprob/bprob-1.C: New test.
9726         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9727         * g++.dg/gcov/gcov-1.C: New test.
9728         * g++.dg/gcov/gcov-1.x: New file.
9729         * g++.dg/gcov/gcov-2.C: New test.
9730         * g++.dg/gcov/gcov-3.C: New test.
9731         * g++.dg/gcov/gcov-3.h: New file.
9732
9733 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9734
9735         * g++.old-deja/g++.other/builtins5.C: New test.
9736         * g++.old-deja/g++.other/builtins6.C: New test.
9737         * g++.old-deja/g++.other/builtins7.C: New test.
9738         * g++.old-deja/g++.other/builtins8.C: New test.
9739         * g++.old-deja/g++.other/builtins9.C: New test.
9740
9741 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9742
9743         * g++.dg/opt/static1.C: New test.
9744
9745         * g++.dg/opt/longbranch1.C: New test.
9746
9747 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9748
9749         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9750
9751         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9752
9753 2002-03-28  Jeffrey A Law  (law@redhat.com)
9754
9755         * gcc.c-torture/execute/20020328-1.c: New test.
9756
9757 2002-03-27  Richard Henderson  <rth@redhat.com>
9758
9759         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9760         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9761         move from g++.old-deja/g++.ext/.
9762
9763 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9764
9765         * g++.dg/init/new2.C: New test.
9766
9767 2002-03-26  Richard Henderson  <rth@redhat.com>
9768
9769         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9770
9771         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9772         on sparc.
9773
9774         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9775         sparcv9 systems.
9776         * gcc.dg/20001102-1.c: Likewise.
9777
9778 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9779
9780         * gcc.dg/cpp/endif-pedantic1.c,
9781         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9782
9783 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9784
9785         * g++.dg/init/new1.C: New test.
9786
9787 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9788
9789         * g++.dg/abi/vbase9.C: New test.
9790
9791 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9792
9793         * gcc.dg/arm-asm.c: New test.
9794
9795 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9796
9797         * gcc.dg/Wswitch-enum.c: New test.
9798         Fix PR c/5044.
9799
9800 2002-03-26  Richard Henderson  <rth@redhat.com>
9801
9802         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9803         structure.
9804
9805 2002-03-25  Richard Henderson  <rth@redhat.com>
9806
9807         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9808         sparcv9 systems.
9809
9810         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9811         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9812
9813 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9814
9815         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9816
9817 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9818
9819         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9820         targets using generic thunk support.
9821
9822 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9823
9824         * gcc.c-torture/compile/20020323-1.c: New test.
9825
9826         * g++.dg/opt/conj2.C: New test.
9827
9828 2002-03-24  Richard Henderson  <rth@redhat.com>
9829
9830         * gcc.dg/weak-1.c: Use -fno-common.
9831
9832 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9833
9834         * g77.dg/f77-edit-apostrophe-out.f: New test
9835         * g77.dg/f77-edit-h-out.f: New test
9836         * g77.dg/f77-edit-t-in.f: New test
9837         * g77.dg/f77-edit-t-out.f: New test
9838         * g77.dg/f77-edit-x-out.f: New test
9839         * g77.dg/f77-edit-slash-out.f: New test
9840         * g77.dg/f77-edit-colon-out.f: New test
9841         * g77.dg/f77-edit-s-out.f: New test
9842
9843 2002-03-24  Richard Henderson  <rth@redhat.com>
9844
9845         * objc/execute/formal_protocol-6.x: New XFAIL.
9846
9847 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9848
9849         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9850         that do not support weak symbols
9851
9852 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9853
9854         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9855         * lib/g77.exp:  Likewise
9856         * lib/objc.exp: Likewise
9857
9858 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9859
9860         * gcc.dg/Wswitch-default.c: New test.
9861
9862 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
9863
9864         * g++.dg/other/enum1.C: New test.
9865
9866 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
9867
9868         * gcc.dg/pragma-ep-3.c: Fix typo.
9869
9870 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9871
9872         * g++.dg/inherit/template-as-base.C: New test.
9873
9874 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
9875
9876         * g++.old-deja/g++.other/dwarf2-1.C: Move...
9877         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
9878
9879 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9880
9881         * gcc.dg/cpp/multiline.c: Update to match.
9882
9883 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
9884
9885         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9886
9887 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
9888
9889         * gcc.dg/cpp/extratokens2.c:  New file.
9890
9891 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
9892
9893         * gcc.dg/20020312-2.c: Add rs6000 target.
9894
9895         * gcc.c-torture/compile/20020319-1.c: New test.
9896
9897 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9898
9899         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9900         (A, E): Handle this.
9901
9902 2002-03-20  Jason Merrill  <jason@redhat.com>
9903
9904         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9905         ignoring -fpic.
9906         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9907         through prune_gcc_output.
9908
9909 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
9910
9911         * gcc.c-torture/compile/20020320-1.c: New test.
9912
9913 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
9914
9915         * gcc.c-torture/compile/20020318-1.c: New test.
9916
9917         * gcc.dg/struct-by-value-1.c: New test.
9918
9919         * gcc.dg/20020319-1.c: New test.
9920
9921 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
9922
9923         * g++.dg/opt/conj1.C: New test.
9924
9925 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
9926
9927         * g++.dg/template/qualttp20.C: Revert previous change.
9928         * g++.dg/template/qualttp3.C: Likewise.
9929         * g++.dg/template/qualttp4.C: Likewise
9930         * g++.dg/template/qualttp5.C: Likewise
9931         * g++.dg/template/qualttp6.C: Likewise
9932         * g++.dg/template/qualttp7.C: Likewise
9933         * g++.dg/template/qualttp8.C: Likewise
9934         * g++.dg/template/recurse.C: Likewise.
9935
9936 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9937
9938         * gcc.dg/cpp/wchar-1.c: Update.
9939
9940 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
9941
9942         * g++.dg/template/conv1.C: New test.
9943         * g++.dg/template/conv2.C: New test.
9944         * g++.dg/template/conv3.C: New test.
9945         * g++.dg/template/conv4.C: New test.
9946
9947 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9948
9949         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
9950         * g++.dg/template/qualttp3.C: Likewise.
9951         * g++.dg/template/qualttp4.C: Likewise
9952         * g++.dg/template/qualttp5.C: Likewise
9953         * g++.dg/template/qualttp6.C: Likewise
9954         * g++.dg/template/qualttp7.C: Likewise
9955         * g++.dg/template/qualttp8.C: Likewise
9956         * g++.dg/template/recurse.C: Likewise.
9957
9958 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9959
9960         * g++.dg/opt/dtor1.C: New test.
9961
9962 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
9963
9964         * gcc.c-torture/compile/20020315-1.c: New test.
9965
9966 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
9967
9968         * gcc.dg/weak-1.c: Fix scan tests.
9969
9970 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
9971
9972         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
9973         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
9974         cris-*-aout* mmix-*-*.
9975         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
9976         cris-*-aout* mmix-*-*.
9977         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
9978         cris-*-elf* cris-*-aout* and mmix-*-*.
9979         * gcc.dg/20001009-1.c: Ditto.
9980         * gcc.dg/20010912-1.c: Ditto.
9981         * gcc.dg/20020122-4.c: Ditto.
9982         * gcc.dg/inline-2.c: Ditto.
9983
9984 2002-03-14  Jeffrey A Law  (law@cygnus.com)
9985
9986         * gcc.c-torture/compile/20020314-1.c: New test.
9987
9988 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
9989
9990         * gcc.c-torture/execute/20020314-1.c: New test.
9991
9992 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
9993
9994         * g++.dg/warn/Wunused-1.C: New test.
9995
9996 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
9997
9998         * g++.dg/abi/mangle6.C: New test.
9999
10000 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10001
10002         * gcc.c-torture/compile/20020309-2.c: New test.
10003
10004         * gcc.c-torture/compile/20020312-1.c: New test.
10005
10006 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10007
10008         * g++.dg/other/access1.C: New test.
10009
10010 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10011
10012         * gcc.c-torture/execute/wchar_t-1.c: New test.
10013
10014 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10015
10016         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10017
10018 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10019
10020         * gcc.dg/20020312-1.c: New test case.
10021
10022 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10023
10024         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10025
10026 2002-03-11  Richard Henderson  <rth@redhat.com>
10027
10028         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10029         * g++.old-deja/g++.jason/report.C: Likewise.
10030
10031 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10032
10033         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10034         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10035
10036 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10037
10038         * testsuite/g++.dg/overload/pmf1.C: New test.
10039
10040 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10041
10042         * gcc.c-torture/execute/20020307-1.c: Use long.
10043
10044 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10045
10046         PR optimization/5844
10047         * gcc.dg/20020310-1.c: New test.
10048
10049 2002-03-09  Michael Meissner  <meissner@redhat.com>
10050
10051         * gcc.c-torture/execute/memcpy-2.c: New test.
10052         * gcc.c-torture/execute/memset-1.c: New test.
10053         * gcc.c-torture/execute/strlen-1.c: New test.
10054         * gcc.c-torture/execute/strcmp-1.c: New test.
10055         * gcc.c-torture/execute/strncmp-1.c: New test.
10056
10057 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10058
10059         * gcc.dg/ppc-ldstruct.c: New test.
10060
10061 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10062
10063         * gcc.c-torture/execute/va-arg-22.c: New test.
10064
10065 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10066
10067         * gcc.c-torture/compile/20020309-1.c: New test.
10068
10069 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10070
10071         * gcc.c-torture/execute/20020307-2.c: New test.
10072
10073 2002-03-07  Jeffrey A Law  (law@redhat.com)
10074
10075         * g77.f-torture/compile/20020307-1.f: New test.
10076
10077 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10078
10079         * gcc.dg/unordered-1.c: New test.
10080
10081 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10082
10083         * gcc.c-torture/execute/20020307-1.c: New test.
10084
10085 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10086
10087         * gcc.dg/20020304-1.c: New test.
10088
10089         * gcc.c-torture/compile/20020304-2.c: New test.
10090
10091 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10092
10093         * gcc.c-torture/compile/20020304-1.c: New test case
10094         (from PR c/5830).
10095
10096 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10097
10098         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10099
10100 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10101
10102         * g++.dg/other/classkey1.C: New test.
10103
10104 2002-03-01  Richard Henderson  <rth@redhat.com>
10105
10106         * gcc.c-torture/compile/981223-1.x: New.
10107         * gcc.c-torture/compile/920625-1.x: New.
10108
10109 2002-02-28  Richard Henderson  <rth@redhat.com>
10110
10111         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10112
10113 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10114
10115         * gcc.c-torture/execute/20020227-1.c: New test.
10116
10117 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10118
10119         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10120         here" ERROR lines.
10121         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10122         * g++.old-deja.g++.other/defarg1.C: Likewise.
10123         * g++.old-deja/g++.pt/calls2.C: Likewise.
10124         * g++.old-deja/g++.pt/crash20.C: Likewise.
10125         * g++.old-deja/g++.pt/crash30.C: Likewise.
10126         * g++.old-deja/g++.pt/crash36.C: Likewise.
10127         * g++.old-deja/g++.pt/crash6.C: Likewise.
10128         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10129         * g++.old-deja/g++.pt/derived3.C: Likewise.
10130         * g++.old-deja/g++.pt/error1.C: Likewise.
10131         * g++.old-deja/g++.pt/friend21.C: Likewise.
10132         * g++.old-deja/g++.pt/friend23.C: Likewise.
10133         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10134         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10135
10136 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10137
10138         * gcc.c-torture/execute/20020225-2.c: New test.
10139
10140 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10141
10142         * gcc.c-torture/execute/920730-1t.c,
10143         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10144         Delete test cases, only relevant to -traditional.
10145
10146 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10147
10148         * gcc.dg/cpp/undef1.c: Remove.
10149         * gcc.dg/cpp/directiv.c: Update.
10150         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10151
10152 2002-02-27  Michael Meissner  <meissner@redhat.com>
10153
10154         * gcc.c-torture/execute/20020226-1.c: New test.
10155
10156 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10157
10158         * g++.dg/debug/debug4.C: New test.
10159
10160         * gcc.dg/ia64-visibility-1.c: New test.
10161
10162 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10163
10164         * gcc.dg/debug/20020224-1.c: New.
10165
10166 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10167
10168         * gcc.c-torture/execute/960416-1.x: New.
10169         * gcc.c-torture/execute/divconst-3.x: Likewise.
10170
10171 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10172
10173         * gcc.dg/20020224-1.c: New test.
10174
10175 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10176
10177         * gcc.c-torture/execute/20020225-1.c: New.
10178
10179 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10180
10181         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10182
10183 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10184
10185         * gcc.dg/20020222-1.c: New test.
10186
10187 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10188
10189         * g++.dg/opt/anonunion1.C: New test.
10190
10191 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10192
10193         * g++.dg/template/qualttp19.C: New test.
10194         * g++.dg/template/qualttp20.C: New test.
10195         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10196         * g++.old-deja/g++.other/qual1.C: Likewise.
10197
10198 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10199
10200         * gcc.dg/attr-alwaysinline.c: New.
10201
10202 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10203
10204         * gcc.dg/20020220-1.c: New test.
10205
10206         * gcc.dg/20020220-2.c: New test.
10207
10208         * g++.dg/opt/mmx1.C: New test.
10209
10210 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10211
10212         * gcc.c-torture/compile/20020110.c: New test.
10213
10214 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10215
10216         * gcc.c-torture/execute/20020219-1.c: New test.
10217
10218         * gcc.dg/20020219-1.c: New test.
10219
10220         * gcc.dg/noncompile/20020220-1.c: New test.
10221
10222         * g++.dg/opt/ptrintsum1.C: New test.
10223
10224         * gcc.dg/debug/20020220-1.c: New test.
10225
10226 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10227
10228         * gcc.c-torture/execute/20020216-1.c: New test.
10229
10230 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10231
10232         * gcc.dg/decl-1.c: Update, new test.
10233
10234 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10235
10236         * g++.dg/abi/bitfield1.C: New test.
10237         * g++.dg/abi/bitfield2.C: New test.
10238
10239 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10240
10241         * gcc.dg/attr-nest.c: New test.
10242
10243 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10244
10245         * gcc.c-torture/execute/20020215-1.c: New test.
10246
10247 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10248
10249         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10250         * g++.dg/debug/debug.exp: New.
10251         * g++.dg/debug/trivial.C: New.
10252         * g++.dg/debug/debug1.C: Moved...
10253         * g++.dg/other/debug1.C: ...from here.
10254         * g++.dg/debug/debug2.C: Moved...
10255         * g++.dg/other/debug2.C: ...from here.
10256         * g++.dg/debug/debug3.C: Moved...
10257         * g++.dg/other/debug3.C: ...from here.
10258
10259         * gcc.dg/noncompile/20020213-1.c: New test.
10260
10261 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10262
10263         * g++.dg/other/debug3.C: New test.
10264
10265         * gcc.c-torture/execute/20020213-1.c: New test.
10266
10267 2002-02-13  Richard Smith <richard@ex-parrot.com>
10268
10269         * g++.old-deja/g++.other/thunk1.C: New test.
10270
10271 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10272
10273         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10274
10275 2002-02-13  Stan Shebs  <shebs@apple.com>
10276
10277         * gcc.dg/altivec-3.c: New.
10278
10279 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10280
10281         * gcc.dg/Wunreachable-1.c: New test.
10282         * gcc.dg/Wunreachable-2.c: New test.
10283
10284 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10285
10286         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10287
10288 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10289
10290         * gcc.dg/decl-1.c: New test.
10291
10292 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10293
10294         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10295
10296 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10297
10298         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10299         * gcc.c-torture/compile/980506-1.x: Likewise.
10300
10301 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10302
10303         * gcc.dg/20020210-1.c: New.
10304
10305 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10306
10307         * g77.f-torture/execute/947.f: New regression test
10308         for PR fortran/947.
10309
10310 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10311
10312         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10313         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10314
10315 2002-02-08  Richard Henderson  <rth@redhat.com>
10316
10317         * gcc.c-torture/compile/labels-3.c: New.
10318
10319 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10320
10321         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10322         expression statements work instead.
10323         * gcc.dg/noncompile/20020207-1.c: New test.
10324
10325 2002-02-07  Richard Henderson  <rth@redhat.com>
10326
10327         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10328
10329 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10330
10331         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10332         message from g77
10333         * lib/g77-dg.exp: Trim g77 error messages so that they are
10334         recognized by dg.exp.
10335
10336 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10337
10338         PR fortran/5473
10339         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10340
10341 2002-02-07  Richard Henderson  <rth@redhat.com>
10342
10343         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10344         to be sufficiently aligned for integers.
10345
10346 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10347
10348         * g++.dg/template/friend4.C: New test.
10349
10350 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10351
10352         PR fortran/5743
10353         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10354         unsupported cases.
10355
10356 2002-02-07  Richard Henderson  <rth@redhat.com>
10357
10358         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10359         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10360         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10361         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10362
10363 2002-02-06  Richard Henderson  <rth@redhat.com>
10364
10365         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10366
10367 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10368
10369         * gcc.dg/20020206-1.c: New test.
10370
10371 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10372
10373         * gcc.c-torture/execute/20020206-1.c: New test.
10374
10375         * gcc.c-torture/execute/20020206-2.c: New test.
10376
10377         PR optimization/5429:
10378         * gcc.c-torture/compile/20020206-1.c: New test.
10379
10380 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10381
10382         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10383         as certain file formats cannot support particularly large
10384         alignments.
10385
10386         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10387         and do not expect to be able to link the executable.
10388
10389         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10390         fail because the COFF format does not support the weak attribute.
10391
10392 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10393
10394         * g77.dg/pr5473.f:  New test
10395
10396 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10397
10398         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10399         Fix testcase accordingly.
10400
10401 2002-02-04  Richard Henderson  <rth@redhat.com>
10402
10403         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10404         (buf): Change to be an array of pointers, not ints.
10405
10406 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10407
10408         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10409         before all tests.  Move warning one line above to match where it
10410         C frontend emits.
10411         * gcc.dg/Wswitch-2.c: New test.
10412         * g++.dg/warn/Wswitch-1.C: New test.
10413         * g++.dg/warn/Wswitch-2.C: New test.
10414
10415 2002-02-04  Richard Henderson  <rth@redhat.com>
10416
10417         * g++.dg/abi/offsetof.C: Fix size comparison.
10418
10419 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10420
10421         * gcc.dg/cast-qual-2.c: New test.
10422
10423 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10424
10425         * gcc.dg/20020201-4.c: New test.
10426
10427 2002-02-04  Ben Elliston  <bje@redhat.com>
10428
10429         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10430         target_info attribute != 0, in addition to the empty string.
10431         (gcc_target_compile): Likewise.
10432
10433 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10434
10435         * gcc.dg/Wswitch.c: New test.
10436         PR gcc/4475. PR gcc/3780.
10437
10438 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
10439
10440         * g77.f-torture/execute/5122.f: New test for regressions
10441         against PR fortran/5122.
10442
10443 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
10444
10445         * g77.f-torture/compile/pr3743.f: Delete
10446         * g77.dg/pr3743-1.f: New test.
10447         * g77.dg/pr3743-2.f: New test.
10448         * g77.dg/pr3743-3.f: New test.
10449         * g77.dg/pr3743-4.f: New test.
10450
10451 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10452
10453         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10454
10455 2002-02-02  Richard Henderson  <rth@redhat.com>
10456
10457         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10458         * gcc.c-torture/execute/bf64-1.c: Likewise.
10459
10460 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10461
10462         * gcc.dg/20020201-2.c: New test.
10463
10464         * gcc.dg/20020201-3.c: New test.
10465
10466         * gcc.c-torture/execute/bitfld-2.c: New test.
10467
10468 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10469
10470         * gcc.dg/bitfld-1.c: Update.
10471         * gcc.dg/bitfld-2.c: Update.
10472         * gcc.c-torture/execute/bitfld-1.x: New.
10473
10474 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10475
10476         * gcc.c-torture/execute/20020201-1.c: New test.
10477
10478 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
10479
10480         PR target/5469
10481         * gcc.dg/20020201-1.c: New test.
10482
10483 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
10484
10485         PR fortran/3743
10486         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10487         * g77.f-torture/compile/pr3743.x: Remove
10488
10489 2002-01-31  Tom Rix  <trix@redhat.com>
10490
10491         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10492
10493 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10494
10495         * gcc.dg/noncompile/20020130-1.c: New test.
10496
10497 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
10498
10499         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
10500
10501 2002-01-29  Richard Henderson  <rth@redhat.com>
10502
10503         * gcc.c-torture/execute/991118-1.c: Cast various constants back
10504         to long long.
10505         * gcc.c-torture/execute/bf64-1.c: Likewise.
10506
10507 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
10508
10509         * gcc.c-torture/execute/20020129-1.c: New test.
10510
10511 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10512
10513         * gcc.c-torture/compile/20000224-1.c: Update.
10514         * gcc.c-torture/execute/bitfld-1.c: New tests.
10515         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10516         * gcc.dg/uninit-A.c: Update.
10517
10518 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
10519
10520         * g++.dg/template/ctor1.C: Add instantiation.
10521
10522 2002-01-28  Paul Koning  <pkoning@equallogic.com>
10523
10524         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10525         argument to __builtin_prefetch to be const ptr.
10526
10527 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
10528
10529         * gcc.c-torture/compile/20020120-1.c: New test.
10530
10531 2002-01-27  Kazu Hirata  <kazu@hxi.com>
10532
10533         * gcc.c-torture/execute/20020127-1.c: New test.
10534
10535 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
10536
10537         * g77.dg/f77-edit-i-in.f: New test
10538         * g77.dg/f77-edit-i-out.f: New test
10539
10540 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
10541
10542         * gcc.dg/debug/debug.exp: New file.
10543         * gcc.dg/debug/trivial.c: New file.
10544         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10545         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10546         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10547         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10548         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10549         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10550         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10551         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10552         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10553         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10554         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10555         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10556         * gcc.dg/20000503-1.c: Removed.
10557         * gcc.dg/20010207-1.c: Removed.
10558         * gcc.dg/20011223-1.c: Removed.
10559         * gcc.dg/20020104-2.c: Removed.
10560         * gcc.dg/debug-1.c: Removed.
10561         * gcc.dg/debug-2.c: Removed.
10562         * gcc.dg/debug-3.c: Removed.
10563         * gcc.dg/debug-4.c: Removed.
10564         * gcc.dg/debug-5.c: Removed.
10565         * gcc.dg/debug-6.c: Removed.
10566         * gcc.dg/dwarf2-1.c: Removed.
10567         * gcc.dg/dwarf2-2.c: Removed.
10568
10569 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
10570
10571         * g++.old-deja/g++.other/eh5.C: New test.
10572         * g++.old-deja/g++.other/sibcall2.C: New test.
10573         * g++.old-deja/g++.other/array9.C: New test.
10574         * g++.old-deja/g++.other/typename2.C: New test.
10575         * g++.old-deja/g++.other/crash60.C: New test.
10576         * g++.old-deja/g++.other/conv9.C: New test.
10577         * g++.old-deja/g++.other/mangle10.C: New test.
10578         * g++.old-deja/g++.other/unchanging1.C: New test.
10579         * g++.old-deja/g++.other/exprstmt1.C: New test.
10580         * g++.old-deja/g++.other/inline23.C: New test.
10581         * g++.old-deja/g++.eh/ia64-1.C: New test.
10582         * g++.old-deja/g++.other/dwarf2-1.C: New test.
10583         * g++.old-deja/g++.other/reload1.C: New test.
10584         * g++.old-deja/g++.other/static20.C: New test.
10585         * g++.old-deja/g++.other/local-alloc1.C: New test.
10586         * g++.old-deja/g++.other/conv8.C: New test.
10587         * g++.old-deja/g++.other/stmtexpr2.C: New test.
10588         * g++.old-deja/g++.other/storeexpr1.C: New test.
10589         * g++.old-deja/g++.other/storeexpr2.C: New test.
10590         * g++.dg/eh/template2.C: New test.
10591         * g++.dg/warn/weak1.C: New test.
10592
10593 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
10594
10595         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10596         Remove first, non-varying, argument.
10597
10598 2002-01-23  Richard Henderson  <rth@redhat.com>
10599
10600         * gcc.dg/inline-2.c: New.
10601
10602         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10603         Add optional target arg.  Check number of arguments.
10604         (scan-assembler-not, scan-assembler-dem): Likewise.
10605         (scan-assembler-dem-not): Likewise.
10606
10607 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10608
10609         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10610         line 12.
10611         * g++.old-deja/g++.brendan/parse3.C,
10612         g++.old-deja/g++.other/crash26.C,
10613         g++.old-deja/g++.other/crash28.C,
10614         g++.old-deja/g++.other/crash29.C,
10615         g++.old-deja/g++.other/crash30.C,
10616         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10617
10618 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
10619
10620         * gcc.dg/20020115-1.c: New.
10621
10622 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
10623
10624         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10625
10626 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
10627
10628         * gcc.dg/20020122-3.c: New.
10629
10630 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10631
10632         * g++.dg/other/gc1.C: New test.
10633
10634 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10635
10636         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10637
10638 2002-01-22  Richard Henderson  <rth@redhat.com>
10639
10640         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10641
10642 2002-01-22  Richard Henderson  <rth@redhat.com>
10643
10644         * gcc.dg/20020122-4.c: New.
10645
10646 2002-01-22  H.J. Lu <hjl@gnu.org>
10647
10648         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10649         link output.
10650         * gcc.dg/special/ecos.exp: Likewise.
10651         * lib/g++-dg.exp: Likewise.
10652         * lib/g77-dg.exp: Likewise.
10653         * lib/gcc-dg.exp : Likewise.
10654         * lib/mike-g++.exp: Likewise.
10655         * lib/mike-g77.exp: Likewise.
10656         * lib/mike-gcc.exp: Likewise.
10657         * lib/objc-dg.exp: Likewise.
10658
10659 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
10660
10661         PR target/5379
10662         * gcc.dg/20020122-2.c: New test.
10663
10664 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
10665
10666         * gcc.dg/20020122-1.c: New test.
10667
10668 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
10669
10670         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10671
10672 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
10673
10674         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10675
10676 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10677
10678         * gcc.c-torture/compile/20020121-1.c: New test.
10679
10680 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10681
10682         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10683         ld_library_path.
10684
10685 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
10686
10687         * gcc.dg/20020218-1.c: New test.
10688
10689 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
10690
10691         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10692         messages
10693         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10694         "At global scope" warning
10695         * g++.dg/ext/align1.C: Change cygwin test for alignment
10696         from db-bogus to dg-warning
10697
10698 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
10699
10700         * g77.f-torture/compile/cpp2.F: New test.
10701
10702 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10703
10704         * g++.dg/template/access1.C: New test.
10705
10706 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
10707
10708         * gcc.dg/20020118-1.c: New.
10709
10710 2002-01-18  Kazu Hirata  <kazu@hxi.com>
10711
10712         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10713
10714 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10715
10716         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10717         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10718         alignment warnings.
10719
10720 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10721
10722         * gcc.misc-tests/i386-prefetch.exp: Save and restore
10723         torture_with_loops and torture_without_loops
10724
10725 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10726
10727         * gcc.c-torture/compile/20020116-1.c: New test.
10728
10729 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10730
10731         * gcc.dg/20020116-2.c: New test.
10732
10733         * gcc.dg/ultrasp4.c: New test.
10734
10735         * gcc.dg/20020116-1.c: New test.
10736
10737 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10738
10739         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10740         by EABI.
10741
10742 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10743
10744         * gcc.misc-tests/i386-prefetch.exp: New.
10745         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10746         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10747         * gcc.misc-tests/i386-pf-none-1.c: New test.
10748         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10749
10750 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10751
10752         * gcc.dg/gnu89-init-1.c: Add new tests.
10753
10754 2002-01-15  Andreas Jaeger  <aj@suse.de>
10755
10756         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10757         * gcc.dg/i386-mmx-2.c: Likewise.
10758         * gcc.dg/i386-sse-1.c: Likewise.
10759         * gcc.dg/i386-sse-2.c: Likewise.
10760         * gcc.dg/i386-sse-3.c: Likewise.
10761
10762 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10763
10764         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10765         Uncomment additional cases that now pass.
10766
10767 2002-01-11  Richard Henderson  <rth@redhat.com>
10768
10769         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10770         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10771
10772 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10773
10774         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10775
10776 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10777
10778         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10779         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10780
10781 2002-01-10  Dale Johannesen  <dalej@apple.com>
10782
10783         * gcc.c-torture/execute/loop-11.c: New.
10784
10785 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10786
10787         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10788         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10789
10790 2002-01-09  Richard Henderson  <rth@redhat.com>
10791
10792         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10793         type in which to perform the operation for each size.
10794
10795 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10796
10797         * gcc.c-torture/compile/20020109-2.c: New test.
10798
10799 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10800
10801         * gcc.c-torture/execute/loop-10.c: New test.
10802
10803 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10804
10805         * gcc.c-torture/compile/20010226-1.c: New test.
10806         * gcc.c-torture/compile/20010227-1.c: New test.
10807         * gcc.c-torture/compile/20010426-1.c: New test.
10808         * gcc.c-torture/compile/20010510-1.c: New test.
10809         * gcc.c-torture/compile/20010605-3.c: New test.
10810         * gcc.c-torture/compile/20010824-1.c: New test.
10811         * gcc.c-torture/execute/20010409-1.c: New test.
10812         * gcc.dg/noncompile/20000901-1.c: New test.
10813         * gcc.dg/20001023-1.c: New test.
10814         * gcc.dg/20001101-1.c: New test.
10815         * gcc.dg/20001102-1.c: New test.
10816         * gcc.dg/20010207-1.c: New test.
10817         * gcc.dg/20010405-1.c: New test.
10818         * gcc.dg/20010822-1.c: New test.
10819         * gcc.dg/20011107-1.c: New test.
10820
10821 2002-01-09  Jeffrey A Law  (law@redhat.com)
10822
10823         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10824
10825         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10826         execution failure on PA targets.
10827
10828 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10829
10830         * gcc.c-torture/compile/20020109-1.c: New test.
10831
10832 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10833
10834         * gcc.c-torture/execute/20020108-1.c: New test.
10835
10836 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10837
10838         * gcc.dg/20020108-1.c: New test.
10839
10840 2002-01-08  H.J. Lu <hjl@gnu.org>
10841
10842         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10843         for header files.
10844
10845 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10846
10847         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10848         consistency.
10849
10850 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10851
10852         * gcc.dg/altivec-4.c: Test altivec predicates.
10853
10854 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10855
10856         * gcc.c-torture/execute/20020107-1.c: New test.
10857
10858 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10859
10860         PR c/5279
10861         * gcc.c-torture/compile/20020106-1.c: New test.
10862
10863 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
10864
10865         * gcc.c-torture/execute/nestfunc-4.c: New test.
10866
10867 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10868
10869         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10870         extra triple that slipped in.
10871         * g++.old-deja/g++.abi/align.C: Likewise.
10872         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10873
10874 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10875
10876         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10877         * g++.old-deja/g++.abi/align.C: Likewise.
10878         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10879
10880         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10881         on FreeBSD/i386.
10882         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10883         FreeBSD.
10884
10885 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10886
10887         * gcc.dg/20020104-1.c: New test.
10888
10889         * gcc.dg/20020104-2.c: New test.
10890
10891 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
10892
10893         * gcc.dg/20020103-1.c: Fix typo in target selector.
10894
10895 2002-01-03  Richard Henderson  <rth@redhat.com>
10896
10897         * gcc.dg/20020103-1.c: New.
10898
10899 2002-01-03  Kazu Hirata  <kazu@hxi.com>
10900
10901         * gcc.c-torture/execute/20020103-1.c: New test.
10902
10903 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10904
10905         * g++.dg/other/debug2.C: New test.
10906
10907         * gcc.c-torture/compile/20020103-1.c: New test.
10908
10909 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
10910
10911         * gcc.dg/gnu89-init-1.c: Added new tests.
10912
10913 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10914
10915         * g++.dg/template/friend2.C: Remove as patch is reverted.
10916
10917         * g++.dg/warn/oldcast1.C: New test.
10918
10919         * g++.dg/template/ptrmem1.C: New test.
10920         * g++.dg/template/ptrmem2.C: New test.
10921
10922         * g++.dg/template/ntp.C: New test.
10923
10924         * g++.dg/other/component1.C: New test.
10925
10926         * g++.dg/template/ttp3.C: New test.
10927
10928         * g++.dg/template/friend2.C: New test.
10929         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10930
10931 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10932
10933         * g++.dg/other/ptrmem1.C: New test.
10934         * g++.dg/other/ptrmem2.C: New test.
10935
10936 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10937
10938         * g++.dg/template/ctor1.C: New test.
10939
10940 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10941
10942         * g++.dg/template/friend2.C: New test.
10943
10944 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
10945
10946         * gcc.dg/mmix-1.c: New test.
10947
10948 2001-12-31  Richard Henderson  <rth@redhat.com>
10949
10950         * gcc.dg/asm-5.c: New.
10951
10952 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
10953
10954         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
10955         in namespace __gnu_cxx
10956
10957 2001-12-30  Richard Henderson  <rth@redhat.com>
10958
10959         * gcc.dg/debug-6.c: New.
10960
10961 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
10962
10963         * gcc.c-torture/compile/20011229-2.c: New test.
10964
10965 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
10966
10967         * gcc.dg/debug-3.c: New test.
10968         * gcc.dg/debug-4.c: New test.
10969         * gcc.dg/debug-5.c: New test.
10970
10971 2001-12-29  Richard Henderson  <rth@redhat.com>
10972
10973         * g++.dg/eh/loop1.C: New.
10974
10975 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10976
10977         * g++.dg/template/crash1.C: New test.
10978
10979 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10980
10981         * g++.dg/other/const1.C: New test.
10982
10983 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10984
10985         * gcc.c-torture/compile/20011229-1.c: New test.
10986
10987 2001-12-28  Stan Shebs  <shebs@apple.com>
10988
10989         * lib/objc-torture.exp: Resync with c-torture.exp.
10990         * lib/objc.exp: Load standard libraries.
10991
10992 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
10993
10994         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
10995         additional tests.
10996
10997 2001-12-27  Roger Sayle <roger@eyesopen.com>
10998
10999         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11000
11001 2001-12-27  Richard Henderson  <rth@redhat.com>
11002
11003         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11004
11005 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11006
11007         * g++.dg/eh/ctor1.C: New test.
11008         * g++.dg/other/error2.C: New test.
11009
11010 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11011
11012         * g++.dg/other/init2.C: New test.
11013
11014 2001-12-24  Richard Henderson  <rth@redhat.com>
11015
11016         * gcc.dg/20011223-1.c: New.
11017         * gcc.dg/inline-1.c: New.
11018
11019 2001-12-23  Richard Henderson  <rth@redhat.com>
11020
11021         * gcc.dg/asm-4.c: Test operand modifiers.
11022
11023 2001-12-23  Richard Henderson  <rth@redhat.com>
11024
11025         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11026
11027 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11028
11029         * gcc.c-torture/execute/20011223-1.c: New test.
11030
11031 2001-12-21  Richard Henderson  <rth@redhat.com>
11032
11033         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11034         re-enables the warning.
11035
11036 2001-12-21  Richard Henderson  <rth@redhat.com>
11037
11038         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11039
11040 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11041
11042         * gcc.c-torture/compile/20011218-1.c: New test.
11043
11044 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11045
11046         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11047         arm-isr.c test.
11048         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11049         epilogue generation for ARM ISR routines.
11050
11051 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11052
11053         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11054         * gcc.dg/format/c90-printf-3.c: Likewise.
11055         * gcc.dg/format/c99-printf-3.c: Likewise.
11056         * gcc.dg/format/ext-1.c: Likewise.
11057         * gcc.dg/format/ext-6.c: Likewise.
11058         * gcc.dg/format/format.h: Prototype unlocked stdio.
11059
11060 2001-12-20  Richard Henderson  <rth@redhat.com>
11061
11062         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11063         (arena): Use it.
11064         (malloc): Correct allocation logic.  Abort if we fill up the
11065         arena before initialization complete.
11066         (realloc): Correct allocation logic.
11067
11068 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11069
11070         * gcc.c-torture/compile/20011219-2.c: New test.
11071
11072         * gcc.c-torture/execute/20011219-1.c: New test.
11073
11074 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11075
11076         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11077         target does not support weak symbols.
11078
11079 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11080
11081         * gcc.c-torture/compile/20011219-1.c: New test.
11082
11083 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11084
11085         * g++.dg/other/error1.C: New test.
11086
11087 2001-12-17  Jeffrey A Law  (law@redhat.com)
11088
11089         * gcc.c-torture/execute/20011217-1.c: New test.
11090
11091 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11092
11093         * objc.dg/special/: New directory.
11094         * objc.dg/special/special.exp: New file.
11095         * objc.dg/special/unclaimed-category-1.h: New file.
11096         * objc.dg/special/unclaimed-category-1a.m: New file.
11097         * objc.dg/special/unclaimed-category-1.m: New file.
11098
11099 2001-12-17  Andreas Jaeger  <aj@suse.de>
11100
11101         * gcc.c-torture/compile/20011217-2.c: New test.
11102
11103 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11104
11105         * gcc.c-torture/compile/20011217-1.c: New test.
11106
11107 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11108
11109         * testsuite/gcc.dg/20011214-1.c: New.
11110
11111 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11112
11113         * gcc.dg/altivec-4.c: New.
11114
11115 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11116
11117         * gcc.dg/20011113-1.c: New test.
11118
11119 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11120
11121         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11122         std::__malloc_alloc_template<0> and
11123         std::__default_alloc_template<false, 0>.
11124
11125 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11126
11127         * objc/execute/bf-21.m: New test.
11128         * objc/execute/enumeration-1.m: New test.
11129         * objc/execute/enumeration-2.m: New test.
11130
11131 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11132
11133         * gcc.dg/gnu89-init-1.c: New test.
11134
11135 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11136
11137         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11138         * g++.old-deja/g++.jason/2371.C: Likewise.
11139         * g++.old-deja/g++.jason/template33.C: Likewise.
11140         * g++.old-deja/g++.jason/template34.C: Likewise.
11141         * g++.old-deja/g++.jason/template36.C: Likewise.
11142         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11143         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11144         * g++.old-deja/g++.other/typename1.C: Likewise.
11145         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11146         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11147         * g++.old-deja/g++.pt/typename11.C: Likewise.
11148         * g++.old-deja/g++.pt/typename14.C: Likewise.
11149         * g++.old-deja/g++.pt/typename16.C: Likewise.
11150         * g++.old-deja/g++.pt/typename3.C: Likewise.
11151         * g++.old-deja/g++.pt/typename4.C: Likewise.
11152         * g++.old-deja/g++.pt/typename5.C: Likewise.
11153         * g++.old-deja/g++.pt/typename7.C: Likewise.
11154         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11155
11156 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11157
11158         * g++.dg/other/linkage1.C: New test.
11159         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11160         specifiers.
11161
11162 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11163
11164         * gcc.dg/concat.c: New test.
11165
11166 2001-12-11  Stan Shebs  <shebs@apple.com>
11167
11168         * objc/compile: New test directory.
11169         * objc/compile/compile.exp: New expect script.
11170         * objc/compile/20011211-1.m: New compile test.
11171
11172 2001-12-11  Jason Merrill  <jason@redhat.com>
11173
11174         * lib/prune.exp (prune_gcc_output): Also handle "In member
11175         function".  So many permutations...
11176
11177 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11178
11179         * g++.dg/template/typedef1.C: New test.
11180
11181 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11182
11183         * g++.dg/other/copy1.C: New test.
11184
11185 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11186
11187         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11188
11189         * gcc.dg/builtin-choose-expr.c: New.
11190
11191 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11192
11193         * gcc.dg/altivec-2.c: New.
11194
11195 2001-12-07  Richard Henderson  <rth@redhat.com>
11196
11197         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11198
11199 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11200
11201         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11202         ultrasparc.
11203
11204 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11205
11206         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11207
11208 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11209
11210         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11211         variable argument list.
11212
11213 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11214
11215         * gcc.c-torture/execute/memcheck: Delete entire directory.
11216         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11217         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11218
11219 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11220
11221         * gcc.dg/Wshadow-1.c: New test.
11222
11223 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11224
11225         * gcc.c-torture/compile/20011130-1.c: New test.
11226
11227         * gcc.dg/noncompile/20011025-1.c: New test.
11228
11229         * g++.dg/other/anon-union.C: New test.
11230
11231         * gcc.c-torture/execute/20011024-1.c: New test.
11232
11233 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11234
11235         * gcc.c-torture/execute/20000722-1.x,
11236         gcc.c-torture/execute/20010123-1.x: Remove.
11237         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11238         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11239         gcc.dg/c99-complit-2.c: New tests.
11240
11241 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11242
11243         * g++.dg/inherit/base1.C: New test.
11244
11245 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11246
11247         * g++.dg/other/stdarg1.C: New test.
11248
11249         * gcc.c-torture/compile/20011130-2.c: New test.
11250
11251 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11252
11253         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11254         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11255         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11256         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11257         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11258         * gcc.dg/builtin-prefetch-1.c: New test.
11259
11260 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11261
11262         * gcc.dg/20011130-1.c: New test.
11263
11264 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11265
11266         * g++.dg/other/scope1.C: New test.
11267         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11268
11269 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11270
11271         * gcc.dg/vla-init-1.c: New test.
11272
11273 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11274
11275         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11276
11277 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11278
11279         * objc.dg/alias.m: Update.
11280         * objc.dg/class-1.m: Update.
11281         * objc.dg/const-str-1.m: Update.
11282         * objc.dg/fwd-proto-1.m: Update.
11283         * objc.dg/id-1.m: Update.
11284         * objc.dg/super-class-1.m: Update.
11285
11286 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11287
11288         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11289         constructs.
11290
11291 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11292
11293         * gcc.c-torture/execute/20011128-1.c: New test.
11294
11295 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11296
11297         * gcc.dg/20011127-1.c: New test.
11298
11299 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11300
11301         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11302         from Austin Group draft 7.
11303         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11304         scanf format arguments.
11305         * gcc.dg/format/no-exargs-2.c: New test.
11306
11307 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11308
11309         * g++.dg/abi/vbase8-4.C: New test.
11310
11311 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11312
11313         * gcc.c-torture/execute/20011121-1.c: New test.
11314
11315 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11316
11317         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11318
11319 2001-11-23  Andreas Jaeger  <aj@suse.de>
11320
11321         * gcc.dg/cpp/charconst-2.c: New test.
11322
11323 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11324
11325         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11326         to the host if it is remote.  Let tests specify extra headers
11327         they use.
11328         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11329         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11330         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11331         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11332         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11333         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11334         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11335         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11336         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11337         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11338
11339 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11340
11341         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11342         for little endian ARMs.
11343
11344 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11345
11346         * gcc.c-torture/compile/20011119-1.c: New test.
11347         * gcc.c-torture/compile/20011119-2.c: New test.
11348
11349 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11350
11351         * gcc.dg/altivec-1.c: Fix typo.
11352
11353 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11354
11355         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11356
11357 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11358
11359         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11360
11361 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11362
11363         * lib/g77.exp: Don't specify --rpath-link.
11364
11365         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11366         across all the headers.
11367         * gcc.dg/format/format.exp: For testing on a remote host,
11368         copy format.h.
11369
11370         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11371         * gcc.c-torture/execute/930406-1.c: Likewise.
11372         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11373
11374 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11375
11376         * gcc.dg/altivec-1.c: New.
11377
11378 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11379
11380         * gcc.dg/cpp/fpreprocessed.c: New test case.
11381
11382 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11383
11384         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11385         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11386         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11387
11388 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11389
11390         * gcc.dg/no-builtin-1.c: New test.
11391
11392 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11393
11394         * gcc.c-torture/execute/20011115-1.c: New test.
11395
11396 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11397
11398         * gcc.c-torture/compile/20011114-2.c: New test.
11399         * gcc.c-torture/compile/20011114-3.c: New test.
11400         * gcc.c-torture/compile/20011114-4.c: New test.
11401
11402 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11403
11404         * g++.dg/other/init1.C: New test.
11405
11406 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11407
11408         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11409         message.
11410
11411         * gcc.c-torture/execute/20011114-1.c: New testcase.
11412
11413         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11414         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11415         like the (before this change) version of 20010327-1.c.
11416
11417 2001-11-14  Roger Sayle <roger@eyesopen.com>
11418
11419         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11420
11421 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11422
11423         * g++.dg/init/array2.C: New test.
11424
11425 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11426
11427         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11428
11429 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
11430
11431         * g++.dg/other/forscope1.C: New test.
11432         * g++.dg/ext/forscope1.C: New test.
11433         * g++.dg/ext/forscope2.C: New test.
11434
11435 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
11436
11437         * gcc.c-torture/execute/20011113-1.c: New test.
11438
11439 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
11440
11441         * gcc.c-torture/execute/20011109-2.c: New test.
11442
11443         * gcc.c-torture/execute/20011109-1.c: New test.
11444
11445 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
11446
11447         * gcc.c-torture/compile/20011109-1.c: New test.
11448
11449 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11450
11451         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11452         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11453         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11454         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11455         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11456         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11457         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11458
11459 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11460
11461         * g++.dg/warn/Wshadow-1.C: New tests.
11462         * g++.old-deja/g++.mike/for3.C: Update.
11463
11464 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11465
11466         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11467         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11468         XFAILs.  Adjust expected error texts.
11469         * gcc.c-torture/compile/20011106-1.c,
11470         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11471         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11472         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11473         gcc.dg/c99-array-lval-5.c: New tests.
11474
11475 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11476
11477         * gcc.dg/cpp/defined.c: Update.
11478
11479 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11480
11481         * gcc.c-torture/execute/anon-1.c: New test.
11482
11483 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
11484
11485         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11486         same size, so no warning should be produced on stormy16.
11487
11488         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11489         due to oversized array.
11490         * g++.old-deja/g++.mike/ns15.C: Likewise.
11491         * g++.old-deja/g++.pt/crash16.C: Likewise.
11492
11493 2001-11-02  Graham Stott  <grahams@redhat.com>
11494
11495         * g++.dgother/debug1.C: Fix typos.
11496
11497 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
11498
11499         * g++.dg/other/debug1.C: New test.
11500
11501 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11502
11503         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11504         of unsigned long.
11505
11506 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
11507
11508         * gcc.dg/20011029-2.c: New test.
11509
11510         * gcc.c-torture/compile/20011029-1.c: New test.
11511
11512 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
11513
11514         * objc/execute/class_self-1.m: New test.
11515         * objc/execute/class_self-2.m: New test.
11516
11517 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
11518
11519         * gcc.misc-tests/msgs.exp: Delete.
11520         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11521         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
11522         error set to match recent changes.
11523
11524 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
11525
11526         * gcc.dg/20011021-1.c: New test.
11527
11528 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
11529
11530         * gcc.c-torture/compile/20011023-1.c: New test.
11531
11532 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
11533
11534         * lib/g77.exp: Rewrite based on lib/g++.exp.
11535
11536 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11537
11538         * gcc.c-torture/execute/20011019-1.c: New test.
11539
11540         * gcc.dg/20011018-1.c: New test.
11541
11542 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
11543
11544         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11545
11546 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
11547
11548         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11549         * gcc.dg/attr-invalid.c: Likewise.
11550
11551 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
11552
11553         * testsuite/gcc.dg/20011015-1.c: New test.
11554
11555 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11556
11557         * g++.dg/template/unify2.C: New test.
11558
11559 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11560
11561         * g++.dg/other/exception-specification.C: New test
11562
11563 2001-10-13  Tom Rix  <trix@redhat.com>
11564
11565         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11566         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11567
11568 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
11569
11570         * testsuite/gcc.dg/20011009-1.c: New test.
11571
11572 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
11573
11574         PR g++/4476
11575         * g++.dg/other/friend1.C: New test.
11576
11577 2001-10-11  Richard Henderson  <rth@redhat.com>
11578
11579         * g++.old-deja/g++.other/crash18.C: Add -S to options.
11580
11581 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11582
11583         * gcc.c-torture/compile/20011010-1.c: New.
11584
11585 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11586
11587         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11588         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11589         g77.f-torture/execute/execute.exp,
11590         g77.f-torture/noncompile/noncompile.exp,
11591         gcc.c-torture/compile/compile.exp,
11592         gcc.c-torture/execute/execute.exp,
11593         gcc.c-torture/execute/ieee/ieee.exp,
11594         gcc.c-torture/execute/memcheck/memcheck.exp,
11595         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11596         objc/execute/execute.exp: Update FSF address.
11597
11598 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11599
11600         * gcc.dg/cpp/cmdlne-C.c: Update.
11601         * gcc.dg/cpp/cmdlne-C2.c: New.
11602
11603 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11604
11605         * gcc.c-torture/execute/20011008-3.c: New.
11606
11607 2001-10-08  DJ Delorie  <dj@redhat.com>
11608
11609         * gcc.dg/20011008-1.c: New.
11610         * gcc.dg/20011008-2.c: New.
11611
11612 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11613
11614         * gcc.dg/cpp/spacing1.c: Update test.
11615
11616 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11617
11618         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11619         spelling errors of "separate" as "seperate".
11620
11621 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
11622
11623         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11624         enough to avoid inlining.
11625
11626 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11627
11628         * lib/g77.exp: set libg2c_dir correctly.
11629
11630 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11631
11632         * gcc.dg/cpp/macro11.c: New test.
11633
11634 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11635
11636         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11637         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11638         gcc.dg/format/multattr-3.c: New tests.
11639         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
11640         tests for format attributes on function pointers being rejected.
11641
11642 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11643
11644         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11645
11646 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11647
11648         * g++.dg/warn/format1.C: New test.
11649
11650 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11651
11652         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11653
11654 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11655
11656         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11657
11658 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11659
11660         * gcc.dg/cpp/redef2.c: Add test.
11661
11662 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
11663
11664         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11665         long-standing bug on i686, apparently.
11666         * gcc.c-torture/execute/loop-2c.x: New file.
11667         * gcc.c-torture/execute/loop-2d.x: New file.
11668         * gcc.c-torture/execute/loop-3c.x: New file.
11669
11670 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11671
11672         * gcc.dg/cpp/20000625-2.c: Correct line number.
11673
11674 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11675
11676         * gcc.dg/cpp/macro10.c: New test.
11677         * gcc.dg/cpp/strify3.c: New test.
11678         * gcc.dg/cpp/spacing1.c: Add tests.
11679         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11680         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11681
11682 2001-09-24  DJ Delorie  <dj@redhat.com>
11683
11684         * gcc.c-torture/execute/20010924-1.c: New test.
11685
11686 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11687
11688         * testsuite/objc/execute/paste.m: Remove.
11689
11690 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11691
11692         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11693
11694 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
11695
11696         * g77.dg/strlen0.f: New test.
11697
11698 2001-09-21  Richard Henderson  <rth@redhat.com>
11699
11700         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11701         * g++.old-deja/g++.abi/vtable2.C: Likewise.
11702
11703 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11704
11705         Table-driven attributes.
11706         * g++.dg/ext/attrib1.C: New test.
11707
11708 2001-09-20  DJ Delorie  <dj@redhat.com>
11709
11710         * gcc.dg/20000926-1.c: Update expected warning messages.
11711         * gcc.dg/array-2.c: Likewise, and test for warnings too.
11712         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11713         array.
11714
11715 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
11716
11717         * g++.dg/eh/registers1.C: New test case.
11718
11719 2001-09-17  Richard Henderson  <rth@redhat.com>
11720
11721         * gcc.dg/array-5.c: Fix VLA decomposition test.
11722
11723 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11724
11725         * gcc.dg/cpp/line5.c: New testcase.
11726
11727 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11728
11729         * gcc.dg/cpp/macro9.c: New test.
11730
11731 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11732
11733         * gcc.c-torture/execute/980223.c: Change type of addr from long
11734         to char *.
11735
11736 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11737
11738         * gcc.c-torture/execute/20010915-1.c: New test.
11739
11740 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11741
11742         * g77.dg/bprob: New directory.
11743         * g77.dg/bprob/bprob.exp: New file.
11744         * g77.dg/bprob/bprob-1.f: New test.
11745         * g77.dg/gcov: New directory.
11746         * g77.dg/gcov/gcov.exp: New file.
11747         * g77.dg/gcov/gcov-1.f: New test.
11748         * g77.dg/gcov/gcov-1.x: New file.
11749
11750 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11751
11752         * gcc.dg/cpp/directiv.c: Update.
11753         * gcc.dg/cpp/undef1.c: Update.
11754
11755 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11756
11757         * gcc.dg/20010912-1.c: New test.
11758
11759 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11760
11761         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11762         language-independent file in lib.
11763         * lib/gcov.exp: New file.
11764
11765 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11766
11767         * gcc.c-torture/compile/20010911-1.c: New test.
11768
11769 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11770
11771         * lib/profopt.exp: New, to support profile-directed optimizations.
11772         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11773         * gcc.misc-tests/bprob-1.c: New test.
11774         * gcc.misc-tests/bprob-2.c: New test.
11775
11776 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11777
11778         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11779         XFAIL and which kinds of gcov output to verify.
11780         * gcc.misc-tests/gcov-4b.x: New file.
11781         * gcc.misc-tests/gcov-5b.x: New file.
11782         * gcc.misc-tests/gcov-6.x: New file.
11783         * gcc.misc-tests/gcov-7.c: New test.
11784         * gcc.misc-tests/gcov-7.x: New file.
11785
11786 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11787
11788         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11789         * gcc.misc-tests/gcov-6.c: New test.
11790
11791 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11792
11793         PR c++/3986
11794         * g++.dg/abi/vbase1.C: New test.
11795
11796 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11797
11798         * objc.dg/method-2.m: New.
11799
11800 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11801
11802         PR c++/4203
11803         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11804         * g++.dg/init/empty1.C: New test.
11805
11806 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11807
11808         * gcc.c-torture/compile/20010903-1.c: New test.
11809
11810 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11811
11812         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11813         for m68k.
11814
11815 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11816
11817         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11818
11819         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11820
11821         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11822
11823 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11824
11825         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11826         for 16-bit 'unsigned int'.
11827
11828 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11829
11830         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11831
11832 2001-08-27  Richard Henderson  <rth@redhat.com>
11833
11834         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11835         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11836
11837 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11838
11839         * gcc.dg/asm-names.c (ymain): New.
11840
11841 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11842
11843         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11844         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11845         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11846
11847 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11848
11849         * gcc.dg/compare5.c: New testcase.
11850
11851 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11852
11853         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11854         and "In instantiation".
11855
11856 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11857
11858         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11859
11860 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11861
11862         * gcc.misc-tests/gcov.exp: Add support for branch information.
11863         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11864         * gcc.misc-tests/gcov-4.c: New test.
11865         * gcc.misc-tests/gcov-4b.c: New test.
11866         * gcc.misc-tests/gcov-5b.c: New test.
11867
11868 2001-08-20  Zack Weinberg  <zackw@panix.com>
11869
11870         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11871         expected to fail.
11872
11873 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11874
11875         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11876
11877 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
11878
11879         * g++.dg/eh/
11880         Moved to gcc-deps.exp
11881         * gcc-deps.exp: New file.
11882
11883 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11884
11885         * g++.old-deja/g++.pt/defarg14.C: New test.
11886
11887 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11888
11889         * g++.old-deja/g++.other/lineno5.C: New test.
11890
11891 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11892
11893         * g++.old-deja/g++.pt/crash68.C: New test.
11894
11895 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11896
11897         * g++.old-deja/g++.other/crash42.C: New test.
11898
11899 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11900
11901         * gcc.dg/cpp/extratokens.c: Fix.
11902         * gcc.dg/cpp/skipping2.c: New tests.
11903
11904 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11905
11906         * gcc.c-torture/execute/20010724-1.c: New file.
11907         * gcc.c-torture/execute/20010724-1.x: New file.
11908
11909 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11910
11911         * g++.old-deja/g++.other/cond7.C: New test.
11912
11913 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11914
11915         * g++.old-deja/g++.other/optimize4.C: New test.
11916
11917 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11918
11919         * g++.old-deja/g++.abi/vbase8-5.C: New test.
11920
11921 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
11922
11923         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
11924         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
11925         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
11926         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
11927
11928         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
11929         bug report" message.
11930
11931         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
11932         * g++.dg/ext/instantiate1.C: Move from old-deja.
11933
11934 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
11935
11936         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
11937         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
11938         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
11939         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
11940
11941 2001-07-23  Jeffrey A Law  (law@cygnus.com)
11942
11943         * gcc.c-torture/execute/20010723-1.c: New test.
11944
11945 2001-07-23  Ben Elliston  <bje@redhat.com>
11946
11947         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
11948
11949 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11950
11951         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
11952         i[34567]86-*-*.
11953         Delete handling of ieee_multilib_flags.
11954         Pass -mieee for alpha*-*-* and sh-*-*.
11955         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
11956
11957 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
11958
11959         Remove old-abi tests.
11960         * g++.old-deja/g++.mike/p11116.C: Remove.
11961         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
11962
11963 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
11964
11965         * g77.f-torture/compile/pr3743.f:  New test
11966
11967 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
11968
11969         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
11970
11971 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11972
11973         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
11974         g++.old-deja/g++.pt/static6.C: Likewise.
11975         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
11976         supports weak symbols.
11977
11978 2001-07-18  Andreas Jaeger  <aj@suse.de>
11979
11980         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
11981         supported again.
11982
11983 2001-07-18  Andreas Jaeger  <aj@suse.de>
11984
11985         * gcc.dg/iftrap-1.c: Fix target line.
11986
11987 2001-07-17  Richard Henderson  <rth@redhat.com>
11988
11989         * gcc.c-torture/execute/20010717-1.c: New.
11990
11991 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11992
11993         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
11994         tests.
11995
11996 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11997
11998         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
11999
12000 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12001
12002         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12003         UAC_SIGBUS, UAC_NOPRINT definitions.
12004
12005 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12006
12007         * objc/execute/object_is_class.m: New test.
12008         * objc/execute/object_is_meta_class.m: New test.
12009
12010 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12011
12012         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12013         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12014
12015 2001-01-15  David Bil
12016         * objc/execute/class-14.m: Added.
12017         * objc/execute/class-2.m: Added.
12018         * objc/execute/class-3.m: Added.
12019         * objc/execute/class-4.m: Added.
12020         * objc/execute/class-5.m: Added.
12021         * objc/execute/class-6.m: Added.
12022         * objc/execute/class-7.m: Added.
12023         * objc/execute/class-8.m: Added.
12024         * objc/execute/class-9.m: Added.
12025         * objc/execute/class-tests-1.h
12026         * objc/execute/class-tests-2.h
12027         * objc/execute/compatibility_alias.m: Added.
12028         * objc/execute/encode-1.m: Added.
12029         * objc/execute/formal_protocol-1.m: Added.
12030         * objc/execute/formal_protocol-2.m: Added.
12031         * objc/execute/formal_protocol-3.m: Added.
12032         * objc/execute/formal_protocol-4.m: Added.
12033         * objc/execute/formal_protocol-5.m: Added.
12034         * objc/execute/formal_protocol-6.m: Added.
12035         * objc/execute/formal_protocol-7.m: Added.
12036         * objc/execute/informal_protocol.m: Added.
12037         * objc/execute/initialize.m: Added.
12038         * objc/execute/load.m: Added.
12039         * objc/execute/many_args_method.m: Added.
12040         * objc/execute/nested-3.m: Added.
12041         * objc/execute/no_clash.m: Added.
12042         * objc/execute/private.m: Added.
12043         * objc/execute/redefining_self.m: Added.
12044         * objc/execute/root_methods.m: Added.
12045         * objc/execute/selector-1.m: Added.
12046         * objc/execute/static-1.m: Added.
12047         * objc/execute/static-2.m: Added.
12048         * objc/execute/va_method.m: Added.
12049
12050 2001-03-10  Richard Henderson  <rth@redhat.com>
12051
12052         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
12053
12054 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12055
12056         * g++.old-deja/g++.other/crash31.C: XFAIL.
12057         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
12058         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
12059         * gcc.c-torture/execute/20010123-1.x: XFAIL.
12060         * gcc.c-torture/execute/20010124-1.x: XFAIL.
12061         * gcc.dg/sequence-pt-1.c: XFAIL one test.
12062
12063 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12064
12065         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
12066
12067 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12068
12069         * gcc.dg/20000724-1.c: Don't use multiline strings.
12070
12071 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12072
12073         * objc/execute/string1.m, objc/execute/string2.m: Compare the
12074         result of -cString against what we expect it to be; don't just
12075         print it out for no one to read.
12076
12077         * objc/execute/string3.m, objc/execute/string4.m: New tests.
12078         Based on testcases provided by Nicola Pero.
12079
12080 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12081
12082         * gcc.dg/cpp/macro7.c: New test.
12083
12084 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12085
12086         * gcc.dg/cpp/multiline.c: Update.
12087
12088 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12089
12090         * g++.old-deja/g++.other/enum3.C: New test.
12091
12092 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12093
12094         * g++.old-deja/g++.other/pod1.C: New test.
12095
12096 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12097
12098         * g++.old-deja/g++.ext/overload1.C: New test.
12099
12100 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12101
12102         * g++.old-deja/g++.pt/using1.C: New test.
12103
12104 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12105
12106         * g++.old-deja/g++.other/using9.C: New test.
12107
12108 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
12109
12110         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
12111
12112         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
12113
12114 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
12115
12116         * g++.old-deja/g++.ext/realpt1.C: Remove.
12117
12118 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
12119
12120         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
12121
12122 2001-02-26  Will Cohen  <wcohen@redhat.com>
12123
12124         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
12125
12126 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
12127
12128         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
12129         templatized constructors.
12130
12131 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12132
12133         * gcc.c-torture/execute/20010224-1.c: New test.
12134
12135 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
12136
12137         * gcc.c-torture/execute/20010222-1.c: New test.
12138
12139 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
12140
12141         * g++.old-deja/g++.other/inline20.C: New test.
12142
12143 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
12144
12145         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
12146
12147 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12148
12149         * g++.old-deja/g++.other/lookup22.C: New test.
12150
12151 200
12152         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
12153         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
12154         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
12155         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
12156         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
12157
12158 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
12159
12160         * gcc.c-torture/execute/991228-1.c: Take word endianness into
12161         account.
12162
12163 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12164
12165         * gcc.c-torture/execute/builtin-complex-1.c: New test.
12166
12167 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
12168
12169         * g++.old-deja/g++.pt/crash62.C: New test.
12170
12171 2001-01-04  Richard Henderson  <rth@redhat.com>
12172
12173         * gcc.dg/20000926-1.c: Update expected warnings.
12174         * gcc.dg/array-2.c: Likewise.
12175         * gcc.dg/array-4.c: Also validate flexible array members.
12176         * gcc.dg/c99-flex-array-1.c: New.
12177
12178 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12179
12180         * gcc.c-torture/compile/20001222-1.x: Remove.
12181
12182 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12183
12184         * gcc.c-torture/execute/built-in-setjmp.c: New.
12185
12186 2001-01-03  Richard Henderson  <rth@redhat.com>
12187
12188         * gcc.dg/940510-1.c: Update expected error wording.
12189         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
12190
12191 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
12192
12193         * lib/target-supports.exp (check_alias_available): Modified to
12194         indicate aliases not supported if only weak aliases are supported.
12195
12196 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12197
12198         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
12199         Turn on cmpstrsi checks for __pj__ and __i370__.
12200
12201 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12202
12203         * g++.old-deja/g++.other/virtual11.C: New test.
12204
12205 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12206
12207         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
12208
12209 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12210
12211         * gcc.c-torture/compile/20010102-1.c: New test.
12212
12213 2001-01-02  Andreas Jaeger  <aj@suse.de>
12214
12215         * gcc.dg/noreturn-3.c: New test.
12216
12217         * gcc.dg/noreturn-4.c: New test.
12218
12219 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12220
12221         * gcc.c-torture/execute/stdio-opt-1.c: Also test
12222         __builtin_fputc and __builtin_fwrite.
12223
12224 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12225
12226         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
12227         signed char, not default char.
12228
12229 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12230
12231         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
12232
12233 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
12234
12235         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
12236
12237 2000-12-29  Richard Henderson  <rth@redhat.com>
12238
12239         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
12240         (__cyg_profile_func_exit): Define.
12241
12242 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
12243
12244         * g++.dg/vtgc1.C: New test.
12245
12246 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
12247
12248         * gcc.dg/noncompile/20001228-1.c: New test.
12249
12250         * gcc.dg/20001228-1.c: New test.
12251
12252         * gcc.c-torture/execute/20001228-1.c: New test.
12253
12254 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12255
12256         * gcc.dg/format-strfmon-1.c: New test.
12257
12258 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12259
12260         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
12261         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
12262         * gcc.c-torture/execute/string-opt-1.c: Likewise.
12263         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12264         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12265         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12266         * gcc.c-torture/execute/string-opt-6.c: Likewise.
12267         * gcc.c-torture/execute/string-opt-7.c: Likewise.
12268         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12269         * gcc.c-torture/execute/string-opt-9.c: Likewise.
12270         * gcc.c-torture/execute/string-opt-10.c: Likewise.
12271         * gcc.c-torture/execute/string-opt-11.c: Likewise.
12272         * gcc.c-torture/execute/string-opt-12.c: Likewise.
12273
12274         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
12275         * gcc.c-torture/execute/string-opt-4.c: Test index.
12276
12277 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
12278
12279         * gcc.c-torture/compile/20001226-1.c: New test.
12280
12281 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12282
12283         * gcc.c-torture/compile/20001222-1.c: New test.
12284         * gcc.c-torture/compile/20001222-1.x: Xfail.
12285
12286 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
12287
12288         * gcc.c-torture/execute/comp-goto-2.c: New test.
12289
12290 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
12291
12292         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
12293         Use long types if __INT_MAX__ is 32767.
12294         (main): Use cast to (sint32 *) when poking 88 into a_page.
12295
12296         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
12297
12298 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
12299
12300         * gcc.c-torture/compile/20001221-1.c: New test.
12301         * gcc.c-torture/execute/20001221-1.c: New test.
12302
12303 2000-12-20  Richard Henderson  <rth@redhat.com>
12304
12305         * g++.old-deja/g++.pt/crash36.C: Update error lines.
12306         * g++.old-deja/g++.robertl/eb109.C: Likewise.
12307
12308 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12309
12310         * gcc.dg/compare3.c: New test.
12311
12312 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12313
12314         * gcc.dg/format-warnll-1.c: New test.
12315
12316 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
12317
12318         * gcc.dg/cpp/cmdlne-P.c: New test.
12319
12320 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12321
12322         * gcc.c-torture/execute/builtin-abs-1.c,
12323         gcc.c-torture/execute/builtin-abs-2.c: New tests.
12324
12325 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12326
12327         * gcc.dg/cpp/multiline.c: New test.
12328
12329 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12330
12331         * g++.old-deja/g++.other/syshdr1.C: Update.
12332         * gcc.dg/cpp/lineflags.c: Remove temporarily.
12333
12334 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12335
12336         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
12337
12338 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12339
12340         * g++.old-deja/g++.pt/ttp65.C: New test.
12341
12342 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12343
12344         * g++.old-deja/g++.pt/ttp64.C: New test.
12345
12346 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12347
12348         * g++.old-deja/g++.pt/spec33.C: New test.
12349
12350 2000-12-14  Catherine Moore  <clm@redhat.com>
12351
12352         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
12353         * gcc.c-torture/execute/920612-2.c: Likewise.
12354         * gcc.c-torture/execute/920428-2.c: Likewise.
12355         * gcc-c-torture/execute/va-arg-11.c: Call exit.
12356         * gcc.c-torture/execute/va-arg-21.c: Likewise.
12357
12358 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12359
12360         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
12361         * gcc.dg/pack-test-2.c: Likewise.
12362
12363 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12364
12365         Tests by Zack Weinberg <zackw@stanford.edu>.
12366
12367         * gcc.dg/cpp/defined.c: Update.
12368         * gcc.dg/cpp/defined_trad.c: New tests.
12369
12370 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12371
12372         * gcc.dg/cpp/trad-direct.c: Update.
12373
12374 2000-12-11  Neil Booth  <neilb@earthling.net>
12375
12376         * gcc.dg/cpp/defined_trad.c
12377
12378 2000-12-11  Neil Booth  <neilb@earthling.net>
12379
12380         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
12381
12382 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12383
12384         * gcc.dg/format-miss-2.c: New test.
12385
12386 2000-12-09  Neil Booth  <neilb@earthling.net>
12387
12388         * gcc.dg/cpp/lineflags.c: New tests.
12389         * gcc.dg/cpp/poison.c: Update.
12390         * gcc.dg/cpp/redef2.c: Update.
12391         * gcc.dg/cpp/skipping.c: New test.
12392
12393 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
12394
12395         * g++.old-deja/g++.other/eh3.C: New testcase.
12396
12397 2000-12-07  Neil Booth  <neilb@earthling.net>
12398
12399         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
12400         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
12401         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
12402         wtr-union-init-2.c, wtr-union-init-3.c: Update.
12403         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
12404         Update.
12405
12406 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12407
12408         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
12409         __SIZE_TYPE__ instead of int for type of integers cast to
12410         pointers.
12411
12412 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
12413
12414         * g++.old-deja/g++.other/cleanup4.C: New test.
12415
12416 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12417
12418         * format-sec-1.c: New test.
12419
12420 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12421
12422         * gcc.dg/format-nonlit-3.c: New test.
12423
12424 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12425
12426         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
12427         through a null pointer.
12428
12429 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sou
12430         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12431         library makes no calls to `operator new' during initialization.
12432
12433 2000-11-04  Neil Booth  <neilb@earthling.net>
12434
12435         * gcc.dg/cpp/include2.c: New tests.
12436
12437 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12438
12439         * lib/g++.exp (g++_set_ld_library_path): New function.
12440         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12441
12442 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12443
12444         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12445         warnings.
12446
12447 2000-11-01  Richard Henderson  <rth@redhat.com>
12448
12449         * g++.old-deja/g++.ext/namedret1.C: New.
12450         * g++.old-deja/g++.ext/namedret2.C: New.
12451         * g++.old-deja/g++.ext/namedret3.C: New.
12452
12453 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12454
12455         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12456         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12457
12458 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12459
12460         * gcc.c-torture/execute/va-arg-21.c: New test.
12461
12462 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12463
12464         * gcc.dg/c99-complex-2.c: New test.
12465
12466 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12467
12468         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12469
12470 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12471
12472         * g++.old-deja/g++.other/inline16.C: New test.
12473
12474 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12475
12476         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12477         __PRETTY_FUNCTION__
12478
12479 2000-10-29  Neil Booth  <neilb@earthling.net>
12480
12481         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12482         New tests.
12483         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12484         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12485         optimisation.
12486
12487 2000-10-29  Neil Booth  <neilb@earthling.net>
12488
12489         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12490         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12491         * mi5.c: Test multiple includes work with -C.
12492         * trigraphs.c: Test ^= version.
12493
12494 2000-10-28  Neil Booth  <neilb@earthling.net>
12495
12496         New tests and test updates for new macro expander.
12497
12498         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12499         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12500         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12501         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12502         new diagnostic messages.
12503
12504         * gcc.dg/cpp/macro3.c: New tests.
12505
12506 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12507
12508         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12509         on the same line.
12510
12511 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12512
12513         * g++.old-deja/g++.other/eh2.C: New test.
12514
12515 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12516
12517         * gcc.c-torture/execute/20001027-1.c: New test.
12518
12519 2000-10-26  Richard Henderson  <rth@redhat.com>
12520
12521         * gcc.c-torture/execute/20001026-1.c: New.
12522
12523 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12524
12525         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12526         * g++.old-deja/g++.law/builtin1.C: Likewise.
12527         * g++.old-deja/g++.law/ctors10.C: Likewise.
12528         * g++.old-deja/g++.law/virtual3.C: Likewise.
12529         * g++.old-deja/g++.mike/p658.C: Likewise.
12530         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12531         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12532         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12533         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12534         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12535
12536 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12537
12538         * gcc.c-torture/compile/20001024-1.c: New test.
12539
12540 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12541
12542         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12543         to tell us whether or not we are using V3.
12544
12545 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12546
12547         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12548         operands.
12549
12550 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12551
12552         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12553
12554 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12555
12556         * gcc.c-torture/execute/20001024-1.c: New test.
12557
12558 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12559
12560         * g++.old-deja/g++.other/sibcall1.C: New test.
12561
12562 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12563
12564         * gcc.dg/noncompile/init-3.c: New test.
12565
12566 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12567
12568         * gcc.dg/format-array-1.c: New test.
12569
12570 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12571
12572         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12573         writing through null pointers; remove comment about testing
12574         unterminated strings.
12575
12576 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12577
12578         * gcc.c-torture/execute/20001017-2.c: New test.
12579
12580 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12581
12582         * gcc.c-torture/compile/20001018-1.c: New test.
12583         * gcc.c-torture/compile/20001018-1.x: Xfail.
12584
12585 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12586
12587         * gcc.c-torture/execute/20001017-1.c: New test.
12588
12589 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12590
12591         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12592         for multiple use of arguments with scanf formats; add tests for
12593         multiple use of arguments.
12594
12595 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12596
12597         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12598
12599 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12600
12601         * gcc.dg/format-miss-1.c: New test.
12602
12603 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12604
12605         * gcc.c-torture/execute/20001013-1.c: New test.
12606
12607 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12608
12609         * gcc.dg/format-branch-1.c: New test.
12610
12611 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12612
12613         * README, lib/file-format.exp: Remove EGCS references.
12614
12615 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12616
12617         * gcc.dg/20001013-1.c: New test.
12618
12619 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12620
12621         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12622         for intmax_t in the compiler using __typeof__ and the type rules
12623         for conditional expressions.
12624
12625 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12626
12627         * gcc.dg/20001012-1.c: New test.
12628         * gcc.dg/20001012-2.c: New test.
12629
12630 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12631
12632         * gcc.dg/format-attr-1.c: New test.
12633
12634 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12635
12636         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12637         __LONG_LONG_MAX__ instead of LLONG_MAX.
12638
12639 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12640
12641         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12642         scanf flags.
12643         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12644         flags.
12645
12646 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12647
12648         * gcc.dg/sequence-pt-1.c: New test.
12649
12650 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12651
12652         * gcc.c-torture/execute/20001011-1.c: New testcase.
12653         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12654
12655 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12656
12657         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12658         does not error on it.
12659
12660 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12661
12662         * gcc.dg/20001009-1.c: New test.
12663
12664 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12665
12666         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12667         * gcc.c-torture/execute/20001009-2.c: ... to here.
12668
12669 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12670
12671         * gcc.c-torture/compile/20001009-1.c: New testcase.
12672         * gcc.c-torture/execute/20001009-1.c: New testcase.
12673         Testcases provided by Jan Hubicka <jh@suse.cz>.
12674
12675 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12676
12677         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12678         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12679         uintmax_t using <limits.h> to emulate the compiler's internal
12680         logic.  No longer XFAIL %j tests.
12681
12682 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12683
12684         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12685         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12686         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12687         regexps and details of expected handling of some bad formats.
12688         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12689         suppression.
12690
12691 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12692
12693         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12694         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12695         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12696         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12697         in list archives.
12698
12699 2000-10-06  Richard Henderson  <rth@cygnus.com>
12700
12701         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12702         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12703         * g++.old-deja/g++.jason/report.C: Likewise.
12704         * g++.old-deja/g++.law/friend5.C: Likewise.
12705         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12706         of the expected warnings.
12707
12708 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12709
12710         * g++.old-deja/g++.pt/enum14.C: New test.
12711
12712 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12713
12714         * g++.old-deja/g++.pt/crash59.C: New test.
12715
12716 2000-10-04  Will Cohen  <wcohen@redhat.com>
12717
12718         * gcc.dg/20000926-1.c: New test.
12719
12720 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12721
12722         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12723         function name for current C++ compiler.
12724         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12725
12726 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12727
12728         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12729         __PRETTY_FUNCTION__.
12730         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12731
12732 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12733
12734         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12735
12736 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12737
12738         * gcc.c-torture/compile/20000923-1.c: New test.
12739
12740 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12741
12742         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12743         * g++.old-deja/g++.pt/ttp62.C: Same.
12744         * g++.old-deja/g++.other/inline14.C: Same.
12745
12746 2000-09-24  Richard Henderson  <rth@cygnus.com>
12747
12748         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12749
12750 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12751
12752         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12753
12754 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12755
12756         * gcc.c-torture/compile/20000922-1.c: New file.
12757
12758 2000-09-21  Nick Clifton  <nickc@redhat.com>
12759
12760         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12761         a signed long modulo operation.
12762         (mod6): New function - perform an unsigned long modulo operation.
12763         (main): Add tests for modulos of very large numbers by very small
12764         dividends.
12765
12766 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12767
12768         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12769
12770 2000-09-19  Richard Henderson  <rth@cygnus.com>
12771
12772         * gcc.dg/compare2.c (case 10): XFAIL.
12773
12774 2000-09-18  Richard Henderson  <rth@cygnus.com>
12775
12776         * gcc.c-torture/execute/20000906-1.c: Move ...
12777         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12778         that support __builtin_trap.
12779
12780 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12781
12782         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12783
12784 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12785
12786         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12787         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12788         more $ format tests.
12789
12790 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12791
12792         * gcc.dg/format-errmk-1.c: New test.
12793
12794 2000-09-17  Greg McGary  <greg@mcgary.org>
12795
12796         * gcc.c-torture/execute/20000917-1.x: Remove.
12797
12798 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12799
12800         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12801
12802 2000-09-17  Greg McGary  <greg@mcgary.org>
12803
12804         * gcc.c-torture/execute/20000917-1.c: New test.
12805         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12806
12807 2000-09-16  Neil Booth  <NeilB@earthling.net>
12808
12809         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12810         in nested macro bug.
12811
12812 2000-09-15  Neil Booth  <NeilB@earthling.net>
12813
12814         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12815
12816 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12817
12818         * gcc.c-torture/execute/20000914-1.c: New test.
12819
12820 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12821
12822         * g++.other/inline13.C: New test.
12823
12824 2000-09-12  Andreas Jaeger  <aj@suse.de>
12825
12826         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12827         constant by Ulrich Drepper <drepper@redhat.com>.
12828
12829 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12830
12831         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12832
12833 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12834
12835         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12836
12837 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12838
12839         * gcc.dg/cpp/backslash.c: New test.
12840
12841 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12842
12843         * gcc.c-torture/execute/20000910-1.c: New test.
12844         * gcc.c-torture/execute/20000910-2.c: Likewise.
12845
12846 2000-09-11  Robert Lipe  <robertl@sco.com>
12847
12848         * gcc.dg/pragma-align.c: New test.
12849
12850 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12851
12852         * g++.old-deja/g++.pt/explicit82.C: New test.
12853         * g++.old-deja/g++.pt/explicit83.C: New test.
12854
12855 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12856
12857         * gcc.dg/asm-names.c: New test.
12858
12859 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12860
12861         * gcc.dg/cpp/tr-warn6.c: New test
12862
12863 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12864
12865         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12866         be accepted.
12867
12868 2000-09-07  Catherine Moore  <clm@redhat.com>
12869
12870         * gcc.c-torture/execute/unroll-1.c: New test.
12871
12872 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12873
12874         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12875         ERROR markers.
12876         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12877         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12878         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12879         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12880         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12881         Preprocess only.
12882         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12883         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12884
12885 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12886
12887         * g++.old-deja/g++.pt/deduct2.C: New test.
12888
12889 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12890
12891         * g++.old-deja/g++.pt/parms2.C: New test.
12892
12893 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12894
12895         * g++.old-deja/g++.pt/crash58.C: New test.
12896
12897 2000-09-06  Greg McGary  <greg@mcgary.org>
12898
12899         * gcc.c-torture/execute/20000906-1.c: New test.
12900         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12901
12902 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12903
12904         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12905
12906 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12907
12908         * g++.old-deja/g++.pt/crash57.C: New test.
12909
12910 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12911
12912         * g++.old-deja/g++.pt/crash56.C: New test.
12913
12914 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12915
12916         * g++.old-deja/g++.pt/koenig1.C: New test.
12917
12918 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12919
12920         * gcc.dg/20000904-1.c: New test.
12921
12922 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12923
12924         * gcc.dg/cpp/paste8.c: New test.
12925
12926 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12927
12928         * gcc.c-torture/compile/20000827-1.c: New test.
12929
12930 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12931
12932         * gcc.dg/format-diag-1.c: New test.
12933
12934 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12935
12936         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12937         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12938         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12939         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12940         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12941
12942 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12943
12944         * g++.old-deja/g++.other/nested4.C: New test.
12945
12946 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12947
12948         * g++.old-deja/g++.ns/scoped1.C: New test.
12949
12950 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
12951
12952         * lib/g++.exp: Support testing already-installed GCC.
12953
12954 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12955
12956         * wtr-label-1.c, wtr-suffix-1.c: New tests.
12957
12958 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12959
12960         * gcc.dg/return-type-2.c: New test.
12961
12962 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
12963
12964         * gcc.c-torture/compile/20000825-1.c: New test.
12965
12966 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
12967
12968         * gcc.dg/dwarf2-2.c: New test.
12969
12970 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
12971
12972         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
12973         dg-warning regexps.
12974
12975 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12976
12977         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
12978         gcc.dg/format-ext-5.c: New tests.
12979
12980 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
12981
12982         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
12983
12984 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
12985
12986         * gcc.dg/noncompile/930622-2.c: Adjust error message.
12987
12988 2000-08-24  Richard Henderson  <rth@cygnus.com>
12989
12990         * gcc.dg/ia64-sync-1.c: New test.
12991         * gcc.dg/ia64-sync-2.c: New test.
12992         * gcc.dg/ia64-asm-1.c: New test.
12993
12994 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12995
12996         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
12997         * gcc.dg/format-ext-2.c: New test.
12998
12999 2000-08-23  Jason Merrill  <jason@redhat.com>
13000
13001         * lib/old-dejagnu.exp: Also ignore "In member function" and
13002         "At global scope".
13003
13004 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13005
13006         * gcc.dg/noncompile/label-lineno-1.c: New test.
13007
13008 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13009
13010         * gcc.dg/c99-array-nonobj-1.c: New test.
13011
13012 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13013
13014         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13015         tests.
13016         * gcc.dg/format-ext-1.c: New test.
13017
13018 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13019
13020         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13021         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13022         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13023         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13024         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13025
13026 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13027
13028         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13029         gcc.dg/c99-strftime-2.c: New tests.
13030
13031 2000-08-22  Richard Henderson  <rth@cygnus.com>
13032
13033         * gcc.c-torture/execute/20000822-1.c: New test.
13034
13035 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13036
13037         * gcc.c-torture/execute/20000819-1.x: Remove.
13038
13039 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13040
13041         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13042         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13043         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13044         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13045         gcc.dg/format-xopen-1.c: New tests.
13046
13047 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13048
13049         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13050
13051 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13052
13053         * g++.old-deja/g++.other/loop2.C: New test.
13054
13055         * gcc.c-torture/compile/20000606-1.c: New test.
13056         * gcc.c-torture/compile/20000728-1.c: New test.
13057         * gcc.c-torture/execute/20000801-1.c: New test.
13058         * gcc.c-torture/execute/20000801-2.c: New test.
13059         * gcc.c-torture/execute/20000819-1.c: New test.
13060         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13061         * gcc.dg/20000629-1.c: New test.
13062         * gcc.dg/20000724-1.c: New test.
13063         * gcc.dg/20000807-1.c: New test.
13064
13065 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13066
13067         * gcc.dg/cpp/pragma-1.c: New test.
13068         * gcc.dg/cpp/pragma-2.c: New test.
13069
13070 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13071
13072         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13073         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13074
13075 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13076
13077         * gcc.c-torture/compile/20000818-1.c: New test.
13078
13079 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13080
13081         * gcc.c-torture/execute/20000818-1.c: New test.
13082
13083 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13084
13085         * gcc.dg/format-va-1.c: New test.
13086
13087 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13088
13089         * g++.old-deja/g++.other/typedef8.C: New test.
13090
13091 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13092
13093         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13094         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13095         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13096         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13097         * g++.old-deja/g++.other/ptrmem7.C: New test.
13098         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13099
13100 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13101
13102         * g++.old-deja/g++.pt/typename27.C: New test.
13103
13104 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13105
13106         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13107         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13108         * g++.old-deja/g++.pt/friend45.C: New test.
13109         * g++.old-deja/g++.other/friend8.C: New test.
13110
13111 2000-08-15  Richard Henderson  <rth@cygnus.com>
13112
13113         * gcc.c-torture/execute/20000815-1.c: New test.
13114
13115 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13116
13117         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13118         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13119         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13120
13121 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13122
13123         * g++.old-deja/g++.other/refinit2.C: New test.
13124
13125 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13126
13127         * lib/c-torture.exp (c-torture): Make
13128         compiler_conditional_xfail_data global.
13129         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13130         compiler_conditional_xfail_data machinery.
13131         (f-torture-execute): Likewise.
13132         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13133         and only when unrolling loops.
13134
13135         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13136
13137 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13138
13139         * g++.old-deja/g++.pt/explicit81.C: New test.
13140
13141 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13142
13143         * g++.old-deja/g++.pt/typename26.C: New test.
13144
13145 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13146
13147         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13148         warning.
13149
13150 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13151
13152         * g++.old-deja/g++.other/array3.C: New test.
13153
13154 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13155
13156         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13157         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13158         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13159         New tests.
13160
13161 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13162
13163         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13164         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13165
13166 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13167
13168         * gcc.c-torture/execute/20000808-1.c: New test.
13169
13170 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13171
13172         * gcc.dg/c90-const-expr-1.c: New test.
13173
13174 2000-08-08  Richard Henderson  <rth@cygnus.com>
13175
13176         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13177
13178 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13179
13180         * gcc.dg/noncompile/const-ll-1.c: New test.
13181
13182 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13183
13184         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13185
13186 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13187
13188         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13189         that running programs linked against the shared version of libobjc
13190         run correctly.
13191
13192 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13193
13194         * gcc.dg/c99-printf-1.c: New test.
13195
13196 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13197
13198         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13199
13200 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13201
13202         * gcc.c-torture/execute/20000731-1.x: Delete.
13203
13204 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13205
13206         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13207         and torture_without_loops as is done by c-torture.exp.
13208         (search_for): Copy from c-torture.exp.
13209         (gcc-dg-runtest): New function, drives a directory of tests
13210         iterating over the TORTURE_OPTIONS.
13211         (scan-assembler, scan-assembler-not): Move here from
13212         individual directory drivers.
13213
13214         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13215         defined by lib/gcc-dg.exp.
13216         * gcc.dg/cpp/cpp.exp: Likewise.
13217         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13218         gcc-dg-runtest, so we cycle over optimization options.
13219
13220         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13221         * gcc.dg/compare2.c: No longer expected to fail.
13222
13223 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13224
13225         * gcc.c-torture/execute/20000804-1.c: New test.
13226
13227 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13228
13229         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13230
13231 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13232
13233         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13234
13235 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13236
13237         * gcc.c-torture/compile/20000803-1.c: New test.
13238
13239 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13240
13241         * gcc.c-torture/execute/20000801-3.c,
13242         gcc.c-torture/execute/20000801-4.c: New tests.
13243         * gcc.c-torture/execute/20000801-3.x,
13244         gcc.c-torture/execute/20000801-4.x: Xfail.
13245
13246 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13247
13248         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13249         libobjc/.libs to allow for libtool.
13250
13251 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13252
13253         * gcc.c-torture/compile/20000802-1.c: New test.
13254
13255 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13256
13257         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13258
13259 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13260
13261         * gcc-c-torture/execute/20000731-2.c: New test.
13262
13263         * gcc.c-torture/execute/20000731-1.c: New test.
13264         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13265
13266 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13267
13268         * testsuite/gcc.dg/cpp/paste7.c: New test.
13269         * gcc.dg/cpp/20000725-1.c: New test.
13270
13271 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13272
13273         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13274         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13275         declaration warning for __builtin_dwarf_reg_size.
13276
13277         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13278
13279 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13280
13281         * gcc.dg/noncompile/voidparam-1.c: New test.
13282
13283 2000-07-30  Richard Henderson  <rth@cygnus.com>
13284
13285         * gcc.dg/c90-digraph-1.c: Don't xfail.
13286         * gcc.dg/compare2.c (case 10): Xfail.
13287         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13288
13289 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13290
13291         * gcc.dg/c99-main-1.c: New test.
13292
13293 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13294
13295         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13296
13297 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13298
13299         * gcc.c-tortuer/execute/20000726-1.c: New test.
13300
13301 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13302
13303         * gcc.c-torture/execute/enum-2.c: New test.
13304
13305 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13306
13307         * gcc.dg/cpp/tr-warn3.c: New test.
13308
13309 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13310
13311         * g++.old-deja/g++.ext/implicit1.C: Remove.
13312         * g++.old-deja/g++.jason/c2.C: Remove
13313         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13314         * g++.old-deja/g++.pt/crash16.C: Likewise.
13315         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13316
13317 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13318
13319         * g++.old-deja/g++.other/for2.C: New test.
13320
13321 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13322
13323         * gcc.dg/20000720-1.c: New test.
13324
13325 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13326
13327         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13328
13329 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13330
13331         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13332         * gcc.c-torture/execute/20000722-1.c: New.
13333         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13334
13335 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13336
13337         * gcc.dg/cpp/20000720-1.S: New test.
13338
13339 2000-07-21  Michael Meissner  <meissner@redhat.com>
13340
13341         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13342
13343 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13344
13345         * g++.old-deja/g++.brendan/crash16.C,
13346         g++.old-deja/g++.brendan/parse3.C,
13347         g++.old-deja/g++.brendan/redecl1.C,
13348         g++.old-deja/g++.ns/template13.C,
13349         g++.old-deja/g++.other/decl4.C,
13350         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13351
13352 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13353
13354         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13355         and "Internal error".
13356
13357         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13358         regexps.
13359         * gcc.dg/cpp/paste6.c: New test.
13360
13361 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13362
13363         * gcc.dg/cpp/tr-direct.c: New test.
13364
13365         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13366         gcc.dg/cpp/undef1.c: Tweak error regexps.
13367
13368 2000-07-18  Eric Christopher <echristo@redhat.com>
13369
13370         * gcc.c-torture/compile/20000718-1.c: New test.
13371
13372 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13373
13374         * cpplex.c (_cpp_push_token): If the token being pushed back
13375         is the previous token in this context, just subtract one from
13376         context->posn.
13377         * cppmacro.c (save_expansion): Clear aux field when storing a
13378         placemarker.
13379
13380 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13381
13382         * gcc.dg/noncompile/redecl-1.c: New test.
13383
13384 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13385
13386         * gcc.c-torture/execute/20000717-5.c: New test.
13387         * gcc.c-torture/execute/20000717-1.x: Removed.
13388
13389 2000-07-17  Richard Henderson  <rth@cygnus.com>
13390
13391         * gcc.c-torture/execute/20000717-4.c: New test.
13392
13393 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13394
13395         * gcc.dg/cpp/syshdr.c: New test.
13396         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13397
13398 2000-07-17  Neil Booth  <neilb@earthling.net>
13399
13400         * gcc.dg/cpp/cmdlne-dM.c: New test.
13401         * gcc.dg/cpp/cmdlne-dD.c: New test.
13402
13403 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13404
13405         * gcc.c-torture/execute/20000717-3.c: New test.
13406
13407         * gcc.c-torture/compile/20000717-1.c: New test.
13408
13409 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13410
13411         * gcc.c-torture/execute/20000717-2.c: New test.
13412
13413 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13414
13415         * gcc.dg/formatz-1.c: New test.
13416
13417         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13418         * gcc.dg/c99-digraph-1.c: New tests.
13419
13420         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13421         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13422
13423         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13424         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13425         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13426         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13427         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13428         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13429         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13430
13431 2000-07-17   Greg McGary <greg@mcgary.org>
13432
13433         * gcc.c-torture/execute/20000717-1.c: New test.
13434         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13435
13436 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13437
13438         * gcc.c-torture/execute/20000715-2.c: New test.
13439         * gcc.dg/20000715-1.c: New test.
13440
13441 2000-07-15  Michael Meissner  <meissner@redhat.com>
13442
13443         * gcc.c-torture/execute/20000715-1.c: New test.
13444
13445 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13446
13447         * gcc.c-torture/execute/20000707-1.c: New test.
13448
13449 2000-07-13  Neil Booth  <NeilB@earthling.net>
13450
13451         * testsuite/gcc.dg/cpp/digraph1.c,
13452         testsuite/gcc.dg/cpp/digraph2.c,
13453         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13454
13455 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13456
13457         * g77.f-torture/compile/20000630-2.f:  New test.
13458         * g77.f-torture/compile/20000630-2.x
13459
13460 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13461
13462         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13463
13464 2000-07-11  Neil Booth  <NeilB@earthling.net>
13465
13466         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13467
13468 2000-07-11  Neil Booth  <NeilB@earthling.net>
13469
13470         * gcc.dg/cpp/cmdlne-C.c: New.
13471
13472 2000-07-09  Neil Booth  <NeilB@earthling.net>
13473
13474         * gcc.dg/cpp/directiv.c: New tests.
13475         * gcc.dg/cpp/undef1.c: Update.
13476
13477 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13478
13479         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13480
13481 2000-07-09  Neil Booth  <NeilB@earthling.net>
13482
13483         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13484
13485 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13486
13487         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13488         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13489
13490 2000-07-08  Neil Booth  <NeilB@earthling.net>
13491
13492         * gcc.dg/cpp/macsyntx.c: New tests.
13493
13494 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13495
13496         * gcc.dg/20000707-1.c: New test.
13497
13498 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13499
13500         * gcc.c-torture/execute/20000706-1.c: New test.
13501         * gcc.c-torture/execute/20000706-2.c: New test.
13502         * gcc.c-torture/execute/20000706-3.c: New test.
13503         * gcc.c-torture/execute/20000706-4.c: New test.
13504         * gcc.c-torture/execute/20000706-5.c: New test.
13505
13506 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13507
13508         * g++.old-deja/g++.pt/instantiate7.C: New test.
13509
13510 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13511
13512         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13513         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13514         * g++.old-deja/g++.other/rtti3.C: Likewise.
13515         * g++.old-deja/g++.other/rttid3.C: Likewise.
13516
13517 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13518
13519         *  g77.f-torture/compile/20000630-1.x: Fix typo
13520
13521 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13522
13523         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13524         assembly output.
13525
13526 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13527
13528         * gcc.dg/cpp/ident.c: New test.
13529
13530 2000-07-05  Neil Booth  <NeilB@earthling.net>
13531
13532         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13533           gcc.dg/cpp/lexstrng.c: New tests.
13534
13535 2000-07-04  Neil Booth  <NeilB@earthling.net>
13536
13537         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13538         * gcc.dg/cpp/strify2.c: Same.
13539
13540 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13541
13542         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13543         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13544         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13545         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13546
13547         * testsuite/gcc.dg/cpp/macro1.c,
13548         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13549         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13550         testsuite/gcc.dg/cpp/strify1.c,
13551         testsuite/gcc.dg/cpp/strify2.c: New tests.
13552
13553 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13554
13555         * gcc.c-torture/execute/20000703-1.c: New test.
13556
13557 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13558
13559         * g++.old-deja/g++.pt (lookup10.C): New test.
13560
13561 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13562
13563         * g++.old-deja/g++.pt (typename25.C): New test.
13564
13565 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13566
13567         * gcc.c-torture/compile/20000701-1.c: New test.
13568
13569 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13570
13571         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13572         to test case.
13573
13574 2000-06-30  Catherine Moore  <clm@cygnus.com>
13575
13576         * gcc.c-torture/execute/align-1.c: New test.
13577
13578 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13579
13580         * g++.old-deja/g++.pt/expr8.C: New test.
13581         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13582
13583 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13584
13585         * gcc.c-torture/compile/20000629-1.c: New test.
13586
13587 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13588
13589
13590         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13591         gcc.dg/noncompile directory, depending on whether they're
13592         preprocessor tests or not.  Annotate all the tests for the dg
13593         framework.
13594
13595         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13596         * gcc.dg/noncompile/noncompile.exp: New.
13597
13598         * Moved files:
13599         Old name                                New name
13600         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13601         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13602         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13603         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13604         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13605         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13606         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13607         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13608         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13609         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13610         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13611         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13612         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13613         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13614         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13615         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13616         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13617         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13618         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13619         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13620         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13621         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13622         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13623         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13624
13625         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13626         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13627         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13628         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13629         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13630         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13631
13632 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13633
13634         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13635         declare one variable.  On the fourth, error.
13636         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13637         declared by 20000628-1a.h.
13638
13639 2000-06-29  Richard Henderson  <rth@redhat.com>
13640
13641         * gcc.c-torture/execute/930529-1.x: New file.
13642         * gcc.dg/920413-1.c: Adjust expected warning text.
13643         * gcc.dg/980217-1.c: Declare abort.
13644         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13645
13646 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13647
13648         * g77.f-torture/compile/20000629-1.f: New test.
13649         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13650
13651 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13652
13653         Rearrange lots of files, removing entirely the
13654         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13655         directories.
13656
13657         * Deleted files:
13658         gcc.c-torture/code_quality/code_quality.exp
13659         gcc.c-torture/special/special.exp
13660         gcc.failure/failure.exp
13661         gcc.failure/940409-1.x
13662         gcc.c-torture/compile/961203-1.x
13663
13664         * New files:
13665         gcc.misc-tests/linkage.exp
13666         gcc.c-torture/execute/920730-1t.c
13667         gcc.c-torture/execute/920730-1t.x
13668         gcc.c-torture/compile/920520-1.x
13669         gcc.c-torture/compile/920521-1.x
13670         gcc.c-torture/compile/981006-1.x
13671         gcc.c-torture/execute/eeprof-1.x
13672
13673         * Moved files (possibly with modifications to fit a new harness):
13674         Old name                                New name
13675         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13676         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13677         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13678         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13679         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13680         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13681         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13682         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13683         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13684         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13685         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13686         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13687         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13688         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13689
13690 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13691
13692         * c-torture/compile/961203-1.x: Delete.
13693
13694         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13695         not exit. Include stdio.h.
13696         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13697         * gcc.misc-tests/dg-12.c: Likewise.
13698         * gcc.misc-tests/dg-5.c: Likewise.
13699         * gcc.misc-tests/dg-6.c: Likewise.
13700         * gcc.misc-tests/dg-7.c: Prototype abort.
13701         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13702         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13703         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13704         not exit.
13705         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13706         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13707
13708 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13709
13710         * gcc.dg/cpp/20000628-1.c: New test.
13711         * gcc.dg/cpp/20000628-1.h: New header for above test.
13712         * gcc.dg/cpp/20000628-1a.h: Likewise.
13713
13714 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13715
13716         * gcc.dg/cpp: New directory.
13717         * gcc.dg/cpp/cpp.exp: New driver.
13718         * gcc.dg/cpp/20000627-1.c: New test.
13719         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13720         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13721         and rewrite as a compilation test.
13722
13723         * gcc.dg: Move many files into the cpp subdirectory, possibly
13724         renaming or editing them as well.
13725         Old name                New name
13726         990119-1.c              cpp/19990119-1.c
13727         990228-1.c              cpp/19990228-1.c
13728         990407-1.c              cpp/19990407-1.c
13729         990409-1.c              cpp/19990409-1.c
13730         990413-1.c              cpp/19990413-1.c
13731         990703-1.c              cpp/19990703-1.c
13732         20000127-1.c            cpp/20000127-1.c
13733         20000129-1.c            cpp/20000129-1.c
13734         20000207-1.c            cpp/20000207-1.c
13735         20000207-2.c            cpp/20000207-2.c
13736         20000209-1.c            cpp/20000209-1.c
13737         20000209-2.c            cpp/20000209-2.c
13738         20000301-1.c            cpp/20000301-1.c
13739         20000419-1.c            cpp/20000419-1.c
13740         20000510-1.S            cpp/20000510-1.S
13741         20000519-1.c            cpp/20000519-1.c
13742         20000529-1.c            cpp/20000529-1.c
13743         20000625-1.c            cpp/20000625-1.c
13744         20000625-2.c            cpp/20000625-2.c
13745         cpp-as1.c               cpp/assert1.c
13746         cpp-as2.c               cpp/assert2.c
13747         cxx-comments-1.c        cpp/cxxcom1.c
13748         cxx-comments-2.c        cpp/cxxcom2.c
13749         endif-label.c           cpp/endif.c
13750         cpp-hash1.c             cpp/hash1.c
13751         cpp-hash2.c             cpp/hash2.c
13752         cpp-if1.c               cpp/if-1.c
13753         cpp-if2.c               cpp/if-2.c
13754         cpp-if3.c               cpp/if-3.c
13755         cpp-if4.c               cpp/if-4.c
13756         cpp-if5.c               cpp/if-5.c
13757         cpp-cond.c              cpp/if-cexp.c
13758         cpp-missingop.c         cpp/if-mop.c
13759         cpp-missingparen.c      cpp/if-mpar.c
13760         cpp-opprec.c            cpp/if-oppr.c
13761         cpp-ifparen.c           cpp/if-paren.c
13762         cpp-shortcircuit.c      cpp/if-sc.c
13763         cpp-shift.c             cpp/if-shift.c
13764         cpp-unary.c             cpp/if-unary.c
13765         cpp-li1.c               cpp/line1.c
13766         cpp-li2.c               cpp/line2.c
13767         lineno.c                cpp/line3.c
13768         lineno-2.c              cpp/line4.c
13769         cpp-mi.c                cpp/mi1.c
13770         cpp-mic.h               cpp/mi1c.h
13771         cpp-micc.h              cpp/mi1cc.h
13772         cpp-mind.h              cpp/mi1nd.h
13773         cpp-mindp.h             cpp/mi1ndp.h
13774         cpp-mix.h               cpp/mi1x.h
13775         cpp-mi2.c               cpp/mi2.c
13776         cpp-mi2a.h              cpp/mi2a.h
13777         cpp-mi2b.h              cpp/mi2b.h
13778         cpp-mi2c.h              cpp/mi2c.h
13779         cpp-mi3.c               cpp/mi3.c
13780         cpp-mi3.def             cpp/mi3.def
13781         poison-1.c              cpp/poison.c
13782         pr-impl.c               cpp/prag-imp.c
13783         cpp-redef-2.c           cpp/redef1.c
13784         cpp-redef.c             cpp/redef2.c
13785         strpaste.c              cpp/strp1.c
13786         strpaste-2.c            cpp/strp2.c
13787         cpp-tradpaste.c         cpp/tr-paste.c
13788         cpp-tradstringify.c     cpp/tr-str.c
13789         cpp-tradwarn1.c         cpp/tr-warn1.c
13790         cpp-tradwarn2.c         cpp/tr-warn2.c
13791         trigraphs.c             cpp/trigraphs.c
13792         cpp-unc1.c              cpp/unc1.c
13793         cpp-unc2.c              cpp/unc2.c
13794         cpp-unc3.c              cpp/unc3.c
13795         cpp-unc.c               cpp/unc4.c
13796         undef.c                 cpp/undef1.c
13797         undef-2.c               cpp/undef2.c
13798         cpp-wi1.c               cpp/widestr1.c
13799
13800 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13801
13802         * lib/g++.exp (g++_include_flags): Tweak.
13803
13804 2000-06-27  H.J. Lu  <hjl@gnu.org>
13805             Loren J. Rittle  <ljrittle@acm.org>
13806
13807         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13808         version with one that knows about the new gcc tree structure.
13809         (g++_link_flags): Same.
13810
13811 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13812
13813         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13814         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13815         case we are cross-compiling.
13816
13817         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13818         g++.old-deja/g++.niklas/Makefile.in,
13819         g++.old-deja/g++.niklas/configure.in,
13820         g++.old-deja/g++.other/Makefile.in,
13821         g++.old-deja/g++.other/configure.in,
13822         gcc.c-torture/code_quality/Makefile.in,
13823         gcc.c-torture/code_quality/configure.in,
13824         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13825         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13826         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13827         gcc.c-torture/execute/ieee/Makefile.in,
13828         gcc.c-torture/execute/ieee/configure.in,
13829         gcc.c-torture/noncompile/Makefile.in,
13830         gcc.c-torture/noncompile/configure.in,
13831         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13832         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13833         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13834
13835 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13836
13837         * g++.old-deja/g++.other/ambig3.C: New test.
13838
13839 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13840
13841         * g++.old-deja/g++.pt/syntax1.C: New test.
13842         * g++.old-deja/g++.pt/syntax2.C: New test.
13843         * g++.old-deja/g++.other/syntax3.C: New test.
13844         * g++.old-deja/g++.other/syntax4.C: New test.
13845
13846 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13847
13848         * gcc.dg/20000623-1.c: Prototype exit and abort.
13849
13850 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13851
13852         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13853         New tests.
13854         * gcc.dg/cpp-mi3.def: New file.
13855
13856         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13857         inside assertions.
13858         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13859         lexer's error messages.
13860         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13861         divine anything from the linemarkers.
13862         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13863         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13864
13865 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13866
13867         * gcc.dg/20000623-1.c: New test.
13868
13869 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13870
13871         * gcc.c-torture/execute/20000622-1.c: New test.
13872
13873 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13874
13875         * g++.old-deja/g++.other/init15.C: New test.
13876
13877 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13878
13879         * g++.old-deja/g++.pt/vaarg2.C: New test.
13880         * g++.old-deja/g++.pt/vaarg3.C: New test.
13881
13882 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13883
13884         * g++.old-deja/g++.other/dyncast6.C: New test.
13885
13886 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13887
13888         * gcc.c-torture/execute/loop-6.c: New test.
13889
13890 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13891
13892         * gcc.dg/20000614-1.c: New test.
13893         * gcc.dg/20000614-2.c: New test.
13894
13895 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13896
13897         * g++.old-deja/g++.other/inline12.C: New test.
13898
13899 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13900
13901         * g++.old-deja/g++.other/eh1.C: New test.
13902
13903 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13904
13905         * g++.old-deja/g++.other/type.C: New test.
13906
13907 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13908
13909         * g++.old-deja/g++.other/initstring.C: New test.
13910
13911 2000-06-12  Jason Merrill  <jason@redhat.com>
13912
13913         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13914
13915 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13916
13917         * gcc.c-torture/compile/20000609-1.c: New test.
13918
13919 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13920
13921         * gcc.dg/20000609-1.c: New test.
13922
13923 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13924
13925         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13926         * gcc.c-torture/noncompile/poison-1.c: Move...
13927         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13928         * gcc.dg/cpp-li1.c: Add a token after the #line.
13929
13930 2000-06-05  Richard Henderson  <rth@cygnus.com>
13931
13932         * gcc.c-torture/execute/20000605-2.c: New test.
13933         * gcc.c-torture/execute/20000605-3.c: New test.
13934
13935 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13936
13937         * g77.f-torture/execute/20000503-1.x: New file.
13938
13939 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13940
13941         * g++.old-deja/g++.eh/badalloc1.C: New test.
13942
13943 2000-06-05  Richard Henderson  <rth@cygnus.com>
13944
13945         * gcc.c-torture/execute/20000605-1.c: New test.
13946
13947 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13948             Nathan Sidwell <nathan@codesourcery.com>
13949
13950         * gcc.c-torture/compile/20000605-1.c: New test.
13951
13952 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
13953
13954         * g77.f-torture/compile/20000601-1.f:  New test.
13955
13956 2000-06-03  Richard Henderson  <rth@cygnus.com>
13957
13958         * gcc.c-torture/execute/20000603-1.c: New.
13959
13960 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
13961
13962         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
13963         * gcc.dg/noreturn-2.c (noreturn): Likewise.
13964
13965 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
13966
13967         * gcc.dg/compare2.c (case 12): XFAIL.
13968         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
13969         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
13970
13971         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
13972
13973 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
13974
13975         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
13976         guard macro is already defined when the header is first
13977         included.
13978         * gcc.dg/cpp-mix.h: New file.
13979         * gcc.dg/endif-label.c: Update patterns to match compiler.
13980
13981         * g++.brendan/complex1.C: Declare abort.
13982         * g++.law/refs4.C: Remove XFAIL.
13983         * g++.oliva/expr2.C: Declare abort and exit.
13984
13985 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13986
13987         * gcc.c-torture/execute/20000528-1.c: New test.
13988
13989         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
13990         * g++.old-deja/g++.law/temps4.C: Likewise.
13991
13992         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
13993         stdlib.h.  Call abort() on failure.
13994         * g++.old-deja/g++.law/refs4.C: Likewise.
13995         * g++.old-deja/g++.law/temps4.C: Likewise.
13996         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
13997         * gcc.c-torture/execute/20000112-1.c: Include string.h.
13998
13999 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14000
14001         Relative to g++.dg/special:
14002         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14003
14004         Relative to g++.old-deja:
14005         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14006         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14007         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14008         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14009         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14010         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14011         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14012
14013         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14014         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14015         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14016         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14017         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14018         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14019         and/or string.h.
14020
14021         * g++.other/goto1.C: Update expectations for error messages.
14022
14023 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14024
14025         * gcc.c-torture/compile/20000523-1.c: New test.
14026
14027 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14028
14029         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14030
14031 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14032
14033         * g++.old-deja/g++.eh/catch11.C: New test.
14034         * g++.old-deja/g++.eh/catch12.C: New test.
14035
14036 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14037
14038         * gcc.c-torture/execute/20000523-1.c: New test.
14039
14040 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14041
14042         * c-torture/execute/bcp-1.c: Replace abort in arg of
14043         __builtin_constant_p with a generic external function.
14044
14045         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14046         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14047         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14048         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14049         Prototype abort and/or exit.
14050
14051         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14052         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14053         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14054         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14055
14056 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14057
14058         * gcc.dg/dwarf2-1.c: New test.
14059
14060 2000-05-20  Richard Henderson  <rth@cygnus.com>
14061
14062         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14063
14064 2000-05-20  Andreas Jaeger  <aj@suse.de>
14065
14066         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14067         testcase.
14068
14069 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14070
14071         * gcc.c-torture/execute/20000519-2.c: New test.
14072
14073 2000-05-19  Andreas Jaeger  <aj@suse.de>
14074
14075         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14076         which fails with SSA.
14077
14078         * lib/c-torture.exp: Also test with -O3 -fssa.
14079
14080 2000-05-18  Michael Meissner  <meissner@redhat.com>
14081
14082         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14083         * gcc.c-torture/execute/920415-1.c: Ditto.
14084         * gcc.c-torture/execute/920501-1.c: Ditto.
14085         * gcc.c-torture/execute/conversion.c: Ditto.
14086         * gcc.c-torture/execute/cvt-1.c: Ditto.
14087
14088 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14089
14090         * gcc.c-torture/compile/20000518-1.c: New test.
14091
14092 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14093
14094         * g77.f-torture/compile/200005018.f:  New test.
14095
14096 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14097
14098         * gcc.c-torture/compile/20000517-1.c: New test.
14099
14100 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14101
14102         * gcc.c-torture/execute/20000516-1.c: New test.
14103
14104 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14105
14106         * g++.old-deja/g++.other/eh.C: New test.
14107
14108 2000-05-12  Richard Henderson  <rth@cygnus.com>
14109
14110         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14111         constants through to doit's conditional.
14112
14113 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14114
14115         * gcc.c-torture/compile/20000511-1.c: New test.
14116         * g77.f-torture/compile/20000511-1.f: New test.
14117         * g77.f-torture/compile/20000511-2.f: New test.
14118
14119 2000-05-11  Michael Meissner  <meissner@redhat.com>
14120
14121         * gcc.c-torture/execute/20000511-1.c: New test.
14122
14123 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14124
14125         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14126         * gcc.dg/20000510-1.S: New.
14127
14128 2000-05-08  Catherine Moore  <clm@cygnus.com>
14129
14130         * gcc.dg/unused-3.c: New.
14131
14132 2000-05-06  Richard Henderson  <rth@cygnus.com>
14133
14134           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14135           * g++.old-deja/g++.mike/warn1.C: Likewise.
14136           * g++.old-deja/g++.pt/local1.C: Likewise.
14137           * g++.old-deja/g++.pt/local7.C: Likewise.
14138           * g++.old-deja/g++.pt/spec16.C: Likewise.
14139
14140 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14141
14142         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14143
14144 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14145
14146           * g77.f-torture/execute/20000503-1.f:  New test.
14147
14148 2000-05-04  Andreas Jaeger  <aj@suse.de>
14149
14150         * gcc.dg/noreturn-2.c: New test.
14151
14152 2000-05-04  Neil Booth  <NeilB@earthling.net>
14153
14154         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14155         preprocessor.
14156
14157 2000-05-04  Richard Henderson  <rth@cygnus.com>
14158
14159         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14160
14161 2000-05-04  Richard Henderson  <rth@cygnus.com>
14162
14163         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14164         OpenSSL by Jason R Thorpe.
14165
14166 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14167
14168         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14169
14170 2000-05-03  Robert Lipe <robertlipe@usa.net>
14171
14172         * gcc.dg/20000503-1.c: New test.
14173
14174 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14175
14176         * gcc.c-torture/compile/20000502-1.c: New test.
14177         * g++.old-deja/g++.other/align.C: New test.
14178         * gcc.dg/cpp-tradstringify.c: New test.
14179
14180 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14181
14182         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14183         and hard registers.
14184
14185 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14186
14187         * gcc.c-torture/execute/loop-5.c: New test.
14188
14189 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14190
14191         * gcc.c-torture/execute/va-arg-20.c: New test.
14192
14193 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14194
14195         * gcc.c-torture/execute/20000422-1.c: New test.
14196
14197 2000-04-20  Greg McGary  <gkm@gnu.org>
14198
14199         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14200         when optimizing, but without sibling-call optimizations (-O1).
14201
14202 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14203
14204           * gcc.c-torture/compile/20000420-1.c: New test.
14205
14206 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14207
14208         * g++.abi/ptrflags.C: New test.
14209         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14210
14211 2000-04-19  Catherine Moore  <clm@cygnus.com>
14212
14213         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14214
14215 2000-04-19  Greg McGary  <gkm@gnu.org>
14216
14217         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14218         sibling-call optimizations.
14219
14220 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14221
14222         * gcc.dg/20000419-1.c: New test.
14223
14224 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14225
14226         * gcc.c-torture/execute/20000412-6.c: New test.
14227
14228 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14229
14230         * gcc.c-torture/execute/20000412-5.c: New test.
14231         * g77.f-torture/compile/20000412-1.f: New test.
14232         * gcc.c-torture/execute/20000412-4.c: New test.
14233         * gcc.c-torture/compile/20000412-2.c: New test.
14234         * gcc.c-torture/execute/20000412-3.c: New test.
14235         * gcc.c-torture/compile/20000412-1.c: New test.
14236         * gcc.c-torture/execute/20000412-2.c: New test.
14237
14238 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14239
14240         * objc/execute/bf-20.m: New test.
14241
14242 2000-04-10  Richard Henderson  <rth@cygnus.com>
14243
14244         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14245
14246         * gcc.c-torture/execute/20000412-1.c: New test.
14247
14248 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14249
14250         * g++.old-deja/g++.eh/catchptr1.C: New test.
14251
14252 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14253
14254         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14255
14256 2000-04-08  Neil Booth  <NeilB@earthling.net>
14257
14258         * gcc.dg/cpp-nullchar.c: Remove test as
14259         embedded nulls cause problems.
14260
14261 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14262
14263         * gcc.dg/compare2.c: New test.
14264
14265 2000-04-08  Neil Booth  <NeilB@earthling.net>
14266
14267         * gcc.dg/cpp-nullchar.c: New test.
14268
14269 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14270
14271         * gcc.dg/cpp-mi2.c: New test.
14272         * gcc.dg/cpp-mi2[abc].h: New files.
14273
14274 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14275
14276         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14277         member name.
14278
14279 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14280
14281         * g++.old-deja/g++.abi/vmihint.C: New test.
14282
14283 2000-04-06  Neil Booth  <NeilB@earthling.net>
14284
14285         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14286         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14287         copyright.
14288
14289 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14290
14291         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14292         avoid stack-frame overwrite.
14293
14294 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14295
14296         * gcc.c-torture/compile/20000405-2.c: New test.
14297         * gcc.c-torture/compile/20000405-3.c: New test.
14298
14299 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14300
14301         * gcc.c-torture/compile/20000405-1.c: New test.
14302
14303 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14304
14305         * gcc.dg/cast-qual-1.c: Revert last change.
14306
14307 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14308
14309         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14310
14311 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14312
14313         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14314         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14315
14316 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14317
14318         * gcc.c-torture/compile/20000403-2.c: New test.
14319         * gcc.c-torture/compile/20000403-1.c: New test.
14320
14321 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14322
14323         * gcc.c-torture/execute/20000403-1.c: New test.
14324
14325 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14326
14327         * gcc.c-torture/execute/20000402-1.c: New test.
14328
14329 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14330
14331         * gcc.c-torture/execute/va-arg-15.c: New test.
14332         * gcc.c-torture/execute/va-arg-16.c: New test.
14333         * gcc.c-torture/execute/va-arg-17.c: New test.
14334         * gcc.c-torture/execute/va-arg-18.c: New test.
14335         * gcc.c-torture/execute/va-arg-19.c: New test.
14336
14337 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14338
14339         * gcc.c-torture/compile/981211-1.c: Move to...
14340         * gcc.dg/cpp-as1.c: ...here.
14341         * gcc.dg/cpp-as2.c: New file.
14342
14343         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14344         compiler.
14345
14346 2000-04-02  Neil Booth  <NeilB@earthling.net>
14347
14348         * gcc.dg/cpp-cond.c  New tests.
14349         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14350         accidental success less likely.
14351         * gcc.dg/cpp-missingop.c  New tests.
14352         * gcc.dg/cpp-missingparen.c  New tests.
14353         * gcc.dg/cpp-shift.c  New tests.
14354         * gcc.dg/cpp-shortcircuit.c  New tests.
14355         * gcc.dg/cpp-unary.c  New tests.
14356
14357 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14358
14359         * gcc.c-torture/compile/20000329-1.c: New test.
14360
14361 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14362
14363         * gcc.c-torture/compile/20000326-1.c: New test.
14364         * gcc.c-torture/compile/20000326-2.c: New test.
14365
14366 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14367
14368         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14369         the first parameter is a function argument.
14370
14371 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14372
14373         * g++.old-deja/g++.ext/array4.C: New test.
14374
14375 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14376
14377         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14378
14379 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14380
14381         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14382
14383 2000-03-19  Richard Henderson  <rth@cygnus.com>
14384
14385         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14386
14387 2000-03-19  Richard Henderson  <rth@cygnus.com>
14388
14389         * gcc.c-torture/compile/20000319-1.c: New test.
14390
14391 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14392
14393         * gcc.c-torture/execute/20000314-3.c: New test.
14394         * gcc.c-torture/execute/20000314-2.c: New test.
14395         * gcc.c-torture/execute/20000314-1.c: New test.
14396         * gcc.c-torture/compile/20000314-2.c: New test.
14397         * gcc.c-torture/compile/20000314-1.c: New test.
14398
14399 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14400
14401         * g++.old-deja/g++.warn/inline.C: New test.
14402
14403 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14404
14405         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14406         standards-compliant result rather than specific constants.
14407         Put test-values in array.
14408
14409 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14410
14411         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14412         (g++_target_compile): Put test-specific options last.
14413
14414 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14415
14416         * g++.old-deja/g++.eh/vbase4.C: New test.
14417
14418 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14419
14420         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14421
14422 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14423
14424         * g++.old-deja/g++.brendan/misc12.C: Removed.
14425         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14426         * g++.old-deja/g++.ext/pretty4.C: New test.
14427
14428 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14429
14430         * g++.old-deja/g++.other/string2.C: New test.
14431
14432 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14433
14434         * g++.old-deja/g++.warn/impint2.C: New test.
14435
14436 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14437
14438         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14439         is 1, not zero.
14440
14441 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14442
14443         * g++.old-deja/g++.warn/impint.C: New test.
14444         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14445         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14446         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14447         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14448         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14449         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14450         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14451         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14452         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14453         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14454         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14455         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14456
14457 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14458
14459         * gcc.dg/cpp-redef.c: New test.
14460
14461 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14462
14463         * g++.old-deja/g++.pt/unify7.C: New test.
14464
14465 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14466
14467         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14468         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14469
14470 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14471
14472         * gcc.c-torture/compile/20000224-1.c: New test.
14473
14474 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14475
14476         * gcc.c-torture/compile/cpp-2.c: New test.
14477         * gcc.c-torture/compile/cpp-1.c: New test.
14478
14479 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14480
14481         * gcc.c-torture/execute/20000225-1.c: New test.
14482
14483 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14484
14485         * gcc.dg/cpp-li2.c: New test.
14486
14487         * gcc.dg/cpp-wi1.c: New test.
14488
14489         * gcc.dg/cpp-li1.c: New test.
14490
14491 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14492
14493         * g++.old-deja/g++.other/sizeof5.C: New test.
14494
14495 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14496
14497         * gcc.c-torture/execute/va-arg-13.c: New test.
14498
14499 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14500
14501         * gcc.c-torture/execute/va-arg-12.c: New test.
14502
14503 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14504
14505         * gcc.c-torture/execute/20000223-1.c: New test.
14506
14507 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14508
14509         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14510
14511 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14512
14513         * g++.old-deja/g++.abi/ptrmem.C: New test.
14514
14515 2000-02-19  Richard Henderson  <rth@cygnus.com>
14516
14517         * gcc.c-torture/compile/init-3.c: New.
14518
14519 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14520
14521         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14522         ALWAYS_CXXFLAGS.
14523
14524 2000-02-11  Robert Lipe <robertl@sco.com>
14525
14526         * gcc.c-torture/compile/20000211-3.c: New test.
14527
14528 2000-02-11  Martin Buchholz <martin@xemacs.org>
14529
14530         * gcc.c-torture/compile/20000211-2.c: New test.
14531
14532 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14533
14534         * gcc.c-torture/compile/20000211-1.c: New test.
14535
14536 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14537
14538         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14539           on native targets
14540
14541 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14542
14543         * g++.old-deja/g++.other/cast5.C: New test.
14544
14545 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14546
14547         * gcc.c-torture/execute/20000205-1.c: New.
14548
14549 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14550
14551         * g++.old-deja/g++.jason/cast3.C: Return void.
14552         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14553
14554 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14555
14556         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14557
14558         * gcc.dg/loop-1.c: New test.
14559
14560 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14561
14562         * gcc.c-torture/compile/20000127-1.c: New test.
14563         * gcc.c-torture/execute/991228-1.c: New test.
14564
14565 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14566
14567         * gcc.dg/unused-2.c: New test.
14568
14569         * gcc.dg/conv-1.c: New test.
14570
14571 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14572
14573         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14574         compiler.
14575         (tool_option_proc): Fix typo.
14576
14577 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14578
14579         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14580         of the ld on the host, not on the build machine.
14581         Also, don't crash if '--help' is not a supported option.
14582
14583 2000-01-24  Richard Henderson  <rth@cygnus.com>
14584
14585         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14586
14587 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14588
14589         * gcc.c-torture/execute/20000120-2.c: New test.
14590         * gcc.c-torture/execute/20000120-1.c: New test.
14591
14592 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14593
14594         * gcc.c-torture/execute/20000113-1.c: New test.
14595
14596 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14597
14598         * gcc.c-torture/execute/20000112-1.c: New test.
14599
14600 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14601
14602         * gcc.dg/20000111-1.c: New test.
14603
14604 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14605
14606         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14607         with 16 bit integers.
14608
14609 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14610
14611         * gcc.dg/20000108-1.c: New test.
14612
14613 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14614
14615         * g++.old-deja/g++.ns/koenig8.C: New test.
14616
14617 2000-01-05  Nathan Sidwell  <nathan@
14618
14619         * gcc.c-torture/execute/990531-1.c: New test.
14620
14621 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14622
14623         * gcc.c-torture/compile/990527-1.c: New test.
14624
14625 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14626
14627         * gcc.c-torture/execute/990527-1.c: New test.
14628
14629 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14630
14631         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14632         bitfields as signed.
14633
14634 1999-05-25  Craig Burley  <craig@jcb-sc.com>
14635
14636         * g77.f-torture/compile/19990525-0.f: New test.
14637
14638 1999-05-25  Jeffrey A Law  (law@cygnus.com)
14639
14640         * gcc.c-torture/execute/990525-2.c: New test.
14641
14642         * gcc.c-torture/execute/990525-1.c: New test.
14643
14644 1999-05-24  Nathan Sidwell  <nathan@acm.org>
14645
14646         * g++.old-deja/g++.other/anon3.C: New test.
14647         * g++.old-deja/g++.other/anon4.C: New test.
14648         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
14649         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
14650         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
14651         Merrill).
14652
14653 1999-05-24  Jeffrey A Law  (law@cygnus.com)
14654
14655         * gcc.c-torture/execute/990524-1.c: New test.
14656
14657         * gcc.dg/990524-1.c: New test.
14658
14659 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14660
14661         * gcc.c-torture/compile/990523-1.c: New test.
14662
14663 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
14664
14665         * gcc.c-torture/compile/990519-1.c: New test.
14666
14667 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14668
14669         * gcc.c-torture/compile/990517-1.c: New test.
14670
14671         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
14672         (e4, f4): New tests.
14673         (main): Call them.
14674
14675 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14676
14677         * gcc.dg/noreturn-1.c: New test.
14678
14679 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14680
14681         * gcc.c-torture/execute/990513-1.c: New test.
14682
14683 1999-05-10  Richard Henderson  <rth@cygnus.com>
14684
14685         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
14686
14687 1999-05-10  Craig Burley  <craig@jcb-sc.com>
14688
14689         * g77.f-torture/execute/erfc.f: Use small single-precision
14690         values, to avoid problems on Alphas when not -mieee.
14691
14692 1999-05-08  Craig Burley  <craig@jcb-sc.com>
14693
14694         * gcc.dg/990506-0.c: New test.
14695
14696 1999-05-08  Richard Henderson  <rth@cygnus.com>
14697
14698         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
14699         the constant to test.  Don't XFAIL 64-bit targets.
14700
14701         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
14702         * g++.old-deja/g++.law/profile1.C: Likewise.
14703
14704         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
14705         operator new instances.
14706         * g++.old-deja/g++.other/delete5.C: Likewise.
14707
14708 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14709
14710         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
14711         intrinsic.
14712
14713 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14714
14715         * g77.f-torture/execute/u77-test.f: Reverse order of two
14716         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
14717
14718 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14719
14720         * gcc.dg/compare1.c: New test.
14721
14722 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14723
14724         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
14725         New tests.
14726
14727 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14728
14729         * g77.f-torture/compile/19990502-1.f: New test.
14730
14731 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14732
14733         * g77.f-torture/compile/19990502-0.f: New test.
14734
14735 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14736
14737         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
14738         intrinsic.
14739
14740 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14741
14742         * g77.f-torture/execute/u77-test.f (main): List libU77
14743         intrinsics not currently tested.
14744         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
14745         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
14746         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
14747         Trim blanks off the ends of some printed strings.
14748
14749 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14750
14751         * g77.f-torture/execute/u77-test.f (main): Just warn about
14752         FSTAT gid disagreement, as it's expected on some systems.
14753
14754 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14755
14756         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
14757         use a new function, which allows for some slop.
14758         Clean up some commentary.
14759         (issum): The new function.
14760         (sgladd): Deleted subroutine.
14761
14762 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14763
14764         * g77.f-torture/execute/u77-test.f: Modify to be more like
14765         libf2c/libU77 version, bringing patches to that version here.
14766         Add suitable commentary.
14767
14768 1999-04-25  Richard Henderson  <rth@cygnus.com>
14769
14770         * gcc.dg/990424-1.c: New test.
14771
14772 1999-04-24  Craig Burley  <craig@jcb-sc.com>
14773
14774         * g77.f-torture/execute/u77-test.f (main): Bug involving
14775         LSTAT has been fixed, so turn back on full checking.
14776
14777 1999-04-20  Craig Burley  <craig@jcb-sc.com>
14778
14779         * g77.f-torture/compile/19990419-0.f: New test.
14780         * g77.f-torture/execute/19990419-1.f: New test.
14781
14782 1999-04-17  Richard Henderson  <rth@cygnus.com>
14783
14784         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
14785         to avoid the need for a prototype to supress a warning.
14786
14787 1999-04-07  Jim Wilson  <wilson@cygnus.com>
14788
14789         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
14790
14791 1999-04-04  Jeffrey A Law  (law@cygnus.com)
14792
14793         * gcc.c-torture/execute/990404-1.c: New test.
14794
14795 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14796
14797         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
14798         * gcc.dg/cpp-if3.c: Don't use -pedantic.
14799         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
14800         missing initializer warnings.
14801
14802 1999-03-28  Jeffrey A Law  (law@cygnus.com)
14803
14804         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
14805         matching strings.
14806
14807 1999-03-26  Jeffrey A Law  (law@cygnus.com)
14808
14809         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
14810
14811 1999-03-26  Craig Burley  <craig@jcb-sc.com>
14812
14813         * g77.f-torture/execute/19990325-0.f: New test.
14814         * g77.f-torture/execute/19990325-1.f: New test.
14815
14816 1999-03-24  Jeffrey A Law  (law@cygnus.com)
14817
14818         * gcc.c-torture/execute/990324-1.c: New test.
14819
14820 1999-03-22  Jim Wilson  <wilson@cygnus.com>
14821
14822         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
14823         test with 4.
14824
14825 1999-03-17  Richard Henderson  <rth@cygnus.com>
14826
14827         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
14828
14829 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14830
14831         * g77.f-torture/execute/19990313-2.f: New test.
14832         * g77.f-torture/execute/19990313-3.f: New test.
14833
14834 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14835
14836         * g77.f-torture/execute/19990313-0.f: New test.
14837         * g77.f-torture/execute/19990313-1.f: New test.
14838
14839 1999-03-12  Jim Wilson  <wilson@cygnus.com>
14840
14841         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
14842         printf to sprintf.
14843         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
14844         (main): Add check for u15.  Conditionalize u31 check depending on
14845         whether ints are <32 bits or >=32 bits.
14846
14847 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14848
14849         * g77.f-torture/execute/19981119-0.f: Improve testiness.
14850
14851 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14852
14853         * g77.f-torture/compile/19990305-0.f: New test.
14854         * g77.f-torture/execute/19981119-0.f: New test.
14855
14856 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14857
14858         * g77.f-torture/execute/970625-2.f: call ABORT if final
14859         result is not correct, instead of just printing it.
14860         Add this checking via newly introduced obfuscation, to
14861         trip up buggy front ends.
14862
14863 1999-03-07  Craig Burley  <craig@jcb-sc.com>
14864
14865         * g77.f-torture/compile/960317-1.f: Moved from being
14866         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
14867
14868 1999-03-06  Craig Burley  <craig@jcb-sc.com>
14869
14870         * g77.f-torture/execute/960317-1.f: New (old) test.
14871         * g77.f-torture/execute/970625-2.f: Ditto.
14872
14873 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
14874
14875         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
14876         message on line 1 or line 2; cccp and cpplib do this differently.
14877
14878 1999-03-01  Jeffrey A Law  (law@cygnus.com)
14879
14880         * g++.old-deja/g++.law/weak1.C: New test.
14881
14882 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14883
14884         * gcc.c-torture/execute/990119-1.c: Renamed to...
14885         * gcc.dg/990119-1.c: this, so it will only be tested once
14886         (it's a preprocessor test, it doesn't need to be run at
14887         multiple optimization levels).
14888
14889 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14890
14891         * lib/g++.exp: Don't add incdir=$base_dir/../include to
14892           ALWAYS_CXXFLAGS.
14893
14894 1999-02-24  Craig Burley  <craig@jcb-sc.com>
14895
14896         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
14897         * g77.f-torture/compile/19981216-0.f: ...as it is expected
14898         to not be compilable by current g77.
14899
14900 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14901
14902         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
14903
14904 1999-02-22  Jeffrey A Law  (law@cygnus.com)
14905
14906         * gcc.c-torture/execute/990222-1.c: New test.
14907
14908 1999-02-19  Craig Burley  <craig@jcb-sc.com>
14909
14910         * g77.f-torture/compile/19990218-0.f: New test.
14911         * g77.f-torture/noncompile/19990218-1.f: New test.
14912
14913 1999-02-18  Craig Burley  <craig@jcb-sc.com>
14914
14915         * g77.f-torture/compile/19981216-0.f: New test.
14916
14917 1999-02-14  Jeffrey A Law  (law@cygnus.com)
14918
14919         * gcc.dg/990214-1.c: New test.
14920
14921 1999-02-13  Jeffrey A Law  (law@cygnus.com)
14922
14923         * gcc.dg/990213-2.c: New test.
14924
14925         * gcc.dg/990213-1.c: New test.
14926
14927 1999-02-12  Jeffrey A Law  (law@cygnus.com)
14928
14929         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
14930         ints.
14931
14932 1999-02-11  Nick Clifton  <nickc@cygnus.com>
14933
14934         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
14935         specified by target.
14936
14937         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
14938
14939 1999-02-11  Jeffrey A Law  (law@cygnus.com)
14940
14941         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
14942
14943 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14944
14945         * gcc.dg/special/ecos.exp: New test driver for new tests with
14946         special requirements.
14947
14948         * gcc.dg/special/alias-1.c: New test.
14949         * gcc.dg/special/gcsec-1.c: New test.
14950         * gcc.dg/special/weak-1.c: New test.
14951         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
14952         * gcc.dg/special/weak-2.c: New test.
14953         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
14954         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
14955         * gcc.dg/special/wkali-1.c: New test.
14956         * gcc.dg/special/wkali-2.c: New test.
14957         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
14958         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
14959
14960 1999-02-10  Felix Lee  <flee@cygnus.com>
14961
14962           * lib/c-torture.exp (c-torture-compile): Pull out code for
14963           analyzing gcc error messages.
14964           (c-torture-execute): Likewise.  Fix some (harmless) false
14965           positives.
14966           * lib/gcc.exp (gcc_check_compile): New function.
14967
14968 1999-02-08  Richard Henderson  <rth@cygnus.com>
14969
14970         * gcc.c-torture/execute/990208-1.c: New test.
14971
14972 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14973
14974         * g++.dg/special/ecos.exp: New driver for new tests with special
14975         requirements
14976
14977         * g++.dg/special/conpr-1.C: New test
14978         * g++.dg/special/conpr-2.C: New test
14979         * g++.dg/special/conpr-2a.C: New test
14980         * g++.dg/special/conpr-3.C: New test
14981         * g++.dg/special/conpr-3a.C: New test
14982         * g++.dg/special/conpr-3b.C: New test
14983
14984         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
14985         allow g++ to use the dg driver
14986
14987         * README: Add comment about g++.dg directory
14988
14989 1999-02-06  Jeffrey A Law  (law@cygnus.com)
14990
14991         * README: Update email addresses.
14992
14993 1999-02-03  Nick Clifton  <nickc@cygnus.com>
14994
14995         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
14996         arguments in order to force structure S onto the stack even on
14997         the alpha.
14998         (test): Pass 10 leading arguments to function foo as well as the
14999         structure S.
15000
15001         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15002         failure for all targets.
15003
15004         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15005         abort to terminate program execution.
15006
15007 1999-01-30  Richard Henderson  <rth@cygnus.com>
15008
15009         * gcc.c-torture/execute/990130-1.c: New test.
15010
15011 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15012
15013         * gcc.dg/990130-1.c: New test.
15014
15015 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15016
15017         * gcc.c-torture/execute/990128-1.c: New test.
15018
15019 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15020
15021         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15022
15023 1999-01-27  Felix Lee  <flee@cygnus.com>
15024
15025         * lib/c-torture.exp (c-torture-compile): pull out code for
15026         analyzing gcc error messages.
15027         (c-torture-execute): ditto, and fix some (harmless) false
15028         positives.
15029         * lib/gcc.exp (gcc_check_compile): new function.
15030
15031 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15032
15033         * gcc.dg/990117-1.c: New test.
15034
15035         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15036
15037         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15038
15039 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15040
15041         * g77.f-torture/compile/990115-1.f: New test.
15042
15043 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15044
15045         * gcc.c-torture/compile/990107-1.c: New test
15046
15047 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15048
15049         * gcc.c-torture/execute/990106-2.c: New test.
15050
15051         * gcc.c-torture/execute/990106-1.c: New test.
15052
15053 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15054
15055         * gcc.c-torture/compile/981223-1.c: New test.
15056
15057 1998-12-29  Richard Henderson  <rth@cygnus.com>
15058
15059         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15060         (opt3): Rename from opt4 and disable.
15061
15062 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15063
15064         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15065
15066 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15067
15068         * g++.old-deja/g++.other/conv5.C: New test.
15069
15070 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15071
15072         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15073
15074 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15075
15076         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15077
15078 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15079
15080         * gcc.c-torture/compile/981211-1.c: New test.
15081
15082 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15083
15084         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15085
15086         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15087
15088 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15089
15090         * gcc.special/930510-1.c: Make C9X safe.
15091         * gcc.misc-tests/gcov-1.c Similarly.
15092         * gcc.misc-tests/gcov-2.c Similarly.
15093
15094 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15095
15096         * gcc.dg/ultrasp1.c: New test.
15097
15098 1998-12-06  Richard Henderson  <rth@cygnus.com>
15099
15100         * gcc.c-torture/execute/981206.c: New test.
15101
15102 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15103
15104         * g++.old-deja/g++.ns/template7.C: New test.
15105
15106         * g++.old-deja/g++.other/expr1.C: New test.
15107
15108         * g++.old-deja/g++.eh/tmpl3.C: New test.
15109
15110         * g++.old-deja/g++.eh/tmpl2.C: New test.
15111
15112 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15113
15114         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15115         * g++.old-deja/g++.other/using6.C: Removed.
15116         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15117
15118         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15119
15120 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15121
15122         * g++.old-deja/g++.pt/overload8.C: New test.
15123
15124         * g++.old-deja/g++.pt/overload7.C: New test.
15125
15126         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15127
15128         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15129         and relinking messages.
15130         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15131         compiling with -frepo.
15132
15133 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15134
15135         * g++.old-deja/g++.pt/lookup6.C: New test.
15136
15137 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15138
15139         * gcc.c-torture/execute/981130-1.c: New test.
15140         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15141
15142 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15143
15144         * g++.old-deja/g++.pt/explicit76.C: New test.
15145
15146         * g++.old-deja/g++.pt/friend38.C: New test.
15147
15148         * g++.old-deja/g++.ns/crash2.C: New test.
15149
15150         * g++.old-deja/g++.pt/defarg8.C: New test.
15151
15152         * g++.old-deja/g++.pt/instantiate6.C: New test.
15153
15154         * g++.old-deja/g++.pt/static6.C: New test.
15155
15156         * g++.old-deja/g++.pt/decl2.C: New test.
15157
15158 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15159
15160         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15161         problem is actually related with name lookup, but so what? :-)
15162
15163         * g++.old-deja/g++.pt/friend37.C: New test.
15164
15165 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15166
15167         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15168         element, which fails on some systems.
15169
15170         * g77.f-torture/execute/labug1.f: New test.
15171
15172 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15173
15174         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15175         is defined.
15176
15177 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15178
15179         * g77.f-torture/compile/981117-1.f: New test.
15180
15181 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15182
15183         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15184         properly discarded.
15185
15186 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15187
15188         * gcc.c-torture/execute/memcheck: New directory of tests for
15189         -fcheck-memory-usage.
15190
15191 1998-11-07  Gerald Pfe
15192
15193         * g77.f-torture/noncompile/980615-0.f: New test.
15194
15195 1998-07-26  H.J. Lu  (hjl@gnu.org)
15196
15197         * gcc.dg/980312-1.c: Do link instead of compile.
15198         * gcc.dg/980313-1.c: Likewise.
15199
15200 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15201
15202         * gcc.c-torture/compile/980726-1.c: New test.
15203
15204 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15205
15206         * g77.f-torture/execute/io0.f: New test.
15207
15208 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15209
15210         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15211         an int.
15212
15213 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15214
15215         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15216         m32r bugs.
15217
15218 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15219
15220         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15221         c-decl.c:grokdeclarator can handle mode attributes.
15222
15223 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15224
15225         * gcc.c-torture/execute/980716-1.c: New test.
15226
15227 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15228
15229         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15230         the mn10200.
15231         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15232         the mn10200.
15233         * gcc.c-torture/execute/va-arg-3.x: Similarly.
15234         * gcc.c-torture/compile/930326-1.x: Similarly.
15235
15236 1998-07-13  Dave Love  <d.love@dl.ac.uk>
15237
15238         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
15239         New test from Craig.
15240
15241 1998-07-12  Dave Love  <d.love@dl.ac.uk>
15242
15243         * g77.f-torture/noncompile/980616-0.f: New test.
15244
15245         * g77.f-torture/execute/970816-3.f:  New test from Craig.
15246
15247 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15248
15249         *  g++.other/singleton.C: Return error value instead of taking
15250         SIGSEGV.
15251
15252 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
15253
15254         *  g++.other/singleton.C: New test.   Warning is under dispute.
15255         Runtime crash is not.
15256
15257 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15258
15259         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
15260         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
15261         using6.C, using7.C}:  New namespace tests.
15262
15263 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
15264
15265         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
15266         specialization with typedef'ed names used as array indexes.
15267
15268 1998-07-09  Jeffrey A Law  (law@cygnus.com)
15269
15270         * gcc.c-torture/execute/980709-1.c: New test.
15271
15272         * gcc.dg/980709-1.c: New test.
15273
15274 1998-07-07  Richard Henderson  <rth@cygnus.com>
15275
15276         * gcc.c-torture/execute/bcp-1.c: New test.
15277
15278 1998-07-07  Jeffrey A Law  (law@cygnus.com)
15279
15280         * gcc.c-torture/execute/980707-1.c: New test.
15281
15282 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
15283
15284         * gcc.c-torture/compile/980706-1.c: New test.
15285
15286 1998-07-01  Dave Love  <d.love@dl.ac.uk>
15287
15288         * g77.f-torture/execute/980701-0.f,
15289         g77.f-torture/execute/980701-1.f: New test from Craig.
15290
15291 1998-07-01  Jeffrey A Law  (law@cygnus.com)
15292
15293         * gcc.c-torture/compile/980701-1.c: New test.
15294
15295         * gcc.c-torture/execute/980701-1.c: New test.
15296
15297 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
15298 rlsruhe.de>
15299
15300         * g++.old-deja/g++.robertl/eb132.C: New test.
15301         * g++.old-deja/g++.robertl/eb133.C: Likewise.
15302
15303 1998-06-29  Dave Love  <d.love@dl.ac.uk>
15304
15305         * g77.f-torture/execute/980628-7.f,
15306         g77.f-torture/execute/980628-8.f,
15307         g77.f-torture/execute/980628-9.f,
15308         g77.f-torture/execute/980628-10.f: New tests from Craig.
15309
15310         * g77.f-torture/execute/980628-3.f: Remove mail headers.
15311
15312 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15313
15314         * g77.f-torture/execute/980628-4.f: New test from Craig.
15315         * g77.f-torture/execute/980628-5.f: Likewise.
15316         * g77.f-torture/execute/980628-2.f: Likewise.
15317         * g77.f-torture/execute/980628-0.f: Likewise.
15318         * g77.f-torture/execute/980628-1.f: Likewise.
15319         * g77.f-torture/execute/980628-3.f: Likewise.
15320         * g77.f-torture/execute/980628-6.f: Likewise.
15321
15322 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15323
15324         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
15325         directory when nothing has been installed yet.
15326
15327 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
15328
15329         * gcc.c-torture/special/special.exp: Handle newer versions of
15330         dejagnu.
15331
15332 1998-06-26  Jeffrey A Law  (law@cygnus.com)
15333
15334         * gcc.dg/980626-1.c: New test.
15335
15336 1998-06-19  Bruno Haible <haible@ilog.fr>
15337
15338         * gcc.misc-tests/m-un-2.c: New test.
15339         * g++.old-deja/g++.other/warn01.c: Likewise.
15340
15341 1998-06-19  Robert Lipe  <robertl@dgii.com>
15342
15343         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
15344         compatibility with assmblers with a different comment character.
15345         Eliminate use of GAS-specific extensions.
15346
15347 1998-06-19  Jeffrey A Law  (law@cygnus.com)
15348
15349         * gcc.c-torture/execute/ieee/980619-1.c: New test.
15350
15351 1998-06-19  Robert Lipe  <robertl@dgii.com>
15352
15353         *lib/g77.exp: Replace search for libf2c.a with search for newly
15354         renamed libg2c.a
15355
15356 1998-06-17  Jeffrey A Law  (law@cygnus.com)
15357
15358         * gcc.c-torture/execute/980617-1.c: New test.
15359
15360 1998-06-12  Jeffrey A Law  (law@cygnus.com)
15361
15362         * gcc.c-torture/execute/980612-1.c: New test.
15363
15364 1998-06-08  Jeffrey A Law  (law@cygnus.com)
15365
15366         * gcc.dg/980523-1.c: Only test on ppc-linux.
15367         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
15368
15369         * gcc.c-torture/execute/980608-1.c: New test.
15370
15371 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
15372
15373         * gcc.c-torture/execute/980605-1.c: New test.
15374
15375 1998-06-04  Jeffrey A Law  (law@cygnus.com)
15376
15377         * gcc.c-torture/execute/980604-1.c: New test.
15378
15379 1998-06-02  Jeffrey A Law  (law@cygnus.com)
15380
15381         * gcc.c-torture/execute/980602-1.c: New test.
15382         * gcc.c-torture/execute/980602-2.c: Likewise.
15383
15384 1998-06-02  Dave Love  <d.love@dl.ac.uk>
15385
15386         * 970125-0.f: Fix per JCB.  Add commentary.
15387
15388 1998-05-31  Michael Meissner  <meissner@cygnus.com>
15389
15390         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
15391         IEEE -0 support.
15392
15393 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
15394
15395         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
15396         earlier.
15397
15398 1998-05-28  Catherine Moore <clm@cygnus.com>
15399
15400         * gcc.c-torture/execute/980526-3.c: New test.
15401
15402 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
15403
15404         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
15405         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
15406         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
15407         m88k-motorola-sysv3 to XFAIL.
15408
15409 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15410
15411         * gcc.dg/980526-1.c: New test.
15412         * gcc.c-torture/execute/980526-2.c: New test.
15413
15414 1998-05-26  Jeffrey A Law  (law@cygnus.com)
15415
15416         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
15417
15418         * gcc.c-torture/execute/980526-1.c: New test.
15419
15420 1998-05-26  Dave Love  <d.love@dl.ac.uk>
15421
15422         * g77.f-torture/execute/alpha2.f: Add runtime test.
15423
15424 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
15425
15426         * g++.old-deja/old-deja.exp: Strip leading directories.
15427
15428         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
15429         error for the line.  Don't run multiple tests for the same line.
15430
15431 1998-05-23  Jeffrey A Law  (law@cygnus.com)
15432
15433         * gcc.dg/980523-1.c: New test.
15434
15435 1998-05-23  Dave Love  <d.love@dl.ac.uk>
15436
15437         * g77.f-torture/compile/970915-0.f: New test.
15438
15439 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
15440
15441         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
15442
15443 1998-05-21  Jeffrey A Law  (law@cygnus.com)
15444
15445         * gcc.dg/980520-1.c: New test.
15446
15447 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
15448
15449         * gcc.dg/980502-1.c: Fix return type.
15450
15451 1998-05-20  Jeffrey A Law  (law@cygnus.com)
15452
15453         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
15454         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
15455         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
15456         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
15457         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
15458
15459 1998-05-20  Dave Love  <d.love@dl.ac.uk>
15460
15461         * g77.f-torture/execute/980520-1.f: New test.
15462
15463 1998-05-15  Dave Love  <d.love@dl.ac.uk>
15464
15465         * lib/mike-g77.exp: New file.
15466
15467         * g77.f-torture/noncompile/noncompile.exp,
15468         g77.f-torture/noncompile/check0.f: New files.
15469
15470 1998-05-14  Dave Love  <d.love@dl.ac.uk>
15471
15472         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
15473         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
15474         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
15475         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
15476         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
15477         abort where appropriate.
15478
15479 1998-05-05  Michael Meissner  <meissner@cygnus.com>
15480
15481         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
15482         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
15483
15484 1998-04-29  Dave Love  <d.love@dl.ac.uk>
15485
15486         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
15487
15488 1998-04-27  Dave Love  <d.love@dl.ac.uk>
15489
15490         * g77.f-torture/compile/980427-0.f: New test.
15491
15492 1998-04-24  Dave Love  <d.love@dl.ac.uk>
15493
15494         * g77.f-torture/compile/980424-0.f: New test.
15495
15496 1998-04-19  Dave Love  <d.love@dl.ac.uk>
15497
15498         * g77.f-torture/compile/980419-2.f (main): New test.
15499         * g77.f-torture/compile/970125-0.f: New test.
15500         * g77.f-torture/compile/980419-1.f: New test.
15501
15502 1998-04-08  Jim Wilson  <wilson@cygnus.com>
15503
15504         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
15505         of loop-4.c.
15506
15507 1998-04-07  Jim Wilson  <wilson@cygnus.com>
15508
15509         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
15510
15511 1998-04-03  Jim Wilson  <wilson@cygnus.com>
15512
15513         * gcc.c-torture/compile/980329-1.c: New test.
15514
15515 1998-03-18  Jim Wilson  <wilson@cygnus.com>
15516
15517         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
15518         * gcc.dg/980312-1.c: Fix typo in -march command.
15519
15520 1998-03-16  H.J. Lu  (hjl@gnu.org)
15521
15522         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
15523
15524 1998-03-11  Robert Lipe  <robertl@dgii.com>
15525
15526         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
15527         Dave Love agree the Fortran source is bogus.
15528
15529 1998-03-11  Robert Lipe  <robertl@dgii.com>
15530
15531         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
15532         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
15533         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
15534         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
15535         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
15536
15537 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
15538
15539         * g++.old-deja/g++.other/friend1.C: New test.
15540
15541 1998-02-18  Dave Love  <d.love@dl.ac.uk>
15542
15543         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
15544         possibly uninitialized) variables and declare dnrm2.
15545
15546 1998-02-23  Robert Lipe <robertl@dgii.com>
15547
15548         From Bruno Haible <haible@ilog.fr>:
15549         * gcc.c-torture/execute/980223.c: New test.
15550
15551 1998-02-13  Jeffrey A Law  (law@cygnus.com)
15552
15553         * gcc.dg/ifelse-1.c: New test.
15554
15555 1998-02-09  H.J. Lu  (hjl@gnu.org)
15556
15557         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
15558
15559           * lib/old-dejagnu.exp (old-dejagnu): Added the
15560           "execution test - XFAIL *-*-*" handling in the spirit of
15561           "excess errors test -". Changed the "execution test fails"
15562           handling to be like "excess errors test fails".
15563           * Update various tests accordingly.
15564
15565 1998-02-06  Jim Wilson  <wilson@cygnus.com>
15566
15567         * gcc.c-torture/execute/980205.c: New test.
15568
15569 1998-01-18  Jeffrey A Law  (law@cygnus.com)
15570
15571         * lib/c-torture.exp: Look for .x files instead of .cexp files.
15572         * lib/f-torture.exp: Similarly.
15573         * gcc.c-torture: Rename all .cexp files to .x files.
15574
15575 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
15576
15577         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
15578         (940510-1.c): Removed duplicate.
15579         (971104-1.c): New test.
15580
15581 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
15582
15583           * lib/f-torture.exp: Improve error and loop detection.
15584
15585 1997-11-19  Michael Meissner  <meissner@cygnus.com>
15586
15587         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
15588         use that to size the filler array.
15589
15590 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
15591
15592         * lib/c-torture.exp(c-torture-execute): Fix typo.
15593
15594         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
15595         testcase as the executable name. Keep the executable around if
15596         the test fails.
15597
15598 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
15599
15600         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
15601         changes.  Only test one -g option, and move it to the end of the
15602         list of options to test.
15603
15604 1997-09-19  Michael Meissner  <meissner@cygnus.com>
15605
15606         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
15607         variable GCC_TORTURE_OPTIONS to supply default switches separated
15608         by colons.  If no environment variable, run tests with -O0 -g, -O1
15609         -g, and -O2 -g as well.
15610
15611 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
15612
15613         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
15614         explanatory comments. Fix indentation.
15615
15616 1997-09-15  Jeffrey A Law  (law@cygnus.com)
15617
15618         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
15619
15620 1997-09-11  Jeffrey A Law  (law@cygnus.com)
15621
15622         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
15623         * g++.old-deja/g++.mike/p7325.C: Likewise.
15624         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
15625
15626 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
15627
15628         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
15629         * g++.old-deja/g++.brendan/crash30.C: Likewise.
15630         * g++.old-deja/g++.brendan/crash39.C: Likewise.
15631         * g++.old-deja/g++.law/operators4.C: Likewise.
15632
15633 1997-09-11  Joe Buck  (jbuck@synopsys.com)
15634
15635         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
15636         * g++.old-deja/g++.mike/p784.C: Ditto.
15637         * g++.old-deja/g++.mike/p785.C: Ditto.
15638
15639 1997-09-05  Jeffrey A Law  (law@cygnus.com)
15640
15641           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
15642
15643 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15644
15645         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
15646         target feature; pass this to c-torture-execute as needed.
15647
15648 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15649
15650         * lib/c-torture.exp(c-torture-execute): If the previous and the
15651         current executables being tested are identical, we don't need to
15652         run the executable again. Try to make the executable names
15653         unique. Add an optional argument for passing additional compiler
15654         flags.
15655
15656 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
15657
15658         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
15659
15660 1997-08-29  Jeffrey A Law  (law@cygnus.com)
15661
15662         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
15663
15664 1997-07-31  Jeffrey A Law  (law@cygnus.com)
15665
15666         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
15667         32bit or larger longs.
15668
15669         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
15670         have either a 32bit long or 32bit int.
15671
15672 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
15673
15674         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
15675         Make double precision tests dependent on sizeof (double).
15676
15677 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
15678
15679         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
15680         too.
15681
15682 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
15683
15684         * gcc.c-torture/compile/961203-1.cexp: New script.
15685
15686 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
15687
15688         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
15689         up the includes ourselves.
15690
15691 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
15692
15693         * lib/plumhall.exp: Remove random include, and add a few
15694         verbose messages for debugging.
15695
15696 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
15697
15698         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
15699         of trying to do it ourselves.
15700
15701 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15702
15703         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
15704
15705 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
15706
15707         * gcc.prms/5403.c: Made regexp a bit less strict.
15708
15709 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
15710
15711         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
15712         is returned from remote_load instead.
15713         * lib/plumhall.exp: Ditto.
15714         * lib/mike-g++.exp: Ditto.
15715         * lib/old-dejagnu.exp: Ditto.
15716         * lib/c-torture.exp: Ditto.
15717
15718 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
15719
15720         * lib/g++.exp: Use build_wrapper procedure.
15721         * lib/gcc.exp: Ditto.
15722
15723 1997-05-20  Jeffrey A Law  (law@cygnus.com)
15724
15725         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
15726         an old-style decl for malloc.  Fixes tests to work when
15727         sizeof (int) != sizeof (size_t).
15728
15729 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15730
15731         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
15732
15733         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
15734         use stdargs.h interface.
15735
15736 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15737
15738         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
15739         NO_VARARGS when compiling.
15740
15741 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
15742
15743         * lib/plumhall.exp(ph_includes): New procedure.
15744         (ph_make): Use it.
15745         (ph_compiler): Ditto.
15746
15747         * lib/g++.exp: Rename test-glue.c to testglue.c.
15748         * lib/gcc.exp: Ditto.
15749
15750 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
15751
15752         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
15753         to completion when it's called.
15754
15755 1997-03-21  Michael Meissner  <meissner@cygnus.com>
15756
15757         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
15758         is defined, don't do test.
15759
15760 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
15761
15762         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
15763         for object files.
15764         (ph_summary): Mark skipped testcases as untested, not unresolved.
15765
15766         * lib/plumhall.exp (ph_make): If unresolved because of bad
15767         errorCode, record errorCode in log file.
15768         (*): Replace send_log/verbose with verbose -log.
15769
15770 1997-03-19  Michael Meissner  <meissner@cygnus.com>
15771
15772         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
15773         double conversion if double isn't at least 8 bytes.
15774
15775         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
15776         int to work with targets where int is 16 bits.
15777
15778         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
15779         8 bytes, just exit, since 4 byte doubles don't have enough bits of
15780         precision for the test to complete.
15781
15782 1997-03-14  Michael Meissner  <meissner@cygnus.com>
15783
15784         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
15785         if d10v is not compiled with the -mdouble64 flag.
15786         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
15787
15788         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
15789         d10v is not compiled with the -mint32 flag.
15790
15791 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
15792
15793         * lib/plumhall.exp: Use incr_count.
15794
15795 1997-03-12  Jeffrey A Law  (law@cygnus.com)
15796
15797         * gcc.c-torture: Update to c-torture-1.45.
15798
15799 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
15800
15801         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
15802         the name of the expect testcase file).
15803
15804         * lib/g++.exp(g++_init): Ditto.
15805
15806 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
15807
15808         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
15809         the host.
15810
15811         * lib/gcc.exp(gcc_exit): New procedure.
15812
15813 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
15814
15815         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
15816         specs where appropriate.
15817
15818         * g++.old-deja/g++.arm/*: Added additional ERROR checks
15819         because of new "candidates are" messages, and removed a few
15820
15821         * Converted all non-old-style g++ testcases to old-style, and
15822         moved into g++.old-deja.
15823
15824 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
15825
15826         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
15827         options.
15828
15829         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
15830         succeeded.
15831
15832         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
15833
15834 1997-02-13  Michael Meissner  <meissner@cygnus.com>
15835
15836         * lib/gcc.exp (gcc_target_compile): Add support for defining
15837         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
15838         the machine doesn't have those features.
15839
15840 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
15841
15842         * g++.law/operators4.exp: Don't use LIBS.
15843
15844 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
15845
15846         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
15847
15848         * lib/mike-g++.exp: Don't set the compiler to be tested here.
15849         * lib/g++.exp: Set it here instead. Also, allow use of the
15850         --tool_exec and --tool_opt options. Change CXX to
15851         GXX_UNDER_TEST.
15852
15853         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
15854
15855         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
15856
15857 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
15858
15859         * lib/old-dejagnu.exp: Use prune_warnings instead of
15860         prune_system_crud.
15861         * lib/mike-g++.exp: Ditto.
15862         * lib/gcc.exp: Ditto.
15863         * lib/g++.exp: Ditto.
15864
15865         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
15866
15867 1997-02-07  Jeffrey A Law  (law@cygnus.com)
15868
15869           * 941014-2.c: Include stdlib.h
15870           * 960327-1.c: Include stdio.h
15871           * dbra.c, index-1.c: Don't assume ints are 32bits.
15872
15873 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
15874
15875         * lib/gcc.exp: Add gcc,stack_size target feature.
15876
15877         * lib/g++.exp(g++_target_compile): Add the include and link
15878         paths here, not in two other places. And, it's $options, not
15879         options.
15880
15881         * lib/mike-g++.exp(postbase): Remove the code that determines
15882         the correct include and link paths.
15883         * g++.old-deja/old-deja.exp: Ditto.
15884
15885 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
15886
15887         * lib/g++.exp(g++_init): target_compile no longer returns the
15888         filename of the result.
15889
15890 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
15891
15892         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
15893         call to glob.
15894
15895         * gcc.c-torture/special/special.exp: Change call to
15896         gcc_target_compile to include the object file.
15897
15898 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
15899
15900         * gcc.c-torture/special/special.exp: Correct misspelling in last
15901         change.
15902
15903 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
15904
15905         * lib/plumhall.exp(ph_summary): Log the entire output of the
15906         executable. Return -1 if there were any failures, 0 otherwise.
15907         (ph_execute): Return -1 if there were any failures, 0 otherwise.
15908         (ph_make): Clean up objects and executables that were built
15909         if the tests succeeded.
15910
15911 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
15912
15913         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
15914         libraries and includes in the build tree as appropriate.
15915
15916 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15917
15918         * lib/c-torture.exp: Instead of looking for the global variable
15919         NO_LONG_LONG, check to see if that's a feature of the target.
15920
15921 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15922
15923         * config/default.exp: Minimize. Delete the remainer of the files in
15924         config; this functionality is now in devo/dejagnu/config.
15925
15926         g++.*/*: Pass any additional flags used to compile to postbase;
15927         delete CXXFLAGS.
15928
15929         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
15930         is now done by runtest.exp. Use gcc_target_compile instead of
15931         compile.
15932
15933         lib/c-torture.exp: Use gcc_target_compile instead of compile.
15934         Remove references to CFLAGS. Use remote_file instead of
15935         calling rm -f.
15936         (c-torture): Take a list of arguments to use to compile this
15937         testcase.
15938
15939         lib/g++.exp: Simplify. Use target_compile instead of compile.
15940         lib/gcc-dg.exp: Ditto.
15941         lib/gcc.exp: Ditto.
15942         lib/mike-{gcc,g++}.exp: Ditto.
15943         lib/old-dejagnu.exp: Ditto.
15944         lib/plumhall.exp: Ditto.
15945
15946 1997-01-08  Jim Wilson  <wilson@cygnus.com>
15947
15948         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
15949         (ph_linker): Likewise.
15950
15951 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
15952
15953           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
15954         MAP_ANON / MAP_ANONYMOUS if defined;
15955         else try to map from /dev/zero .
15956
15957 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15958
15959         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
15960         isn't defined, then define it to MAP_ANONYMOUS.
15961
15962 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15963
15964         * gcc.c-torture: Update to c-torture-1.42 release.
15965
15966 1996-11-11  Jeffrey A Law  (law@cygnus.com)
15967
15968         * gcc.c-torture: Update to c-torture-1.41 release.
15969
15970 1996-10-27  Jeffrey A Law  (law@cygnus.com)
15971
15972         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
15973         c-torture release.
15974
15975 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
15976
15977         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
15978         and LDFLAGS.  Fix second case to append the target_info ldflags
15979         onto LDFLAGS, not CFLAGS.
15980         * lib/g++.exp (g++_init): Add target_info stuff.
15981         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
15982         of libgloss and newlib flags for !native.
15983
15984         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
15985         (GDB): Fix relative path to go up another dir for finding gdb.
15986
15987 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
15988
15989         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
15990         versions in the target_info array, if they don't exist.
15991
15992 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
15993
15994         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
15995
15996 1996-07-08  Jim Wilson  <wilson@cygnus.com>
15997
15998         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
15999         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
16000
16001 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
16002
16003         * lib/old-dejagnu.exp: Don't remove the output file before we've
16004         actually tested it. Don't append pwd to the path of the executable
16005         we're testing.
16006
16007 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
16008
16009         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
16010
16011 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
16012
16013         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
16014         temporary directory for compiler files, and set it to a default
16015         value of /tmp. Set $output as the name of the output file from
16016         compiling the testcase. Add a -o option to $cflags_var so the
16017         compiler writes the final output file as $output. Set $executable
16018         to $output.
16019
16020         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
16021         directory for compiler files, and set it to /tmp if it doesn't
16022         already have a value. Set $output_file to the name of the output
16023         file from compiling the testcase. Add a -o option to CXXFLAGS so
16024         the compiler writes the final output file as $output. Use $output
16025         as the executable to be tested.
16026
16027 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16028
16029         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
16030
16031 1996-06-08  Jeffrey A Law  (law@cygnus.com)
16032
16033         * gcc.c-torture/execute/pending-1.c: New test.  Still
16034         pending in Tege's queue.
16035
16036 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
16037
16038         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
16039         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
16040         if there were failures.  Call unresolved if there were unresolved
16041         testcases.  Call gcc_fail if program did not run to completion.
16042         (ph_make): Pass additional argument name to ph_execute.
16043         (ph_execute): Add new argument.  Pass additional arguments to
16044         ph_summary.  Call gcc_fail is there is no execution output.
16045
16046 1996-04-24  Jeffrey A Law  (law@cygnus.com)
16047
16048         * lib/plumhall.exp (proc_summary): Output relavent summary
16049         lines into the log so specific failures in plumhall can be
16050         investigated.
16051
16052 1996-04-10  Jeffrey A Law  (law@cygnus.com)
16053
16054         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
16055         (c-torture-execute): Don't try to execute tests which use
16056         "long long" types if $NO_LONG_LONG is nonzero.
16057
16058 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
16059
16060         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
16061         not c-torture.
16062
16063         * gcc.ieee: Move from here.
16064         * gcc.c-torture/execute/ieee: To here.
16065
16066 1996-03-26  Jeffrey A Law  (law@cygnus.com)
16067
16068         * gcc.c-torture: Update to c-torture-1.41 release.
16069
16070 1996-03-22  Jeffrey A Law  (law@cygnus.com)
16071
16072         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
16073         not "$output".
16074
16075 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
16076
16077         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
16078         -c present.
16079
16080 1996-03-02  Jeffrey A Law  (law@cygnus.com)
16081
16082         * config/proelf.exp: Handle connecting to a simulator.
16083
16084 1996-01-31  Jeffrey A Law  (law@cygnus.com)
16085
16086         * config/proelf.exp: New file.  Enough framework that we can
16087         run c-torture tests on the proelf targets (or any other target
16088         that gdb can connect to for that matter).
16089
16090 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
16091
16092         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
16093         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
16094
16095         * lib/plumhall.exp (ph_execute): Always call ph_summary if
16096         exec_output exists.
16097
16098 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
16099
16100         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
16101         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
16102
16103         * config/*.exp: Update FSF address.  Change result of ${tool}_load
16104         to pass/fail/unresolved/unsupported/untested.  Caller must now
16105         call unresolved/unsupported/untested.
16106         * lib/*.exp: Update FSF address.  Update to handle new results of
16107         ${tool}_load.
16108         * lib/chill.exp (verbose): Delete.
16109
16110 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
16111
16112         * lib/gcc.exp (default_gcc_start): Change order of args to
16113         $LDFLAGS $CFLAGS $LIBS.
16114         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
16115         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
16116         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
16117         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
16118         * gcc.misc-tests/dg-test.exp: Likewise.
16119         * gcc.misc-tests/msgs.exp: Likewise.
16120         * gcc.prms/prms.exp: Likewise.
16121         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
16122         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
16123
16124         * lib/dg.exp: Deleted, moved to dejagnu/lib.
16125
16126 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16127
16128         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
16129
16130         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
16131         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
16132
16133         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
16134         necessary.
16135
16136 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
16137
16138         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
16139         global for loop; add use of $mathlib.
16140         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
16141         settings here; set mathlib for anything but VxWorks.
16142
16143 1996-01-22  Jeffrey A Law  (law@cygnus.com)
16144
16145         * gcc.c-torture: Update to c-torture-1.40 release.
16146
16147 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16148
16149         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16150         dg.exp.
16151
16152 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16153
16154         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16155         global.
16156
16157 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16158
16159         * lib/g++.exp (LIBS): Define if not already.
16160         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16161         (gcc-dg-prune): Call prune_gcc_output.
16162         * lib/gcc.exp (prune_gcc_output): New proc.
16163         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16164         prune_gcc_output.
16165
16166 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16167
16168         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16169         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16170
16171 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16172
16173         * gcc.c-torture: Update to c-torture-1.39 release.
16174
16175 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16176
16177         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16178         fails, try others as well.
16179
16180 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16181
16182         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16183         If compilation fails, mark execute tests as `untested'.
16184         If test is marked as unsupported, don't mark compilation and
16185         execute tests as failed.
16186
16187 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16188
16189         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16190         libstdc++ for whether or not we want to be doing shared
16191         libraries.  Delete link_curses since we don't need it anymore.
16192         * lib/mike-g++.exp (postbase): Don't link in libg++.
16193         * g++.old-deja/old-deja.exp: Likewise.
16194
16195 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16196
16197         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16198
16199 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16200
16201         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16202         For that, add `-Wl,-a,shared_archive'.
16203         * g++.old-deja/old-deja.exp: Likewise.
16204
16205 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16206
16207         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16208
16209 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16210
16211         * lib/mike-g++.exp (postbase): Pay attention to the status of
16212         g++_load.
16213
16214 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16215
16216           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16217
16218 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16219
16220         * lib/gcc.exp (default_gcc_start): No longer need to log program
16221         being executed or its output, execute_anywhere does that now.
16222         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16223         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16224
16225 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16226
16227         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16228         the same as those in lib/g++.exp.
16229
16230 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16231
16232         * gcc.c-torture: Update to c-torture-1.38 release.
16233         * gcc.ieee: Related changes.
16234
16235 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
16236
16237         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
16238         "exec". Minor reformatting changes.
16239
16240         * config/rom68k.exp (${tool}_load): Make it work in a canadian
16241         cross. This means all "exec" calls now work on a remote host as
16242         well.
16243         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
16244         cross. Filter out the extra "\r\n" stuff that expect puts in.
16245         (c-torture-execute): Filter out the bogus warnings like
16246         c-torture-compile does. Add support for canadian cross.
16247         * lib/gcc.exp (default_gcc_version, default_gcc_start)
16248         Use execute_anywhere rather than calling exec directly. Now it
16249         works for canadian cross testing.
16250
16251 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
16252
16253         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
16254         results into a variable, and check that rather than using file exists.
16255
16256 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
16257
16258         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
16259         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
16260
16261 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16262
16263         * g++.old-deja/old-deja.exp: Create and pass runshlib and
16264         lib_curses if there's a shared libg++ in the build tree.
16265
16266 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
16267
16268         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
16269         if not supported target.
16270
16271 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
16272
16273         * lib/g++.exp (g++_init): Move empty setting of runshlib and
16274         link_curses up to always happen, not just for native builds.
16275
16276 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
16277
16278         * gcc.c-torture: Update to c-torture-1.36 release.
16279         * gcc.failure: Related changes.
16280
16281 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
16282
16283         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
16284
16285 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
16286
16287         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
16288         * lib/mike-g++.exp (postbase): Not in here.  Still reference
16289         runshlib, link_curses, and mathlib for link and run.
16290
16291         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
16292         pass the runtime shared library options for Solaris, OSF/1, and
16293         Irix5, and link with -lcurses to avoid unresolved references.
16294
16295 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
16296
16297         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
16298         only run once.
16299
16300 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
16301
16302         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
16303
16304 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
16305
16306         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
16307         do not have a framework for the "compat" tests yet.
16308
16309 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
16310
16311         * lib/mike-g++.exp (postbase): New local variable `mathlib',
16312         set to null if we're testing vxworks5.1.  Use that instead of
16313         `-lm' in the setting of LIBS for link and run.
16314
16315 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
16316
16317         * config/rom68k.exp (${tool}_load): Major changes to make it
16318         work.  Verified that it does in fact return the stuff in
16319         exec_output properly.  Catch any Emul or any TRAP other than 0.
16320
16321 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
16322
16323         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
16324         LDFLAGS properly for targets that need stuff from libgloss.
16325         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
16326         only run once.
16327         (gpp_initialized): New variable.
16328
16329 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
16330
16331         * config/rom68k.exp: Load libgloss.exp.
16332         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
16333         so we can produce a fully linked binary.
16334         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
16335         so we can produce a fully linked binary.
16336
16337 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
16338
16339         * lib/plumhall.exp (ph_section): Watch for expected failures.
16340         Add missing `else'.
16341
16342         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
16343         run the testcase.
16344         (c-torture): Likewise.
16345
16346 1995-08-28  Doug Evans  <dje@cygnus.com>
16347
16348         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
16349
16350         * lib/mike-g++.exp (mike_cleanup): New proc.
16351         (prebase): New globals compiler_result, not_compiler_result,
16352         target_regexp.
16353         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
16354         allow leading "-" in pattern.  Watch for unsupported tests.
16355         If $compiler_result is set, pattern match assembler code,
16356         and ditto for $not_compiler_result.
16357         * lib/mike-gcc.exp: Likewise.
16358
16359         * lib/plumhall.exp (ph_execute): Only call ph_summary if
16360         execution "succeeded".
16361
16362 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
16363
16364         * config/win32.exp: New file.
16365         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
16366
16367 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
16368
16369         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
16370         unsupported.
16371         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
16372         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
16373         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
16374
16375         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
16376         "... without exceptions was ...".  That is now handled by
16377         prune_system_crud.
16378         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16379
16380 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
16381
16382         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
16383         sieve.c,sort2.c}: New files.
16384         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
16385         sieve.exp,sort2.exp}: Drivers for them.
16386
16387         * lib/mike-gcc.exp (program_output): New user settable variable.
16388         (postbase): Call prune_system_crud.  Also prune extraneous compiler
16389         messages.
16390         * lib/mike-g++.exp (program_output): New user settable variable.
16391
16392         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
16393
16394         * config/sh.exp: Deleted (use sim.exp instead).
16395
16396 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
16397
16398         * config/vx.exp: Declare CHECKTASK as global.
16399         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
16400         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
16401         * lib/old-dejagnu.exp: Load [pwd]/$executable.
16402
16403 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16404
16405         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
16406         target. Like vx.exp, only includes `vx29k.exp' instead of
16407         `vxworks.exp'.
16408
16409 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
16410
16411         * config/sim.exp: Increase time limit from 120 seconds to 240.
16412
16413 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
16414
16415         * gcc.c-torture/execute/950628-1.c: New test.
16416
16417 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
16418
16419         * gcc.c-torture: Update with changes/additions from
16420         c-torture-1.34.
16421
16422 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
16423
16424         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
16425
16426 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
16427
16428         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
16429
16430 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
16431
16432         * gcc.c-torture/compile/950512-1.c: New test.
16433         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
16434         * gcc.dg/struct-ret-1.c: Likewise.
16435
16436 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
16437
16438         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
16439           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
16440
16441 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
16442
16443         * gcc.c-torture/special/920411-1.c: Deleted.
16444         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
16445
16446 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
16447
16448         * config/sim.exp (${tool}_load): Hack in call to bash to get a
16449         cpu limit.
16450
16451 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
16452
16453         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
16454
16455 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
16456
16457         From kenner;
16458         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
16459         is the proper length.
16460         * va-arg-3.c: Likewise.
16461
16462 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
16463
16464         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
16465         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
16466
16467         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
16468         * lib/g++.exp (default_g++_start): Delete old cruft.
16469
16470 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
16471
16472         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
16473         (2 * (1 << 18)) to (2 * (1 << 17)).
16474
16475         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
16476
16477 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
16478
16479         * config/rom68k.exp: Renamed from config/idp.exp
16480
16481 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
16482
16483         * c-torture/compile/921109-2.c
16484
16485 1995-04-18  Mike Stump  <mrs@cygnus.com>
16486
16487         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
16488         excess errors.
16489
16490 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
16491
16492         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
16493         output.
16494         * lib/g++.exp (default_g++_start): Likewise.
16495
16496 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
16497
16498         * gcc.c-torture/compile/950329-1.c: New test.
16499
16500 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
16501
16502           * config/bug.exp (${tool}_load): Updated to use new remote_open
16503           and remote_close procs.
16504         * config/idp.exp: New file.
16505
16506 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
16507
16508         * gcc.c-torture/execute/950322-1.c: New test.
16509
16510 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
16511
16512         * config/vx.exp (${tool}_load): Clean up testing of return code from
16513         vxworks_ld and vxworks_spawn.
16514
16515 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
16516
16517         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
16518
16519 1995-03-13  Mike Stump  <mrs@cygnus.com>
16520
16521         * lib/old-deja.exp: Add `excess errors test - ' error, now one
16522         can mark excess errors on a machine by machine basis.  Note, the
16523         default is to not expect any excess errors, even when excess
16524         errors test - is given, so you will want to put an XFAIL ... on
16525         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
16526         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
16527         those 4 machines, but no others.
16528
16529 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
16530
16531         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
16532         * lib/c-torture.exp: to here.
16533
16534 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
16535
16536         * gcc.c-torture/execute/950221-1.c: New test.
16537         * gcc.c-torture/execute/struct-ret-1.c: New test.
16538         * gcc.c-torture/compile/950221-1.c: New test.
16539
16540         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
16541
16542 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
16543
16544         * gcc.c-torture/execute/arith-1.c (main): Return 0.
16545         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
16546
16547 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
16548
16549         * g++.gb: New directory of tests, derived from my signature and
16550         class scoping tests.
16551
16552         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
16553         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
16554         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
16555         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
16556         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
16557         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
16558         * g++.gb/sig25.C: Likewise.
16559
16560         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
16561         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
16562         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
16563         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
16564         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
16565         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
16566         * g++.gb/sig25.exp: Likewise.
16567
16568         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
16569         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
16570         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
16571         * g++.gb/scope13.C: Likewise, this test still fails.
16572
16573         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
16574         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
16575         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
16576         * g++.gb/scope13.exp: Ditto.
16577
16578         * g++.gb/README: New file, explains what these tests are about.
16579
16580 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
16581
16582         * lib/dg.exp (dg-do): Support `preprocess'.
16583         (dg-test): Likewise.
16584
16585 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
16586
16587         * config/udi.exp: change "continue -expect" to "exp_continue".
16588
16589 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
16590
16591         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
16592         Delete redundant tests.
16593
16594         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
16595         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
16596         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
16597         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
16598         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
16599         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
16600         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
16601         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
16602
16603         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
16604         storing label pointers.
16605         * gcc.c-torture/execute/921019-1.c: Likewise.
16606         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
16607         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
16608         parameter fp.
16609         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
16610         constants.
16611
16612         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
16613         Delete obsolete tests.
16614
16615         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
16616         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
16617         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
16618         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
16619         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
16620         * gcc.c-torture/compile/950124-1.c: New test.
16621
16622         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
16623
16624 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
16625
16626         * lib/mike-g++.exp: Add -lm to LIBS.
16627
16628 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
16629
16630         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
16631
16632 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
16633
16634         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
16635
16636 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
16637
16638         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
16639
16640 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
16641
16642         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
16643         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
16644         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
16645         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
16646         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
16647         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
16648         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
16649         * g++.law/{operators31.C, operators32.C,
16650         * g++.law/{operators33.C, operators34.C}: Likewise.
16651         * g++.law/{pic1.C, refs2.C}: Likewise.
16652         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
16653         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
16654         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
16655         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16656
16657         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
16658         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
16659         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
16660         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
16661         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
16662         * g++.law/{enum9.exp, friend5.exp}: Likewise.
16663         * g++.law/{nest3.exp, nest4.exp}: Likewise.
16664         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
16665         * g++.law/{operators30.exp, operators31.exp}: Likewise.
16666         * g++.law/{operators32.exp, operators33.exp}: Likewise.
16667         * g++.law/{operators34.exp}: Likewise.
16668         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
16669         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
16670         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
16671         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
16672         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16673
16674         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
16675         No longer expected to fail.
16676         * g++.law/missed-error3.C: Tweak for recent bool changes.
16677
16678 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
16679
16680         * config/emb-unix: Deleted.
16681         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
16682         remote execution.  Do final link on remote host if REMOTE_LINK is set.
16683
16684 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
16685
16686         * lib/dg.exp (dg-test): Fix typo in last patch.
16687
16688 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
16689
16690         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
16691         (handles multiple occurrences).
16692
16693 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
16694
16695         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
16696         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
16697         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
16698         printed).
16699         * lib/c-torture.exp (c-torture-compile): Likewise.
16700         (c-torture): Prepend full path if missing.
16701         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
16702         (gcc_fail): Likewise.
16703         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
16704
16705 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
16706
16707         * lib/netware.exp: Only attach to NetWare i386 systems.
16708
16709 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
16710
16711         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
16712         messages.  Add test name to "output pattern match" pass/fail message.
16713
16714 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
16715
16716         * gcc.dg: New testsuite.
16717         * gcc.dg/dg.exp: New file.
16718
16719         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
16720         test-switch.c}: Deleted.
16721
16722         * gcc.misc-tests/msgs.exp: New testcase driver.
16723
16724 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
16725
16726         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
16727         Watch for illegal return values from ${tool}_load.
16728         * config/unix.exp (${tool}_load): Fix pass/fail detection for
16729         cross targets.  Coerce return value >0 to 1.
16730
16731 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
16732
16733         * config/unix.exp (${tool}_load): Call program rsh, not proc.
16734
16735         * config/emb-unix.exp: New file.
16736
16737         * config/sim.exp: Error if variable $SIM not defined.
16738         (${tool}_load): Mark test as "untested" if simulator missing.
16739
16740         * config/unix.exp: Load remote.exp to get rcp_download.
16741         * lib/c-torture.exp: Use different option lists for testcases with
16742         and without loops.
16743         * gcc.c-torture/execute/execute.exp: Likewise.
16744
16745 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
16746
16747         * config/*.exp: Clarify return code from ${tool}_load.
16748         Call `unresolved' or `untested' instead of `warning' or `perror'
16749         (sometimes you still want to call both though).
16750         Add comment that `shell_id' is local to each file.
16751         * config/udi.exp (timeout): Set to 30.
16752         Don't print warning if connection fails, $connectmode has already
16753         printed an error.
16754         (${tool}_load): Move verbose messages to level 2.
16755         Rework pattern for "Process started" message.
16756         Pass `shell_id' to ${connectmode}_download.
16757         Retry twice upon timeout.  Make resetting of target more robust.
16758         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
16759         Pass `shell_id' to exit_$connectmode.
16760         Only call exit_$connectmode if connected.
16761         * config/unix.exp (${tool}_load): Check return codes better.
16762         * config/vrtx.exp (${tool}_load): Likewise.
16763         * config/vx.exp (${tool}_load): Likewise.
16764         Delete unneeded global's.
16765         * lib/dg.exp (dg-test): Update to reflect clarified return codes
16766         from ${tool}_load.
16767         (dg-stat): Delete.
16768         (dg-init): Delete recording of pass/fail counts.
16769         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16770         (old-dejagnu-init): Likewise.
16771         (old-dejagnu-stat): Delete contents, empty proc now.
16772         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
16773         (c-torture): Delete references to lcnt, lpass, lfail.
16774         Get option list from TORTURE_OPTIONS.
16775         Delete -funroll[-all]-loops if no loops.
16776         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
16777         (g++_stat): Delete contents (empty proc now).
16778         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
16779         (gcc_finish): Likewise.
16780         (gcc_stat): Deleted.
16781         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
16782         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
16783         * gcc.c-torture/execute/execute.exp: Likewise.
16784         Split tests into two parts: compile, execute.
16785         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
16786         no loops.  Update to reflect clarified return codes from ${tool}_load.
16787
16788 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
16789
16790         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
16791         to grep for.
16792         (old-dejagnu): Likewise (where necessary).
16793
16794 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
16795
16796         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
16797
16798         * lib/dg.exp (dg-process-target): Fix processing of selector.
16799         Add comment regarding use of `error'.
16800
16801         * lib/gcc.exp (prune_system_crud): Define if missing.
16802         * lib/g++.exp (prune_system_crud): Likewise.
16803
16804         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
16805         Call prune_system_crud.
16806         * lib/dg.exp (dg-runtest): New proc.
16807         Use perror instead of send_user for tcl errors in testcase.
16808         Don't return any value, it's never used.
16809         Don't clobber previous definition of `unknown'.
16810         Print tcl errors in `dg-final'.
16811
16812 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
16813
16814         * lib/dg.exp (dg-process-target): Improve syntax error messages.
16815         (dg-test): Don't print errorInfo, it contains stack backtrace.
16816
16817 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
16818
16819         * lib/g++.exp (runtest_file_p): Define if missing.
16820
16821 1994-09-24  Doug Evans  (dje@cygnus.com)
16822
16823         * lib/mike-g++.exp: Comment out loading of g++.exp.
16824         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
16825         (default_g++_version): Always print something.
16826         (default_g++_start): Comment out call to `which'.
16827         (g++_start, g++_load): Deleted (must be defined in config file).
16828         * lib/gcc.exp: Test for existence of $CC at start.
16829         Delete check for tmpdir (done in gcc_init).
16830         (default_gcc_version): Always print something.
16831         (default_gcc_start): Comment out call to `which'.
16832         * config/*.exp: Major cleanup - make cross targets work at least a
16833         little better for g++ (by not being "--tool gcc" specific).
16834         Rename gcc_xxx to ${tool}_xxx.
16835         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
16836         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
16837
16838 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
16839
16840         * lib/c-torture.exp (c-torture-compile): Rework compiler
16841         message processing.
16842
16843         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
16844         c-torture.
16845
16846 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
16847
16848         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
16849
16850         * lib/dg.exp (dg-process-target): Support { target native }.
16851
16852 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
16853
16854         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
16855         looked for "... program xxx got fatal signal".
16856         Correct regsub munging of `comp_output'.
16857         Ignore compiler messages "path prefix not used" and "linker input
16858         file unused".
16859
16860 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
16861
16862         * lib/gcc.exp (runtest_file_p): Define if missing.
16863         * gcc.prms/template.c: Example to work from.
16864
16865 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
16866
16867         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
16868         * lib/dg.exp (dg-test): Call unsupported testcases as such.
16869
16870         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
16871         * gcc.prms/1883.c: Moved from compile/940714-1.c.
16872         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
16873         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
16874
16875         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
16876         (dg-process-target): No longer a varargs proc.
16877         Return S/N for target, P/F for xfail.  All callers changed.
16878         (user option procs): More argument checking.
16879         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
16880         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
16881         (dg-test): Skip test if not running on selected target in `dg-do'.
16882         Update handling of `dg-do-what', `dg-output-text'.
16883         Separate execution pass/fail from output pattern match pass/fail.
16884         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
16885
16886 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
16887
16888         * gcc.c-torture/special/special.exp: Don't expect failure for mips
16889         target for 920510-1.c.
16890
16891 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
16892
16893         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
16894         Clean up comment regarding use of passcnt, etc.
16895         (gcc_stat): Don't update `testcnt' here.
16896         (gcc_finish): Do it here.
16897         Might as well reset `but_id' here too.
16898         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
16899         to determine if the file should be tested.
16900         * gcc.c-torture/compile/compile.exp: Likewise.
16901         * gcc.c-torture/execute/execute.exp: Likewise.
16902         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16903         * gcc.misc-tests/dg-test.exp: Likewise.
16904         * gcc.prms/prms.exp: Likewise.
16905         * gcc.wendy/wendy.exp: Likewise.
16906         * g++.old-deja.exp: Likewise.
16907         Move "Testing file" message to verbose level 1.
16908
16909 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
16910
16911         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
16912
16913 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
16914
16915         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
16916         (default_gcc_start): Accept optional second list element
16917         of compiler flags.  Print compiler output at verbosity level 2.
16918         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
16919         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
16920         Save current values of framework globals passcnt, failcnt, xpasscnt,
16921         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
16922         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
16923         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
16924         xfailcnt to compute stats.  Update framework global `testcnt' from
16925         pass/fail counts.
16926         (gcc_finish): New proc.  Clean up test environment.
16927         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
16928         (gcc_epass, gcc_efail): Delete.
16929         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
16930         argument of line number.
16931         (dg-init): If the tool has an init routine, call it.
16932         (dg-test): Remove args `cflags_var' and `libs_var'.
16933         Pass all compiler options to ${tool}_start.
16934         Handle missing line number.
16935         (dg-finish): New function.
16936         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
16937         particular files.  Call gcc_finish at end.  Move "skipping test"
16938         message to verbosity level 3.
16939         * gcc.c-torture/compile/compile.exp: Likewise.
16940         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16941         * gcc.c-torture/execute/execute.exp: Likewise.
16942         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16943         Print testcase being tried at verbosity level 1.
16944         * gcc.c-torture/special/special.exp: Unset xfail.
16945         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16946         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
16947         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
16948         * gcc.failure/failure.exp: Likewise.
16949         * gcc.ieee/ieee.exp: Likewise.
16950         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
16951         Update call to dg-test.  Call dg-finish at end.
16952         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
16953         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16954         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
16955         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
16956         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
16957         * gcc.wendy/wendy.exp: Add copyright.
16958         Delete setting of tmpdir (done by gcc_init).
16959         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
16960         Pass compiler flags to gcc_start.  Call gcc_finish at end.
16961         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
16962         gcc_[ce]pass/fail.
16963
16964 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
16965
16966         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
16967         confusion.
16968         (g++_load): Likewise.
16969
16970         * config/*.exp (gcc_load): Some were varargs fns and some were not.
16971         Rename argument to `prog' to remove the confusion.
16972         Varargs fns behave differently too!
16973         (g++_load): Likewise.
16974
16975         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
16976
16977         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
16978         what it is.  Delete (always) printing of status value for !native.
16979         Simplify verbose code, and include status and exec_output.
16980         (g++_load): Use gcc_load.
16981
16982 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
16983
16984         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
16985         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
16986         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
16987         940714-3.c as these testcases don't exist anymore.  Make
16988         va-arg-1.c expected to pass.
16989
16990 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
16991
16992         * gcc.misc-tests/misc.exp: Only run specific testcases.
16993         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
16994         * gcc.misc-tests/dg-[1-9].c: New files.
16995
16996         * lib/dg.exp: New testsuite driver.
16997         * gcc.prms/prms.exp: Use it.
16998
16999         * README.gcc: New file.
17000
17001         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
17002         Document and reset `lxpass' and `lxfail'.
17003         Simplify "initialized" message.
17004         (gcc_stat): Clean up comments a little.
17005
17006 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
17007
17008         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
17009
17010 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
17011
17012         * lib/old-dejagnu.exp (process-option): New proc.
17013         (old-dejagnu-init, old-dejagnu-stat): Likewise.
17014         (old-dejagnu): Simplify.
17015         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
17016
17017 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
17018
17019         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
17020         exists and is not an empty string.
17021
17022         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
17023         $xfail rather than calling setup_xfail.  Clear $xfail when test is
17024         finished.
17025         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
17026         automatically.
17027
17028         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
17029         longer expected to fail.
17030
17031         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
17032         "f" function call.
17033
17034         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
17035
17036         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
17037         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
17038         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
17039         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
17040         c-torture-1.29.
17041
17042         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
17043         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
17044
17045         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
17046
17047         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
17048         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
17049
17050         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
17051         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
17052         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
17053
17054 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
17055
17056         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
17057         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
17058         940714-1.c, 940714-2.c, 940714-3.c},
17059         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
17060         gcc.misc-tests/{mg.c,mg.exp}:
17061         New tests.
17062         * gcc.noncompile/noncompile.exp: Change accordingly.
17063
17064 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
17065
17066         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
17067         Undo previous clobberage.
17068
17069 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
17070
17071         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
17072         * gcc.special/{930510-1.c, special.exp}:
17073         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
17074         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
17075         struct-varargs-1.c}: New tests from c-torture-1.26.
17076
17077 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
17078
17079         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
17080           argument to switch.
17081
17082 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
17083
17084         * Revert the previous changes.  Please see Rob's directory
17085           (/lisa/test/rob/progressive/gcc/testsuite) for testing
17086           fixes.
17087
17088 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
17089
17090         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
17091             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
17092             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
17093             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
17094             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
17095             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
17096             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
17097             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
17098             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
17099             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
17100             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
17101             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
17102             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
17103             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
17104             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
17105             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
17106             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
17107             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
17108             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
17109             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
17110             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
17111             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
17112             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
17113             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
17114             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
17115             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
17116             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
17117
17118 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
17119
17120         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
17121             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
17122           with perror calls.
17123
17124 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
17125
17126         * config/unix.exp (g++_load): Fix syntax.
17127
17128 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
17129
17130         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
17131         * gcc.noncompile/921017-1.c: Deleted obsolete test.
17132         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
17133         Don't expect va-arg-1.c to fail.  Correct expected output for
17134         920928-1.c.
17135         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
17136         * gcc.wendy/hbm4.c: Correct typo.
17137         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
17138
17139 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
17140
17141         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
17142         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
17143         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
17144         * lib/c-torture.exp (c-torture-compile): Ditto.
17145
17146         Reduce volume of output (remove all the -I's and such).
17147         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
17148         Call gcc_cpass, gcc_cfail.
17149         (c-torture): Pass testing option to c-torture-compile.
17150
17151 1994-03-21  Doug Evans  (dje@cygnus.com)
17152
17153         Bring patches over from progressive.
17154         * config/default.exp: Exit remote shell cleanly.
17155         (g++_exit, g++_start): Add default versions.
17156         * config/sim.exp (gcc_load): Use perror, not error.
17157
17158 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17159
17160         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17161         set in site.exp.
17162
17163 1994-03-14  Doug Evans  (dje@cygnus.com)
17164
17165         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17166         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17167         (wendy_try): New proc to run testcase.
17168         (main loop): Call 'em.
17169         * gcc.wendy/*.c: Clean up pass to correct expected output.
17170
17171         * lib/gcc.exp: Minor cleanup work.
17172         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17173
17174 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17175
17176         * config/sim.exp (gcc_load): Document return codes better.
17177         Don't pass -v to simulator.
17178
17179 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17180
17181           * gcc.special/920717-x.c: Fix typo.
17182           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17183           get at sources.
17184
17185         * lib/mike-gcc.exp: Fix typo.
17186
17187 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17188
17189         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17190         binary to use, transform the name.
17191         * config/*.exp: rename everything. Nuke any g++ specific files,
17192         it's now a special case of gcc that requires no special support.
17193         Add a default.exp for unsupported targets.
17194
17195 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17196
17197         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17198         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17199         version of Tcl.
17200
17201 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17202
17203         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17204         than a warning.
17205
17206 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17207
17208         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17209
17210 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17211
17212         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17213         option_list.  Compile every file with only 4/6 option choices
17214         (same as C torture) instead of with 12/18 different option
17215         choices.
17216         * lib/c-torture.exp: Likewise.
17217
17218         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17219         not already set.
17220
17221 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17222
17223         * lib/old-deja
17224           test cases, ready for DejaGnu.
17225
17226 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
17227
17228         * Upgraded c-torture tests from 1.18 to 1.19
17229
17230         * gcc.compile: added test(s):
17231           930607-1.c
17232         * gcc.execute: added test(s):
17233           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
17234
17235         * added new subdirectory for misc tests: gcc.misc-tests
17236         * gcc.misc-test(s): added tests:
17237           inst-check.c test-consts.c test-ior.c test-switch.c
17238
17239 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
17240
17241         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
17242
17243 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
17244
17245         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
17246
17247 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
17248
17249         * Upgraded c-torture tests from 1.17 to 1.18
17250
17251 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
17252
17253         * Upgraded c-torture tests from 1.12 to 1.17
17254
17255 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
17256
17257         * lib/old-dejagnu.exp:
17258           Fixed handling of XFAIL target triplets to correctly
17259           recognize wildcard characters.  Removed code that
17260           appended a unique id tag to the end of the file name
17261           printed out by the result of the testcases within a
17262           given test file.
17263
17264 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
17265
17266         * lib/old-dejagnu.exp:
17267           Reworked expected failure handling to trigger off of XFAIL
17268           keyword in keyphrase embeded in testcase source code. The
17269           XFAIL keyword must be at the end of the keyphrase line. It
17270           may optionally be followed by one or more target triplets.
17271           It has just occured that the handling of wildcards in the
17272           target triplet may not be correct.
17273
17274 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
17275
17276         * g++.old-deja/tests:
17277           Moved all subdirectories up one level into g++.old-deja .
17278
17279         * lib/old-dejagnu.exp:
17280           Fixed problem with CXXFLAGS not being properly reset, and being
17281           corrupted with extraneous "-c" compiler option.  This was
17282           causing binaries to not be generated for test that needed them.
17283           Modified strings passed to "pass" and "fail" so that individual
17284           tests from the same test file would be distinguished by an
17285           identifier appended to the test file name in the summary logs;
17286           this corrected a problem with erroneous diff logs.  Added code
17287           to search testcases for expected fail and unexpected pass keywords.
17288
17289 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
17290
17291         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
17292
17293 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
17294
17295         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
17296           Removed extraneous text from end of "Special g++ Options"
17297           keyphrase.
17298
17299         * lib/old-dejagnu.exp: Added pattern matching to look for new
17300           keywords, embedded in testcases comments, which will trigger
17301           calls to xpass and xfail.
17302
17303 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
17304
17305         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
17306           comments embedded in the testcases, especially the one looking for
17307           special compiler options, as well as the pattern matching for the
17308           compiler output again.
17309
17310 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
17311
17312         * lib/old-dejagnu.exp: Do a proper check of the return value for
17313           execute tests. Fixed several problems with the pattern matching
17314           of the compiler output which gave erroneous test results.
17315           Changed several of the test result messages to be more descriptive.
17316         * config/unix-g++.exp: Proc g++_load now actually works and
17317           executes the tests passed to it and returns a usable return
17318           value.
17319
17320 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
17321
17322           * lib/gcc.exp: Exits gracefully if $CC is bogus.
17323
17324 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
17325
17326         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
17327           Modified both files to properly execute the old style
17328           dejagnu tests. The previous versions of these files were
17329           experimental and did not function anything near correctly.
17330
17331 1993-04-05  Rob Savoye  (rob@cygnus.com)
17332
17333         * Removed all Makefile.in and configure.in files. No configuration
17334         needed now.
17335
17336 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
17337
17338         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
17339
17340 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17341
17342         * gcc.compile/configure.in, gcc.unsorted/configure.in,
17343         gcc.special/configure.in, gcc.noncompile/configure.in,
17344         gcc.execute/configure.in, gcc.code_quality/configure.in,
17345         g++.other/configure.in, g++.old-deja/configure.in,
17346         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
17347         in srcname setting.
17348
17349 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
17350
17351         * lib/udi.exp:  Fixed mondfe and mondfe_download.
17352         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
17353         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
17354
17355 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
17356
17357         * config/udi-gdb.exp: Check $shell_id after connecting to target.
17358         (gdb_exit): Don't remove *_soc files.
17359
17360 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
17361
17362         * lib/c-torture.exp: Don't look for main; instead always use -w
17363         -c.  This is how the c-torture tests work.  Remove the object
17364         file if the compilation succeeds.
17365         * gcc.execute/execute.exp: Remove executable if test passes.
17366         * gcc.noncompile/noncompile.exp: Every test is an expected
17367         failure.
17368         * gcc.special/special.exp: Added tests from c-torture 1.11,
17369         corrected use of existing test.
17370         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
17371         gcc.execute/920625-1.c: Updated to c-torture 1.11.
17372         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
17373         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
17374         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
17375         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
17376         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
17377         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
17378         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
17379         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
17380         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
17381         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
17382         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
17383         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
17384         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
17385         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
17386         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
17387         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
17388         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
17389         c-torture 1.11.
17390         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
17391         correspond to c-torture 1.11.
17392
17393         * New file.