OSDN Git Service

* tree-cfg.c (thread_jumps): Remove a duplicate check for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-10-06  Paul Brook  <paul@codesourcery.com>
2
3         PR libfortran/17709
4         * gfortran.dg/empty_format_1.f90: New test.
5
6 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7
8         PR fortran/17568
9         * gfortran.dg/ishft.f90: New test.
10
11         PR fortran/17283
12         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
13         tests.
14
15 2004-10-06  Paul Brook  <paul@codesourcery.com>
16
17         * gfortran.dg/do_1.f90: New test.
18
19 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20
21         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
22         optimizing for size.
23
24 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
25
26         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
27
28 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
29
30         * gcc.c-torture/compile/20041005-1.c: New test.
31
32 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
33
34         PR c++/17829
35         * g++.dg/lookup/koenig4.C: New.
36
37 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
38
39         * g++.dg/other/classkey1.C: Adjust quoting marks.
40         * g++.dg/parse/error15.C: Likewise.
41         * g++.dg/template/meminit2.C (int>): Likewise.
42
43 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
44
45         PR fortran/17283
46         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
47
48         PR fortran/17631
49         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
50
51         PR fortran/17708
52         * gfortran.dg/pr17708.f90: New test.
53         
54 2004-10-04  Chao-ying Fu  <fu@mips.com>
55
56         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
57         * gcc.dg/vect/vect-4.c: Ditto.
58         * gcc.dg/vect/vect-5.c: Ditto.
59         * gcc.dg/vect/vect-6.c: Ditto.
60         * gcc.dg/vect/vect-8.c: Ditto.
61         * gcc.dg/vect/vect-16.c: Ditto.
62         * gcc.dg/vect/vect-30.c: Ditto.
63         * gcc.dg/vect/vect-40.c: Ditto.
64         * gcc.dg/vect/vect-41.c: Ditto.
65         * gcc.dg/vect/vect-42.c: Ditto.
66         * gcc.dg/vect/vect-43.c: Ditto.
67         * gcc.dg/vect/vect-44.c: Ditto.
68         * gcc.dg/vect/vect-45.c: Ditto.
69         * gcc.dg/vect/vect-46.c: Ditto.
70         * gcc.dg/vect/vect-47.c: Ditto.
71         * gcc.dg/vect/vect-48.c: Ditto.
72         * gcc.dg/vect/vect-49.c: Ditto.
73         * gcc.dg/vect/vect-50.c: Ditto.
74         * gcc.dg/vect/vect-51.c: Ditto.
75         * gcc.dg/vect/vect-52.c: Ditto.
76         * gcc.dg/vect/vect-53.c: Ditto.
77         * gcc.dg/vect/vect-54.c: Ditto.
78         * gcc.dg/vect/vect-55.c: Ditto.
79         * gcc.dg/vect/vect-56.c: Ditto.
80         * gcc.dg/vect/vect-57.c: Ditto.
81         * gcc.dg/vect/vect-58.c: Ditto.
82         * gcc.dg/vect/vect-59.c: Ditto.
83         * gcc.dg/vect/vect-60.c: Ditto.
84         * gcc.dg/vect/vect-74.c: Ditto.
85         * gcc.dg/vect/vect-79.c: Ditto.
86         * gcc.dg/vect/vect-80.c: Ditto.
87
88 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
89
90         * gcc.dg/unused-7.c: Use the correct option.
91
92 2004-10-04  Paul Brook  <paul@codesourcery.com>
93         Bud Davis  <bdavis9659@comcast.net>
94
95         PR fortran/17706
96         PR fortran/16434
97         * gfortran/pr17706.f90: New test.
98         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
99
100 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
101
102         * gfortran.dg/pr17612.f90: New test.
103
104 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
105
106         * g++.dg/template/local1.C: Adjust quoting marks in
107         testing for diagnostics.
108         * g++.dg/tls/diag-2.C: Likewise.
109         * g++.dg/other/error8.C: Likewise.
110
111 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
112
113         PR c/17178
114         * gcc.dg/unused-4.c: Adjust to be correct.
115
116         PR c/17820
117         * gcc.dg/unused-7.c: New test.
118
119 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
120
121         PR c++/17797
122         * g++.dg/overload/template2.C: New test.
123
124 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
125
126         PR tree-optimization/16632
127         * gcc.dg/tree-ssa/20041002-1.c: New.
128
129 2004-10-03  Paul Brook  <paul@codesourcery.com>
130
131         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
132         rather than relying on default formatting.
133
134 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
135
136         * gcc.dg/20040920-1.c: Update expected message text.
137
138 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
139
140         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
141
142 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
143
144         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
145         tree level.
146
147 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
148
149         * gcc.dg/tree-ssa/pr17343.c: Remove.
150
151 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
152
153         PR tree-opt/17343
154         * gcc.dg/tree-ssa/pr17343.c: New test.
155
156 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
157
158         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
159         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
160         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
161         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
162         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
163
164 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
165
166         * gcc.dg/lvalue-2.c: New test.
167
168 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
169
170         PR c/17730
171         * gcc.dg/pr17730-1.c: New test
172
173 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
174
175         PR c/7425
176         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
177
178 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
179
180         * gcc.c-torture/execute/stdarg-1.c: New test.
181         * gcc.c-torture/execute/stdarg-2.c: New test.
182         * gcc.c-torture/execute/stdarg-3.c: New test.
183         * gcc.dg/tree-ssa/stdarg-1.c: New test.
184         * gcc.dg/tree-ssa/stdarg-2.c: New test.
185         * gcc.dg/tree-ssa/stdarg-3.c: New test.
186         * gcc.dg/tree-ssa/stdarg-4.c: New test.
187         * gcc.dg/tree-ssa/stdarg-5.c: New test.
188
189 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
190
191         PR tree-optimization/17697
192         * g++.dg/opt/pr17697-1.C: New test.
193         * g++.dg/opt/pr17697-2.C: New test.
194         * g++.dg/opt/pr17697-3.C: New test.
195
196 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
197
198         PR c/16409
199         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
200         gcc.dg/vla-init-5.c: New tests.
201
202 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
203
204         PR c/13804
205         * gcc.dg/pr13804-1.c: New test.
206
207 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
208
209         PR fortran/16938
210         * gfortran.dg/pr16938.f90: New test.
211
212 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
213
214         * g++.dg/template/crash23.C: New test.
215
216 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
217
218         PR c++/17585
219         * g++.dg/template/static8.C: New test.
220
221 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
222
223         PR c++/17681
224         * g++.dg/other/error9.C: New test.
225
226 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
227
228         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
229
230 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
231
232         PR fortran/15164
233         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
234
235 2004-09-26  Roger Sayle  <roger@eyesopen.com>
236
237         PR middle-end/17112
238         * gcc.dg/pr17112-1.c: New test case.
239
240 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
241
242         PR c/11459
243         * gcc.dg/pr11459-1.c: New test.
244
245 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
246
247         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
248         * gcc.dg/tree-ssa/loop-4.c: Likewise.
249
250 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
251
252         * gfortran.dg/pr15324.f90: Make array bounds consistent.
253
254 2004-09-25  Jan Hubicka  <jh@suse.cz>
255
256         * compile/30040909-1.c: New test.
257         * compile/30040907-1.c: New test.
258
259 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
260
261         * gcc.c-torture/execute/va-arg-26.c: New test.
262
263 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
264
265         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
266         extra diagnostics on targets with 64-bit pointers.
267         * objc.dg/selector-1.m: Adjust dg-warning regexp.
268
269 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
270
271         PR c/17188
272         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
273         * gcc.dg/decl-3.c: Adjust expected message.
274
275 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
276
277         PR fortran/17615
278         * gfortran.dg/pr17615.f90: New test.
279
280 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
281
282         PR tree-optimzation/17517
283         * g++.dg/tree-ssa/pr17517.C: New Test.
284
285 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
286
287         PR c++/16889
288         * g++.dg/lookup/ambig3.C: New.
289
290 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
291
292         PR tree-opt/17624
293         * g++.dg/opt/pr17624.C: New test.
294
295 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
296
297         PR c/6980
298         * gcc.dg/Wbad-function-cast-1.c: New test.
299
300 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
301
302         * g++.dg/ext/complit1.C
303         * g++.dg/other/error2.C
304         * g++.dg/other/nontype-1.C
305         * g++.dg/parse/crash11.C
306         * g++.dg/parse/crash12.C
307         * g++.dg/parse/error15.C
308         * g++.dg/parse/error4.C
309         * g++.dg/parse/tmpl-outside1.C
310         * g++.dg/parse/too-many-tmpl-args1.C
311         * g++.dg/template/dependent-expr3.C
312         * g++.dg/template/error10.C
313         * g++.dg/template/instantiate1.C
314         * g++.dg/template/vtable2.C
315         * g++.dg/warn/Wshadow-1.C
316         * g++.dg/warn/weak1.C
317         * g++.old-deja/g++.brendan/crash16.C
318         * g++.old-deja/g++.brendan/crash18.C
319         * g++.old-deja/g++.brendan/crash48.C
320         * g++.old-deja/g++.brendan/crash49.C
321         * g++.old-deja/g++.brendan/crash55.C
322         * g++.old-deja/g++.brendan/crash56.C
323         * g++.old-deja/g++.brendan/crash8.C
324         * g++.old-deja/g++.brendan/enum11.C
325         * g++.old-deja/g++.brendan/enum8.C
326         * g++.old-deja/g++.brendan/enum9.C
327         * g++.old-deja/g++.brendan/friend3.C
328         * g++.old-deja/g++.brendan/misc14.C
329         * g++.old-deja/g++.bugs/900402_02.C
330         * g++.old-deja/g++.bugs/900404_03.C
331         * g++.old-deja/g++.bugs/900404_04.C
332         * g++.old-deja/g++.bugs/900428_03.C
333         * g++.old-deja/g++.jason/crash4.C
334         * g++.old-deja/g++.jason/overload21.C
335         * g++.old-deja/g++.jason/redecl1.C
336         * g++.old-deja/g++.jason/report.C
337         * g++.old-deja/g++.jason/rfg10.C
338         * g++.old-deja/g++.jason/template30.C
339         * g++.old-deja/g++.law/arm12.C
340         * g++.old-deja/g++.law/ctors5.C
341         * g++.old-deja/g++.law/cvt20.C
342         * g++.old-deja/g++.law/init10.C
343         * g++.old-deja/g++.law/init8.C
344         * g++.old-deja/g++.law/visibility17.C
345         * g++.old-deja/g++.law/visibility7.C
346         * g++.old-deja/g++.mike/net8.C
347         * g++.old-deja/g++.mike/p646.C
348         * g++.old-deja/g++.mike/p700.C
349         * g++.old-deja/g++.mike/p701.C
350         * g++.old-deja/g++.mike/p811.C
351         * g++.old-deja/g++.ns/template13.C
352         * g++.old-deja/g++.other/array3.C
353         * g++.old-deja/g++.other/crash25.C
354         * g++.old-deja/g++.other/dtor3.C
355         * g++.old-deja/g++.other/dtor4.C
356         * g++.old-deja/g++.other/main1.C
357         * g++.old-deja/g++.other/warn7.C
358         * g++.old-deja/g++.pt/crash11.C
359         * g++.old-deja/g++.pt/crash36.C
360         * g++.old-deja/g++.pt/spec22.C
361         * g++.old-deja/g++.pt/spec9.C
362         * g++.old-deja/g++.pt/ttp52.C
363         * g++.old-deja/g++.robertl/eb103.C
364         * g++.old-deja/g++.robertl/eb121.C
365         * g++.old-deja/g++.robertl/eb22.C
366         * g++.old-deja/g++.robertl/eb8.C:
367         Update locations and/or regexps of dg-error markers.
368         Remove markers for some bogus messages that are no longer issued.
369
370 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
371
372         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
373         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
374
375 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
376
377         PR c++/17618
378         * g++.dg/lookup/crash5.C: New test.
379
380 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
381
382         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
383         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
384         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
385         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
386         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
387         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
388
389         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
390         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
391         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
392         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
393         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
394         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
395
396         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
397
398         * gcc.dg/vect/vect-44.c: Check additional cases.
399         * gcc.dg/vect/vect-48.c: Check additional cases.
400
401         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
402         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
403         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
404         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
405         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
406         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
407         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
408         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
409         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
410
411         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
412         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
413         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
414
415 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
416
417         * gcc.dg/tree-ssa/loop-6.c: New test.
418
419 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
420
421         PR c++/17620
422         * g++.dg/inherit/base2.C: New.
423
424 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
425
426         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
427         * gcc.dg/20001012-2.c: Likewise.
428         * gcc.dg/20001013-1.c: Likewise.
429         * gcc.dg/20001101-1.c: Likewise.
430         * gcc.dg/20001102-1.c: Likewise.
431         * gcc.dg/bf-spl1.c: Likewise.
432         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
433         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
434
435 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
436
437         PR tree-optimization/16721
438         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
439
440 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
441
442         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
443         * gcc.dg/20040305-1.c: Likewise.
444
445 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
446
447         PR c/16566
448         * gcc.c-torture/compile/pr16566-1.c,
449         gcc.c-torture/compile/pr16566-2.c,
450         gcc.c-torture/compile/pr16566-3.c: New tests.
451
452 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
453
454         PR tree-optimization/17512
455         * gcc.c-torture/compile/20040916-1.c.
456
457 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
458
459         * gcc.dg/pragma-re-3.c: New test.
460
461 2004-09-17  Matt Austern  <austern@apple.com>
462
463         PR c++/15049
464         * g++.dg/other/anon3.C: New.
465
466 2004-09-21  Roger Sayle  <roger@eyesopen.com>
467
468         PR c++/7503
469         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
470         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
471         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
472         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
473         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
474
475 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
476
477         PR fortran/17286
478         * gfortran.dg/pr17286.f90: New test.
479
480 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
481
482         PR c++/17530
483         * g++.dg/template/static7.C: New test.
484
485 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
486
487         PR tree-opt/17558
488         * gcc.c-torture/compile/pr17558.c: New test.
489
490 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
491
492         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
493         if SKIP_ATTRIBUTE is defined.
494
495 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
496
497         PR fortran/15957
498         * gfortran.dg/pr15957.f90: New test.
499
500 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
501
502         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
503         in comparison.
504         * gcc.dg/vect/vect-79.c: Likewise.
505         * gcc.dg/vect/vect-80.c: Likewise.
506
507 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
508
509         PR fortran/15750
510         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
511
512 2004-09-20  Ira Rosen  <irar@il.ibm.com>
513
514         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
515         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
516         * gcc.dg/vect/vect-62.c: New testcase.
517         * gcc.dg/vect/vect-63.c: New testcase.
518         * gcc.dg/vect/vect-64.c: New testcase.
519         * gcc.dg/vect/vect-65.c: New testcase.
520         * gcc.dg/vect/vect-66.c: New testcase.
521         * gcc.dg/vect/vect-67.c: New testcase.
522         * gcc.dg/vect/vect-68.c: New testcase.
523         * gcc.dg/vect/vect-69.c: New testcase.
524         * gcc.dg/vect/vect-79.c: New testcase.
525         * gcc.dg/vect/vect-80.c: New testcase.
526
527 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
528
529         * gcc.target/mips/asm-1.c: New test.
530
531 2004-09-19  Ira Rosen  <irar@il.ibm.com>
532
533         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
534         * gcc.dg/vect/vect-73.c: New testcase.
535         * gcc.dg/vect/vect-74.c: New testcase.
536         * gcc.dg/vect/vect-75.c: New testcase.
537         * gcc.dg/vect/vect-76.c: New testcase.
538         * gcc.dg/vect/vect-77.c: New testcase.
539         * gcc.dg/vect/vect-78.c: New testcase
540
541 2004-09-18  Paul Brook  <paul@codesourcery.com>
542
543         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
544
545 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
546
547         PR c/17424
548         * gcc.dg/pr17424-1.c: New test.
549
550 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
551
552         * g++.dg/tree-ssa/pr17153.C: New test.
553
554 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
555
556         PR pch/13361
557         * testsuite/g++.dg/pch/wchar-1.C: New.
558         * testsuite/g++.dg/pch/wchar-1.Hs: New.
559
560 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
561
562         * gcc.c-torture/execute/20040917-1.c: New test.
563
564 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
565
566         PR tree-optimization/17319
567         * gcc.dg/pr17319.c: New test.
568
569 2004-09-17  Devang Patel  <dpatel@apple.com>
570
571         * gcc.dg/20040813-1.c: New test.
572
573 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
574
575         PR tree-optimization/17273
576         * gcc.c-torture/compile/pr17273.c: New test.
577
578 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
579
580         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
581         Update expected messages.
582         * gcc.dg/declspec-13.c: New test.
583
584 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
585
586         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
587
588 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
589
590         * gcc.c-torture/execute/pr17252.c: Use post-increment to
591         change what 'a' is pointing to.
592
593 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
594
595         PR c++/16002
596         * g++.dg/template/error18.C: New test.
597
598         PR c++/16029
599         * g++.dg/warn/Wunused-8.C: New test.
600
601 2004-09-17  Steven Bosscher  <stevenb@suse.de>
602
603         PR tree-optimization/17513
604         * gcc.dg/20040916-1.c: New test.
605
606 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
607
608         PR c++/17501
609         * g++.dg/template/typename7.C: New test.
610
611 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
612
613         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
614
615 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
616
617         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
618         with -ftree-based-profiling also.
619         * lib/profopt.exp: Support late-set profile_option/feedback_option.
620
621 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
622
623         PR/15364
624         * gfortran.dg/der_array_io_1.f90: New test.
625         * gfortran.dg/der_array_io_2.f90: New test.
626         * gfortran.dg/der_array_io_3.f90: New test.
627
628 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
629
630         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
631         EABI.
632
633 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
634
635         * g++.dg/opt/switch1.C: New test.
636
637 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
638
639         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
640         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
641         Update expected messages.
642
643 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
644
645         PR fortran/16485
646         * gfortran.dg/same_name_1.f90: New test.
647
648 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
649
650         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
651         dereference garbage pointers.
652
653 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
654
655         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
656         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
657
658         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
659         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
660         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
661
662 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
663
664         PR c++/17324
665         * g++.dg/template/mangle1.C: New test.
666
667 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
668
669         PR tree-optimization/17252
670         * gcc.c-torture/execute/pr17252.c: New test.
671
672 2004-09-14  Andrew Pinski  <apinski@apple.com>
673
674         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
675
676 2004-09-14  Roger Sayle  <roger@eyesopen.com>
677
678         PR rtl-optimization/9771
679         * gcc.dg/pr9771-1.c: New test case.
680
681 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
682
683         PR tree-optimization/15262
684         * gcc.c-torture/execute/pr15262-1.c: New test.
685         * gcc.c-torture/execute/pr15262-2.c: New test.
686
687 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
688
689         * gcc.dg/declspec-12.c: New test.
690
691 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
692
693         * gfortran.dg/pr17090.f90: Add directives to test.
694
695 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
696
697         * gcc.c-torture/compile/20040914-1.c: New test.
698
699 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
700
701         PR c++/16162
702         * g++.dg/template/decl2.C: New test.
703
704 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
705
706         PR fortran/17090
707         * gfortran.dg/pr17090.f90: New test.
708
709 2004-09-13  Dale Johannesen  <dalej@apple.com>
710
711         * gcc.c-torture/compile/pr17408.c:  New test case.
712
713 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
714
715         PR c++/16716
716         * g++.dg/parse/crash17.C: New test.
717
718         PR c++/17327
719         * g++.dg/template/enum3.C: New test.
720
721 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
722
723         * lib/gcc-defs.exp: Load wrapper.exp.
724         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
725         using local code.
726         * lib/gcc.exp (gcc_init): Similar.
727         * lib/gfortran.exp (gfortran_init): Similar.
728         * lib/objc.exp (objc_init): Similar.
729         * lib/treelang.exp (treelang_init): Similar.
730         * lib/wrapper.exp: New file with build_wrapper call machinery in
731         ${tool}_maybe_build_wrapper.
732
733 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
734
735         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
736         "inline".
737         * gcc.dg/declspec-11.c: Update expected messages.
738         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
739         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
740         gcc.dg/inline-12.c: New tests.
741
742 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
743
744         * g++.dg/tree-ssa/pr17400.C: New testcase.
745
746 2004-09-13  James E Wilson  <wilson@specifixinc.com>
747
748         * gcc.target/mips/sb1-1.c: New testcase.
749
750 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
751
752         * lib/g77-dg.exp: Remove unused file.
753         * lib/mike-g77.exp: Ditto.
754         * lib/g77.exp: Ditto.
755
756 2004-09-12  Richard Henderson  <rth@redhat.com>
757
758         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
759
760 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
761
762         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
763         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
764         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
765         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
766         Update expected messages.
767
768 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
769
770         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
771         declaration/use mismatch for dirp parameter.
772
773 2004-09-12  Andrew Pinski  <apinski@apple.com>
774
775         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
776         -fgnu-runtime is passed.
777
778 2004-09-12  Richard Henderson  <rth@redhat.com>
779
780         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
781         do the uplevel thing and update additional_flags directly.
782         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
783         gfortran.fortran-torture/execute/intrinsic_nearest.x,
784         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
785         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
786
787 2004-09-11  Steven Bosscher  <stevenb@suse.de>
788
789         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
790
791 2004-09-11  Roger Sayle  <roger@eyesopen.com>
792
793         PR middle-end/17411
794         * g++.dg/opt/pr17411-1.C: New test case.
795
796 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
797
798         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
799         gcc.dg/tls/diag-2.c: Update expected messages.
800         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
801         messages.
802         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
803         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
804         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
805         gcc.dg/tls/diag-5.c: New tests.
806
807 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
808
809         * gcc.dg/20040910-1.c: Correct dg-error regexp.
810
811 2004-09-11  Steven Bosscher  <stevenb@suse.de>
812
813         * g++.dg/parse/break-in-for.C: New test.
814
815 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
816
817         * gcc.dg/tree-ssa/20040911-1.c: New test.
818
819 2004-09-11  Andreas Jaeger  <aj@suse.de>
820
821         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
822         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
823
824 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
825
826         * gcc.target/frv: New directory of FR-V-specific tests.
827
828 2004-09-10  James E Wilson  <wilson@specifixinc.com>
829
830         * gcc.dg/convert-vec-1.c: New test.
831
832 2004-09-10  Roger Sayle  <roger@eyesopen.com>
833
834         PR middle-end/17024
835         * gcc.dg/pr17024-1.c: New test case.
836
837 2004-09-10  Eric Christopher  <echristo@redhat.com>
838
839         * gcc.dg/20040910-1.c: New test.
840
841 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
842
843         * gcc.dg/bitfld-9.c: New test.
844
845 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
846
847         * gcc.c-torture/execute/ieee/acc1.c: New test.
848         * gcc.c-torture/execute/ieee/acc2.c: New test.
849         * gcc.c-torture/execute/ieee/mzero6.c: New test.
850
851 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
852
853         * gcc.dg/deprecated-2.c: New test.
854
855 2004-09-09  James E Wilson  <wilson@specifixinc.com>
856
857         * gcc.dg/init-vec-1.c: New test.
858
859 2004-09-09  Roger Sayle  <roger@eyesopen.com>
860
861         PR middle-end/17055
862         * gcc.dg/pr17055-1.c: New test case.
863
864 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
865
866         PR target/17377
867         * gcc.c-torture/execute/pr17377.c: New test.
868
869 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
870
871         PR c/8420
872         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
873         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
874         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
875         gcc.dg/long-long-typespec-1.c: New tests.
876         * gcc.dg/tls/diag-2.c: Update expected diagnostics
877
878 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
879
880         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
881         gcc.dg/gnu99-static-1.c: New tests.
882
883 2004-09-08  Devang Patel  <dpatel@apple.com>
884
885         * gcc.dg/darwin-ld-20040828-1.c: New test.
886         * gcc.dg/darwin-ld-20040828-2.c: New test.
887         * gcc.dg/darwin-ld-20040828-3.c: New test.
888
889 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
890
891         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
892         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
893         in error message.
894         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
895         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
896         in error message.
897         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
898         types they qualify.
899         * objc.dg/type-size-2.m: Fix wording in comment.
900         * objc.dg/va-meth-1.m: New test case.
901
902 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
903
904         PR c/16633:
905         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
906         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
907
908 2004-09-06  Devang Patel  <dpatel@apple.com>
909
910         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
911         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
912
913 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
914
915         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
916         reflect changed line numbering of diagnostics.
917
918 2004-09-06  Paul Brook  <paul@codesourcery.com>
919
920         * gfortran.dg/edit_real_1.f90: Add new test.
921
922 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
923
924         * gcc.dg/tree-ssa/loop-2.c: New test.
925         * gcc.dg/tree-ssa/loop-3.c: New test.
926         * gcc.dg/tree-ssa/loop-4.c: New test.
927         * gcc.dg/tree-ssa/loop-5.c: New test.
928
929 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
930
931         * gcc.dg/format/sentinel-1.c: Update for parameter option.
932
933 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
934
935         * gcc.dg/format/sentinel-1.c: New test.
936
937 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
938
939         * testsuite/gcc.dg/builtins-46.c: New.
940
941 2004-09-03  Devang Patel  <dpatel@apple.com>
942
943         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
944         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
945
946 2004-09-03  Jan Beulich  <jbeulich@novell.com>
947
948         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
949         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
950         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
951         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
952         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
953         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
954         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
955         the non-portable bzero.
956         * gcc.dg/20010912-1.c: xfail for NetWare.
957         * gcc.dg/20020426-2.c: xfail for NetWare.
958         * gcc.dg/20021014-1.c: xfail for NetWare.
959         * gcc.dg/20021018-1.c: xfail for NetWare.
960         * gcc.dg/20030213-1.c: xfail for NetWare.
961         * gcc.dg/20030225-1.c: xfail for NetWare.
962         * gcc.dg/20030708-1.c: xfail for NetWare.
963         * gcc.dg/builtins-config.h: Also exclude NetWare.
964         * gcc.dg/format/format.h: Define restrict only if not already defined.
965         * gcc.dg/nest.c: xfail for NetWare.
966         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
967         * lib/target-supports.exp (check_visibility_available): Exclude
968         NetWare.
969
970 2004-09-03  Jan Beulich  <jbeulich@novell.com>
971
972         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
973         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
974         deterministic starting point for the alignment of structure fields.
975         * gcc.dg/Wpadded.c: Dito.
976         * g++.dg/abi/vbase10.C: Dito.
977
978 2004-09-03  Devang Patel  <dpatel@apple.com>
979
980         * g++.dg/debug/pr15736.cc: New test.
981
982 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
983
984         * README.QMTEST: Fix out-of-date link.
985
986 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
987
988         PR fortran/16579
989         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
990         Delete.  Duplicate of gfortran.dg/g77/20010610.f
991
992 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
993
994         * g++.dg/abi/arm_rtti1.C: New test.
995
996 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
997
998         * gcc.dg/ppc-vector-memcpy.c: New.
999         * gcc.dg/ppc-vector-memset.c: New.
1000
1001 2004-09-02  Chao-ying Fu  <fu@mips.com>
1002
1003         * gcc.target/mips/mips-3d-1.c: New test.
1004         * gcc.target/mips/mips-3d-2.c: New test.
1005         * gcc.target/mips/mips-3d-3.c: New test.
1006         * gcc.target/mips/mips-3d-4.c: New test.
1007         * gcc.target/mips/mips-3d-5.c: New test.
1008         * gcc.target/mips/mips-3d-6.c: New test.
1009         * gcc.target/mips/mips-3d-7.c: New test.
1010         * gcc.target/mips/mips-3d-8.c: New test.
1011         * gcc.target/mips/mips-3d-9.c: New test.
1012         * gcc.target/mips/mips-ps-1.c: New test.
1013         * gcc.target/mips/mips-ps-2.c: New test.
1014         * gcc.target/mips/mips-ps-3.c: New test.
1015         * gcc.target/mips/mips-ps-4.c: New test.
1016         * gcc.target/mips/mips-ps-type.c: New test.
1017
1018 2004-09-02  Paul Brook  <paul@codesourcery.com>
1019
1020         * gfortran.dg/edit_real_1.f90: Add new tests.
1021
1022 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1023
1024         PR fortran/15327
1025         * gfortran.dg/merge_char_1.f90: New test.
1026
1027 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1028
1029         PR fortran/16404
1030         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1031
1032 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1033
1034         PR c/1522
1035         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1036
1037 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1038
1039         * g++.dg/opt/loop1.C: Do not XFAIL.
1040
1041 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1042
1043         * gcc.c-torture/execute/20040831-1.c: New test.
1044
1045 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1046
1047         PR fortran/16579
1048         * gfortran.dg/g77/20010610.f: Now passes.
1049         Copy from g77.f-torture/execute. Add dg-run directive.
1050         * gfortran.dg/g77/README: Update
1051
1052 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1053
1054         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1055         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1056         (t1, t2, t3, t4): Add volatile.
1057
1058 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1059
1060         * g++.dg/ext/visibility/arm1.C: New test.
1061
1062 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1063
1064         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1065         -pedantic-errors.
1066
1067 2004-09-01  Paul Brook  <paul@codesourcery.com>
1068
1069         * gfortran.dg/eof_2.f90: New test.
1070
1071 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1072
1073         PR fortran/16579
1074         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1075
1076 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1077
1078         PR libfortran/16805
1079         * gfortran.dg/list_read_2.f90: New test.
1080
1081 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1082
1083         * g++.dg/abi/key1.C: New test.
1084
1085 2004-08-31  Richard Henderson  <rth@redhat.com>
1086
1087         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1088         form of offsetof.
1089         * g++.dg/other/offsetof5.C: Remove duplicate.
1090
1091 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1092
1093         PR fortran/17244
1094         * gfortran.dg/func_derived_1.f90: New test.
1095
1096 2004-08-31  Paul Brook  <paul@codesourcery.com>
1097
1098         * gfortran.dg/eof_1.f90: New test.
1099
1100 2004-08-31  Paul Brook  <paul@codesourcery.com>
1101
1102         * gfortran.dg/list_read_1.f90: New file.
1103
1104 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1105
1106         * g++.dg/opt/loop1.C: XFAIL.
1107
1108 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
1109
1110         * gcc.dg/funcdef-storage-1.c: New.
1111         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
1112         an extern function in local scope.
1113         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
1114         declare an 'auto inline' function in local scope.
1115         * gcc.dg/20011130-1.c: Likewise.
1116         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
1117         an 'auto' function in local scope.
1118         * gcc.dg/20021014-1.c: Likewise.
1119         * gcc.dg/20030331-2.c: Likewise.
1120
1121 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1122
1123         * gfortran.dg/blockdata_1.f90: New test.
1124
1125 2004-08-30  Richard Henderson  <rth@redhat.com>
1126
1127         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
1128
1129 2004-08-30  Richard Henderson  <rth@redhat.com>
1130
1131         * lib/fortran-torture.exp (fortran-torture-execute): Honor
1132         additional_flags set by alternate driver.
1133         (ieee-options): New procedure.
1134         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
1135         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
1136         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
1137         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
1138
1139 2004-08-30  Richard Henderson  <rth@redhat.com>
1140
1141         * lib/f-torture.exp: Remove.
1142
1143 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
1144
1145         PR rtl-optimization/16590
1146         * g++.dg/opt/loop1.C: New test.
1147
1148 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1149
1150         PR fortran/13910
1151         * gfortran.dg/oldstyle_1.f90: New test.
1152
1153 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
1154         Paul Brook  <paul@codesourcery.com>
1155
1156         * gfortran.dg/g77/README: Update.
1157         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
1158         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
1159         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
1160
1161 2004-08-28  Paul Brook  <paul@codesourcery.com>
1162
1163         PR libfortran/17195
1164         * gfortran.dg/edit_real_1.f90: New test.
1165
1166 2004-08-27  Paul Brook  <paul@codesourcery.com>
1167
1168         * gfortran.dg/rewind_1.f90: New test.
1169
1170 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
1171
1172         PR fortran/16597
1173         * gfortran.dg/pr16597.f90: New test.
1174
1175 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1176
1177         PR c/13801
1178         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
1179         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
1180         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
1181         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
1182         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
1183
1184 2004-08-26  Nick Clifton  <nickc@redhat.com>
1185
1186         * gcc.c-torture/compile/pr17119.c: New test.
1187
1188 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1189
1190         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
1191
1192 2004-08-25  Richard Henderson  <rth@redhat.com>
1193
1194         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
1195         the bits that expect kind=8 to be the largest real kind.
1196
1197 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1198
1199         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
1200
1201 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1202
1203         * gfortran.dg/assignment_1.f90: New test.
1204
1205 2004-08-25  Adam Nemet  <anemet@lnxw.com>
1206
1207         * g++.dg/template/repo3.C: New test.
1208
1209 2004-08-25  Roger Sayle  <roger@eyesopen.com>
1210
1211         PR middle-end/16693
1212         PR tree-optimization/16372
1213         * g++.dg/opt/pr16372-1.C: New test case.
1214         * g++.dg/opt/pr16693-1.C: New test case.
1215         * g++.dg/opt/pr16693-2.C: New test case.
1216
1217 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1218
1219         * objc.dg/proto-lossage-4.m: New test.
1220
1221 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
1222
1223         PR c++/17155
1224         * g++.dg/inherit/local2.C: New test.
1225
1226 2004-08-25  Paul Brook  <paul@codesourcery.com>
1227
1228         PR fortran/17144
1229         * gfortran.dg/string_ctor_1.f90: New test.
1230
1231 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1232
1233         PR c++/14428
1234         * g++.dg/template/redecl2.C: New test.
1235
1236 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1237
1238         PR fortran/17143
1239         * gfortran.dg/pr17143.f90: New test.
1240
1241 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1242
1243         PR fortran/17164
1244         * gfortran.dg/pr17164.f90: New test.
1245
1246 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1247
1248         * gcc.dg/tree-ssa/loop-1.c: New test.
1249
1250 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1251
1252         * gcc.c-torture/compile/20040824-1.c: New test.
1253
1254 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1255
1256         * gcc.c-torture/compile/iftrap-3.c: New test.
1257
1258 2004-08-24  Paul Brook  <paul@codesourcery.com>
1259
1260         * gfortran.dg/entry_2.f90: New test.
1261
1262 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1263
1264         PR c++/16889
1265         * g++.dg/lookup/ambig[12].C: New.
1266
1267 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1268
1269         PR c++/16706
1270         * g++.dg/template/crash21.C: New test.
1271         * g++.dg/template/crash22.C: Likewise.
1272
1273 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1274
1275         PR c++/17149
1276         * g++.dg/template/access15.C: New.
1277
1278 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1279
1280         PR c++/17163
1281         * g++.dg/template/repo2.C: New test.
1282
1283 2004-08-23  Roger Sayle  <roger@eyesopen.com>
1284
1285         PR rtl-optimization/17078
1286         * gcc.c-torture/execute/pr17078-1.c: New test case.
1287
1288 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1289
1290         PR c/14492
1291         * gcc.dg/debug/crash1.c: New test.
1292
1293 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1294
1295         PR c/16180
1296         * gcc.dg/loop-5.c: New test.
1297
1298 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1299
1300         * gcc.c-torture/execute/20040823-1.c: New test.
1301
1302 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
1303
1304         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
1305         to the assembler.  Simplify test accordingly.
1306         (asm_abi_flags): Use GNU names.
1307         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
1308         to check for ABI flags.
1309
1310 2004-08-22  Andrew Pinski  <apinski@apple.com>
1311
1312         * g++.dg/opt/pr14029.C: New test.
1313         * gcc.c-torture/execute/pr15262.c: New test.
1314
1315 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1316
1317         * gfortran.dg/reduction.f90: Add checks with complex arguments.
1318
1319 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
1320
1321         PR 16908
1322         * gfortran.dg/direct_io.f90: New test.
1323
1324 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1325
1326         PR c++/17121
1327         * g++.dg/inherit/local2.C: New test.
1328
1329 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
1330
1331         PR c++/17120
1332         * g++.dg/warn/Wparentheses-4.C: New test.
1333
1334 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1335
1336         PR c++/17121
1337         * g++.dg/inherit/local2.C: New test.
1338
1339         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
1340         * gcc.dg/ppc-ldstruct.c: Likewise.
1341         * gcc.dg/ppc64-abi-2.c: Likewise.
1342
1343 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
1344
1345         PR rtl-optimization/17099
1346         * gcc.c-torture/execute/20040820-1.c: New test.
1347
1348 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
1349
1350         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
1351
1352 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
1353
1354         PR fortran/17077
1355         * gfortran.dg/auto_array_1.f90: New test.
1356
1357 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1358
1359         PR fortran/17074
1360         * gfortran.dg/simpleif_1.f90: New test.
1361
1362 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
1363
1364         * lib/target-supports.exp (check_profiling_available): Return
1365         false for arm*-*-symbianelf* and arm*-*-eabi*.
1366
1367         PR c++/15890
1368         * g++.dg/template/delete1.C: New test.
1369
1370 2004-08-19  Paul Brook  <paul@codesourcery.com>
1371
1372         PR fortran/14976
1373         PR fortran/16228
1374         * gfortran.dg/data_char_1.f90: New test.
1375
1376 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
1377
1378         PR fortran/16946
1379         * gfortran.dg/reduction.f90: New testcase.
1380
1381 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1382
1383         PR fortran/16520
1384         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
1385
1386 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1387
1388         PR c++/17041
1389         * g++.dg/Wparentheses-3.C: New test.
1390
1391 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
1392
1393         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
1394         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
1395         * gcc.dg/vect/vect-2.c: Likewise.
1396         * gcc.dg/vect/vect-3.c: Likewise.
1397         * gcc.dg/vect/vect-4.c: Likewise.
1398         * gcc.dg/vect/vect-5.c: Likewise.
1399         * gcc.dg/vect/vect-6.c: Likewise.
1400         * gcc.dg/vect/vect-7.c: Likewise.
1401         * gcc.dg/vect/vect-25.c: Likewise.
1402         * gcc.dg/vect/vect-31.c: Likewise.
1403         * gcc.dg/vect/vect-32.c: Likewise.
1404         * gcc.dg/vect/vect-34.c: Likewise.
1405         * gcc.dg/vect/vect-36.c: Likewise.
1406         * gcc.dg/vect/vect-all.c: Likewise.
1407
1408 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
1409
1410         PR c++/17068
1411         * g++.dg/template/operator4.C: New test.
1412
1413 2004-08-18  Richard Henderson  <rth@redhat.com>
1414
1415         * gcc.dg/20040206-1.c: XFAIL.
1416
1417 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
1418
1419         PR c++/16246
1420         * g++.dg/template/array7.C: New test.
1421
1422 2004-08-17  James E Wilson  <wilson@specifixinc.com>
1423
1424         * gcc.dg/mips-movcc-1.c: New test.
1425         * gcc.dg/mips-movcc-2.c: New test.
1426         * gcc.dg/mips-movcc-3.c: New test.
1427
1428         * gcc.dg/mips-nmadd-1.c: New test.
1429         * gcc.dg/mips-nmadd-2.c: New test.
1430
1431 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
1432
1433         PR c++/15871
1434         * g++.dg/opt/inline8.C: New test.
1435
1436         PR c++/16965
1437         * g++.dg/parse/error17.C: New test.
1438
1439 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
1440
1441         * gcc.dg/vect: New directory for vectorizer tests.
1442         * gcc.dg/vect/tree-vect.h: New file.
1443         * gcc.dg/vect/vect.exp: New file.
1444         * gcc.dg/vect/pr16105.c.c: New test.
1445         * gcc.dg/vect/vect-1.c: New test.
1446         * gcc.dg/vect/vect-2.c: New test.
1447         * gcc.dg/vect/vect-3.c: New test.
1448         * gcc.dg/vect/vect-4.c: New test.
1449         * gcc.dg/vect/vect-5.c: New test.
1450         * gcc.dg/vect/vect-6.c: New test.
1451         * gcc.dg/vect/vect-7.c: New test.
1452         * gcc.dg/vect/vect-8.c: New test.
1453         * gcc.dg/vect/vect-9.c: New test.
1454         * gcc.dg/vect/vect-10.c: New test.
1455         * gcc.dg/vect/vect-11.c: New test.
1456         * gcc.dg/vect/vect-12.c: New test.
1457         * gcc.dg/vect/vect-13.c: New test.
1458         * gcc.dg/vect/vect-14.c: New test.
1459         * gcc.dg/vect/vect-15.c: New test.
1460         * gcc.dg/vect/vect-16.c: New test.
1461         * gcc.dg/vect/vect-17.c: New test.
1462         * gcc.dg/vect/vect-18.c: New test.
1463         * gcc.dg/vect/vect-19.c: New test.
1464         * gcc.dg/vect/vect-20.c: New test.
1465         * gcc.dg/vect/vect-21.c: New test.
1466         * gcc.dg/vect/vect-22.c: New test.
1467         * gcc.dg/vect/vect-23.c: New test.
1468         * gcc.dg/vect/vect-24.c: New test.
1469         * gcc.dg/vect/vect-25.c: New test.
1470         * gcc.dg/vect/vect-26.c: New test.
1471         * gcc.dg/vect/vect-27.c: New test.
1472         * gcc.dg/vect/vect-28.c: New test.
1473         * gcc.dg/vect/vect-29.c: New test.
1474         * gcc.dg/vect/vect-30.c: New test.
1475         * gcc.dg/vect/vect-31.c: New test.
1476         * gcc.dg/vect/vect-32.c: New test.
1477         * gcc.dg/vect/vect-33.c: New test.
1478         * gcc.dg/vect/vect-34.c: New test.
1479         * gcc.dg/vect/vect-35.c: New test.
1480         * gcc.dg/vect/vect-36.c: New test.
1481         * gcc.dg/vect/vect-37.c: New test.
1482         * gcc.dg/vect/vect-38.c: New test.
1483         * gcc.dg/vect/vect-40.c: New test.
1484         * gcc.dg/vect/vect-41.c: New test.
1485         * gcc.dg/vect/vect-42.c: New test.
1486         * gcc.dg/vect/vect-43.c: New test.
1487         * gcc.dg/vect/vect-44.c: New test.
1488         * gcc.dg/vect/vect-45.c: New test.
1489         * gcc.dg/vect/vect-46.c: New test.
1490         * gcc.dg/vect/vect-47.c: New test.
1491         * gcc.dg/vect/vect-48.c: New test.
1492         * gcc.dg/vect/vect-49.c: New test.
1493         * gcc.dg/vect/vect-50.c: New test.
1494         * gcc.dg/vect/vect-51.c: New test.
1495         * gcc.dg/vect/vect-52.c: New test.
1496         * gcc.dg/vect/vect-53.c: New test.
1497         * gcc.dg/vect/vect-54.c: New test.
1498         * gcc.dg/vect/vect-55.c: New test.
1499         * gcc.dg/vect/vect-56.c: New test.
1500         * gcc.dg/vect/vect-57.c: New test.
1501         * gcc.dg/vect/vect-58.c: New test.
1502         * gcc.dg/vect/vect-59.c: New test.
1503         * gcc.dg/vect/vect-60.c: New test.
1504         * gcc.dg/vect/vect-61.c: New test.
1505         * gcc.dg/vect/vect-all.c: New test.
1506         * gcc.dg/vect/vect-none.c: New test.
1507
1508 2004-08-17  Paul Brook  <paul@codesourcery.com>
1509
1510         PR fortran/13082
1511         * gfortran.dg/entry_1.f90: New test.
1512
1513 2004-08-17  Andrew Pinski  <apinski@apple.com>
1514
1515         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
1516
1517 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
1518
1519         * gcc.dg/pr17036-1.c: New test.
1520
1521 2004-08-16  Devang Patel  <dpatel@apple.com>
1522
1523         * gcc.dg/darwin-20040809-1.c: New test.
1524
1525 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
1526
1527         * gcc.dg/funcdef-attr-1.c: New test.
1528
1529 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
1530
1531         * gcc.dg/altivec-17.c: New test.
1532         * gcc.dg/altivec-18.c: New test.
1533
1534 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1535
1536         PR c++/6749
1537         * g++.dg/template/vtable2.C: New test.
1538
1539 2004-08-14  Richard Henderson  <rth@redhat.com>
1540
1541         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
1542         * gcc.dg/pack-test-4.c (main): Return 0.
1543         * gcc.dg/setjmp-1.c: Remove XFAIL.
1544         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
1545
1546 2004-08-14  Richard Henderson  <rth@redhat.com>
1547
1548         * gcc.dg/980217-1.c: Add prototype for printf.
1549
1550 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
1551
1552         * gfortran.dg/pr16935.f90: New test.
1553
1554 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
1555
1556         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
1557
1558 2004-08-13  Paul Brook  <paul@codesourcery.com>
1559
1560         * gfortran.dg/der_io_1.f90: Remove stray comma.
1561
1562 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
1563
1564         * gcc.dg/vmx/cw-bug-2.c: Remove.
1565         * gcc.dg/vmx/vprint-1.c: Remove.
1566         * gcc.dg/vmx/vscan-1.c: Remove.
1567
1568 2004-08-12  Devang patel  <dpatel@apple.com>
1569
1570         * gcc.dg/darwin-20040809-2.c: New test.
1571
1572 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
1573
1574         * g++.dg/ext/altivec-12.C: New test.
1575
1576         * g++.dg/ext/altivec-11.C: New test.
1577
1578 2004-08-12  Paul Brook  <paul@codesourcery.com>
1579
1580         * g++.dg/abi/arm_cxa_vec_1.C: New test.
1581
1582 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
1583
1584         * g++.dg/ext/altivec-2.C: Check for hardware support before
1585         executing any VMX instructions.
1586
1587         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
1588
1589 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1590
1591         PR c++/16276
1592         * g++.old-deja/g++.other/comdat4.C: New test.
1593         * g++.old-deja/g++.other/comdat4-aux.cc: New.
1594
1595 2004-08-12  Ben Elliston  <bje@au.ibm.com>
1596
1597         PR target/16286
1598         * gcc.dg/pr16286.c: New test.
1599
1600 2004-08-12 Jan Beulich <jbeulich@novell.com>
1601
1602         * g++.dg/ext/asm5.C: New.
1603
1604 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
1605
1606         PR c++/16698
1607         * g++.dg/eh/crash1.C: New test.
1608
1609         PR c++/16717
1610         * g++.dg/ext/construct1.C: New test.
1611
1612 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
1613
1614         PR c++/16853
1615         * g++.dg/init/ptrmem1.C: New test.
1616
1617         PR c++/16618
1618         * g++.dg/parse/offsetof5.C: New test.
1619
1620         PR c++/16870
1621         * g++.dg/template/overload3.C: New test.
1622
1623 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
1624
1625         PR c++/16964
1626         * g++.dg/parse/error16.C: New test.
1627
1628         PR c++/16904
1629         * g++.dg/template/error14.C: New test.
1630
1631         PR c++/16929
1632         * g++.dg/template/error15.C: New test.
1633
1634 2004-08-11  Devang Patel  <dpatel@apple.com>
1635
1636         * gcc.dg/darwin-ld-20040809-1.c: New test.
1637         * gcc.dg/darwin-ld-20040809-2.c: New test.
1638
1639 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
1640
1641         PR fortran/16917
1642         * gfortran.dg/dfloat_1.f90: New test.
1643
1644 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1645
1646         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
1647         * gcc.dg/dll-2.c: Fix dg-require syntax.
1648         * gcc.misc-tests/arm-isr.c (abort): Declare.
1649         (exit): Likewise.
1650
1651 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
1652
1653         PR c++/16971
1654         * g++.dg/parse/crash16.C: New test.
1655
1656 2004-08-10  Roger Sayle  <roger@eyesopen.com>
1657
1658         * gcc.dg/mips-rsqrt-1.c: New test case.
1659         * gcc.dg/mips-rsqrt-2.c: New test case.
1660         * gcc.dg/mips-rsqrt-3.c: New test case.
1661
1662 2004-08-10  Paul Brook  <paul@codesourcery.com>
1663
1664         * gfortran.dg/der_io_1.f90: New test.
1665
1666 2004-08-10  Paul Brook  <paul@codesourcery.com>
1667
1668         PR fortran/16919
1669         * gfortran.dg/der_array_1.f90: New test.
1670
1671 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
1672
1673         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
1674
1675 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
1676
1677         * gcc.dg/wchar_t-2.c: Fix typo.
1678
1679 2004-08-09  Falk Hueffner  <falk@debian.org>
1680
1681         PR tree-optimization/12517
1682         * gcc.c-torture/compile/pr12517.c: New test.
1683
1684         PR tree-optimization/12578
1685         * gcc.c-torture/compile/pr12578.c: New test.
1686
1687         PR tree-optimization/12899
1688         * gcc.c-torture/compile/pr12899.c: New test.
1689
1690         PR rtl-optimization/14692
1691         * gcc.c-torture/compile/pr14692.c: New test.
1692
1693         PR tree-optimization/16461
1694         * gcc.c-torture/compile/pr16461.c: New test.
1695
1696 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
1697
1698         * gfortran.dg/getenv_1.f90: New test.
1699
1700 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
1701
1702         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
1703         wchar_t.
1704         * gcc.dg/symbian5.c: Test -fno-short-wchar.
1705
1706 2004-08-06  Paul Brook  <paul@codesourcery.com>
1707
1708         * gfortran.dg/ret_array_1.f90: New test.
1709         * gfortran.dg/ret_pointer_1.f90: New test.
1710
1711 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
1712
1713         * gcc.dg/missing-field-init-[12].c: New tests.
1714         * g++.dg/warn/missing-field-init-[12].C: New tests.
1715
1716 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
1717
1718         * gcc.dg/enum2.c: New test.
1719         * gcc.dg/symbian3.c: Likewise.
1720         * gcc.dg/symbian4.c: Likewise.
1721         * gcc.dg/wchar_t-2.c: Likewise.
1722
1723 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
1724
1725         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
1726         destructor tests.
1727
1728 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
1729
1730         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
1731         dg-require-visiblity.
1732         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
1733         * g++.dg/ext/visibility/fvisibility.C: Likewise.
1734         * g++.dg/ext/visibility/memfuncts.C: Likewise.
1735         * g++.dg/ext/visibility/new1.C: Likewise.
1736         * g++.dg/ext/visibility/pragma.C: Likewise.
1737         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
1738         * g++.dg/ext/visibility/virtual.C: Likewise.
1739         * g++/dg/ext/visibility/visibility-1.C: Likewise.
1740         * g++/dg/ext/visibility/visibility-2.C: Likewise.
1741         * g++/dg/ext/visibility/visibility-3.C: Likewise.
1742         * g++/dg/ext/visibility/visibility-4.C: Likewise.
1743         * g++/dg/ext/visibility/visibility-5.C: Likewise.
1744         * g++/dg/ext/visibility/visibility-6.C: Likewise.
1745         * g++/dg/ext/visibility/visibility-7.C: Likewise.
1746         * g++/dg/ext/visibility/visibility-8.C: New test.
1747         * gcc.c-torture/compile/dll.x: Remove.
1748         * gcc.dg/dll-2.c: Use dg-require-dll
1749         * gcc.dg/visibility-10.c: New test.
1750         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
1751         supporting DLLs.
1752         * testsuite/lib/scanasm.exp (scan_hidden): New function.
1753         (scan_not_hidden): Likewise.
1754
1755 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
1756
1757         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
1758
1759 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
1760
1761         * gcc.c-torture/execute/20040805-1.c: New test.
1762
1763 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
1764
1765         * gcc.dg/20020118-1.c: Declare abort.
1766         * gcc.dg/altivec_check.h: Likewise.
1767         * gcc.dg/iftrap-2.c: Likewise.
1768         * gcc.dg/pragma-darwin.c: Likewise.
1769         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
1770
1771 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
1772
1773         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
1774
1775 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1776
1777         * gcc.c-torture/execute/builtins/abs-2.c,
1778         gcc.c-torture/execute/builtins/abs-3.c,
1779         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
1780         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
1781         intmax_t, uintmax_t and their limits.
1782         * gcc.dg/intmax_t-1.c: New test.
1783
1784 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1785
1786         * g++.dg/tc1/dr147.C: Add reference to PR.
1787
1788 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
1789
1790         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
1791         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
1792
1793 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
1794
1795         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
1796
1797 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
1798
1799         * gcc.dg/redecl-5.c: New test.
1800         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
1801         of scanf.
1802
1803 2004-08-03  Roger Sayle  <roger@eyesopen.com>
1804
1805         PR middle-end/16790
1806         * gcc.c-torture/execute/pr16790-1.c: New test case.
1807
1808 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1809
1810         * g++.dg/ext/visibility/assign1.C: New test.
1811         * g++.dg/ext/visibility/new1.C: Likewise.
1812
1813         * gcc.dg/symbian1.c: New test.
1814         * gcc.dg/symbian2.c: Likewise.
1815
1816 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1817
1818         PR target/16570
1819         * gcc.dg/i386-sse-9.c: New test.
1820
1821 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
1822
1823         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
1824
1825 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
1826
1827         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
1828         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
1829         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
1830         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
1831         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
1832         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
1833         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
1834         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
1835         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
1836         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
1837         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
1838         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
1839         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
1840         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
1841         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
1842         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
1843         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
1844         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
1845         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
1846         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
1847         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
1848         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
1849         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
1850         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
1851         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
1852         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
1853         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
1854         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
1855         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
1856         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
1857         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
1858         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
1859         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
1860         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
1861         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
1862         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
1863         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
1864         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
1865         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
1866         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
1867         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
1868         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
1869         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
1870         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
1871         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
1872         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
1873         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
1874         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
1875         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
1876         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
1877         gcc.misc-tests/i386-pf-3dnow-1.c,
1878         gcc.misc-tests/i386-pf-athlon-1.c,
1879         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
1880         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
1881         Declare built-in functions used.
1882         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
1883
1884 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
1885
1886         PR c++/16707
1887         * g++.dg/lookup/using12.C: New test.
1888
1889         * g++.dg/init/null1.C: Fix PR number.
1890         * g++.dg/parse/namespace10.C: Likewise.
1891
1892 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
1893
1894         PR c++/16224
1895         * g++.dg/template/spec17.C: New test.
1896         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
1897         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
1898
1899 2004-08-02  David Billinghurst
1900
1901         PR fortran/16292
1902         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
1903
1904 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
1905
1906         * gcc.dg/ia64-got-1.c: New test case.
1907
1908 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
1909
1910         PR c++/16489
1911         * g++.dg/init/null1.C: New test.
1912         * g++.dg/tc1/dr76.C: Adjust error marker.
1913
1914         PR c++/16529
1915         * g++.dg/parse/namespace10.C: New test.
1916
1917         PR c++/16810
1918         * g++.dg/inherit/ptrmem2.C: New test.
1919
1920 2004-08-02  Ben Elliston  <bje@au.ibm.com>
1921
1922         PR target/16155
1923         * gcc.dg/pr16155.c: New test.
1924
1925 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
1926
1927         * gcc.dg/redecl-2.c: New test.
1928
1929 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
1930
1931         * gcc.dg/darwin-longdouble.c: New file.
1932
1933 2004-07-30  Richard Henderson  <rth@redhat.com>
1934
1935         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
1936         write to constant argument.
1937         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
1938
1939 2004-07-30  Richard Henderson  <rth@redhat.com>
1940
1941         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
1942         tests of nearest around zero.
1943
1944 2004-07-30  Andrew Pinski  <apinski@apple.com>
1945
1946         * gcc.c-torture/compile/20040730-1.c: New test.
1947
1948 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
1949
1950         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
1951         powerpc-eabispe.
1952
1953 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
1954
1955         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
1956
1957 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
1958
1959         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
1960         contains $ld_library_path.
1961         * lib/gfortran.exp (gfortran_link_flags): Likewise.
1962
1963 2004-07-29  Richard Henderson  <rth@redhat.com>
1964
1965         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
1966
1967         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
1968         (alt2, which): New.
1969         (Check): Accept either alternative.
1970
1971 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
1972
1973         * g++.dg/abi/inline1.C: New test.
1974         * g++.dg/abi/local1-a.cc: Likewise.
1975         * g++.dg/abi/local1.C: Likewise.
1976         * g++.dg/abi/mangle11.C: Tweak location of warnings.
1977         * g++.dg/abi/mangle12.C: Likewise.
1978         * g++.dg/abi/mangle17.C: Likewise.
1979         * g++.dg/abi/mangle20-2.C: Likewise.
1980         * g++.dg/opt/interface1.C: Likewise.
1981         * g++.dg/opt/interface1.h: Likewise.
1982         * g++.dg/opt/interface1-a.cc: New test.
1983         * g++.dg/parse/repo1.C: New test.
1984         * g++.dg/template/repo1.C: Likewise.
1985         * g++.dg/warn/Winline-1.C: Likewise.
1986         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
1987
1988 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
1989
1990         * gcc.dg/tree-ssa/20040729-1.c: New test.
1991
1992 2004-07-27  Matt Austern <austern@apple.com>
1993
1994         * gcc.dg/darwin-bool-1.c: New test.
1995         * gcc.dg/darwin-bool-2.c: New test.
1996
1997 2004-07-28  Richard Henderson  <rth@redhat.com>
1998
1999         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2000         arguments in the correct type.  Don't write to constant arguments.
2001
2002 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2003
2004         PR tree-optimization/16688
2005         PR tree-optimization/16689
2006         * g++.dg/tree-ssa/pr16688.C: New test.
2007
2008 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2009
2010         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2011         loads.  Not only in the comment, this time.
2012
2013 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2014
2015         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2016         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2017         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2018         * gcc.dg/sh4a-bitmovua.c: New.
2019         * gcc.dg/sh4a-cos.c: New.
2020         * gcc.dg/sh4a-cosf.c: New.
2021         * gcc.dg/sh4a-fprun.c: New.
2022         * gcc.dg/sh4a-fsrra.c: New.
2023         * gcc.dg/sh4a-memmovua.c: New.
2024         * gcc.dg/sh4a-sin.c: New.
2025         * gcc.dg/sh4a-sincos.c: New.
2026         * gcc.dg/sh4a-sincosf.c: New.
2027         * gcc.dg/sh4a-sinf.c: New.
2028
2029 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2030
2031         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2032         conditionals.
2033         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2034         loads.
2035         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2036         DOM1.
2037
2038 2004-07-27  Andrew Pinski  <apinski@apple.com>
2039
2040         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2041
2042 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2043
2044         * gcc.dg/pragma-isr.c: New test.
2045
2046 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2047
2048         PR c++/14429
2049         * g++.dg/template/ttp11.C: New test.
2050
2051 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2052
2053         * gcc.c-torture/compile/20040727-1.c: New test.
2054
2055 2004-07-26  Eric Christopher  <echristo@redhat.com>
2056
2057         * gcc.c-torture/compile/20040726-2.c: New test.
2058
2059 2004-07-26  Andrew Pinski  <apinski@apple.com>
2060
2061         * g++.dg/rtti/tinfo1.C: Xfail.
2062
2063 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2064
2065         * gcc.c-torture/compile/20040726-1.c: New test.
2066
2067 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2068             Brian Ryner  <bryner@brianryner.com>
2069
2070         PR c++/9283
2071         PR c++/15000
2072         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2073         * g++.dg/ext/visibility/: New directory.
2074         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2075         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2076         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2077         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2078         * g++.dg/ext/visibility/fvisibility.C,
2079         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2080         g++.dg/ext/visibility/fvisibility-override1.C
2081         g++.dg/ext/visibility/fvisibility-override2.C
2082         g++.dg/ext/visibility/memfuncts.C
2083         g++.dg/ext/visibility/noPLT.C
2084         g++.dg/ext/visibility/pragma.C
2085         g++.dg/ext/visibility/pragma-override1.C
2086         g++.dg/ext/visibility/pragma-override2.C
2087         g++.dg/ext/visibility/staticmemfuncts.C
2088         g++.dg/ext/visibility/virtual.C: New tests.
2089
2090 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2091
2092         PR c/15360
2093         * gcc.dg/pr15360-1.c: New test.
2094
2095 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
2096
2097         * gcc.dg/pragma-align-2.c: New test.
2098         * gcc.dg/pragma-init-fini.c: New test.
2099         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
2100         targets.
2101
2102 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2103
2104         * gcc.dg/init-string-2.c: New test.
2105
2106 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
2107
2108         PR 16684
2109         * gcc.dg/Wredundant-decls-1.c: New test case.
2110
2111 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
2112
2113         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
2114         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
2115         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
2116         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
2117         * gcc.dg/compat/generate-random.c: New file.
2118         * gcc.dg/compat/generate-random.h: Likewise.
2119         * gcc.dg/compat/generate-random_r.c: Likewise.
2120         * gcc.dg/compat/struct-layout-1.h: Likewise.
2121         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
2122         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
2123         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
2124         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
2125         * gcc.dg/compat/struct-layout-1_main.c: New test.
2126         * gcc.dg/compat/struct-layout-1_x.c: New file.
2127         * gcc.dg/compat/struct-layout-1_y.c: New file.
2128         * gcc.dg/compat/struct-layout-1_test.h: New file.
2129
2130 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
2131
2132         * gcc.dg/comp-return-1.c: New test
2133
2134 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
2135
2136         * gcc.dg/vmx/8-02a.c: Fix typo.
2137
2138         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
2139         * gcc.dg/darwin-abi-3.c: New test.
2140
2141         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
2142         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
2143
2144         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
2145         * gcc.dg/vmx/ops-long-1.c: New test.
2146         * gcc.dg/vmx/ops-long-2.c: New test.
2147
2148 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2149
2150         * g++.dg/lookup/conv-[1234].C: New.
2151
2152 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
2153
2154         * g++.dg/parse/attr2.C: Simplify.
2155
2156 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2157
2158         PR c/7284
2159         * gcc.c-torture/execute/pr7284-1.c: New test.
2160
2161 2004-07-22  Brian Booth  <bbooth@redhat.com>
2162
2163         * gcc.dg/tree-ssa/20040721-1.c: New test.
2164
2165 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2166
2167         * g++.dg/template/crash20.c: New.
2168
2169 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
2170
2171         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
2172         Add dg-run directive.  Declare variables as required.
2173         * gfortran.dg/g77/README: Update
2174
2175 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
2176
2177         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
2178         gcc.dg/cris-peep2-andu2.c: New tests.
2179
2180 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2181
2182         PR c/15052
2183         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
2184         on return type.
2185         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
2186         messages.
2187         * gcc.dg/qual-return-2.c: Update expected messages.
2188         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
2189
2190 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2191
2192         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
2193         * gcc.dg/noncompile/921102-1.c: Update expected error message.
2194
2195 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2196
2197         PR c/11250
2198         * gcc.dg/init-string-1.c: New test.
2199
2200 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2201
2202         PR middle-end/15345
2203         PR c/16450
2204         * gcc.dg/torture/nested-fn-1.c: New test.
2205
2206 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2207
2208         PR target/16559
2209         * gcc.dg/ia64-fptr-1.c: New file.
2210
2211 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2212
2213         PR c++/14497
2214         * g++.dg/template/spec16.C: New test.
2215         * g++.old-deja/g++.robertl/eb118.C: Remove.
2216
2217 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2218
2219         PR c++/509
2220         * g++.dg/template/spec15.C: New test.
2221
2222 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
2223
2224         Copy cases from g77.f-torture/execute and add dg-run
2225         directive.  Other changes as noted.
2226         * gfortran.dg/g77/13037.f
2227         * gfortran.dg/g77/1832.f
2228         * gfortran.dg/g77/19981119-0.f
2229         * gfortran.dg/g77/19990313-0.f
2230         * gfortran.dg/g77/19990313-1.f
2231         * gfortran.dg/g77/19990313-2.f
2232         * gfortran.dg/g77/19990313-3.f
2233         * gfortran.dg/g77/19990419-1.f
2234         * gfortran.dg/g77/19990826-0.f
2235         * gfortran.dg/g77/19990826-2.f
2236         * gfortran.dg/g77/20000503-1.f
2237         * gfortran.dg/g77/20001111.f
2238         * gfortran.dg/g77/20010116.f
2239         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
2240         * gfortran.dg/g77/20010430.f
2241         * gfortran.dg/g77/6177.f
2242         * gfortran.dg/g77/947.f
2243         * gfortran.dg/g77/970816-3.f
2244         * gfortran.dg/g77/971102-1.f
2245         * gfortran.dg/g77/980520-1.f
2246         * gfortran.dg/g77/980628-0.f
2247         * gfortran.dg/g77/980628-1.f
2248         * gfortran.dg/g77/980628-10.f
2249         * gfortran.dg/g77/980628-2.f
2250         * gfortran.dg/g77/980628-3.f
2251         * gfortran.dg/g77/980628-7.f
2252         * gfortran.dg/g77/980628-8.f
2253         * gfortran.dg/g77/980628-9.f
2254         * gfortran.dg/g77/980701-0.f
2255         * gfortran.dg/g77/980701-1.f
2256         * gfortran.dg/g77/cabs.f
2257         * gfortran.dg/g77/claus.f
2258         * gfortran.dg/g77/complex_1.f
2259         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
2260         * gfortran.dg/g77/dcomplex.f
2261         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
2262         * gfortran.dg/g77/f90-intrinsic-mathematical.f
2263         * gfortran.dg/g77/f90-intrinsic-numeric.f
2264         * gfortran.dg/g77/int8421.f
2265         * gfortran.dg/g77/labug1.f
2266         * gfortran.dg/g77/large_vec.f
2267         * gfortran.dg/g77/le.f
2268         * gfortran.dg/g77/short.f
2269         * gfortran.dg/g77/README: Update
2270
2271 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
2272
2273         PR c++/16637
2274         * g++.dg/parse/lookup4.C: New test.
2275
2276 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2277
2278         PR c++/16175
2279         * g++.dg/template/ttp10.C: New test.
2280
2281 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2282
2283         * gcc.dg/pr12625-1.c: New test.
2284
2285 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2286
2287         * testsuite/gcc.dg/switch-warn-1.c: New test.
2288         * testsuite/gcc.dg/switch-warn-2.c: New test.
2289         * gcc.c-torture/compile/pr14730.c: Update.
2290
2291 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
2292
2293         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
2294         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
2295         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
2296         g++.dg/template/nontype3.C: Remove trailing CR from tests.
2297
2298 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
2299
2300         PR c++/16623
2301         * g++.dg/template/assign1.C: New test.
2302
2303 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2304
2305         PR c++/12170
2306         * g++.dg/template/ttp9.C: New test.
2307
2308 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
2309
2310         * gcc.dg/format/cmn-err-1.c: New test.
2311
2312 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2313
2314         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
2315         gcc.dg/Wparentheses-10.c: New tests.
2316         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
2317
2318 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2319
2320         PR fortran/16465
2321         * gfortran.dg/g77//ffixed-line-length-0.f,
2322         gfortran.dg/g77/ffixed-line-length-132.f,
2323         gfortran.dg/g77/ffixed-line-length-72.f,
2324         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
2325         gfortran.dg/g77/README: Update.
2326
2327 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2328
2329         PR c++/13092
2330         * g++.dg/template/non-dependent7.C: New test.
2331         * g++.dg/template/non-dependent8.C: Likewise.
2332         * g++.dg/template/non-dependent9.C: Likewise.
2333         * g++.dg/template/non-dependent10.C: Likewise.
2334
2335 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
2336
2337         PR c++/16337
2338         * g++.dg/parse/attr2.C: New test.
2339
2340 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
2341
2342         * g77.dg: Removed.
2343         * g77.f-torture: Ditto.
2344
2345 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2346
2347         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
2348         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
2349         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
2350
2351 2004-07-16  Richard Henderson  <rth@redhat.com>
2352
2353         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
2354
2355 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2356
2357         * lib/fortran-torture.exp (fortran-torture): Don't test compile
2358         tests with full list of options.
2359         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
2360         of TORTURE_OPTIONS if test contains 'dg-do run'.
2361
2362         PR fortran/16404
2363         * gfortran.dg/do_iterator.f90: New test.
2364
2365 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2366
2367         PR rtl-optimization/16536
2368         * gcc.c-torture/execute/restrict-1.c: New test.
2369
2370 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2371
2372         PR fortran/15324
2373         * gfortran.dg/pr15324.f90: New test.
2374
2375         PR fortran/15129
2376         * gfortran.dg/pr15129.f90: New test.
2377
2378         PR fortran/15140
2379         * gfortran.dg/pr15140.f90: New test.
2380
2381         PR fortran/13792
2382         * gfortran.fortran-torture/execute/bounds.f90: Add check for
2383         compile-time simplification.
2384
2385 2004-07-14  Mike Stump  <mrs@apple.com>
2386
2387         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
2388
2389 2004-07-14  James E Wilson  <wilson@specifixinc.com>
2390
2391         PR target/16325
2392         * gcc.dg/profile-generate-1.c: New.
2393
2394 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
2395
2396         * gcc.c-torture/execute/20040709-1.c: New test.
2397         * gcc.c-torture/execute/20040709-2.c: New test.
2398
2399 2004-07-14  Mike Stump  <mrs@apple.com>
2400
2401         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
2402
2403 2004-07-14  Mike Stump  <mrs@apple.com>
2404
2405         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
2406
2407 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
2408
2409         PR c++/16518
2410         * g++.dg/parse/mutable1.C: New test.
2411
2412 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
2413
2414         PR tree-optimization/16443
2415         * gcc.dg/tree-ssa/20040713-1.c: New test.
2416
2417 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
2418
2419         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
2420         for operator new.
2421
2422 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2423
2424         * gfortran.dg/g77/README: New file
2425         * gfortran.dg/g77/19981216-0.f:  Copy from
2426         g77.f-torture/noncompile.  Add "dg-do compile" and
2427         dg-error as required.
2428         * gfortran.dg/g77/19990218-1.f: Likewise
2429         * gfortran.dg/g77/19990905-1.f: Likewise
2430         * gfortran.dg/g77/9263.f: Likewise
2431         * gfortran.dg/g77/980615-0.f: Likewise
2432         * gfortran.dg/g77/980616-0.f: Likewise
2433         * gfortran.dg/g77/check0.f: Likewise
2434         * gfortran.dg/g77/select_no_compile.f: Likewise
2435
2436 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2437
2438         Copy files from g77.f-torture/compile.
2439         Add "{ dg-do compile}".  Other changes as noted
2440         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
2441         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
2442         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
2443         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
2444         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
2445         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
2446         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
2447         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
2448         statement to conform to standard.  Append alpha1.x for reference.
2449         * gfortran.dg/g77/xformat.f: Add dg-warning
2450
2451 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2452
2453         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
2454         Add {dg-do compile} directive.
2455         * gfortran.dg/g77/cpp2.F: Likewise
2456
2457 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2458
2459         PR c++/5402
2460         * g++.dg/lookup/name-clash1.C: New test.
2461
2462         PR c++/9777
2463         * g++.dg/lookup/name-clash2.C: New test.
2464
2465         PR c++/12102
2466         * g++.dg/lookup/name-clash3.C: New test.
2467
2468 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2469
2470         * g++.dg/lookup/new2.C: New test.
2471         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
2472
2473 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
2474
2475         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
2476         Add {dg-do compile} directive.
2477         * gfortran.dg/g77/13060.f: Likewise
2478         * gfortran.dg/g77/19990218-0.f: Likewise
2479         * gfortran.dg/g77/19990305-0.f: Likewise
2480         * gfortran.dg/g77/19990419-0.f: Likewise
2481         * gfortran.dg/g77/19990502-0.f: Likewise
2482         * gfortran.dg/g77/19990502-1.f: Likewise
2483         * gfortran.dg/g77/19990525-0.f: Likewise
2484         * gfortran.dg/g77/19990826-1.f: Likewise
2485         * gfortran.dg/g77/19990826-3.f: Likewise
2486         * gfortran.dg/g77/19990905-2.f: Likewise
2487         * gfortran.dg/g77/20000412-1.f: Likewise
2488         * gfortran.dg/g77/20000511-1.f: Likewise
2489         * gfortran.dg/g77/20000511-2.f: Likewise
2490         * gfortran.dg/g77/20000518.f: Likewise
2491         * gfortran.dg/g77/20000601-1.f: Likewise
2492         * gfortran.dg/g77/20000601-2.f: Likewise
2493         * gfortran.dg/g77/20000629-1.f: Likewise
2494         * gfortran.dg/g77/20000630-2.f: Likewise
2495         * gfortran.dg/g77/20010115.f: Likewise
2496         * gfortran.dg/g77/20010321-1.f: Likewise
2497         * gfortran.dg/g77/20010426.f: Likewise
2498         * gfortran.dg/g77/20020307-1.f: Likewise
2499         * gfortran.dg/g77/8485.f: Likewise
2500         * gfortran.dg/g77/960317-1.f: Likewise
2501         * gfortran.dg/g77/970915-0.f: Likewise
2502         * gfortran.dg/g77/980310-1.f: Likewise
2503         * gfortran.dg/g77/980310-2.f: Likewise
2504         * gfortran.dg/g77/980310-3.f: Likewise
2505         * gfortran.dg/g77/980310-4.f: Likewise
2506         * gfortran.dg/g77/980310-6.f: Likewise
2507         * gfortran.dg/g77/980310-7.f: Likewise
2508         * gfortran.dg/g77/980310-8.f: Likewise
2509         * gfortran.dg/g77/980419-2.f: Likewise
2510         * gfortran.dg/g77/980424-0.f: Likewise
2511         * gfortran.dg/g77/980427-0.f: Likewise
2512         * gfortran.dg/g77/980729-0.f: Likewise
2513         * gfortran.dg/g77/981117-1.f: Likewise
2514         * gfortran.dg/g77/toon_1.f: Likewise
2515
2516 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2517
2518         PR c++/2204
2519         * g++.dg/other/abstract2.C: New test.
2520
2521 2004-07-12  Paul Brook  <paul@codesourcery.com>
2522
2523         * gfortran.dg/pointer_init_1.f90: New test.
2524
2525 2004-07-11  Paul Brook  <paul@codesourcery.com>
2526
2527         PR fortran/15986
2528         * gfortran.dg/contained_1.f90: New test.
2529
2530 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
2531
2532         * g++.dg/parse/defarg8.C: New test.
2533
2534 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2535
2536         PR fortran/16433
2537         * gfortran.dg/pr16433.f: New test.
2538
2539         PR fortran/17574
2540         * gfortran.dg/pr15754.f90: New test.
2541
2542 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2543
2544         PR tree-optimization/16437
2545         * gcc.c-torture/execute/bitfld-4.c: New test.
2546
2547 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2548
2549         * gfortran.fortran-torture/execute/common_2.f90: Add check for
2550         access to common var from module.
2551
2552 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2553
2554         PR fortran/16336
2555         * gfortran.fortran-torture/execute/common_2.f90: New test.
2556
2557 2004-07-10  Paul Brook  <paul@codesourcery.com>
2558
2559         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
2560
2561 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2562
2563         PR fortran/15969
2564         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
2565
2566 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
2567
2568         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
2569         * gfortran.dg/g77/ffixed-form-2.f: Likewise
2570         * gfortran.dg/g77/ffree-form-1.f: Likewise
2571         * gfortran.dg/g77/ffree-form-2.f: Likewise
2572         * gfortran.dg/g77/ffree-form-3.f: Likewise
2573         * gfortran.dg/g77/fno-underscoring.f: Likewise
2574         * gfortran.dg/g77/funderscoring.f: Likewise
2575         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
2576
2577 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2578
2579         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
2580
2581 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2582         Paul Brook  <paul@codesourcery.com>
2583
2584         PR fortran/13415
2585         * gfortran.dg/common_pointer_1.f90: New test.
2586
2587 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2588
2589         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
2590
2591 2004-07-09  James E Wilson  <wilson@specifixinc.com>
2592
2593         PR target/16364
2594         * gcc.c-torture/compile/20040709-1.c: New.
2595
2596 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2597
2598         PR fortran/14077
2599         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
2600
2601 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2602
2603         PR fortran/13201
2604         * gfortran.dg/shape_1.f90: New test.
2605
2606 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
2607             Andrew Pinski  <apinski@apple.com>
2608
2609         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
2610
2611 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2612
2613         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
2614         comment.
2615
2616 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2617         Paul Brook  <paul@codesourcery.com>
2618
2619         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
2620         '.f95' and '.F95'.
2621
2622 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
2623
2624         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
2625
2626 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2627
2628         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
2629         testcases with capital suffix.
2630
2631 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2632
2633         PR fortran/15481
2634         PR fortran/13372
2635         PR fortran/13575
2636         PR fortran/15978
2637         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
2638
2639         * gfortran.dg/implicit_1.f90: New test.
2640
2641 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
2642
2643         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
2644         expression to match gfortran warning/error messages
2645         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
2646         dg-error text.
2647
2648 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
2649
2650         * lib/fortran-torture.exp: Rename proc search_for to
2651         search_for_re.
2652
2653 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2654
2655         * gcc.c-torture/execute/simd-5.x: New file.
2656         XFAIL on SPARC 64-bit at -O0.
2657
2658 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2659
2660         PR c++/8211
2661         PR c++/16165
2662         * g++.dg/warn/effc3.C: New test.
2663
2664 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
2665
2666         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
2667         change X to 1X in format.
2668         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
2669         add data statements to conform to standard.
2670
2671 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
2672
2673         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
2674         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
2675         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
2676
2677 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
2678
2679         * gfortran.dg/g77/7388.f: Copy from g77.dg
2680         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
2681         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
2682         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
2683         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
2684         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
2685         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
2686         * gfortran.dg/g77/strlen0.f: Likewise
2687
2688 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
2689
2690         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
2691         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
2692
2693 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2694
2695         * gcc.c-torture/execute/920428-2.x: Delete.
2696         * gcc.c-torture/execute/920501-7.x: Likewise.
2697
2698 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
2699
2700         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
2701         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
2702         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
2703         prescott and c3-2.
2704         (PREFETCH_3DNOW): Add -march=c3.
2705
2706 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
2707
2708         PR c/16437
2709         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
2710         * gcc.c-torture/execute/bf64-1.x: Likewise.
2711
2712 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
2713
2714         * gcc.c-torture/compile/20040708-1.c: New test.
2715
2716 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2717
2718         PR c++/16169
2719         * g++.dg/warn/effc2.C: New test.
2720
2721 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2722
2723         * gcc.c-torture/execute/bitfld-1.x: Remove.
2724         * gcc.c-torture/execute/bitfld-3.c: New test.
2725         * gcc.dg/bitfld-2.c: Remove XFAILs.
2726
2727 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2728
2729         PR c++/16276
2730         * g++.dg/rtti/tinfo1.C: New file.
2731
2732 2004-07-07  Eric Christopher  <echristo@redhat.com>
2733
2734         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
2735
2736 2004-07-07  Andrew Pinski  <apinski@apple.com>
2737
2738         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
2739
2740 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
2741
2742         * g++.dg/init/call1.C: XFAIL.
2743
2744 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
2745
2746         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
2747         except for movstrict*, to movmem* and clrstr* to clrmem*.
2748
2749 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
2750
2751         * gcc.c-torture/execute/20040707-1.c: New test.
2752
2753 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
2754
2755         * gcc.c-torture/execute/20040706-1.c: New test.
2756
2757 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2758
2759         PR c++/3671
2760         * g++.dg/template/spec14.C: New test.
2761
2762 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
2763
2764         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
2765         nothing if not yet defined.  Use it in b, c and d type definitions.
2766         * gcc.c-torture/execute/20040705-1.c: New test.
2767         * gcc.c-torture/execute/20040705-2.c: New test.
2768
2769 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2770
2771         PR c++/2518
2772         * g++.dg/lookup/new1.C: New test.
2773
2774 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2775
2776         PR c++/11406
2777         * g++.dg/template/sizeof8.C: New test.
2778
2779 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
2780
2781         * gcc.c-torture/compile/20040705-1.c: New test.
2782
2783 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
2784
2785         * gfortran.fortran-torture/execute/seq_io.f90: New test.
2786
2787 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
2788
2789         * gcc.dg/cpp/if-mop.c: Two new testcases.
2790         * gcc.dg/cpp/trad/comment-3.c: New.
2791
2792 2004-07-04  Paul Brook  <paul@codesourcery.com>
2793
2794         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
2795
2796 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
2797
2798         PR c++/3761
2799         * g++.dg/lookup/crash4.C: New test.
2800
2801 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
2802
2803         * gcc.c-torture/execute/builtin-abs-1.c
2804         * gcc.c-torture/execute/builtin-abs-2.c
2805         * gcc.c-torture/execute/builtin-complex-1.c
2806         * gcc.c-torture/execute/builtins/string-1-lib.c
2807         * gcc.c-torture/execute/builtins/string-1.c
2808         * gcc.c-torture/execute/builtins/string-2-lib.c
2809         * gcc.c-torture/execute/builtins/string-2.c
2810         * gcc.c-torture/execute/builtins/string-3-lib.c
2811         * gcc.c-torture/execute/builtins/string-3.c
2812         * gcc.c-torture/execute/builtins/string-4-lib.c
2813         * gcc.c-torture/execute/builtins/string-4.c
2814         * gcc.c-torture/execute/builtins/string-5-lib.c
2815         * gcc.c-torture/execute/builtins/string-5.c
2816         * gcc.c-torture/execute/builtins/string-6-lib.c
2817         * gcc.c-torture/execute/builtins/string-6.c
2818         * gcc.c-torture/execute/builtins/string-7-lib.c
2819         * gcc.c-torture/execute/builtins/string-7.c
2820         * gcc.c-torture/execute/builtins/string-8-lib.c
2821         * gcc.c-torture/execute/builtins/string-8.c
2822         * gcc.c-torture/execute/builtins/string-9-lib.c
2823         * gcc.c-torture/execute/builtins/string-9.c
2824         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
2825         * gcc.c-torture/execute/builtins/string-asm-1.c
2826         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
2827         * gcc.c-torture/execute/builtins/string-asm-2.c
2828         * gcc.c-torture/execute/stdio-opt-1.c
2829         * gcc.c-torture/execute/stdio-opt-2.c
2830         * gcc.c-torture/execute/stdio-opt-3.c
2831         * gcc.c-torture/execute/string-opt-1.c
2832         * gcc.c-torture/execute/string-opt-10.c
2833         * gcc.c-torture/execute/string-opt-11.c
2834         * gcc.c-torture/execute/string-opt-12.c
2835         * gcc.c-torture/execute/string-opt-13.c
2836         * gcc.c-torture/execute/string-opt-14.c
2837         * gcc.c-torture/execute/string-opt-15.c
2838         * gcc.c-torture/execute/string-opt-16.c
2839         * gcc.c-torture/execute/string-opt-2.c
2840         * gcc.c-torture/execute/string-opt-6.c
2841         * gcc.c-torture/execute/string-opt-7.c
2842         * gcc.c-torture/execute/string-opt-8.c:
2843         Replace with ...
2844
2845         * gcc.c-torture/execute/builtins/abs-2.c
2846         * gcc.c-torture/execute/builtins/abs-3.c
2847         * gcc.c-torture/execute/builtins/complex-1.c
2848         * gcc.c-torture/execute/builtins/fprintf.c
2849         * gcc.c-torture/execute/builtins/fputs.c
2850         * gcc.c-torture/execute/builtins/memcmp.c
2851         * gcc.c-torture/execute/builtins/memmove.c
2852         * gcc.c-torture/execute/builtins/memops-asm.c
2853         * gcc.c-torture/execute/builtins/mempcpy-2.c
2854         * gcc.c-torture/execute/builtins/mempcpy.c
2855         * gcc.c-torture/execute/builtins/memset.c
2856         * gcc.c-torture/execute/builtins/printf.c
2857         * gcc.c-torture/execute/builtins/sprintf.c
2858         * gcc.c-torture/execute/builtins/strcat.c
2859         * gcc.c-torture/execute/builtins/strchr.c
2860         * gcc.c-torture/execute/builtins/strcmp.c
2861         * gcc.c-torture/execute/builtins/strcpy.c
2862         * gcc.c-torture/execute/builtins/strcspn.c
2863         * gcc.c-torture/execute/builtins/strlen-2.c
2864         * gcc.c-torture/execute/builtins/strlen.c
2865         * gcc.c-torture/execute/builtins/strncat.c
2866         * gcc.c-torture/execute/builtins/strncmp-2.c
2867         * gcc.c-torture/execute/builtins/strncmp.c
2868         * gcc.c-torture/execute/builtins/strncpy.c
2869         * gcc.c-torture/execute/builtins/strpbrk.c
2870         * gcc.c-torture/execute/builtins/strpcpy-2.c
2871         * gcc.c-torture/execute/builtins/strpcpy.c
2872         * gcc.c-torture/execute/builtins/strrchr.c
2873         * gcc.c-torture/execute/builtins/strspn.c
2874         * gcc.c-torture/execute/builtins/strstr-asm.c
2875         * gcc.c-torture/execute/builtins/strstr.c:
2876         ... these new files.
2877
2878         * gcc.c-torture/execute/builtins/abs-2-lib.c
2879         * gcc.c-torture/execute/builtins/abs-3-lib.c
2880         * gcc.c-torture/execute/builtins/complex-1-lib.c
2881         * gcc.c-torture/execute/builtins/fprintf-lib.c
2882         * gcc.c-torture/execute/builtins/fputs-lib.c
2883         * gcc.c-torture/execute/builtins/memcmp-lib.c
2884         * gcc.c-torture/execute/builtins/memmove-lib.c
2885         * gcc.c-torture/execute/builtins/memops-asm-lib.c
2886         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
2887         * gcc.c-torture/execute/builtins/mempcpy-lib.c
2888         * gcc.c-torture/execute/builtins/memset-lib.c
2889         * gcc.c-torture/execute/builtins/printf-lib.c
2890         * gcc.c-torture/execute/builtins/sprintf-lib.c
2891         * gcc.c-torture/execute/builtins/strcat-lib.c
2892         * gcc.c-torture/execute/builtins/strchr-lib.c
2893         * gcc.c-torture/execute/builtins/strcmp-lib.c
2894         * gcc.c-torture/execute/builtins/strcpy-lib.c
2895         * gcc.c-torture/execute/builtins/strcspn-lib.c
2896         * gcc.c-torture/execute/builtins/strlen-2-lib.c
2897         * gcc.c-torture/execute/builtins/strlen-lib.c
2898         * gcc.c-torture/execute/builtins/strncat-lib.c
2899         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
2900         * gcc.c-torture/execute/builtins/strncmp-lib.c
2901         * gcc.c-torture/execute/builtins/strncpy-lib.c
2902         * gcc.c-torture/execute/builtins/strpbrk-lib.c
2903         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
2904         * gcc.c-torture/execute/builtins/strpcpy-lib.c
2905         * gcc.c-torture/execute/builtins/strrchr-lib.c
2906         * gcc.c-torture/execute/builtins/strspn-lib.c
2907         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
2908         * gcc.c-torture/execute/builtins/strstr-lib.c
2909         * gcc.c-torture/execute/builtins/lib/abs.c
2910         * gcc.c-torture/execute/builtins/lib/fprintf.c
2911         * gcc.c-torture/execute/builtins/lib/memset.c
2912         * gcc.c-torture/execute/builtins/lib/printf.c
2913         * gcc.c-torture/execute/builtins/lib/sprintf.c
2914         * gcc.c-torture/execute/builtins/lib/strcpy.c
2915         * gcc.c-torture/execute/builtins/lib/strcspn.c
2916         * gcc.c-torture/execute/builtins/lib/strncat.c
2917         * gcc.c-torture/execute/builtins/lib/strncmp.c
2918         * gcc.c-torture/execute/builtins/lib/strncpy.c
2919         * gcc.c-torture/execute/builtins/lib/strpbrk.c
2920         * gcc.c-torture/execute/builtins/lib/strspn.c
2921         * gcc.c-torture/execute/builtins/lib/strstr.c:
2922         New files containing support routines.
2923
2924         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
2925         declaration.
2926         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
2927         when not optimizing.
2928
2929 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
2930
2931         PR c++/16240
2932         * g++.dg/abi/mangle22.C: New test.
2933         * g++.dg/abi/mangle23.C: Likewise.
2934
2935 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
2936
2937         PR fortran/16290
2938         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
2939         Allow for cases without denormalized floating point numbers.
2940
2941 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
2942
2943         PR c/1027
2944         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
2945         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
2946         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
2947         expected warning text.
2948         * gcc.dg/format/diag-2.c: New test.
2949
2950 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2951
2952         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
2953
2954 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2955
2956         * gcc.dg/builtins-43.c: New.
2957         * gcc.dg/builtins-44.c: New.
2958         * gcc.dg/builtins-45.c: New.
2959
2960 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
2961             Andreas Tobler  <a.tobler@schweiz.ch>
2962
2963         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
2964         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
2965         as SIGSEGV.
2966         * gcc.dg/cleanup-11.c: Likewise.
2967         * gcc.dg/cleanup-8.c: Likewise.
2968         * gcc.dg/cleanup-9.c: Likewise.
2969         * gcc.dg/cleanup-5.c: Run on all platforms.
2970
2971 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2972
2973         * g++.dg/warn/nonnull1.C: New test.
2974
2975 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
2976
2977         * gcc.dg/compat/compat-common.h: Wrap up CINT in
2978         an #ifndef SKIP_COMPLEX_INT/#endif pair.
2979         Special-case the Sun compiler wrt to <complex.h>.
2980
2981 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
2982
2983         * gcc.dg/Wunreachable-8.C: New test.
2984
2985         * gcc.dg/h8300-ice2.c : New test.
2986
2987 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
2988
2989         PR fortran/16161
2990         * gfortran.fortran-torture/compile/implicit.f90: Add test
2991         for implicit character.
2992
2993 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
2994
2995         PR fortran/16289
2996         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
2997         Use tiny() intrinsic to find smallest non-negative real
2998
2999 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3000
3001         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3002         * gcc.dg/compat/struct-by-value-22_x.c: New.
3003         * gcc.dg/compat/struct-by-value-22_y.c: New.
3004
3005         * gcc.c-torture/execute/20040629-1.c: New test.
3006
3007 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3008
3009         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3010         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3011
3012         PR target/16195
3013         * gcc.dg/20040625-1.c: New test.
3014
3015 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3016
3017         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3018
3019 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3020
3021         PR fortran/15963
3022         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3023
3024 2004-06-29  Richard Henderson  <rth@redhat.com>
3025
3026         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3027
3028 2004-06-29  Paul Brook  <paul@codesourcery.com>
3029
3030         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3031         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3032
3033 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3034
3035         PR c++/16260
3036         * g++.dg/parse/crash15.C: New.
3037
3038 2004-06-28  Andrew Pinski  <apinski@apple.com>
3039
3040         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3041         by the error already.
3042
3043         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3044
3045 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3046
3047         PR target/14041
3048         * gcc.dg/h8300-bss-align-1.c : New.
3049
3050 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3051
3052         * PR c++/16174
3053         * g++.dg/template/ctor4.C: New.
3054
3055 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3056
3057         PR c++/16205
3058         * g++.dg/warn/Wsequence-point-1.C: New test.
3059
3060 2004-06-27  Paul Brook  <paul@codesourcery.com>
3061
3062         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3063
3064 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3065
3066         * g++.old-deja/g++.mike/p7325.C: Remove.
3067
3068 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3069
3070         PR c/14963
3071         * gcc.dg/pr14963.c: New test.
3072
3073 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3074
3075         PR c++/16193
3076         * g++.dg/parse/redef1.C: New test.
3077
3078 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3079
3080         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3081         20021110.c.
3082         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3083         20021119-1.c.
3084         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3085         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3086         5-04.c.
3087         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3088         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3089         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3090         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3091         g++.brendan/enum14.C.
3092         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
3093         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
3094         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
3095         g++.mike/virt1.C.
3096         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
3097         memtemp24.C.
3098
3099 2004-06-27  Roger Sayle  <roger@eyesopen.com>
3100
3101         * gcc.dg/20040527-1.c: New test case.
3102
3103 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
3104
3105         PR gfortran/pr16196
3106         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
3107
3108 2004-06-25  Roger Sayle  <roger@eyesopen.com>
3109
3110         PR middle-end/15825
3111         * gcc.dg/pr15825-1.c: New test case.
3112
3113 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3114
3115         * gcc.c-torture/execute/20040625-1.c: New test.
3116
3117 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3118
3119         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
3120
3121 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3122
3123         * gcc.dg/torture/mips-div-1.c: New test.
3124
3125 2004-06-24  Jeff Law  <law@redhat.com>
3126
3127         * gcc.dg/tree-ssa/20040624-1.c: New test.
3128
3129 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
3130
3131         * gcc.c-torture/compile/20040624-1.c: New test.
3132
3133 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3134
3135         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
3136         this directory.
3137
3138 2004-06-23  Andrew Pinski  <apinski@apple.com>
3139
3140         PR middle-end/15988
3141         * g++.dg/opt/ptrmem4.C: New test.
3142
3143         * gcc.dg/c90-array-quals-2.c: New test.
3144
3145 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
3146
3147         * gcc.dg/kpice1.c: New test.
3148
3149 2006-06-23  Andrew Pinski  <apinski@apple.com>
3150
3151         * gcc.dg/c90-array-quals.c: New test.
3152
3153 2006-06-22  Richard Henderson  <rth@redhat.com>
3154
3155         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
3156
3157 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
3158
3159         * gcc.dg/builtins-config.h: Handle FreeBSD.
3160
3161 2006-06-22  Richard Henderson  <rth@redhat.com>
3162
3163         * g++.dg/opt/devirt1.C: New.
3164
3165 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
3166
3167         * g++.dg/opt/pr15551.C: New testcase.
3168
3169 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3170
3171         PR target/14800
3172         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
3173         x86_64-*-linux* when compiling for 32bit.
3174
3175 2004-06-21  Andrew Pinski  <apinski@apple.com>
3176
3177         * gcc.dg/pch/struct-1.c: New.
3178         * gcc.dg/pch/struct-1.hs: New.
3179
3180 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
3181
3182         * gcc.dg/pch/save-temps-1.c: New file.
3183         * gcc.dg/pch/save-temps-1.hs: New file.
3184
3185 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3186
3187         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
3188         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
3189
3190 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3191
3192         * gfortran.fortran-torture/execute/select_1.f90: Rename function
3193         to fix type error.
3194         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
3195         Remove trailing spaces.
3196
3197 2004-06-21  Richard Henderson  <rth@redhat.com>
3198
3199         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
3200         merging && to BIT_FIELD_REF.
3201
3202 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
3203
3204         * g++.dg/opt/placeholder1.C: New test.
3205
3206 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3207
3208         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
3209         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
3210         * gcc.dg/compat/union-m128-1_x.c: Likewise.
3211         * gcc.dg/compat/union-m128-1_y.c: Likewise.
3212
3213 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
3214
3215         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
3216         extern "C".
3217         * g++.dg/other/pragma-re-1.C: Add comments.
3218
3219 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
3220
3221         PR gfortran/16080
3222         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
3223
3224 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
3225
3226         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
3227         instead of setting the type of size_t by
3228         hand.
3229
3230 2004-06-18  Roger Sayle  <roger@eyesopen.com>
3231
3232         * gcc.dg/unordered-2.c: New test case.
3233         * gcc.dg/unordered-3.c: New test case.
3234
3235 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
3236
3237         PR other/16043
3238         * lib/g++.exp (g++_version): Tweak regexp for version
3239         * lib/g77.exp (g77_version): Likewise
3240         * lib/gfortran.exp (gfortran_version): Likewise
3241         * lib/objc.exp (objc_version): Likewise
3242         * lib/treelang.exp (treelang_version): Likewise
3243
3244 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
3245
3246         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
3247         Use INT_MAX instead of __INT_MAX__.
3248         * gcc.dg/compat/struct-align-2_y.c: Likewise.
3249
3250         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
3251         * gcc.dg/compat/scalar-return-3_x.c: Use it.
3252         * gcc.dg/compat/scalar-return-3_y.c: Use it.
3253         * gcc.dg/compat/scalar-return-4_x.c: Use it.
3254         * gcc.dg/compat/scalar-return-4_y.c: Use it.
3255         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
3256         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
3257         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
3258         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
3259
3260         * gcc.dg/range-test-1.c: New test.
3261         * g++.dg/opt/range-test-1.C: New test.
3262
3263 2004-06-17  Richard Henderson  <rth@redhat.com>
3264
3265         * objc.dg/sync-1.m: New.
3266         * objc.dg/try-catch-1.m: Don't force next runtime.
3267         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
3268         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
3269         shadowed catch clause.
3270         * objc.dg/try-catch-5.m: New.
3271
3272 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
3273
3274         Bug 14610
3275         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
3276
3277 2004-06-15  Richard Henderson  <rth@redhat.com>
3278
3279         * gcc.dg/20001116-1.c: Move expected warning line.
3280
3281 2004-06-15  Richard Henderson  <rth@redhat.com>
3282
3283         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
3284         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
3285
3286 2004-06-15  Jeff Law  <law@redhat.com>
3287
3288         * gcc.dg/tree-ssa/20040615-1.c: New test.
3289         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
3290         be less sensitive to operand ordering.
3291         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
3292
3293 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
3294
3295         * g++.dg/abi/bitfield3.C: Add comment..
3296
3297 2004-06-15  Richard Henderson  <rth@redhat.com>
3298
3299         * g++.dg/ext/stmtexpr1.C: XFAIL.
3300         * gcc.dg/20030612-1.c: XFAIL.
3301
3302 2004-06-15  Eric Christopher  <echristo@redhat.com>
3303
3304         * g++.dg/charset/asm5.c: New.
3305         * gcc.dg/charset/asm6.c: New.
3306
3307 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3308
3309         PR fortran/15962
3310         * gfortran.fortran-torture/execute/select_1.f90: New test.
3311
3312 2004-06-15  Paul Brook  <paul@codesourcery.com>
3313
3314         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
3315
3316 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3317
3318         PR c++/15967
3319         * g++.dg/lookup/crash3.C: New test.
3320
3321 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3322
3323         PR c++/15947
3324         * g++.dg/parse/dtor4.C: New test.
3325
3326 2004-06-14  Jeff Law  <law@redhat.com>
3327
3328         * gcc.c-torture/compile/20040614-1.c: New test.
3329
3330 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3331
3332         PR fortran/15211
3333         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
3334         LEN of a character array.
3335
3336 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
3337
3338         PR c++/15096
3339         * g++.dg/template/ptrmem10.C: New test.
3340
3341         PR c++/14930
3342         * g++.dg/template/friend30.C: New test.
3343
3344 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3345
3346         PR fortran/14928
3347         * gfortran.fortran-torture/compile/mloc.f90: New test.
3348
3349 2004-06-13  Paul Brook  <paul@codesourcery.com>
3350
3351         * gfortran.fortran-torture/execute/random_2.f90: New test.
3352
3353 2004-06-13  Eric Christopher  <echristo@redhat.com>
3354
3355         * gcc.dg/noncompile/redecl-1.c: Fix error message.
3356
3357 2004-06-12  Paul Brook  <paul@codesourcery.com>
3358
3359         * gfortran.fortran-torture/execute/contained_3.f90: New test.
3360
3361 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3362
3363         PR fortran/14923
3364         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
3365
3366 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3367
3368         PR fortran/14957
3369         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
3370         syntax errors in end statements of contained subroutines.
3371
3372 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3373
3374         PR fortran/12841
3375         * gfortran.fortran-torture/execute/null_arg.f90: New test.
3376
3377 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3378
3379         PR fortran/15665
3380         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
3381
3382 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3383
3384         PR gfortran/12839
3385         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
3386
3387 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
3388
3389         PR c++/15862
3390         * g++.dg/parse/enum1.C: New test.
3391
3392 2004-06-10  Jeff Law  <law@redhat.com>
3393
3394         * gcc.c-torture/compile/20040610-1.c: New test.
3395
3396 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3397
3398         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
3399         * g++.old-deja/g++.other/decl3.C: Likewise.
3400
3401 2004-06-10  Brian Booth  <bbooth@redhat.com>
3402
3403         * gcc.dg/tree-ssa/20031015-1.c: Scan for
3404         V_MAY_DEF instead of VDEF.
3405         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
3406
3407 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
3408
3409         PR c++/14211
3410         * g++.dg/conversion/const1.C: New test.
3411
3412         PR c++/15076
3413         * g++.dg/conversion/reinterpret1.C: New test.
3414
3415         PR c++/15877
3416         * g++.dg/template/enum2.C: New test.
3417
3418         PR c++/15227
3419         * g++.dg/template/error13.C: New test.
3420
3421 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3422
3423         PR fortran/14957
3424         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
3425         arguments to test_* REAL and of the right size.
3426
3427 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
3428
3429         PR target/15569
3430         PR rtl-optimization/15681
3431         * gcc.dg/20040609-1.c: New test.
3432
3433 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
3434
3435         PR c++/14791
3436         * g++.dg/opt/builtins1.C: New test.
3437
3438 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
3439
3440         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
3441         that use default windows32 struct layout.
3442         * gcc.dg/i386-bitfield2.c: Likewise.
3443
3444 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
3445
3446         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
3447         for mingw32 and cygwin targets.
3448
3449 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
3450
3451         * gcc.dg/pch/macro-4.c: New.
3452         * gcc.dg/pch/macro-4.hs: New.
3453
3454 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3455
3456         PR fortran/13249
3457         * gfortran.fortran-torture/compile/name_clash.f90: New test.
3458
3459 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3460
3461         PR fortran/13372
3462         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
3463
3464 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
3465
3466         PR gfortran/14897
3467         * gfortran.fortran-torture/execute/t_edit.f90: New test.
3468
3469 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
3470
3471         PR gfortran/15755
3472         * gfortran.fortran-torture/execute/backspace.c : New test.
3473
3474 2004-06-09  Paul Brook  <paul@codesourcery.com>
3475
3476         * gfortran.fortran-torture/execure/intrinsic_associated.f90
3477         (pointer_to_section): Rewrite to use smaller array.
3478
3479 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
3480
3481         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
3482         * gcc.dg/ext/altivec-10.c: Same.
3483         * gcc.dg/ext/altivec-11.c: Same.
3484         * gcc.dg/ext/altivec-12.c: Same.
3485         * gcc.dg/ext/altivec-13.c: Same.
3486         * gcc.dg/ext/altivec-14.c: Same.
3487         * gcc.dg/ext/altivec-15.c: Same.
3488         * gcc.dg/ext/altivec-16.c: Same.
3489         * gcc.dg/ext/altivec-3.c: Same.
3490         * gcc.dg/ext/altivec-4.c: Same.
3491         * gcc.dg/ext/altivec-6.c: Same.
3492         * gcc.dg/ext/altivec-7.c: Same.
3493         * gcc.dg/ext/altivec-8.c: Same.
3494         * gcc.dg/ext/altivec-varargs-1.c: Same.
3495
3496         * g++.dg/ext/altivec-1.C: Correct dg syntax.
3497         * g++.dg/ext/altivec-10.C: Same.
3498         * g++.dg/ext/altivec-2.C: Same.
3499         * g++.dg/ext/altivec-3.C: Same.
3500         * g++.dg/ext/altivec-4.C: Same.
3501         * g++.dg/ext/altivec-5.C: Same.
3502         * g++.dg/ext/altivec-6.C: Same.
3503         * g++.dg/ext/altivec-7.C: Same.
3504         * g++.dg/ext/altivec-8.C: Same.
3505         * g++.dg/ext/altivec-9.C: Same.
3506
3507 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3508
3509         PR c++/7841
3510         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
3511
3512 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3513
3514         * gcc.dg/union-1.c: New test.
3515
3516 2004-06-07  Roger Sayle  <roger@eyesopen.com>
3517
3518         * gcc.dg/builtins-41.c: New test case.
3519         * gcc.dg/builtins-42.c: New test case.
3520
3521 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
3522
3523         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
3524         * g++.dg/ext/altivec-10.C: Same.
3525         * g++.dg/ext/altivec-2.C: Same.
3526         * g++.dg/ext/altivec-3.C: Same.
3527         * g++.dg/ext/altivec-4.C: Same.
3528         * g++.dg/ext/altivec-5.C: Same.
3529         * g++.dg/ext/altivec-6.C: Same.
3530         * g++.dg/ext/altivec-7.C: Same.
3531         * g++.dg/ext/altivec-8.C: Same.
3532         * g++.dg/ext/altivec-9.C: Same.
3533         * g++.old-deja/g++.abi/cxa_vec.C: Same.
3534         * g++.old-deja/g++.brendan/new3.C: Same.
3535         * gcc.c-torture/execute/eeprof-1.x: Same.
3536
3537 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
3538
3539         PR c/14765
3540         * gcc.dg/pr14765-1.c: New test.
3541
3542 2004-06-07  Roger Sayle  <roger@eyesopen.com>
3543
3544         PR c/14649
3545         * gcc.dg/pr14649-1.c: New test case.
3546
3547 2004-06-07  Richard Henderson  <rth@redhat.com>
3548
3549         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
3550         if temporaries.
3551
3552 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
3553
3554         * g++.dg/eh/elide1.C: Remove XFAIL.
3555
3556 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
3557
3558         PR c++/15337
3559         * g++.dg/expr/sizeof3.C: New test.
3560
3561         PR c++/14777
3562         * g++.dg/template/access14.C: New test.
3563
3564         PR c++/15554
3565         * g++.dg/template/enum1.C: New test.
3566
3567         PR c++/15057
3568         * g++.dg/eh/throw1.C: New test.
3569
3570 2004-06-07  David Ayers  <d.ayers@inode.at>
3571             Ziemowit Laski  <zlaski@apple.com>
3572
3573         * lib/objc.exp (objc_target_compile): Revert the '-framework
3574         Foundation' flag fix, since bare Darwin does not ship
3575         with the Foundation framework.
3576         * objc/execute/next_mapping.h: Provide a local NSConstantString
3577         @interface and @implementation.
3578         (objc_constant_string_init): A constructor function, used to
3579         initialize the NSConstantString meta-class object.
3580         * objc/execute/string1.m: Include "next_mapping.h" instead of
3581         <Foundation/NSString.h>.
3582         * objc/execute/string2.m: Likewise.
3583         * objc/execute/string3.m: Likewise.
3584         * objc/execute/string4.m: Likewise.
3585
3586 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
3587
3588         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
3589         to double. Replace double with FLOAT.
3590         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
3591
3592         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
3593         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
3594         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
3595         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
3596         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
3597         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
3598         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
3599         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
3600
3601 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
3602
3603         PR c/13519
3604         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
3605
3606 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3607
3608         PR c++/15503
3609         * g++.dg/template/meminit2.C: New test.
3610
3611 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
3612
3613         PR target/15822
3614         * gcc.c-torture/execute/compare-fp-1.c,
3615         gcc.c-torture/execute/compare-fp-2.c,
3616         gcc.c-torture/execute/compare-fp-3.c,
3617         gcc.c-torture/execute/compare-fp-4.c,
3618         gcc.c-torture/execute/compare-fp-3.x,
3619         gcc.c-torture/execute/compare-fp-4.x: Moved...
3620         * gcc.c-torture/execute/ieee/compare-fp-1.c,
3621         gcc.c-torture/execute/ieee/compare-fp-2.c,
3622         gcc.c-torture/execute/ieee/compare-fp-3.c,
3623         gcc.c-torture/execute/ieee/compare-fp-4.c,
3624         gcc.c-torture/execute/ieee/compare-fp-3.x,
3625         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
3626
3627 2004-06-04  David Ayers  <d.ayers@inode.at>
3628
3629         * objc/execute/protocol-isEqual-4.m: New testcase.
3630
3631 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
3632
3633         * objc/execute/protocol-isEqual-1.m: New testcase.
3634         * objc/execute/protocol-isEqual-2.m: New testcase.
3635         * objc/execute/protocol-isEqual-3.m: New testcase.
3636
3637 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3638
3639         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
3640
3641 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
3642
3643         * lib/objc.exp (objc_target_compile): When running tests on
3644         Darwin (Mac OS X), inform the linker about '-framework
3645         'Foundation'.
3646
3647 2004-06-02  Eric Christopher  <echristo@redhat.com>
3648
3649         * gcc.c-torture/compile/20040602-1.c: New.
3650
3651 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
3652
3653         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
3654         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
3655
3656         PR tree-optimization/14736
3657         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
3658
3659         PR tree-optimization/14042
3660         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
3661
3662         PR tree-optimization/14729
3663         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
3664
3665 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3666
3667         PR fortran/15557
3668         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
3669
3670 2004-06-01  Richard Hederson  <rth@redhat.com>
3671
3672         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
3673
3674 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3675
3676         PR c++/14932
3677         * g++.dg/parse/offsetof4.C: New test.
3678
3679 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
3680
3681         PR objc/7993
3682         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
3683
3684 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
3685
3686         PR c++/15701
3687         * g++.dg/template/friend29.C: New test.
3688
3689 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
3690
3691         PR c/15749
3692         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
3693
3694 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3695
3696         * gcc.dg/sparc-trap-1.c: New test.
3697
3698 2004-05-31  Roger Sayle  <roger@eyesopen.com>
3699
3700         PR middle-end/15069
3701         * g++.dg/opt/fold3.C: New test case.
3702
3703 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
3704
3705         * lib/target-supports.exp (check_iconv_available): Fix fallout
3706         from 2004-05-28 patch.
3707
3708 2004-05-30  Paul Brook  <paul@codesourcery.com>
3709
3710         PR fortran/15620
3711         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
3712         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
3713
3714 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
3715
3716         * gfortran.fortran-torture/execute/random_1.f90: New test.
3717
3718 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
3719
3720         * g++.dg/ext/altivec-10.C: New test.
3721
3722 2004-05-29  Paul Brook  <paul@codesourcery.com>
3723
3724         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
3725
3726 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
3727
3728         * gcc.dg/altivec-16.c: New test.
3729
3730 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
3731
3732         * lib/target-supports.exp (check_vmx_hw_available): New.
3733         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
3734
3735         * lib/target-supports.exp (check_alias_available,
3736         check_iconv_available, check_named_sections_available): Use
3737         unique names for temporary files.
3738
3739 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
3740
3741         * gcc.dg/altivec-15.c: New test.
3742
3743 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
3744
3745         PR c++/15083
3746         * g++.dg/warn/noeffect6.C: New test.
3747
3748         PR c++/15471
3749         * g++.dg/expr/ptrmem4.C: New test.
3750
3751         PR c++/15640
3752         * g++.dg/template/operator3.C: New test.
3753
3754 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
3755
3756         PR c++/14668
3757         * g++.dg/lookup/redecl1.C: New test.
3758         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
3759
3760 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
3761
3762         * gcc.c-torture/execute/compare-fp-1.c,
3763         gcc.c-torture/execute/compare-fp-2.c,
3764         gcc.c-torture/execute/compare-fp-3.c,
3765         gcc.c-torture/execute/compare-fp-4.c,
3766         gcc.c-torture/execute/compare-fp-3.x,
3767         gcc.c-torture/execute/compare-fp-4.x,
3768         gcc.dg/pr15649-1.c: New.
3769
3770 2004-05-27  Adam Nemet  <anemet@lnxw.com>
3771
3772         PR c++/12883
3773         * g++.dg/init/array14.C: New test.
3774
3775 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
3776
3777         * lib/compat.exp (compat-get-options-main): New.
3778         (compat-get-options): Remove unneeded code, warn for ignored
3779         command.
3780         (compat-execute): Check flag set by dg-require-* commands.
3781
3782         * lib/compat.exp (compat-execute): Break up long lines.
3783
3784 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
3785
3786         * gcc.dg/altivec-7.c: Don't use 'vector long'.
3787         * gcc.dg/altivec-14.c: New test.
3788         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
3789
3790         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
3791         * gcc.dg/altivec-12.c: Ditto.
3792
3793         * gcc.dg/altivec-3.c: Move call to altivec_check.
3794
3795 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3796
3797         PR c++/15044
3798         * g++.dg/template/error12.C: New test.
3799
3800         PR c++/15317
3801         * g++.dg/ext/attrib15.C: New test.
3802
3803         PR c++/15329
3804         * g++.dg/template/ptrmem9.C: New test.
3805
3806 2004-05-25  Paul Brook  <paul@codesourcery.com>
3807
3808         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
3809
3810 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3811
3812         PR c++/15165
3813         * g++.dg/template/crash19.C: New test.
3814
3815 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3816
3817         PR c++/15025
3818         * g++.dg/template/redecl1.C: New test.
3819
3820 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3821
3822         PR c++/14821
3823         * g++.dg/other/ns1.C: New test.
3824
3825         PR c++/14883
3826         * g++.dg/template/invalid1.C: New test.
3827
3828 2004-05-23  Paul Brook  <paul@codesourcery.com>
3829         Victor Leikehman  <lei@haifasphere.co.il>
3830
3831         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
3832         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
3833
3834 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
3835
3836         PR c++/15285
3837         PR c++/15299
3838         * g++.dg/template/non-dependent5.C: New test.
3839         * g++.dg/template/non-dependent6.C: New test.
3840
3841 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
3842
3843         PR c++/15507
3844         * g++.dg/inherit/union1.C: New test.
3845
3846         PR c++/15542
3847         * g++.dg/template/addr1.C: New test.
3848
3849         PR c++/15427
3850         * g++.dg/template/array5.C: New test.
3851
3852         PR c++/15287
3853         * g++.dg/template/array6.C: New test.
3854
3855 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
3856             Roger Sayle  <roger@eyesopen.com>
3857
3858         * g++.dg/lookup/forscope2.C: New test case.
3859
3860 2004-05-22  Ben Elliston  <bje@au.ibm.com>
3861
3862         * gcc.dg/cpp/Wmissingdirs.c: New.
3863
3864 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3865
3866         PR target/15301
3867         * gcc.dg/compat/union-m128-1.h: New file.
3868         * gcc.dg/compat/union-m128-1_main.c: Likewise.
3869         * gcc.dg/compat/union-m128-1_x.c: Likewise.
3870         * gcc.dg/compat/union-m128-1_y.c: Likewise.
3871
3872 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3873
3874         PR target/15302
3875         * gcc.dg/compat/struct-complex-1.h: New file.
3876         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
3877         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
3878         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
3879
3880 2004-05-20  Roger Sayle  <roger@eyesopen.com>
3881
3882         PR middle-end/3074
3883         * gcc.dg/pr3074-1.c: New test case.
3884         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
3885
3886 2004-05-20  Falk Hueffner  <falk@debian.org>
3887
3888         PR other/15526
3889         * gcc.dg/ftrapv-1.c: New test case.
3890
3891 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
3892
3893         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
3894
3895 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
3896             Jeff Law  <law@redhat.com>
3897
3898         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
3899         * gcc.dg/tree-ssa/20040518-2.c: New test.
3900
3901         * gcc.dg/tree-ssa/20040518-1.c: New test.
3902
3903 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
3904
3905         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
3906
3907 2004-05-18  Paul Brook  <paul@codesourcery.com>
3908
3909         PR fortran/13930
3910         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
3911
3912 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3913
3914         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
3915         constant folding.
3916
3917 2004-05-17  Steven Bosscher  <stevenb@suse.de>
3918
3919         * gcc.dg/tree-ssa/20040517-1.c: New test.
3920
3921 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3922
3923         * gcc.dg/loop-4.c: New test.
3924
3925 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
3926
3927         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
3928
3929 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
3930
3931         PR fortran/15311
3932         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
3933
3934 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3935
3936         PR fortran/13826
3937         PR fortran/13940
3938         * gfortran.fortran-torture/compile/data_1.f90: New test.
3939
3940 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
3941
3942         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
3943         * gcc.dg/uninit-H.c: Define ASM for __s390__.
3944
3945 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3946
3947         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
3948
3949 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3950
3951         PR c/15444
3952         * gcc.dg/format/xopen-1.c: Adjust expected message.
3953         * gcc.dg/format/xopen-3.c: New test.
3954
3955 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
3956
3957         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
3958
3959 2004-05-14  Jeff Law  <law@redhat.com>
3960
3961         * gcc.dg/tree-ssa/20040514-2.c: New test.
3962
3963 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3964
3965         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
3966         this ...
3967         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
3968         this.
3969
3970 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
3971
3972         * gcc.dg/tree-ssa/20040514-1.c: New test.
3973
3974 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3975
3976         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
3977         test.
3978
3979 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3980
3981         PR fortran/14066
3982         * gfortran.fortran-torture/compile/do_1.f90: New test.
3983
3984 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3985
3986         PR fortran/15051
3987         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
3988         test.
3989
3990 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
3991
3992         PR fortran/15149
3993         * gfortran.fortran-torture/execute/random_init.f90: New test.
3994
3995 2004-05-13  Paul Brook  <paul@codesourcery.com>
3996
3997         PR fortran/15314
3998         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
3999
4000 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4001
4002         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4003         for the powerpc case.
4004
4005 2004-05-13  Jeff Law  <law@redhat.com>
4006
4007         * gcc.dg/tree-ssa/20040513-1.c: New test.
4008         * gcc.dg/tree-ssa/20040513-2.c: New test.
4009
4010 2004-05-13  Paul Brook  <paul@codesourcery.com>
4011
4012         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4013         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4014         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4015
4016 2004-05-13  Andreas Schwab  <schwab@suse.de>
4017
4018         PR other/10819
4019         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4020         characters.
4021
4022 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4023
4024         PR fortran/15294
4025         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4026
4027 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4028
4029         Merge from tree-ssa-20020619-branch.  See
4030         ChangeLog.tree-ssa for details.
4031
4032 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4033
4034         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4035         include <altivec.h> explicitly.
4036         * gcc.dg/altivec-13.c: Likewise.
4037
4038 2004-05-11  Paul Brook  <paul@codesourcery.com>
4039
4040         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4041
4042 2004-05-10  Eric Christopher  <echristo@redhat.com>
4043
4044         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4045         * gcc.dg/sibcall-4.c: Ditto.
4046
4047 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4048
4049         * g++.dg/ext/altivec-8.C: New test case.
4050         * gcc.dg/altivec-13.c: New test case.
4051
4052 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4053
4054         * gcc.c-torture/execute/divcmp-1.c: New test case.
4055         * gcc.c-torture/execute/divcmp-2.c: New test case.
4056         * gcc.c-torture/execute/divcmp-3.c: New test case.
4057
4058 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4059
4060         * g++.dg/other/pragma-re-2.C: New test.
4061
4062 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4063
4064         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4065         * gcc.dg/i386-387-2.c: Likewise.
4066
4067         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4068         __builtin_drem.
4069         * gcc.dg/i386-387-6.c: Likewise.
4070
4071 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4072
4073         * gcc.dg/builtins-33.c:  Also check log1p*.
4074
4075 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4076
4077         PR optimization/15296
4078         * gcc.c-torture/execute/pr15296.c: New test.
4079
4080 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4081
4082         * gcc.dg/builtins-40.c: New test.
4083
4084 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4085
4086         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4087
4088 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4089
4090         * g++.dg/ext/spe1.C: New testcase.
4091
4092 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
4093
4094         * objc.dg/image-info.m: Allow additional attributes
4095         for __image_info section.
4096
4097 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
4098
4099         * gcc.dg/torture/mips-hilo-2.c: New test.
4100
4101 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4102
4103         PR c++/14389
4104         * g++.dg/template/member5.C: New test.
4105
4106 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
4107
4108         * gcc.dg/builtins-34.c: Also check expm1*.
4109
4110 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4111
4112         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
4113         * gcc.dg/torture/builtin-convert-3.c: New test.
4114
4115 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
4116
4117         PR middle-end/15054
4118         * g++.dg/opt/pr15054.C: New test.
4119
4120 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4121
4122         * gcc.dg/torture/builtin-rounding-1.c: New test.
4123         * gcc.dg/builtins-25.c: Delete.
4124         * gcc.dg/builtins-29.c: Delete.
4125
4126 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
4127
4128         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
4129         * gcc.dg/sibcall-4.c: Likewise.
4130         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
4131
4132 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4133
4134         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
4135         bit-field on 16-bit targets.
4136
4137 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4138
4139         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
4140         16-bit targets.
4141
4142 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
4143
4144         * gcc.dg/rs6000-power2-1.c: Change to compile only.
4145         * gcc.dg/rs6000-power2-2.c: Likewise.
4146
4147 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
4148
4149         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
4150         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
4151         Change the asm registers to be in form of frN instead of fN.
4152
4153 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4154
4155         * gcc.dg/torture/builtin-convert-2.c: New test.
4156
4157 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
4158
4159         * gcc.dg/rs6000-power2-1.c: New test.
4160         * gcc.dg/rs6000-power2-2.c: New test.
4161
4162 2004-04-28  Jan Hubicka  <jh@suse.cz>
4163
4164         * gcc.dg/unused-6.c: New test.
4165
4166 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
4167             Ulrich Weigand  <uweigand@de.ibm.com>
4168
4169         * ada/acats/run_all.sh: Define $target variable.
4170
4171 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
4172
4173         PR c++/15119
4174         * g++.dg/other/vararg-1.C: New test.
4175
4176         PR c++/4794
4177         * g++.dg/eh/cleanup3.C: New test.
4178
4179 2004-04-24  Laurent GUERBY <laurent@guerby.net>
4180
4181         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
4182         and ad8011a (target_insn).
4183         * ada/acats/support/macro.dfs: Likewise.
4184         * ada/acats/support/impbit.adb: New file.
4185
4186 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
4187
4188         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
4189
4190 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4191
4192         * gcc.dg/loop-3.c: New test.
4193
4194 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
4195
4196         * gcc.c-torture/execute/simd-5.c: New test.
4197
4198 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4199
4200         PR c++/15064
4201         * g++.dg/template/crash18.C: New test.
4202
4203 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
4204
4205         * g++.dg/ext/complit3.C: New test.
4206
4207 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4208
4209         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
4210         * gcc.dg/altivec-3.c: Same.
4211         * gcc.dg/altivec-varargs-1.c: Same.
4212
4213 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4214
4215         * lib/target-supports.exp (check_profiling_available): Assume
4216         profiling is not available on powerpc-eabi targets.
4217
4218 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
4219
4220         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
4221         * gcc.dg/vmx/bug-1.c: Ditto.
4222
4223 2004-04-20  Eric Christopher  <echristo@redhat.com>
4224
4225         * gcc.dg/charset/extern.c: New test.
4226         * g++.dg/charset/extern3.cc: Ditto.
4227
4228 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
4229
4230         * gcc.dg/builtins-39.c: New test.
4231
4232 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
4233
4234         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
4235
4236 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
4237
4238         * gcc.dg/torture/mips-hilo-1.c: New test.
4239
4240 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
4241
4242         * gcc.c-torture/compile/20040419-1.c: New test.
4243
4244 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
4245
4246         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
4247
4248 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
4249             Aldy Hernandez  <aldyh@redhat.com>
4250
4251         * gcc.c-torture/execute/va-arg-24.c: New.
4252
4253 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
4254             Aldy Hernandez  <aldyh@redhat.com>
4255
4256         * gcc.dg/vmx/1b-01.c: New.
4257         * gcc.dg/vmx/1b-02.c: New.
4258         * gcc.dg/vmx/1b-03.c: New.
4259         * gcc.dg/vmx/1b-04.c: New.
4260         * gcc.dg/vmx/1b-05.c: New.
4261         * gcc.dg/vmx/1b-06.c: New.
4262         * gcc.dg/vmx/1b-07.c: New.
4263         * gcc.dg/vmx/1c-01.c: New.
4264         * gcc.dg/vmx/1c-02.c: New.
4265         * gcc.dg/vmx/3a-01a.c: New.
4266         * gcc.dg/vmx/3a-01.c: New.
4267         * gcc.dg/vmx/3a-01m.c: New.
4268         * gcc.dg/vmx/3a-03.c: New.
4269         * gcc.dg/vmx/3a-03m.c: New.
4270         * gcc.dg/vmx/3a-04.c: New.
4271         * gcc.dg/vmx/3a-04m.c: New.
4272         * gcc.dg/vmx/3a-05.c: New.
4273         * gcc.dg/vmx/3a-06.c: New.
4274         * gcc.dg/vmx/3a-06m.c: New.
4275         * gcc.dg/vmx/3a-07.c: New.
4276         * gcc.dg/vmx/3b-01.c: New.
4277         * gcc.dg/vmx/3b-02.c: New.
4278         * gcc.dg/vmx/3b-10.c: New.
4279         * gcc.dg/vmx/3b-13.c: New.
4280         * gcc.dg/vmx/3b-14.c: New.
4281         * gcc.dg/vmx/3b-15.c: New.
4282         * gcc.dg/vmx/3c-01a.c: New.
4283         * gcc.dg/vmx/3c-01.c: New.
4284         * gcc.dg/vmx/3c-02.c: New.
4285         * gcc.dg/vmx/3c-03.c: New.
4286         * gcc.dg/vmx/3d-01.c: New.
4287         * gcc.dg/vmx/4-01.c: New.
4288         * gcc.dg/vmx/4-03.c: New.
4289         * gcc.dg/vmx/5-01.c: New.
4290         * gcc.dg/vmx/5-02.c: New.
4291         * gcc.dg/vmx/5-03.c: New.
4292         * gcc.dg/vmx/5-04.c: New.
4293         * gcc.dg/vmx/5-05.c: New.
4294         * gcc.dg/vmx/5-06.c: New.
4295         * gcc.dg/vmx/5-07.c: New.
4296         * gcc.dg/vmx/5-07t.c: New.
4297         * gcc.dg/vmx/5-08.c: New.
4298         * gcc.dg/vmx/5-10.c: New.
4299         * gcc.dg/vmx/5-11.c: New.
4300         * gcc.dg/vmx/7-01a.c: New.
4301         * gcc.dg/vmx/7-01.c: New.
4302         * gcc.dg/vmx/7c-01.c: New.
4303         * gcc.dg/vmx/7d-01.c: New.
4304         * gcc.dg/vmx/7d-02.c: New.
4305         * gcc.dg/vmx/8-01.c: New.
4306         * gcc.dg/vmx/8-02a.c: New.
4307         * gcc.dg/vmx/8-02.c: New.
4308         * gcc.dg/vmx/brode-1.c: New.
4309         * gcc.dg/vmx/bug-1.c: New.
4310         * gcc.dg/vmx/bug-2.c: New.
4311         * gcc.dg/vmx/bug-3.c: New.
4312         * gcc.dg/vmx/cw-bug-1.c: New.
4313         * gcc.dg/vmx/cw-bug-2.c: New.
4314         * gcc.dg/vmx/cw-bug-3.c: New.
4315         * gcc.dg/vmx/dct.c: New.
4316         * gcc.dg/vmx/debug-1.c: New.
4317         * gcc.dg/vmx/debug-2.c: New.
4318         * gcc.dg/vmx/debug-3.c: New.
4319         * gcc.dg/vmx/debug-4.c: New.
4320         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
4321         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
4322         * gcc.dg/vmx/eg-5.c: New.
4323         * gcc.dg/vmx/fft.c: New.
4324         * gcc.dg/vmx/gcc-bug-1.c: New.
4325         * gcc.dg/vmx/gcc-bug-2.c: New.
4326         * gcc.dg/vmx/gcc-bug-3.c: New.
4327         * gcc.dg/vmx/gcc-bug-4.c: New.
4328         * gcc.dg/vmx/gcc-bug-5.c: New.
4329         * gcc.dg/vmx/gcc-bug-6.c: New.
4330         * gcc.dg/vmx/gcc-bug-7.c: New.
4331         * gcc.dg/vmx/gcc-bug-8.c: New.
4332         * gcc.dg/vmx/gcc-bug-9.c: New.
4333         * gcc.dg/vmx/gcc-bug-b.c: New.
4334         * gcc.dg/vmx/gcc-bug-c.c: New.
4335         * gcc.dg/vmx/gcc-bug-d.c: New.
4336         * gcc.dg/vmx/gcc-bug-e.c: New.
4337         * gcc.dg/vmx/gcc-bug-f.c: New.
4338         * gcc.dg/vmx/gcc-bug-g.c: New.
4339         * gcc.dg/vmx/gcc-bug-i.c: New.
4340         * gcc.dg/vmx/harness.h: New.
4341         * gcc.dg/vmx/ira1.c: New.
4342         * gcc.dg/vmx/ira2a.c: New.
4343         * gcc.dg/vmx/ira2b.c: New.
4344         * gcc.dg/vmx/ira2.c: New.
4345         * gcc.dg/vmx/ira2c.c: New.
4346         * gcc.dg/vmx/mem.c: New.
4347         * gcc.dg/vmx/newton-1.c: New.
4348         * gcc.dg/vmx/ops.c: New.
4349         * gcc.dg/vmx/sn7153.c: New.
4350         * gcc.dg/vmx/spill2.c: New.
4351         * gcc.dg/vmx/spill3.c: New.
4352         * gcc.dg/vmx/spill.c: New.
4353         * gcc.dg/vmx/t.c: New.
4354         * gcc.dg/vmx/varargs-1.c: New.
4355         * gcc.dg/vmx/varargs-2.c: New.
4356         * gcc.dg/vmx/varargs-3.c: New.
4357         * gcc.dg/vmx/varargs-4.c: New.
4358         * gcc.dg/vmx/varargs-5.c: New.
4359         * gcc.dg/vmx/varargs-6.c: New.
4360         * gcc.dg/vmx/varargs-7.c: New.
4361         * gcc.dg/vmx/vmx.exp: New.
4362         * gcc.dg/vmx/vprint-1.c: New.
4363         * gcc.dg/vmx/vscan-1.c: New.
4364         * gcc.dg/vmx/x-01.c: New.
4365         * gcc.dg/vmx/x-02.c: New.
4366         * gcc.dg/vmx/x-03.c: New.
4367         * gcc.dg/vmx/x-04.c: New.
4368         * gcc.dg/vmx/x-05.c: New.
4369         * gcc.dg/vmx/yousufi-1.c: New.
4370         * gcc.dg/vmx/zero-1.c: New.
4371         * gcc.dg/vmx/zero.c: New.
4372
4373 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
4374
4375         * g++.dg/lookup/java1.C: Update for chage of
4376         _Jv_AllocObject.
4377         * g++.dg/lookup/java2.C: Likewise.
4378
4379 2004-04-17  Laurent GUERBY <laurent@guerby.net>
4380
4381         * ada/acats/run_all.sh: use -O2 by default.
4382
4383 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
4384
4385         * gcc.dg/vr-mult-[12].c: New tests.
4386
4387 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4388
4389         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
4390
4391         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
4392
4393 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
4394
4395         * lib/target-supports.exp (check_profiling_available): Assume profiling
4396         isn't available for mips*-*-elf targets.
4397
4398 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
4399
4400         * gcc.dg/builtins-38.c: New test.
4401
4402 2004-04-14  Eric Christopher  <echristo@redhat.com>
4403
4404         * g++.dg/charset/charset.exp: Run .cc extension tests.
4405
4406 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
4407
4408         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
4409
4410 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4411
4412         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
4413
4414 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
4415
4416         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
4417         * gcc.dg/i386-387-2.c: Likewise.
4418
4419         * gcc.dg/i386-387-7.c: New test.
4420         * gcc.dg/i386-387-8.c: New test.
4421
4422         * gcc.dg/builtins-37.c: New test.
4423
4424 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
4425
4426         * g++.dg/pch/externc-1.C: Add missing semicolon.
4427
4428 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
4429
4430         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
4431
4432 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4433
4434         * gcc.c-torture/execute/20040411-1.c: New test.
4435
4436 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4437
4438         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
4439
4440 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
4441
4442         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
4443
4444 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
4445
4446         * lib/target-supports.exp (check_named_sections_available): New.
4447         * lib/gcc-dg.exp (dg-require-named-sections): New.
4448         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
4449         old-deja.exp.  Also prune error-count message from HP linker.
4450         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
4451
4452         * g++.dg/init/init-ref4.C: Use dg-require-weak.
4453         * g++.old-deja/g++.pt/static3.C: Likewise.
4454         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
4455
4456 2004-04-09  Roger Sayle  <roger@eyesopen.com>
4457
4458         * gcc.c-torture/execute/20040409-1.c: New test case.
4459         * gcc.c-torture/execute/20040409-2.c: New test case.
4460         * gcc.c-torture/execute/20040409-3.c: New test case.
4461
4462 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
4463
4464         * gcc.dg/20040409-1.c: New test.
4465
4466 2004-04-08  Roger Sayle  <roger@eyesopen.com>
4467
4468         PR target/14888
4469         * g++.dg/opt/pr14888.C: New test case.
4470
4471 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
4472
4473         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
4474         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
4475         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
4476         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
4477         New tests.
4478
4479 2004-04-08  Paul Brook  <paul@codesourcery.com>
4480
4481         * gcc.dg/spill-1.c: New test.
4482
4483 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4484
4485         * gcc.dg/torture/builtin-ctype-2.c: New test.
4486
4487 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
4488
4489         * gcc.dg/pch/pch.exp: Add largefile test.
4490
4491 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
4492
4493         * g++.dg/pch/externc-1.Hs: New.
4494         * g++.dg/pch/externc-1.C: New.
4495
4496 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4497
4498         * gcc.dg/compat/struct-by-value-5a_main.c,
4499         gcc.dg/compat/struct-by-value-5b_main.c: New files.
4500         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
4501         * gcc.dg/compat/struct-by-value-5a_x.c,
4502         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
4503         gcc.dg/compat/struct-by-value-5_x.c.
4504         * gcc.dg/compat/struct-by-value-5a_y.c,
4505         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
4506         gcc.dg/compat/struct-by-value-5_y.c.
4507
4508         * gcc.dg/compat/struct-by-value-6a_main.c,
4509         gcc.dg/compat/struct-by-value-6b_main.c: New files.
4510         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
4511         * gcc.dg/compat/struct-by-value-6a_x.c,
4512         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
4513         gcc.dg/compat/struct-by-value-6_x.c.
4514         * gcc.dg/compat/struct-by-value-6a_y.c,
4515         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
4516         gcc.dg/compat/struct-by-value-6_y.c.
4517
4518         * gcc.dg/compat/struct-by-value-7a_main.c,
4519         gcc.dg/compat/struct-by-value-7b_main.c: New files.
4520         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
4521         * gcc.dg/compat/struct-by-value-7a_x.c,
4522         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
4523         gcc.dg/compat/struct-by-value-7_x.c.
4524         * gcc.dg/compat/struct-by-value-7a_y.c,
4525         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
4526         gcc.dg/compat/struct-by-value-7_y.c.
4527
4528 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
4529
4530         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
4531         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
4532         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
4533         options.
4534
4535 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
4536
4537         * gcc.dg/builtins-36.c: New test.
4538
4539 2004-04-06  Paul Brook  <paul@codesourcery.com>
4540
4541         * README.gcc: Remove obsolete contraint on testcases.
4542
4543 2004-04-05  Paul Brook  <paul@codesourcery.com>
4544
4545         PR2123
4546         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
4547         failure and exit(0) on success.
4548         * g++.dg/expr/anew2.C: Ditto.
4549         * g++.dg/expr/anew3.C: Ditto.
4550         * g++.dg/expr/anew4.C: Ditto.
4551
4552 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
4553
4554         PR c++/3518
4555         * g++.dg/template/unify7.C: New.
4556
4557 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4558
4559         * g++.dg/README: Bring up to date with new subdirectories; remove
4560         duplicate subdirectory lines.
4561
4562 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
4563
4564         PR c++/14007
4565         * g++.dg/template/unify5.C: New.
4566         * g++.dg/template/unify6.C: New.
4567         * g++.dg/template/qualttp20.C: Adjust.
4568         * g++.old-deja/g++.jason/report.C: Adjust.
4569         * g++.old-deja/g++.other/qual1.C: Adjust.
4570
4571 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
4572
4573         PR c++/14803
4574         * g++.dg/inherit/ptrmem1.C: New test.
4575
4576 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
4577
4578         PR c++/14755
4579         * gcc.c-torture/execute/20040331-1.c: New test.
4580         * gcc.dg/20040331-1.c: New test.
4581
4582 2004-04-01  Paul Brook  <paul@codesourcery.com>
4583
4584         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
4585
4586 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
4587
4588         PR c++/14724
4589         * g++.dg/init/goto1.C: New test.
4590
4591         PR c++/14763
4592         * g++.dg/template/defarg4.C: New test.
4593
4594 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
4595
4596         * gcc.dg/altivec-11.c: Extend test for more valid cases.
4597
4598 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
4599
4600         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
4601
4602 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
4603
4604         * gcc.dg/noncompile/undeclared-2.c: New test.
4605
4606 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
4607
4608         * gcc.dg/940409-1.c: Remove XFAIL.
4609         * gcc.dg/reg-vol-struct-1.c: New test.
4610
4611 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4612
4613         * gcc.dg/torture/builtin-wctype-1.c: New test.
4614
4615 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
4616
4617         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
4618         * gcc.dg/20001101-1.c: Likewise.
4619         * gcc.dg/20001102-1.c: Likewise.
4620
4621 2004-03-25  Roger Sayle  <roger@eyesopen.com>
4622
4623         * gcc.dg/compare8.c: Add an additional test for XOR.
4624
4625 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4626
4627         * gcc.dg/torture/builtin-ctype-1.c: New test.
4628
4629 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4630
4631         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
4632         * gcc.dg/torture/builtin-math-1.c: Likewise.
4633         * gcc.dg/torture/builtin-power-1.c: New test.
4634
4635 2004-03-24  Andreas Schwab  <schwab@suse.de>
4636
4637         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
4638         IA64 assembler.
4639
4640 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
4641             Roger Sayle  <roger@eyesopen.com>
4642
4643         * gcc.dg/compare8.c: New test case.
4644
4645 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
4646
4647         * g++.dg/ext/altivec-7.C: New test.
4648
4649 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
4650
4651         PR 12267, 12391, 12560, 13129, 14114, 14133
4652         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
4653         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
4654         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
4655         Adjust error regexps.
4656         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
4657         * gcc.dg/noncompile/undeclared-1.c: New test cases.
4658         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
4659         * gcc.dg/local1.c: Add explanatory comment.
4660
4661 2004-03-23  Roger Sayle  <roger@eyesopen.com>
4662
4663         PR optimization/14669
4664         * g++.dg/opt/fold2.C: New test case.
4665
4666 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
4667
4668         PR c/14069
4669         * gcc.dg/20040322-1.c: New test.
4670
4671 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
4672
4673         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
4674         * gcc.dg/ultrasp4.c: Likewise.
4675         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
4676
4677 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
4678
4679         * gcc.dg/i386-sse-8.c: Reset default options.
4680
4681 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
4682
4683         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
4684         in the error message text.
4685
4686 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4687
4688         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
4689
4690 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
4691
4692         PR c++/14616
4693         * g++.dg/init/array13.C: New test.
4694
4695 2004-03-20  Roger Sayle  <roger@eyesopen.com>
4696
4697         PR target/13889
4698         * gcc.c-torture/compile/pr13889.c: New test case.
4699
4700 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4701
4702         PR c/14635
4703         * builtins-1.c (nan, nans): Don't test.
4704         * builtins-30.c: Don't use nan, nanf, nanl.
4705         * builtins-35.c: New test.
4706
4707 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
4708
4709         * g++.dg/ext/altivec-6.C: New test.
4710
4711 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
4712
4713         * g++.dg/init/placement3.C: New test.
4714
4715         * g++.dg/template/spec13.C: New test.
4716
4717         * g++.dg/lookup/using11.C: New test.
4718
4719         * g++.dg/lookup/koenig3.C: New test.
4720
4721         * g++.dg/template/operator2.C: New test.
4722
4723         * g++.dg/expr/dtor3.C: New test.
4724         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
4725         marker.
4726         * g++.old-deja/g++.law/visibility28.C: Likewise.
4727
4728 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
4729
4730         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
4731         * gcc.dg/ppc64-abi-3.c: Likewise.
4732
4733 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4734
4735         PR c++/14545
4736         * g++.dg/parse/template15.C: New test.
4737
4738 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
4739
4740         * g++.dg/expr/dtor2.C: New test.
4741
4742         * g++.dg/lookup/anon4.C: New test.
4743
4744         * g++.dg/overload/using1.C: New test.
4745
4746         * g++.dg/template/lookup7.C: New test.
4747
4748         * g++.dg/template/typename6.C: New test.
4749
4750         * g++.dg/expr/cond6.C: New test.
4751
4752 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4753
4754         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
4755
4756 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
4757
4758         * g++.dg/expr/cond5.C: New test.
4759         * g++.dg/expr/constcast1.C: Likewise.
4760         * g++.dg/expr/ptrmem2.C: Likewise.
4761         * g++.dg/expr/ptrmem3.C: Likewise.
4762         * g++.dg/lookup/main1.C: Likewise.
4763         * g++.dg/template/lookup6.C: Likewise.
4764
4765 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
4766
4767         * gcc.dg/local1.c: New test.
4768
4769         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
4770
4771 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4772
4773         * gcc.dg/torture/builtin-convert-1.c: New test.
4774
4775 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4776
4777         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
4778
4779 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
4780
4781         PR c++/14481
4782         * g++.dg/warn/Wunused-7.C: New test.
4783
4784 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4785
4786         * gcc.dg/torture/builtin-integral-1.c: New test.
4787
4788 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
4789
4790         PR c++/14586
4791         * g++.dg/parse/non-dependent3.C: New test.
4792
4793 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4794
4795         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
4796         * g++.dg/eh/simd-2.C: Likewise.
4797         * g++.dg/init/array10.C: Likewise.
4798         * gcc.c-torture/compile/simd-1.c: Likewise.
4799         * gcc.c-torture/compile/simd-2.c: Likewise.
4800         * gcc.c-torture/compile/simd-3.c: Likewise.
4801         * gcc.c-torture/compile/simd-4.c: Likewise.
4802         * gcc.c-torture/compile/simd-6.c: Likewise.
4803         * gcc.c-torture/execute/simd-1.c: Likewise.
4804         * gcc.c-torture/execute/simd-2.c: Likewise.
4805         * gcc.dg/compat/vector-defs.h: Likewise.
4806         * gcc.dg/20020531-1.c: Likewise.
4807         * gcc.dg/altivec-3.c: Likewise.
4808         * gcc.dg/altivec-4.c: Likewise.
4809         * gcc.dg/altivec-varargs-1.c: Likewise.
4810         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
4811         * gcc.dg/i386-mmx-3.c: Likewise.
4812         * gcc.dg/i386-sse-4.c: Likewise.
4813         * gcc.dg/i386-sse-5.c: Likewise.
4814         * gcc.dg/i386-sse-8.c: Likewise.
4815         * gcc.dg/simd-1.c: Likewise.
4816         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
4817         __ev64_opaque__ since the machine description provides it.
4818
4819 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
4820
4821         * lib/compat.exp (skip_list): New global variable.
4822         Use it to hold the user defined COMPAT_SKIPS list if any.
4823         (compat-obj): Add the members of skip_list to optall.
4824
4825 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
4826
4827         * gcc.dg/compat/union-by-value-1_main.c,
4828         union-by-value-1_x.c, union-by-value-1_y.c,
4829         union-check.h, union-defs.h,
4830         union-init.h, union-return-1_main.c,
4831         union-return-1_x.c, union-return-1_y.c: New files.
4832
4833 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
4834
4835         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
4836         mixed-struct-init.h: Add 4 mixed structure types.
4837         struct-by-value-21_main.c, struct-by-value-21_x.c,
4838         struct-by-value-21_y.c, struct-return-21_main.c,
4839         struct-return-21_x.c, struct-return-21_y.c: New files.
4840
4841 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
4842
4843         PR c++/14550
4844         * g++.dg/parse/template14.C: New test.
4845
4846 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4847
4848         * gcc.c-torture/execute/20040313-1.c: New test.
4849
4850 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
4851
4852         PR target/14533
4853         * gcc.dg/20040311-2.c: New test.
4854
4855 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
4856
4857         PR other/14544
4858         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
4859         bit-field.
4860
4861 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
4862
4863         * gcc.dg/20040305-2.c: Add missing return statement.
4864
4865 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4866
4867         * gcc.dg/builtins-34.c: Also check pow10*.
4868
4869 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
4870
4871         PR target/14262
4872         * gcc.dg/20040305-2.c: New test.
4873
4874 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
4875
4876         * gcc.dg/20040310-1.c: New test.
4877
4878 2004-03-11  Roger Sayle  <roger@eyesopen.com>
4879
4880         * gcc.c-torture/execute/20040311-1.c: New test case.
4881
4882 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
4883
4884         PR c++/14476
4885         * g++.dg/lookup/enum1.C: New test.
4886
4887 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
4888
4889         PR c++/14510
4890         * g++.dg/lookup/struct2.C: New test.
4891
4892 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
4893
4894         * gcc.dg/builtins-34.c: New test.
4895
4896 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4897
4898         * gcc.dg/torture/builtin-nonneg-1.c: New test.
4899
4900 2004-03-09  James E Wilson  <wilson@specifixinc.com>
4901
4902         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
4903         * gcc.dg/alias-2.c: New testcase.
4904
4905 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
4906
4907         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
4908
4909 2004-03-09  Roger Sayle  <roger@eyesopen.com>
4910
4911         * gcc.c-torture/execute/20040309-1.c: New test case.
4912
4913 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
4914
4915         PR c++/14397
4916         * g++.dg/overload/ref1.C: New.
4917
4918 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4919
4920         PR c++/14409
4921         * g++.dg/template/spec12.C: New test.
4922
4923         PR c++/14448
4924         * g++.dg/parse/crash14.C: New test.
4925
4926 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
4927
4928         PR c++/14230
4929         * g++.dg/init/ref11.C: New test.
4930
4931 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
4932
4933         PR c++/14432
4934         * g++.dg/parse/builtin2.C: New test.
4935
4936 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
4937
4938         PR c++/14401
4939         * g++.dg/init/ctor3.C: New test.
4940         * g++.dg/init/union1.C: New test.
4941         * g++.dg/ext/anon-struct4.C: New test.
4942
4943 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
4944
4945         * g++.dg/lookup/koenig1.C: Tweak error messages.
4946         * g++.dg/lookup/used-before-declaration.C: Likewise.
4947         * g++.dg/other/do1.C: Likewise.
4948         * g++.dg/overload/koenig1.C: Likewise.
4949         * g++.dg/parse/crash13.C: Likewise.
4950         * g++.dg/template/instantiate3.C: Likewise.
4951
4952 2004-03-08  Eric Christopher  <echristo@redhat.com>
4953
4954         * * lib/target-supports.exp: Enable libiconv in test
4955         compilation.  Fix up error checking.
4956
4957 2004-03-08  Roger Sayle  <roger@eyesopen.com>
4958
4959         PR middle-end/14289
4960         * gcc.dg/pr14289-1.c: New test case.
4961         * gcc.dg/pr14289-2.c: Likewise.
4962         * gcc.dg/pr14289-3.c: Likewise.
4963
4964 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
4965
4966         * gcc.c-torture/execute/20040308-1.c: New test.
4967
4968 2004-03-07  Roger Sayle  <roger@eyesopen.com>
4969
4970         * gcc.c-torture/execute/20040307-1.c: New test case.
4971
4972 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
4973
4974         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
4975
4976 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
4977
4978         * gcc.dg/20040306-1.c: New test.
4979
4980 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
4981
4982         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
4983         them static.
4984         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
4985
4986 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4987
4988         PR c/14465
4989         * gcc.dg/decl-6.c: New test.
4990
4991 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4992
4993         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
4994         Rename LOGPOW -> LOG_POW.
4995         (SQRT_EXP, POW_EXP): New.
4996
4997 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4998
4999         * gcc.dg/i386-sse-8.c: New test.
5000
5001 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5002
5003         PR c/14114
5004         * gcc.dg/decl-5.c: New test.
5005
5006 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5007
5008         * gcc.dg/20040305-1.c: New test.
5009
5010 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5011
5012         PR other/14354
5013         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5014
5015 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5016
5017         PR c++/14425, c++/14426
5018         * g++.dg/ext/altivec-4.C: New test.
5019         * g++.dg/ext/altivec-5.C: New test.
5020
5021 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5022
5023         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5024         global variables of a type with no linkage.
5025         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5026         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5027         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5028         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5029         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5030         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5031         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5032         * g++.dg/warn/deprecated.C: Name enum Color.
5033         * g++.dg/overload/VLA.C: Name structure for 'b'.
5034         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5035
5036 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5037
5038         * gcc.c-torture/compile/20040304-1.c: New test.
5039
5040 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5041
5042         PR 13728
5043         * gcc.dg/decl-4.c: New testcase.
5044
5045 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5046
5047         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5048         as PRECF if sizeof (float) > sizeof (double).
5049         (PRECL): Make it the same as PRECF if
5050         sizeof (float) > sizeof (long double).
5051
5052 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5053
5054         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5055         system type.  Add check for irix6 which doesn't have c99 runtime.
5056
5057 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5058
5059         * gcc.dg/const-elim-1.c: xfail for xtensa.
5060
5061 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5062
5063         PR c++/14369
5064         * g++.dg/template/cond4.C: New test.
5065
5066 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5067
5068         PR c++/14360
5069         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5070
5071         PR c++/14361
5072         * g++.dg/parse/defarg7.C: New test.
5073
5074         PR c++/14359
5075         * g++.dg/template/friend26.C: New test.
5076
5077 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5078
5079         PR c++/14324
5080         * g++.dg/abi/mangle21.C: New test.
5081
5082         PR c++/14260
5083         * g++.dg/parse/constructor2.C: New test.
5084
5085         PR c++/14337
5086         * g++.dg/template/sfinae1.C: New test.
5087
5088 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5089
5090         PR c++/14267
5091         * g++.dg/expr/crash2.C: New test.
5092
5093         PR middle-end/13448
5094         * gcc.dg/inline-5.c: New test.
5095         * gcc.dg/always-inline.c: Split out tests into ...
5096         * gcc.dg/always-inline2.c: ... this and ...
5097         * gcc.dg/always-inline3.c: ... this.
5098
5099 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5100
5101         PR debug/12103
5102         * g++.dg/debug/crash1.C: New test.
5103
5104 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
5105
5106         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
5107         function with __attribute__((noinline)).
5108         (recurser_void2): Likewise.
5109         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
5110         (recurser_void2): Likewise.
5111
5112 2004-02-29  Roger Sayle  <roger@eyesopen.com>
5113
5114         PR middle-end/14203
5115         * g++.dg/warn/Wunused-6.C: New test case.
5116
5117 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
5118
5119         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
5120         not defined.
5121
5122 2004-02-27  Eric Christopher  <echristo@redhat.com>
5123
5124         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
5125         * g++.dg/charset/asm2.c: Run only x86.
5126         * gcc.dg/charset/asm3.c: Ditto.
5127
5128 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
5129
5130         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
5131         ld_library_path.
5132
5133 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
5134
5135         * g++.dg/ext/altivec-3.C: New.
5136
5137 2004-02-26  Richard Henderson  <rth@redhat.com>
5138
5139         * g++.dg/ext/attrib10.C: Mark for warning.
5140         * gcc.dg/attr-alias-1.c: New.
5141
5142 2004-02-26  Richard Henderson  <rth@redhat.com>
5143
5144         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
5145         * gcc.c-torture/execute/20040208-2.c: ... it back.
5146
5147 2004-02-26  Eric Christopher  <echristo@redhat.com>
5148
5149         * lib/target-supports.exp (check-iconv-available): New function.
5150         * lib/gcc-dg.exp (dg-require-iconv): New function.
5151         Use above.
5152         * gcc.dg/charset: New directory.
5153         * gcc.dg/charset/charset.exp: New file.
5154         * gcc.dg/charset/asm1.c: Ditto.
5155         * gcc.dg/charset/asm2.c: Ditto.
5156         * gcc.dg/charset/asm3.c: Ditto.
5157         * gcc.dg/charset/asm4.c: Ditto.
5158         * gcc.dg/charset/asm5.c: Ditto.
5159         * gcc.dg/charset/attribute1.c: Ditto.
5160         * gcc.dg/charset/attribute2.c: Ditto.
5161         * gcc.dg/charset/string1.c: Ditto.
5162         * g++.dg/charset: New directory.
5163         * g++.dg/dg.exp: Add here. Special options.
5164         * g++.dg/charset/charset.exp: New file.
5165         * g++.dg/charset/asm1.c: Ditto.
5166         * g++.dg/charset/asm2.c: Ditto.
5167         * g++.dg/charset/asm3.c: Ditto.
5168         * g++.dg/charset/asm4.c: Ditto.
5169         * g++.dg/charset/attribute1.c: Ditto.
5170         * g++.dg/charset/attribute2.c: Ditto.
5171         * g++.dg/charset/extern1.cc: Ditto.
5172         * g++.dg/charset/extern2.cc: Ditto.
5173         * g++.dg/charset/string1.c: Ditto.
5174
5175 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
5176
5177         PR c++/14278
5178         * g++.dg/parse/comma1.C: New test.
5179
5180 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5181
5182         PR c++/14284
5183         * g++.dg/template/ttp8.C: New test.
5184
5185 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
5186
5187         * gcc.dg/fixuns-trunc-1.c: New test.
5188
5189 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5190
5191         * gcc.dg/builtins-config.h: Use #elif.
5192
5193 2004-02-26  Michael Matz  <matz@suse.de>
5194
5195         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
5196         * gcc.dg/991214-1.c: Likewise.
5197         * gcc.dg/i386-asm-1.c: Likewise.
5198
5199 2004-02-25  Richard Henderson  <rth@redhat.com>
5200
5201         * gcc.c-torture/execute/20040208-2.c: Move ...
5202         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
5203
5204 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5205
5206         PR c++/14246
5207         * g++.dg/other/crash-3.C: New test.
5208
5209 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5210
5211         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
5212         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
5213
5214         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
5215         HP-UX.
5216
5217 2004-02-24  Michael Matz  <matz@suse.de>
5218
5219         * gcc.dg/i386-regparm.c: New.
5220
5221 2004-02-23  James E Wilson  <wilson@specifixinc.com>
5222
5223         * gcc.c-torture/execute/20040223-1.c: New.
5224
5225 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
5226             Kazu Hirata  <kazu@cs.umass.edu>
5227
5228         * gcc.dg/fwritable-strings-1.c: Remove.
5229
5230 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
5231
5232         PR c/14156
5233         * gcc.dg/20040223-1.c: New test.
5234
5235 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5236
5237         PR c++/14106
5238         * g++.dg/ext/typeof9.C: New test.
5239
5240 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5241
5242         PR c++/14250
5243         * g++.dg/other/switch1.C: New test.
5244
5245 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5246
5247         * gcc.dg/cast-function-1.c: Adjust for new informative message.
5248         * gcc.dg/va-arg-1.c: Likewise.
5249
5250 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5251
5252         PR c++/14143
5253         * g++.dg/template/koenig5.C: New test.
5254
5255 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
5256
5257         * g++.dg/ext/altivec-1.C: Generalize target triple.
5258         * g++.dg/ext/altivec-2.C: New test case.
5259         * g++.dg/ext/altivec_check.h: New file.
5260         * gcc.dg/altivec-1.c: Generalize target triple;
5261         include altivec_check.h and call altivec_check().
5262         * gcc.dg/altivec-[2-5].c: Generalize target triple.
5263         * gcc.dg/altivec-6.c: New test case.
5264         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
5265         type casts as needed.
5266         * gcc.dg/altivec-10.c: Include altivec_check.h and call
5267         altivec_check().
5268         * gcc.dg/altivec-12.c: New test case.
5269         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
5270         include altivec_check.h and call altivec_check().
5271         * gcc.dg/altivec_check.h: New file.
5272
5273 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5274
5275         * lib/target-supports.exp (check_alias_available): Don't mangle
5276         function `g' in test program.
5277
5278 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5279
5280         * lib/target-supports.exp (check_profiling_available): Check
5281         argument to determine whether we support a profiling type.
5282         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
5283         check_profiling_available.
5284         * g++.dg/bprob/bprob.exp: Likewise
5285         * g77.dg/bprob/bprob.exp: Likewise.
5286         * gcc.misc-tests/bprob.exp: Likewise.
5287         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
5288         dg-require-profiling and delete expected error handling.
5289         * gcc.dg/20021014-1.c: Likewise.
5290         * gcc.dg/nest.c: Likewise.
5291
5292 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5293
5294         PR c++/12007
5295         * g++.dg/other/vthunk1.C: New test.
5296
5297 2004-02-20  Falk Hueffner  <falk@debian.org>
5298
5299         PR target/14201
5300         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
5301
5302 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
5303
5304         PR c++/13927
5305         * g++.dg/other/error8.C: Remove XFAIL markers.
5306
5307         PR c++/14173
5308         * g++.dg/ext/packed5.C: New test.
5309
5310         PR c++/14199
5311         * g++.dg/warn/Wunused-5.C: New test.
5312
5313         PR c++/14186
5314         * g++.dg/lookup/member1.C: New test.
5315
5316 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5317
5318         * gcc.c-torture/compile/20040130-1.c: Enable only when
5319         __INT_MAX__ >= 2147483647L.
5320         * gcc.c-torture/compile/961203-1.c: Likewise.
5321
5322 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
5323
5324         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
5325         * g++.dg/opt/template1.C: Robustify assembler regexp
5326
5327 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5328
5329         * gcc.c-torture/execute/simd-4.x: Remove.
5330         * gcc.c-torture/execute/va-arg-25.x: Likewise.
5331         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
5332         Guard with #ifndef SKIP_ATTRIBUTE.
5333         * gcc.dg/compat/vector-1_y.c: Likewise.
5334         * gcc.dg/compat/vector-2_x.c: Likewise.
5335         * gcc.dg/compat/vector-2_y.c: Likewise.
5336         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
5337         * g++.dg/eh/simd-2.C: Likewise.
5338
5339 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
5340
5341         * gcc.c-torture/compile/complex-1.c: New.
5342
5343 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
5344
5345         PR target/14209
5346         * gcc.c-torture/execute/20040218-1.c: New test.
5347
5348 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5349
5350         PR c++/14181
5351         * g++.dg/parse/new2.C: New test.
5352
5353 2004-02-18  Paul Brook  <paul@codesourcery.com>
5354
5355         * gcc.c-torture/compile/libcall-1.c: New test.
5356
5357 2004-02-18  Paul Brook  <paul@codesourcery.com>
5358
5359         PR debug/12934
5360         * gcc.dg/debug/debug-7.c: New test.
5361
5362 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
5363
5364         * gcc.dg/20040217-1.c: New test.
5365
5366 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
5367
5368         * gcc.c-torture/execute/990208-1.x: Delete.
5369
5370 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
5371
5372         * gcc.c-torture/execute/20040208-2.x: New file.
5373
5374 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
5375
5376         PR c++/11326
5377         * g++.dg/abi/structret1.C: New test.
5378
5379 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
5380
5381         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
5382         (i386_cpuid): No need to test if cpuid is available on AMD64.
5383         Fix assembly, so that it works onboth i386 and AMD64.
5384         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
5385         (vecInLong): Fix s[] member type to unsigned int.
5386         (vecInWord): Remove type.
5387         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
5388         (a64, b64, c64, d64, e64): Remove.
5389         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
5390         Remove unused variable.  Remove initialization of removed variables.
5391         Don't call mmx_tests nor sse_tests.
5392         (reference_mmx, reference_sse): Remove.
5393         (check): Add return stmt.
5394         * gcc.dg/i386-sse-7.c: New test.
5395         * gcc.dg/i386-mmx-4.c: New test.
5396
5397 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5398
5399         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
5400         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
5401         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
5402         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
5403         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
5404         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
5405         g++.dg/tc1/dr94.C: Fix line terminator.
5406
5407 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
5408
5409         * gcc.c-torture/compile/20040216-1.c: New.
5410
5411 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5412
5413         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
5414         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
5415         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
5416         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
5417         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
5418         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
5419
5420 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5421
5422         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
5423
5424 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
5425
5426         PR c++/13971
5427         * g++.dg/expr/cond4.C: New test.
5428
5429         PR c++/14086
5430         * g++.dg/lookup/crash2.C: New test.
5431
5432 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
5433
5434         * gcc.c-torture/compile/20040214-2.c: New test.
5435
5436 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
5437
5438         PR c++/14116
5439         * g++.dg/ext/typeof8.C: New test.
5440
5441 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
5442
5443         * gcc.c-torture/compile/20040214-1.c: New test.
5444
5445 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5446
5447         PR c++/13635
5448         * g++.dg/template/spec11.C: New test.
5449
5450 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5451
5452         PR c++/13927
5453         * g++.dg/other/error8.C: New test.
5454
5455 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
5456
5457         PR c++/14122
5458         * g++.dg/template/array4.C: New test.
5459
5460         PR c++/14108
5461         * g++.dg/inherit/thunk2.C: New test.
5462
5463         PR c++/14083
5464         * g++.dg/eh/cond2.C: New test.
5465
5466 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
5467
5468         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
5469
5470 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
5471
5472         * lib/scanasm.exp (dg-scan): Quote pattern before display.
5473
5474 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
5475
5476         * g++.dg/simd-2.C: xfail on ppc64-linux.
5477
5478 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5479
5480         PR c/456
5481         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
5482         tests.
5483
5484 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
5485
5486         * gcc.dg/builtins-33.c: New test.
5487
5488 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
5489
5490         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
5491
5492 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5493
5494         * g++.dg/simd-2.C: Set -maltivec for ppc64.
5495
5496 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5497
5498         * gcc.dg/ppc64-abi-3.c: New test.
5499
5500 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
5501
5502         PR c/14092
5503
5504         * gcc.dg/pr14092-1.c: New testcase.
5505
5506 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
5507
5508         * gcc.dg/cpp/assert4.c: Fix typo last change.
5509
5510         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
5511         * gcc.dg/cpp/assert4.c: Handle powerpc64.
5512
5513         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
5514
5515 2004-02-09  Roger Sayle  <roger@eyesopen.com>
5516
5517         * gcc.c-torture/compile/20040209-1.c: New test case.
5518
5519 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
5520
5521         * gcc.dg/c90-init-1.c: Adjust expected error messages.
5522
5523 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
5524
5525         * gcc.c-torture/execute/20040208-[12].c: New tests.
5526
5527 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5528
5529         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
5530
5531 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5532
5533         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
5534
5535 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5536
5537         Bug 13856
5538         * gcc.dg/visibility-8.c: New testcase.
5539
5540 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5541
5542         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
5543         arguments.
5544         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
5545
5546 2004-02-07  Roger Sayle  <roger@eyesopen.com>
5547
5548         PR middle-end/13696
5549         * g++.dg/opt/fold1.C: New test case.
5550
5551 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5552
5553         PR c++/14033
5554         * g++.dg/other/crash-2.C: New test.
5555
5556 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5557
5558         PR c++/14028
5559         * g++.dg/parse/angle-bracket2.C: New test.
5560
5561 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5562
5563         PR middle-end/13750
5564         Revert:
5565         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
5566         PR pch/13361
5567         * testsuite/g++.dg/pch/wchar-1.C: New.
5568         * testsuite/g++.dg/pch/wchar-1.Hs: New.
5569
5570 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5571
5572         PR c++/14008
5573         * g++.dg/parse/error15.C: New test.
5574         * g++.dg/parse/crash11.C: Update dg-error mark.
5575
5576 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5577
5578         PR c++/13932
5579         * g++.dg/warn/conv2.C: New test.
5580
5581 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5582
5583         PR c++/13086
5584         * g++.dg/warn/incomplete1.C: Remove xfail.
5585
5586 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5587
5588         * lib/file-format.exp (gcc_target_object_format): Use
5589         ${tool}_target_compile, not gcc_target_compile.
5590         * lib/target-supports.exp (check_alias_available): Likewise.
5591         (check_gc_sections_available): Likewise.
5592         * g++.dg/ext/attrib10.C: Use dg-require-alias.
5593         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
5594         dg-require-alias.
5595
5596 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5597
5598         PR c++/13969
5599         * g++.dg/template/static6.C: New test.
5600
5601 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
5602
5603         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
5604
5605 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5606
5607         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
5608         tests for systems where `char' is unsigned by default.
5609
5610 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5611
5612         PR c++/13997
5613         * g++.dg/template/partial3.C: New test.
5614
5615 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5616
5617         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
5618         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
5619         Remove mentions of obsolete ports.
5620
5621 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
5622
5623         * gcc.dg/noncompile/20001228-1.c: Fix for new
5624         error message.
5625
5626 2004-02-03  Roger Sayle  <roger@eyesopen.com>
5627
5628         PR target/9348
5629         * gcc.c-torture/execute/multdi-1.c: New test case.
5630
5631 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5632
5633         PR c++/13925
5634         * g++.dg/template/lookup5.C: New test.
5635
5636 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5637
5638         PR c++/13950
5639         * g++.dg/template/lookup4.C: New test.
5640
5641         PR c++/13970
5642         * g++.dg/parse/error14.C: New test.
5643
5644         PR c++/14002
5645         * g++.dg/parse/template13.C: New test.
5646
5647 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5648
5649         PR c++/13978
5650         * g++.dg/template/koenig4.C: New test.
5651
5652         PR c++/13968
5653         * g++.dg/template/crash17.C: New test.
5654
5655         PR c++/13975
5656         * g++.dg/parse/error13.C: New test.
5657         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
5658
5659 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5660
5661         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
5662
5663 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
5664
5665         PR c/11658
5666         PR c/13994
5667         * gcc.dg/noncompile/20040203-1.c: New test.
5668         * gcc.dg/noncompile/20040203-2.c: Likewise.
5669         * gcc.dg/noncompile/20040203-3.c: Likewise.
5670         * gcc.dg/20040203-1.c: Likewise.
5671
5672 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
5673
5674         PR c++/10858
5675         * g++.dg/template/sizeof7.C: New test.
5676
5677 2004-02-02  Eric Christopher  <echristo@redhat.com>
5678             Zack Weinberg  <zack@codesourcery.com>
5679
5680         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
5681
5682 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
5683
5684         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
5685         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
5686         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
5687         * gcc.dg/cleanup-5.c: Run only on Linux targets.
5688
5689 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
5690
5691         PR c++/13113
5692         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
5693
5694         PR c++/13854
5695         * g++.dg/ext/attrib13.C: New test.
5696
5697         PR c++/13907
5698         * g++.dg/conversion/op2.C: New test.
5699
5700 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
5701
5702         * gcc.dg/titype-1.c: Fix pasto.
5703
5704 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
5705
5706         * gcc.dg/titype-1.c: New test.
5707
5708 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5709
5710         PR c++/13957
5711         * g++.dg/template/non-type-template-argument-1.C,
5712         g++.dg/template/qualified-id1.C: Update dg-error marks.
5713         * g++.dg/template/nontype6.C: New test.
5714
5715 2004-02-01  Roger Sayle  <roger@eyesopen.com>
5716
5717         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
5718         * gcc.dg/builtins-31.c: New testcase.
5719         * gcc.dg/builtins-32.c: New testcase.
5720
5721 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
5722
5723         * objc.dg/call-super-2.m: Update line numbers
5724         for the including of stddef.h.
5725
5726 2004-01-30  Michael Matz  <matz@suse.de>
5727
5728         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
5729         g++.dg/ext/case-range3.C: New tests.
5730
5731 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5732
5733         DR206
5734         PR c++/13813
5735         * g++.dg/template/member4.C: New test.
5736
5737 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5738
5739         PR c++/13683
5740         * g++.dg/template/sizeof6.C: New test.
5741
5742 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5743
5744         * gcc.dg/fwritable-strings-1.c: New test.
5745
5746 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5747
5748         * gcc.c-torture/compile/20040130-1.c: New test.
5749
5750 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
5751
5752         * objc.dg/call-super-2.m: Include stddef.h for size_t.
5753
5754 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
5755
5756         PR c++/13883
5757         * g++.dg/template/ctor3.C: New test.
5758
5759 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5760
5761         * g++.dg/tc1: New directory.
5762         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
5763         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
5764         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
5765         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
5766         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
5767
5768 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5769
5770         * g++.dg/parse/error11.C: New test.
5771         * g++.dg/parse/error12.C: Likewise.
5772
5773 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
5774
5775         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
5776         (scan_initial, main): Use aligned_sizeof instead of sizeof.
5777
5778 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
5779
5780         PR c++/13791
5781         * g++.dg/ext/attrib12.C: New test.
5782
5783         PR c++/13736
5784         * g++.dg/parse/cast2.C: New test.
5785
5786 2004-01-27  James E Wilson  <wilson@specifixinc.com>
5787
5788         * objc.dg/encode-2.m (main): New local string.  Set depending on
5789         sizeof long.  Use in sscanf call.
5790         * objc.dg/encode-3.m (main): New local string.  Set depending on
5791         sizeof long.  Use in scan_initial call.
5792
5793 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5794
5795         * objc.dg/call-super-2.m: Make LP64-safe.
5796         * objc.dg/desig-init-1.m: Likewise.
5797
5798 2004-01-27  Devang Patel <dpatel@apple.com>
5799
5800         * g++.dg/debug/namespace1.C: New test.
5801
5802 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
5803
5804         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
5805         xscale-*-*.
5806
5807         * gcc.dg/arm-mmx-1.c: New test.
5808
5809 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
5810
5811         * gcc.dg/20040127-1.c: New test.
5812         * gcc.dg/20040127-2.c: New test.
5813
5814 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5815
5816         * objc.dg/stret-1.m (glob): Renamed to globa.
5817
5818 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
5819
5820         PR c++/13663
5821         * g++.dg/expr/for1.C: New test.
5822
5823 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
5824
5825         PR middle-end/13779
5826         * gcc.dg/darwin-longlong.c: New test.
5827
5828 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
5829
5830         * gcc.dg/20040124-1.c: Moved test from here...
5831         * gcc.c-torture/compile/20040124-1.c: ...to here.
5832
5833 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
5834
5835         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
5836         the assembly output if -m64 is passed.
5837
5838 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
5839
5840         PR c++/13833
5841         * g++.dg/template/cond3.C: New test.
5842
5843 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5844
5845         PR c++/13810
5846         * g++.dg/template/ttp7.C: New test.
5847
5848 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5849
5850         PR c++/13797
5851         * g++.dg/template/nontype4.C: New test.
5852         * g++.dg/template/nontype5.C: Likewise.
5853
5854 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
5855
5856         * gcc.dg/torture/mips-clobber-at.c: New test.
5857
5858 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
5859
5860         * gcc.dg/20040124-1.c: New test.
5861
5862 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
5863
5864         * gcc.dg/20040123-1.c: New test.
5865
5866 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
5867
5868         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
5869
5870 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5871
5872         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
5873
5874 2004-01-23  Andrew Pinski  <apinski@apple.com>
5875
5876         * gcc.dg/20030121-1.c: Move to ..
5877         * gcc.dg/20040121-1.c: here.
5878
5879 2004-01-23  Roger Sayle  <roger@eyesopen.com>
5880
5881         * gcc.dg/builtins-29.c: New test case.
5882
5883 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
5884
5885         PR 18314
5886         * gcc.dg/builtins-30.c: New testcase.
5887
5888 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
5889
5890         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
5891         * lib/g77.exp: Likewise.
5892         * lib/objc.exp: Likewise.
5893         * lib/g++.exp: Likewise.
5894
5895 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5896
5897         * gcc.dg/struct-by-value-2.c: New test.
5898
5899 2004-01-21  Andrew Pinski  <apinski@apple.com>
5900
5901         PR target/13785
5902         * gcc.dg/20030121-1.c: New test.
5903
5904 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
5905
5906         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
5907         clobber frame pointer register in asm statement.
5908
5909 2004-01-21  Falk Hueffner  <falk@debian.org>
5910
5911         * gcc.c-torture/compile/20040121-1.c: New test.
5912
5913 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
5914
5915         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
5916
5917 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
5918
5919         * gcc.dg/ppc64-abi-2.c: New test.
5920
5921 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5922
5923         * lib/treelang.exp: Fill out this file.
5924         * lib/treelang-dg.exp: New File.
5925
5926 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5927
5928         * gcc.c-torture/compile/981022-1.c: Remove.
5929         * gcc.dg/array-5.c: Remove XFAIL.
5930         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
5931         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
5932         gcc.dg/cond-lvalue-1.c: Update.
5933         * gcc.dg/cast-lvalue-2.c: New test.
5934
5935 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
5936
5937         PR c++/13592
5938         * g++.dg/other/error1.C (class foo): Tweak error message.
5939
5940         PR c++/13592
5941         * g++.dg/template/call2.C: New test.
5942
5943 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5944
5945         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
5946         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
5947         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
5948         scalar-return-1_x.c, scalar-return-2_y.c,
5949         scalar-return-3_x.c, scalar-return-3_y.c,
5950         scalar-return-4_x.c, scalar-return-4_y.c,
5951         struct-align-1.h, struct-align-1_x.c,
5952         struct-align-1_y.c, struct-align-2.h,
5953         struct-align-2_x.c, struct-align-2_y.c,
5954         struct-by-value-10_y.c, struct-by-value-11_x.c,
5955         struct-by-value-11_y.c, struct-by-value-12_x.c,
5956         struct-by-value-12_y.c, struct-by-value-13_x.c,
5957         struct-by-value-13_y.c, struct-by-value-14_x.c,
5958         struct-by-value-14_y.c, struct-by-value-15_x.c,
5959         struct-by-value-15_y.c, struct-by-value-16_y.c,
5960         struct-by-value-17_y.c, struct-by-value-18_y.c,
5961         struct-by-value-19_y.c, struct-by-value-1_x.c,
5962         struct-by-value-1_y.c, struct-by-value-20_y.c,
5963         struct-by-value-2_x.c, struct-by-value-2_y.c,
5964         struct-by-value-3_y.c, struct-by-value-4_x.c,
5965         struct-by-value-4_y.c, struct-by-value-5_y.c,
5966         struct-by-value-6_y.c, struct-by-value-7_y.c
5967         struct-by-value-8_x.c, struct-by-value-8_y.c
5968         struct-by-value-9_x.c, struct-by-value-9_y.c
5969         struct-return-10_x.c, struct-return-10_y.c,
5970         struct-return-19_x.c, struct-return-20_x.c
5971         struct-return-2_x.c, struct-return-2_y.c
5972         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
5973         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
5974
5975 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5976
5977         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
5978         attribute on sparc*-sun-solaris2.*.
5979
5980 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
5981
5982         PR c++/13710
5983         * g++.dg/ext/typeof7.C: New test.
5984
5985 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
5986
5987         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
5988         * gcc.dg/const-elim-1.c: Same.
5989
5990 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
5991
5992         * objc.dg/stret-1.m: New.
5993         * objc.dg/stret-2.m: New.
5994
5995 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
5996
5997         PR c++/11895
5998         * g++.dg/ext/vector1.C: New test.
5999
6000 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6001
6002         * gcc.dg/pch/import-1.c: New.
6003         * gcc.dg/pch/import-1.hs: New.
6004         * gcc.dg/pch/import-1a.h: New.
6005         * gcc.dg/pch/import-1b.h: New.
6006         * gcc.dg/pch/import-1c.h: New.
6007
6008 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6009
6010         PR c++/13574
6011         * g++.dg/ext/array1.C: New test.
6012
6013         PR c++/13178
6014         * g++.dg/conversion/op1.C: New test.
6015
6016 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6017
6018         PR 11864
6019         From Kazumoto Kojima / Dan Kegel:
6020         * gcc.dg/pr11864-1.c: New test.
6021
6022         PR 10392
6023         From Marcus Comstedt / Dan Kegel:
6024         * gcc.dg/pr10392-1.c: New test.
6025
6026 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6027
6028         PR c++/13478
6029         * g++.dg/init/ref10.C: New test.
6030
6031 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6032
6033         PR c++/13407
6034         * g++.dg/parse/typename6.C: New test.
6035
6036 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6037
6038         PR pch/13361
6039         * testsuite/g++.dg/pch/wchar-1.C: New.
6040         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6041
6042 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6043
6044         PR c++/9259
6045         * g++.dg/expr/sizeof2.C: New test.
6046
6047 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6048
6049         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6050
6051 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6052
6053         PR c++/13659
6054         * g++.dg/lookup/strong-using-3.C: New.
6055         * g++.dg/lookup/using-10.C: New.
6056
6057 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6058
6059         PR c++/13594
6060         * g++.dg/lookup/strong-using-2.C: New.
6061
6062 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6063             Dan Kegel <dank@kegel.com>
6064             J"orn Rennecke <joern.rennecke@superh.com>
6065
6066         PR target/9365
6067         * gcc.dg/pr9365-1.c: New test.
6068
6069 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6070
6071         PR c++/8856
6072         * g++.dg/parse/casting-operator2.C: New test.
6073         * g++.old-deja/g++.pt/explicit83.C: Remove.
6074
6075 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6076
6077         * gcc.dg/label-compound-stmt-1.c: New test.
6078         * gcc.c-torture/compile/950922-1.c,
6079         gcc.c-torture/compile/20000211-3.c,
6080         gcc.c-torture/compile/20000518-1.c,
6081         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6082         compound statements.
6083
6084 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6085
6086         * gcc.dg/ppc64-abi-1.c: New test.
6087
6088 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6089
6090          * g++.dg/ext/attrib9.C: Add dg-warnings.
6091
6092 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6093
6094         PR c++/12335
6095         * g++.dg/parse/dtor3.C: New test.
6096
6097 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
6098
6099         PR c++/12709
6100         * g++.dg/parse/try-catch-1.C: New test.
6101
6102 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
6103
6104         * ada/acats/run_all.sh: Add more verbose output in acats.log
6105         when compiling tests.
6106
6107 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6108
6109         PR 13656
6110         * gcc.dg/typedef-redecl.c: New test case.
6111         * gcc.dg/typedef-redecl.h: New support file.
6112
6113 2004-01-13  Jan Hubicka  <jh@suse.cz>
6114
6115         * gcc.dg/always_inline.c: New test.
6116         * gcc.dg/debug/20031231-1.c: Fix.
6117
6118 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6119
6120         PR c++/13474
6121         * g++.dg/template/array3.C: New test.
6122
6123 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6124
6125         * g++.dg/ext/lvalue1.C: No longer expected to fail.
6126         * g++.dg/warn/Wunused-2.C: Likewise.
6127
6128 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6129
6130         PR c++/13289
6131         * g++.dg/template/instantiate6.C: New test.
6132
6133 2004-01-12  Roger Sayle  <roger@eyesopen.com>
6134
6135         PR middle-end/11397
6136         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
6137
6138 2004-01-12  Jan Hubicka  <jh@suse.cz>
6139
6140         PR opt/12826
6141         * gcc.dg/20040112-1.c: New.
6142
6143         * gcc.dg/dwarf-die[1-7].c: Move to...
6144         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
6145         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
6146
6147 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6148
6149         PR c++/4100
6150         * g++.dg/parse/friend4.C: New test.
6151
6152 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
6153
6154         PR c++/4100
6155         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
6156         definition is called a friend.
6157
6158 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
6159
6160         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
6161
6162 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
6163
6164         PR c++/3478
6165         * g++.dg/parse/error10.C: New test.
6166         * g++.dg/template/arg2.C: Accept "invalid type" error.
6167
6168 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
6169
6170         PR middle-end/13392
6171         * g++.dg/opt/expect2.C: New test.
6172
6173 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6174
6175         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
6176         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
6177         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
6178         Update dg-error regexps.
6179
6180 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6181
6182         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
6183         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
6184
6185 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6186
6187         * gcc.dg/pragma-re-1.c: Use right pointer type.
6188
6189 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6190
6191         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
6192
6193 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
6194
6195         * gcc.dg/rs6000-ldouble-1.c: New.
6196
6197 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6198
6199         DR 337
6200         PR c++/9256
6201         * g++.dg/other/abstract1.C: New test.
6202
6203 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
6204
6205         * g++.dg/lookup/strong-using-1.C: New.
6206
6207 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
6208
6209         PR c/11234
6210         * gcc.dg/func-ptr-conv-1.c: New test.
6211         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
6212
6213 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
6214
6215         PR target/13380.
6216         * gcc.c-torture/compile/20040109-1.c: New.
6217
6218 2004-01-08  Stuart Hastings  <stuart@apple.com>
6219
6220         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
6221         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
6222         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
6223
6224 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
6225
6226         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
6227
6228 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6229
6230         * ada/acats/run_acats: Treat 'gnatchop' the same way
6231         as 'gnatmake'.  Export GCC_DRIVER.
6232         * ada/acats/run_all.sh: Add target_gnatchop.  Use
6233         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
6234
6235 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6236
6237         PR c++/12573
6238         * g++.dg/template/dependent-expr4.C: New test.
6239
6240 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
6241
6242         * gcc.dg/altivec-11.c: New test.
6243
6244 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
6245
6246         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
6247
6248 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6249
6250         PR c/6024
6251         * gcc.dg/enum-compat-1.c: New test.
6252         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
6253
6254 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6255
6256         PR c/12165
6257         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
6258         gcc.dg/c99-idem-qual-3.c: New tests.
6259
6260 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
6261
6262         * gcc.dg/winline-7.c: Don't cast void * to int.
6263
6264 2004-01-06  Jan Hubicka  <jh@suse.cz>
6265
6266         * gcc.dg/i386-sse-5.c: New test
6267         * g++.dg/eh/simd-1.c: Add -w argument for i386.
6268
6269 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6270
6271         PR c++/12815
6272         * g++.dg/rtti/typeid4.C: New test.
6273
6274 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6275
6276         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
6277
6278 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6279
6280         PR c++/12132
6281         * g++.dg/template/error11.C: New test.
6282
6283         PR c++/13451
6284         * g++.dg/template/class2.C: New test.
6285
6286 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6287         Richard Sandiford <rsandifo@redhat.com>
6288
6289         PR c++/13387
6290         * g++.dg/opt/alias3.C: New test.
6291
6292 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6293
6294         PR c++/13157
6295         * g++.dg/template/koenig3.C: New test.
6296
6297         PR c++/13529
6298         * g++.dg/parse/offsetof3.C: New test.
6299
6300         * g++.dg/init/copy7.C: Add missing dg-error markers.
6301
6302         PR c++/12226
6303         * g++.dg/init/copy7.c: New test.
6304
6305         PR c++/13536
6306         * g++.dg/parse/cast1.C: New test.
6307
6308 2004-01-04  Jan Hubicka  <jh@suse.cz>
6309
6310         * gcc.dg/winline[1-7].c: New tests.
6311
6312 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6313
6314         PR c++/13520
6315         * g++.dg/template/qualttp22.C: New test.
6316
6317 2004-01-01  Jan Hubicka  <jh@suse.cz>
6318
6319         * gcc.dg/debug/20031231-1.c: New.
6320         * gcc.c-torture/compile/20040101-1.c: New.
6321         * gcc.dg/dwarf-die-[1-7].c: New.
6322
6323 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
6324
6325         PR optimization/13521
6326         * gcc.c-torture/compile/20031231-1.c: New test.
6327
6328 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6329
6330         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
6331
6332 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6333
6334         PR c++/10079
6335         * g++.dg/template/crash16.C: New test.
6336
6337 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
6338
6339         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
6340
6341 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6342
6343         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
6344         ports.
6345         * g++.old-deja/g++.jason/thunk3.C: Likewise.
6346         * g++.old-deja/g++.law/profile1.C: Likewise.
6347         * gcc.c-torture/compile/981006-1.c: Likewise.
6348         * gcc.c-torture/execute/loop-2e.x: Likewise.
6349         * gcc.c-torture/execute/loop-2f.x: Remove.
6350         * gcc.c-torture/execute/loop-2g.x: Likewise.
6351         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
6352         * gcc.dg/20020312-2.c: Remove traces of dead ports.
6353
6354 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6355
6356         PR c++/13507
6357         * g++.dg/ext/attrib11.C: New test.
6358
6359         PR c++/13494
6360         * g++.dg/template/array2-1.C: New test.
6361         * g++.dg/template/array2-2.C: New test.
6362
6363 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
6364
6365         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
6366
6367 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6368
6369         PR c++/12774
6370         * g++.dg/template/array1-1.C: New test.
6371         * g++.dg/template/array1-2.C: New test.
6372
6373 2003-12-29  Roger Sayle  <roger@eyesopen.com>
6374
6375         PR fortran/12632
6376         * g77.dg/12632.f: New test case.
6377
6378 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6379
6380         PR c++/13289
6381         * g++.dg/parse/nontype1.C: New test.
6382
6383 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6384
6385         PR c++/12403
6386         * g++.dg/parse/explicit1.C: New test.
6387         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
6388
6389 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6390
6391         PR c++/13081
6392         * g++.dg/opt/inline6.C: New test.
6393
6394         PR c++/12613
6395         * g++.dg/parse/error9.C: New test.
6396
6397         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
6398
6399 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6400
6401         PR c++/13009
6402         * g++.dg/init/assign1.C: New test.
6403
6404 2003-12-28  Roger Sayle  <roger@eyesopen.com>
6405
6406         PR c++/13070
6407         * g++.dg/warn/format3.C: New test case.
6408
6409 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6410
6411         * gcc.c-torture/compile/20031227-1.c: New test.
6412
6413 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6414
6415         * g++.dg/bprob/bprob.exp: Load target-supports.exp
6416         * g77.dg/bprob/bprob.exp: Likewise.
6417         * gcc.misc-tests/bprob.exp: Likewise.
6418         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
6419         variants on systems where the library does not provide that
6420         functionality.
6421         * gcc.dg/builtins-20.c: Use builtins-config.h.
6422         * gcc.dg/builtins-config.h: New file.
6423
6424 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6425
6426         * lib/gcc-dg.exp (dg-require-profiling): New function.
6427         * lib/target-supports.exp (check_profiling_available): Likewise.
6428         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
6429         * g77.dg/bprob/bprob.exp: Likewise.
6430         * gcc.misc-tests/bprob.exp: Likewise.
6431         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
6432         * gcc.dg/20021014-1.c: Likewise.
6433         * gcc.dg/nest.c: Likewise.
6434
6435 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6436
6437         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
6438         compiling.
6439         * g++.dg/lookup/java2.C: Likewise.
6440         * gcc.dg/cpp/lexident.c: Likewise.
6441
6442 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6443
6444         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
6445         given.
6446         * gcc.c-torture/compile/961203-1.c: Likewise.
6447         * gcc.c-torture/compile/980506-1.c: Likewise.
6448
6449 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
6450
6451         * lib/gcc-dg.exp (dg-prune-output): New annotation.
6452         (additional_prunes): New global.
6453         (gcc-dg-prune): Handle additional per-test pruning.
6454         (dg-test): Clear additional_prunes between tests.
6455
6456         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
6457         dg-prune-output to avoid spurious failures from assembler
6458         complaining about nonexistent WAW violations.
6459         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
6460         Use dg-prune-output to avoid spurious failures from assembler
6461         warning about Itanium B-step errata.
6462
6463 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6464
6465         * g++.dg/abi/macro0.C: New test.
6466         * g++.dg/abi/macro1.C: Likewise.
6467         * g++.dg/abi/macro2.C: Likewise.
6468
6469         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
6470         * g++.dg/abi/bitfield7.C: Likewise.
6471         * g++.dg/abi/dtor2.C: Likewise.
6472         * g++.dg/abi/mangle11.C: Likewise.
6473         * g++.dg/abi/mangle12.C: Likewise.
6474         * g++.dg/abi/mangle14.C: Likewise.
6475         * g++.dg/abi/mangle17.C: Likewise.
6476         * g++.dg/abi/vbase10.C: Likewise.
6477         * g++.dg/abi/vbase14.C: Likewise.
6478         * g++.dg/template/qualttp17.C: Likewise.
6479
6480 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
6481
6482         PR c/11995
6483         * gcc.dg/20031223-1.c: New test.
6484
6485 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6486
6487         * gcc.dg/noreturn-7.c: New test.
6488
6489 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6490
6491         * gcc.dg/null-pointer-1.c: New test.
6492
6493 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
6494
6495         * g++.old-deja/g++.jason/template18.C: Remove.
6496         * g++.old-deja/g++.jason/template37.C: Likewise.
6497
6498         PR c++/12862
6499         * g++.dg/lookup/ns1.C: New test.
6500
6501         PR c++/12397
6502         * g++.dg/template/lookup3.C: New test.
6503
6504 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
6505
6506         * g++.dg/template/recurse1.C: New test
6507
6508 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
6509
6510         PR c++/12479
6511         * g++.dg/parse/semicolon1.C: New test.
6512         * g++.dg/parse/semicolon1.h: Likewise.
6513
6514 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
6515
6516         * gcc.dg/darwin-misaligned.c: New test.
6517
6518 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
6519
6520         PR c/9163
6521         * gcc.dg/20031222-1.c: New test.
6522
6523 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
6524
6525         PR c++/13438
6526         * g++.dg/parse/error8.C: New test.
6527
6528         PR c++/11554
6529         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
6530
6531 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
6532
6533         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
6534         too small.
6535         * gcc.c-torture/compile/930217-1.c: Likewise.
6536         * gcc.c-torture/compile/930513-1.c: Likewise.
6537         * gcc.c-torture/execute/920908-2.c: Likewise.
6538         * gcc.c-torture/execute/921204-1.c: Likewise.
6539         * gcc.c-torture/execute/930621-1.c: Likewise.
6540         * gcc.c-torture/execute/930630-1.c: Likewise.
6541         * gcc.c-torture/execute/931031-1.c: Likewise.
6542         * gcc.c-torture/execute/980602-2.c: Likewise.
6543         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
6544         * gcc.c-torture/execute/compndlit-1.c: Likewise.
6545         * gcc.c-torture/execute/extzvsi.c: Likewise.
6546         * gcc.c-torture/unsorted/ext.c: Likewise.
6547
6548 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
6549
6550         PR target/12749
6551         * gcc.c-torture/compile/20031220-2.c: New test case.
6552
6553 2003-12-20  Roger Sayle  <roger@eyesopen.com>
6554
6555         PR optimization/13031
6556         * gcc.c-torture/compile/20031220-1.c: New test case.
6557
6558 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
6559
6560         * gcc.dg/cast-function-1.c: New test.
6561
6562 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6563
6564         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
6565         formats.
6566
6567 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
6568
6569         PR c++/12795
6570         * g++.dg/ext/attrib10.C: New test.
6571
6572 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
6573
6574         * gcc.dg/cleanup-10.c: New test.
6575         * gcc.dg/cleanup-11.c: New test.
6576
6577 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
6578
6579         PR c++/13239
6580         * g++.dg/opt/expect1.C: New test.
6581
6582 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
6583
6584         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
6585
6586 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
6587
6588         PR debug/12923
6589         * gcc.dg/20031218-1.c: New test.
6590
6591         PR debug/12389
6592         * gcc.dg/20031218-2.c: New test.
6593         * gcc.dg/20031218-3.c: New test.
6594
6595         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
6596         of label name and allow for USER_LABEL_PREFIX == "_" names.
6597         * g++.dg/abi/mangle18-2.C: Likewise.
6598         * g++.dg/abi/mangle19-1.C: Likewise.
6599         * g++.dg/abi/mangle19-2.C: Likewise.
6600         * g++.dg/abi/mangle20-1.C: Likewise.
6601         * g++.dg/abi/mangle20-2.C: Likewise.
6602
6603 2003-12-18  Richard Henderson  <rth@redhat.com>
6604
6605         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
6606
6607 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
6608             Dan Kegel <dank@kegel.com>
6609
6610         PR other/12009
6611         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
6612         testing a cross compiler, it causes spurious compile failures.
6613         * lib/g++.exp: Likewise.
6614
6615 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6616
6617         PR c++/13262
6618         * g++.dg/template/access13.C: New test.
6619
6620 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
6621
6622         * gcc.dg/20031216-1.c: New test.
6623
6624 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6625
6626         PR c++/9154
6627         * g++.dg/template/error10.C: New test.
6628
6629 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6630
6631         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
6632         * g++.dg/eh/simd-2.C: Likewise.
6633
6634 2003-12-17  James E Wilson  <wilson@specifixinc.com>
6635             Roger Sayle  <roger@eyesopen.com>
6636
6637         * gcc.c-torture/execute/ieee/mzero5.c: New.
6638
6639 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
6640
6641         PR c++/10603
6642         * g++.dg/parse/error6.C: New test.
6643
6644         PR c++/12827
6645         * g++.dg/parse/error7.C: New test.
6646
6647 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
6648
6649         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
6650         at -O with stabs debugging formats.
6651         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
6652         * gcc.dg/debug/debug-2.c: Likewise.
6653
6654 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
6655
6656         PR c++/12696
6657         * g++.dg/init/error1.C: New test.
6658
6659         PR c++/12218
6660         * g++.dg/init/pm3.C: New test.
6661
6662 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
6663
6664         PR c/3347
6665         * gcc.dg/bitfld-8.c: New test.
6666
6667 2003-12-16  James Lemke  <jim@wasabisystems.com>
6668
6669         * gcc.dg/arm-scd42-[123].c: New tests.
6670
6671 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6672
6673         PR c++/9043
6674         * g++.dg/abi/mangle20-1.C: New test.
6675         * g++.dg/abi/mangle20-2.C: New test.
6676
6677 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
6678
6679         PR c++/13275
6680         * g++.dg/other/offsetof2.C: Remove XFAIL.
6681         * g++.dg/parse/offsetof1.C: New test.
6682         * g++.gd/parse/offsetof2.C: Likewise.
6683
6684 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6685
6686         * g++.dg/template/nontype3.C: New test.
6687         * g++.dg/template/static2.C: Tweaked the dg-error clause.
6688
6689 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6690
6691         * g++.dg/warn/noreturn-3.C: Also test instantiation.
6692
6693 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6694
6695         PR c++/13387
6696         * g++.dg/expr/assign1.C: New test.
6697
6698         PR c++/13242
6699         * g++.dg/abi/mangle19-1.C: New test.
6700         * g++.dg/abi/mangle19-2.C: New test.
6701
6702 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
6703
6704         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
6705
6706 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6707
6708         * gcc.c-torture/execute/20031216-1.c: New test.
6709
6710 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6711
6712         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
6713         an ICE regression.
6714
6715 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
6716
6717         PR c++/10926
6718         * g++.dg/template/error9.C: New test.
6719
6720         PR c++/11116
6721         * g++.dg/template/error8.C: New test.
6722
6723 2003-12-15  Roger Sayle  <roger@eyesopen.com>
6724
6725         PR middle-end/13400
6726         * gcc.c-torture/execute/20031215-1.c: New test case.
6727
6728 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
6729
6730         PR c++/13269
6731         * g++.dg/parse/error5.C: New test.
6732
6733         PR c++/12989
6734         * g++.dg/expr/sizeof1.C: New test.
6735
6736         PR c++/13310
6737         * g++.dg/template/crash15.C: New test.
6738
6739 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
6740
6741         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
6742         a non-POD type as the last named parameter of a varargs function.
6743
6744 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
6745
6746         PR c++/13243
6747         PR c++/12573
6748         * g++.dg/template/crash14.C: New test.
6749         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
6750
6751 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
6752
6753         * g++.dg/other/java1.C: New test.
6754
6755         PR c++/13241
6756         * g++.dg/abi/mangle18-1.C: New test.
6757         * g++.dg/abi/mangle18-2.C: New test.
6758
6759 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6760
6761         PR optimization/10312
6762         * gcc.c-torture/execute/20031214-1.c: New.
6763
6764 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
6765
6766         PR c++/10779
6767         PR c++/12160
6768         * g++.dg/parse/error3.C: New test.
6769         * g++.dg/parse/error4.C: Likewise.
6770         * g++.dg/abi/mangle4.C: Tweak error messages.
6771         * g++.dg/lookup/using5.C: Likewise.
6772         * g++.dg/other/error2.C: Likewise.
6773         * g++.dg/parse/typename5.C: Likewise.
6774         * g++.dg/parse/undefined1.C: Likewise.
6775         * g++.dg/template/arg2.C: Likewise.
6776         * g++.dg/template/ttp3.C: Likewise.
6777         * g++.dg/template/type1.C: Likewise.
6778         * g++.old-deja/g++.other/crash32.C: Likewise.
6779         * g++.old-djea/g++.pt/defarg8.C: Likewise.
6780
6781 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6782
6783         PR c++/13106
6784         * g++.dg/warn/noreturn-3.C: New test.
6785
6786 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6787
6788         PR c++/13118
6789         * g++.dg/abi/covariant3.C: New.
6790
6791 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
6792
6793         * g++.dg/eh/ia64-1.C: New test.
6794
6795 2003-12-12  Roger Sayle  <roger@eyesopen.com>
6796
6797         PR optimization/13037
6798         * g77.f-torture/execute/13037.f: New test case.
6799
6800 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6801
6802         PR c++/12881
6803         * g++.dg/abi/covariant2.C: New.
6804
6805 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
6806
6807         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
6808
6809 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
6810
6811         * gcc.c-torture/execute/wchar_t-1.x: Delete.
6812
6813 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
6814
6815         PR other/10819
6816         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
6817         to fix Bug 10819.
6818         * lib/g++.exp (g++_version): Likewise.
6819         * lib/g77.exp (g77_version): Likewise.
6820         * lib/objc.exp (default_objc_version): Likewise.
6821
6822 2003-12-10  Richard Henderson  <rth@redhat.com>
6823
6824         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
6825
6826         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
6827
6828 2003-12-08  Matt Austern  <austern@apple.com>
6829
6830         PR c/13134
6831         * lib/gcc-dg.exp (dg-require-visibility): Define.
6832         * lib/target-supports (check_visibility_available): Define.
6833         * gcc.dg/visibility-1.c: New test.
6834         * gcc.dg/visibility-2.c: Likewise.
6835         * gcc.dg/visibility-3.c: Likewise.
6836         * gcc.dg/visibility-4.c: Likewise.
6837         * gcc.dg/visibility-5.c: Likewise.
6838         * gcc.dg/visibility-6.c: Likewise.
6839         * g++.dg/ext/visibility-1.C: Likewise.
6840         * g++.dg/ext/visibility-2.C: Likewise.
6841         * g++.dg/ext/visibility-3.C: Likewise.
6842         * g++.dg/ext/visibility-4.C: Likewise.
6843         * g++.dg/ext/visibility-5.C: Likewise.
6844         * g++.dg/ext/visibility-6.C: Likewise.
6845
6846 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6847
6848         * g++.dg/lookup/java1.C: New test.
6849         * g++.dg/lookup/java2.C: New test.
6850
6851 2003-12-07  Falk Hueffner  <falk@debian.org>
6852
6853         * g++.dg/opt/noreturn-1.C: New test.
6854
6855 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
6856
6857         * gcc.dg/overflow-1.c: New test.
6858
6859 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6860
6861         * g77.f-torture/compile/13060.f: New test.
6862
6863 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
6864
6865         PR c++/13323
6866         * g++.dg/inherit/operator2.C: New test.
6867
6868 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
6869
6870         PR c++/13305
6871         * g++.dg/ext/attrib9.C: New test.
6872
6873 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
6874
6875         PR c++/13314
6876         * g++.dg/template/error7.C: New test.
6877
6878 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
6879             J"orn Rennecke <joern.rennecke@superh.com>
6880
6881         PR target/13302
6882         * g++.dg/other/struct-va_list.C: New test.
6883
6884 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6885
6886         PR c++/13166
6887         * g++.dg/parse/defarg6.C: New test.
6888
6889 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
6890
6891         PR target/13256
6892         * gcc.c-torture/execute/20031201-1.c: New test.
6893
6894 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
6895
6896         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
6897
6898 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6899
6900         * gcc.dg/builtin-return-1.c: New test.
6901
6902 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
6903             J"orn Rennecke <joern.rennecke@superh.com>
6904
6905         PR optimization/13260
6906         * gcc.c-torture/execute/20031204-1.c: New test.
6907
6908 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
6909
6910         PR c++/9127
6911         * g++.dg/template/error6.C: New test.
6912
6913 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
6914
6915         * gcc.dg/20031202-1.c: New test.
6916
6917 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
6918
6919         PR c++/13179
6920         * g++.dg/template/eh1.C: New test.
6921
6922         PR c++/10771
6923         * g++.dg/template/error5.C: New test.
6924
6925 2003-12-02  David Ung  <davidu@mips.com>
6926
6927         * gcc.dg/compat/vector-check.h: Corrected type for var
6928         g_##TMODE
6929
6930 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6931
6932         PR c++/10126
6933         * g++.dg/template/ptrmem8.C: New test.
6934
6935 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6936
6937         PR c++/12573
6938         * g++.dg/template/dependent-expr3.C: New test.
6939
6940 2003-12-01  James Lemke  <jim@wasabisystems.com>
6941
6942         * gcc.dg/arm-g2.c: New test.
6943
6944 2003-12-01  Roger Sayle  <roger@eyesopen.com>
6945
6946         PR optimization/11634
6947         * gcc.dg/20031201-2.c: New test case.
6948
6949 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
6950
6951         PR 11433
6952         * objc.dg/proto-lossage-3.m: New test.
6953
6954 2003-12-01  Roger Sayle  <roger@eyesopen.com>
6955
6956         PR optimization/12628
6957         * gcc.dg/20031201-1.c: New test case.
6958
6959 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6960
6961         * gcc.dg/unaligned-1.c: New test.
6962
6963 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
6964
6965         PR c++/9849
6966         * g++.dg/template/error4.C: New test.
6967         * g++.dg/template/nested3.C: Adjust error markers.
6968
6969 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6970
6971         * gcc.dg/cpp/assert4.c: Check more #system assertions.
6972
6973 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
6974
6975         PR c/10333
6976         * gcc.dg/bitfld-7.c: New test.
6977
6978 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
6979
6980         * gcc.dg/tls/asm-1.C: New test.
6981
6982 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6983
6984         * gcc.dg/cpp/assert4.c: Update.
6985
6986 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6987
6988         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
6989         * gcc.dg/builtin-apply3.c: New test.
6990
6991 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6992
6993         * lib/compat.exp (compat-obj): New xfaildata parameter.
6994         Use it to set compiler_conditional_xfail_data before compiling.
6995         (compat-get-options): Handle dg-xfail-if.
6996         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
6997         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
6998         * gcc.dg/compat/vector-1_y.c: Likewise.
6999         * gcc.dg/compat/vector-2_x.c: Likewise.
7000         * gcc.dg/compat/vector-2_y.c: Likewise.
7001
7002 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7003
7004         * g++.dg/opt/reg-stack4.C: New test.
7005
7006 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7007
7008         * gcc.dg/builtin-apply2.c: New test.
7009
7010 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7011
7012         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7013
7014 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7015
7016         PR c++/12924
7017         * g++.dg/template/template-id-2.C: New test.
7018
7019 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7020
7021         PR c++/5369
7022         * g++.dg/template/memfriend1.C: New test.
7023         * g++.dg/template/memfriend2.C: Likewise.
7024         * g++.dg/template/memfriend3.C: Likewise.
7025         * g++.dg/template/memfriend4.C: Likewise.
7026         * g++.dg/template/memfriend5.C: Likewise.
7027         * g++.dg/template/memfriend6.C: Likewise.
7028         * g++.dg/template/memfriend7.C: Likewise.
7029         * g++.dg/template/memfriend8.C: Likewise.
7030         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7031
7032 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7033
7034         PR c++/12515
7035         * g++.dg/ext/cond1.C: New test.
7036
7037 2003-11-20  Richard Henderson  <rth@redhat.com>
7038
7039         * gcc.dg/20020201-2.c: Remove.
7040         * gcc.dg/20020201-4.c: Remove.
7041         * gcc.dg/20020304-1.c: Remove.
7042
7043 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7044
7045         * gcc.dg/cpp/trad/xwin1.c: New test case.
7046
7047 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7048
7049         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7050         * lib/g77.exp: Likewise.
7051         * lib/objc.exp: Likewise.
7052         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7053         for darwin.
7054
7055 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7056
7057         PR c++/12932
7058         * g++.dg/template/static5.C: New test.
7059
7060 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7061
7062         * gcc.dg/nested-func-1.c: New test.
7063
7064 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7065
7066         * gcc.dg/cpp/assert4.c: New test.
7067
7068 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7069
7070         PR c++/2294
7071         * g++.dg/lookup/using9.c: New test.
7072
7073 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7074
7075         PR c++/12762
7076         * g++.dg/template/error3.C: New test.
7077
7078 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7079
7080         PR ada/13035
7081         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7082         No longer use a wrapper for gcc, since this does not work under
7083         Windows.
7084
7085 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7086
7087         PR c++/2094
7088         * g++.dg/template/ptrmem7.C: New test.
7089
7090 2003-11-13  Andrew Pinski <apinski@apple.com>
7091
7092         * gcc.c-torture/compile/20031113-1.c: New test.
7093
7094 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
7095             Kean Johnston <jkj@sco.com>
7096
7097         PR c/13029
7098         * gcc.dg/unused-4.c: Update.
7099
7100 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7101
7102         * g++.dg/opt/const3.C: New test.
7103
7104 2003-11-13  Jan Hubicka  <jh@suse.cz>
7105
7106         * gcc.c-torture/compile/20031112-1.c: New test.
7107
7108 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
7109
7110         * g++.dg/parse/crash10.C: Remove bogus error marker.
7111
7112 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7113
7114         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
7115         (host_gcc): Likewise.
7116         (ROOT): Honor $PWDCMD.
7117         (BASE): Likewise.
7118         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
7119
7120 2003-11-12  Catherine Moore  <clm@redhat.com>
7121
7122         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
7123
7124 2003-11-12  Andreas Jaeger  <aj@suse.de>
7125             Jakub Jelinek  <jakub@redhat.com>
7126             Andrew Pinski  <pinskia@physics.uc.edu>
7127             Richard Henderson  <rth@redhat.com>
7128
7129         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
7130         systems.
7131         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
7132
7133         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
7134         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
7135
7136 2003-11-11  Andreas Jaeger  <aj@suse.de>
7137
7138         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
7139
7140         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
7141
7142 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
7143
7144         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
7145         Clean ups.
7146
7147 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
7148
7149         * gcc.dg/trampoline-1.c: New test.
7150
7151 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
7152
7153         * gcc.c-torture/compile/200031109-1.c: New test.
7154
7155 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7156
7157         PR c/3190
7158         PR c/8714
7159         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7160         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
7161         gcc.dg/format/no-y2k-1.c: Update.
7162
7163 2003-11-08  Roger Sayle  <roger@eyesopen.com>
7164
7165         PR optimization/10467
7166         * gcc.dg/20031108-1.c: New test case.
7167
7168 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
7169
7170         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
7171
7172 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7173
7174         * gcc.dg/compound-lvalue-1.c: New test.
7175         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
7176         some XFAILs.
7177
7178 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
7179
7180         * gcc.dg/altivec-varargs-1.c: New test.
7181
7182 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7183
7184         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
7185         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
7186         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
7187         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
7188         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
7189
7190 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
7191
7192         * gcc.dg/cond-lvalue-1.c: New test.
7193
7194 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
7195
7196         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
7197
7198 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7199
7200         PR c++/11616
7201         * g++.dg/template/instantiate5.C: New test.
7202
7203 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7204
7205         PR c++/12726
7206         * g++.dg/ext/complit2.C: Replace test with self-contained version.
7207         * ChangeLog: Add missing first entry for above test.
7208
7209 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7210
7211         PR c++/9810
7212         * g++.dg/template/using8.C: New test.
7213         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
7214
7215 2003-11-02  Roger Sayle  <roger@eyesopen.com>
7216
7217         PR optimization/10817
7218         * gcc.c-torture/compile/20031102-1.c: New test case.
7219
7220 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
7221
7222         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
7223         2147483647.
7224
7225 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7226
7227         * gcc.dg/20031102-1.c: New test.
7228
7229 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7230
7231         * gcc.dg/complex-1.c: New test.
7232
7233 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7234
7235         PR c++/12796
7236         * g++.dg/template/crash13.C: Adjust expected error location.
7237         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7238
7239 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7240
7241         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7242
7243 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7244
7245         PR/10239
7246         * gcc.c-torture/compile/20031031-2.c: New test.
7247
7248 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7249
7250         PR/11640
7251         * gcc.c-torture/compile/20031031-1.c: New test.
7252
7253 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7254
7255         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7256         * gcc.misc-tests/bprob.exp: Likewise.
7257         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
7258         the execution test on arm-elf configs.
7259         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
7260         configs that don't support scratch files.
7261         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
7262
7263 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
7264
7265         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
7266         done by dejagnu.
7267
7268 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
7269
7270         * ada/acats/run_all.sh: Redirect mv output to /dev/null
7271         Avoid non pure sh syntax. Add more logging.
7272
7273         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
7274         fail.
7275
7276 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7277
7278         PR libgcj/10610
7279         * gcc.dg/ppc-stackalign-1.c: New test.
7280
7281 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
7282
7283         * ada/acats/run_all.sh: Change output to be more compliant with
7284         dejagnu framework.
7285         Create acats.sum and acats.log files under testsuite/ada/acats
7286         Only run [a-z]* directories, to filter out e.g. CVS.
7287         Redirect build output to log file.
7288
7289 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7290
7291         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
7292
7293 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7294
7295         PR ada/5909:
7296         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
7297
7298 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
7299
7300         * gcc.c-torture/compile/20031023-1.c: New test.
7301         * gcc.c-torture/compile/20031023-2.c: New test.
7302         * gcc.c-torture/compile/20031023-3.c: New test.
7303         * gcc.c-torture/compile/20031023-4.c: New test.
7304
7305 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7306
7307         PR c++/10371
7308         * g++.dg/lookup/scoped8.C: New test.
7309
7310 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7311
7312         * g++.dg/opt/reg-stack3.C: New test.
7313
7314 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7315
7316         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
7317
7318 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7319
7320         PR c++/11076
7321         * g++.dg/template/crash13.C: New test.
7322
7323 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7324
7325         * gcc.dg/c99-restrict-2.c: New test.
7326
7327 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
7328
7329         PR c++/12698, c++/12699, c++/12700, c++/12566
7330         * g++.dg/inherit/covariant9.C: New test.
7331         * g++.dg/inherit/covariant10.C: New test.
7332         * g++.dg/inherit/covariant11.C: New test.
7333
7334 2003-10-23  Jason Merrill  <jason@redhat.com>
7335
7336         PR c++/12726
7337         * g++.dg/ext/complit2.C: New test.
7338
7339 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7340
7341         PR target/12654
7342         * gcc.c-torture/execute/20031020-1.c: New test.
7343
7344 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7345
7346         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
7347         following the jump_insn.
7348
7349 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7350
7351         * gcc.dg/cast-lvalue-1.c: New test.
7352
7353 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
7354
7355         PR c++/11962
7356         * g++.dg/template/cond2.C: New test.
7357
7358 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7359
7360         * gcc.dg/builtins-28.c: New test.
7361
7362 2003-10-20  Jan Hubicka  <jh@suse.cz>
7363
7364         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
7365         parameter.
7366         * testsuite/gcc.dg/inline-2.c: Likewise.
7367
7368 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7369
7370         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
7371         * gcc.dg/nest.c:  Likewise.
7372
7373 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7374
7375         PR c++/9781, c++/10583, c++/11862
7376         * g++.dg/parse/crash13.C: New test.
7377
7378 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7379
7380         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
7381
7382 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7383
7384         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
7385         Define HAVE_C99_RUNTIME except on Solaris.
7386         * gcc.dg/builtins-20.c: Likewise.
7387
7388 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7389
7390         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
7391
7392 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7393
7394         PR c++/12495
7395         * g++.dg/template/crash21.C: New test.
7396
7397 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7398
7399         PR c++/2513
7400         * g++.dg/template/typename5.C: New test.
7401
7402 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7403
7404         PR c++/12369
7405         * g++.dg/template/friend25.C: New test.
7406
7407 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
7408
7409         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
7410         versions.
7411
7412 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
7413
7414         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
7415         == 2147483647.
7416
7417 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
7418
7419         * gcc.c-torture/execute/960416-1.x: Remove.
7420         * gcc.c-torture/execute/divconst-3.x: Likewise.
7421
7422 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
7423
7424         PR target/12598
7425         * gcc.dg/torture/cris-volatile-1.c: New test.
7426
7427 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7428
7429         PR optimization/9325
7430         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
7431         for overflowing floating point to integer conversion during RTL
7432         simplification.
7433
7434 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
7435
7436         * objc/execute/_cmd.m: Fix typo.
7437         * objc.dg/image-info.m, objc.dg/symtab-1.m:
7438         Relax 'scan-assembler' regexp.
7439         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
7440         objc.dg/try-catch-4.m: Run on non-Darwin targets.
7441         * objc.dg/zero-link-2.m: Remove blank line.
7442         * objc.dg/zero-link-3.m: New test case.
7443
7444 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
7445
7446         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
7447
7448         * gcc.dg/asm-names.c: Use scan-assembler-not rather
7449         than linker trickery.
7450
7451 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7452
7453         PR c++/12370
7454         * g++.dg/other/friend2.C: New test.
7455
7456 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
7457
7458         * gcc.dg/20031012-1.c: New test.
7459
7460 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
7461
7462         * gcc.dg/weak/weak-3.c: Fix for new warning.
7463
7464 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7465
7466         PR optimization/8750
7467         * gcc.c-torture/execute/20031012-1.c: New test case.
7468
7469 2003-10-11  Roger Sayle  <roger@eyesopen.com>
7470
7471         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
7472         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
7473
7474 2003-10-11  Roger Sayle  <roger@eyesopen.com>
7475
7476         PR optimization/12260
7477         * gcc.c-torture/compile/20031011-2.c: New test case.
7478
7479 2003-10-11  Roger Sayle  <roger@eyesopen.com>
7480
7481         * gcc.c-torture/execute/20031011-1.c: New testcase.
7482
7483 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
7484
7485         * gcc.c-torture/compile/20031011-1.c: New test.
7486
7487 2003-10-11  Jan Hubicka  <jh@suse.cz>
7488
7489         * g++.dg/other/first-global.C: New test.
7490
7491 2003-10-11  Roger Sayle  <roger@eyesopen.com>
7492
7493         * gcc.c-torture/execute/string-opt-18.c: New testcase.
7494
7495 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
7496
7497         * gcc.c-torture/compile/20031010-1.c: New test.
7498
7499 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
7500
7501         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
7502         * gcc.c-torture/execute/va-arg-25.c: ... here.
7503
7504 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
7505
7506         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
7507
7508 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
7509
7510         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
7511
7512 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
7513
7514         * g++.dg/parse/error2.C: New test.
7515
7516 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
7517
7518         PR c++/11097
7519         * g++.dg/other/error5.C: Modify the error message.
7520         * g++.dg/lookup/using8.C: New test.
7521
7522 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
7523
7524         * gcc.dg/darwin-abi-2.c: New file.
7525         * gcc.c-torture/execute/va-arg-24.c: New file.
7526
7527 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
7528
7529         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
7530         indentation.
7531
7532 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
7533
7534         PR c++/10147
7535         * g++.dg/other/error4.C: Update error messages.
7536         * g++.dg/template/ptrmem4.C: Likewise.
7537
7538         PR c++/12337
7539         * g++.dg/init/new9.C: New test.
7540
7541         PR c++/12334, c++/12236, c++/8656
7542         * g++.dg/ext/attrib8.C: New test.
7543
7544 2003-10-06  Devang Patel  <dpatel@apple.com>
7545
7546         * gcc.dg/debug/dwarf2-3.h: New test.
7547         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
7548
7549 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
7550
7551         * g++.dg/opt/cfg2.C: New test.
7552
7553 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7554
7555         * g++.dg/opt/float1.C: New test.
7556
7557 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7558
7559         * gcc.dg/c90-array-lval-6.c: New test.
7560         * gcc.dg/c99-array-lval-6.c: New test.
7561
7562 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
7563             Ziemowit Laski  <zlaski@apple.com>
7564
7565         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
7566         'Derived', so that it is never considered a class method; add
7567         new warning for '+port' method ambiguity.
7568         * objc.dg/method-12.m: Include <objc/objc.h> instead of
7569         <objc/objc-api.h> (needed on Mac OS X).
7570         * objc.dg/method-13.m: New test.
7571
7572 2003-10-03  Roger Sayle  <roger@eyesopen.com>
7573
7574         PR optimization/9325, PR java/6391
7575         * gcc.c-torture/execute/20031003-1.c: New test case.
7576
7577 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
7578
7579         PR optimization/12180
7580         * gcc.dg/20031002-1.c: New test.
7581
7582         PR c++/12486
7583         * g++.dg/inherit/error1.C: New test.
7584
7585 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
7586
7587         * lib/f-torture.exp (search_for): Rename to...
7588         (search_for_re): This.  Also, clean up comments and the
7589         "regexp" invocation.
7590
7591 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
7592
7593         * gcc.c-torture/compile/20031002-1.c: New test.
7594
7595 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
7596
7597         * g++.dg/opt/cond1.C: New test.
7598
7599 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
7600
7601         * gcc.dg/Wold-style-definition-2.c: New testcase.
7602         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
7603
7604 2003-09-29  Richard Henderson  <rth@redhat.com>
7605
7606         * g++.dg/init/array10.C: Add dg-options.
7607
7608 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
7609
7610         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
7611
7612 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7613
7614         * g++.dg/template/friend19.C: Fix typo.
7615         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
7616
7617 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
7618
7619         * gcc.c-torture/execute/20030928-1.c: New test.
7620         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
7621
7622 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7623
7624         * g++.dg/opt/unroll1.C: New test.
7625
7626 2003-09-26  Roger Sayle  <roger@eyesopen.com>
7627
7628         PR optimization/11741
7629         * gcc.dg/20030926-1.c: New test case.
7630
7631 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7632
7633         PR c++/5655
7634         * g++.dg/parse/access7.C: New test.
7635         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
7636
7637 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
7638
7639         MERGE OF objc-improvements-branch into MAINLINE:
7640         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
7641         if libobjc has not been built.
7642         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
7643         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
7644         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
7645         objc/execute/nested-3.m, objc/execute/np-2.m,
7646         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
7647         objc/execute/redefining_self.m, objc/execute/root_methods.m,
7648         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
7649         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
7650         objc.dg/special/unclaimed-category-1.h,
7651         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
7652         well as GNU runtime.
7653         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
7654         * execute/cascading-1.m, execute/function-message-1.m,
7655         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
7656         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
7657         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
7658         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
7659         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
7660         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
7661         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
7662         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
7663         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
7664         * objc.dg/bitfield-2.m: Run only on Darwin.
7665         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
7666         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
7667         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
7668         * objc.dg/const-str-1.m: Fix constant string layout.
7669
7670 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
7671
7672         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
7673
7674 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
7675
7676         * gcc.dg/darwin-abi-1.c: New file.
7677
7678 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
7679
7680         PR target/12281
7681         * gcc.c-torture/compile/20030921-1.c: New test.
7682
7683 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7684
7685         * g++.dg/opt/reg-stack2.C: New test.
7686
7687 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
7688
7689         * g++.dg/eh/delayslot1.C: New test.
7690
7691 2003-09-20  Richard Henderson  <rth@redhat.com>
7692
7693         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
7694
7695 2003-09-20  Roger Sayle  <roger@eyesopen.com>
7696
7697         * gcc.c-torture/execute/20030920-1.c: New test case.
7698
7699 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7700
7701         * g++.dg/rtti/typeid3.C: Correct expected error message.
7702
7703 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7704
7705         PR c++/157
7706         * g++.dg/parse/crash12.C: New test.
7707
7708 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
7709
7710         * gcc.dg/compat/mixed-struct-check.h: New.
7711         * gcc.dg/compat/mixed-struct-defs.h: New.
7712         * gcc.dg/compat/mixed-struct-init.h: New.
7713         * gcc.dg/compat/struct-by-value-19_main.c: New.
7714         * gcc.dg/compat/struct-by-value-19_x.c: New.
7715         * gcc.dg/compat/struct-by-value-19_y.c: New.
7716         * gcc.dg/compat/struct-by-value-20_main.c: New.
7717         * gcc.dg/compat/struct-by-value-20_x.c: New.
7718         * gcc.dg/compat/struct-by-value-20_y.c: New.
7719         * gcc.dg/compat/struct-return-19_main.c: New.
7720         * gcc.dg/compat/struct-return-19_x.c: New.
7721         * gcc.dg/compat/struct-return-19_y.c: New.
7722         * gcc.dg/compat/struct-return-20_main.c: New.
7723         * gcc.dg/compat/struct-return-20_x.c: New.
7724         * gcc.dg/compat/struct-return-20_y.c: New.
7725
7726 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
7727         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
7728         so that it will not complain on LP64 targets.
7729
7730 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7731
7732         PR c++/495
7733         * g++.dg/template/friend24.C: New test.
7734
7735 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
7736
7737         PR c++/12332
7738         * g++.dg/template/memtmpl2.C: New test.
7739
7740 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
7741
7742         PR target/11184
7743         * gcc.dg/builtin-apply1.c: New test.
7744
7745 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
7746
7747         PR c++/9848
7748         * g++.dg/warn/Wunused-4.C: New test.
7749
7750 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7751
7752         PR c++/12316
7753         * g++.dg/other/gc2.C: New test.
7754
7755 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
7756
7757         PR c++/11991
7758         * g++.dg/rtti/typeid3.C: New test.
7759
7760         PR c++/12266
7761         * g++.dg/overload/template1.C: New test.
7762
7763 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7764
7765         * g++.dg/opt/cfg3.C: New test.
7766
7767 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7768
7769         PR c++/7939
7770         * g++.dg/template/crash11.C: New test.
7771
7772 2003-09-16  Jason Merrill  <jason@redhat.com>
7773             Jakub Jelinek  <jakub@redhat.com>
7774
7775         * gcc.dg/attr-warn-unused-result.c: New test.
7776
7777 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
7778
7779         PR c++/12184
7780         * g++.dg/expr/call2.C: New test.
7781
7782 2003-09-15  Andreas Jaeger  <aj@suse.de>
7783
7784         * gcc.dg/Wold-style-definition-1.c: New test.
7785
7786 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
7787
7788         PR c++/3907
7789         * g++.dg/parse/template12.C: New test.
7790
7791         * g++.dg/abi/bitfield11.C: New test.
7792         * g++.dg/abi/bitfield12.C: Likewise.
7793
7794 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
7795
7796         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
7797         non-expansion of functional macro name without arguments at EOL.
7798         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
7799
7800 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
7801
7802         * gcc.c-torture/execute/20030914-[12].c: New tests.
7803
7804 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
7805
7806         PR c++/11788
7807         * g++.dg/overload/addr1.C: New test.
7808
7809 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
7810
7811         * gcc.dg/20030909-1.c: New test.
7812
7813 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7814
7815         * gcc.dg/ultrasp10.c: New test.
7816
7817 2003-09-09  Devang Patel  <dpatel@apple.com>
7818
7819         * gcc.dg/darwin-ld-6.c: New test.
7820
7821 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7822
7823         * gcc.dg/torture/builtin-explog-1.c: New testcase.
7824
7825 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
7826
7827         * gcc.dg/ia64-types1.c: New test.
7828         * gcc.dg/ia64-types2.c: Likewise.
7829
7830 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7831
7832         * gcc.dg/builtins-1.c: Add more _Complex tests.
7833         * gcc.dg/torture/builtin-attr-1.c: Likewise.
7834
7835         * gcc.dg/builtins-1.c: Test existing _Complex functions.
7836         * gcc.dg/torture/builtin-attr-1.c: Likewise.
7837
7838 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
7839
7840         PR c++/11786
7841         * g++.dg/lookup/koenig2.C: New test.
7842
7843         PR c++/5296
7844         * g++.dg/rtti/typeid2.C: New test.
7845
7846 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
7847
7848         * gcc.c-torture/compile/20030904-1.c: New test.
7849
7850 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7851
7852         * g++.dg/opt/longbranch2.C: New test.
7853
7854 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
7855
7856         * g++.dg/template/crash10.C: Only compile it.
7857
7858 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
7859
7860         PR middle-end/11665
7861         * gcc.c-torture/compile/20030907-1.c: New test.
7862         * g++.dg/init/array11.C: New test.
7863
7864 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
7865
7866         PR c++/11852
7867         * g++.dg/init/struct1.C: New test.
7868
7869 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
7870
7871         PR c++/12181
7872         * g++.dg/expr/comma1.C: New test.
7873
7874 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
7875
7876         PR c++/11867
7877         * g++.dg/expr/static_cast5.C: New test.
7878
7879 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
7880
7881         PR c++/11507
7882         * g++.dg/lookup/scoped7.C: New test.
7883
7884         PR c++/9574
7885         * g++.dg/other/static1.C: New test.
7886
7887         PR c++/11490
7888         * g++.dg/warn/template-1.C: New test.
7889
7890         PR c++/11432
7891         * g++.dg/template/crash10.C: New test.
7892
7893         PR c++/2478
7894         * g++.dg/overload/VLA.C: New test.
7895
7896         PR c++/10804
7897         * g++.dg/template/call1.C: New test.
7898
7899 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7900
7901         PR c++/11794
7902         * g++.dg/parse/using3.C: New test.
7903
7904 2003-09-06  Roger Sayle  <roger@eyesopen.com>
7905
7906         PR c++/11409
7907         * g++.dg/overload/builtin3.C: New test case.
7908
7909 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
7910
7911         PR c/9862
7912         * gcc.dg/20030906-1.c: New test.
7913         * gcc.dg/20030906-2.c: Likewise.
7914
7915 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7916
7917         PR c++/12167
7918         * g++.dg/parse/defarg5.C: New test.
7919
7920         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
7921
7922 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
7923
7924         PR c++/12163
7925         * g++.dg/expr/static_cast4.C: New test.
7926
7927         PR c++/12146
7928         * g++.dg/template/crash9.C: New test.
7929
7930 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
7931
7932         * g++.old-deja/g++.ext/pretty2.C: Update for change
7933         in __FUNCTION__.
7934         * g++.old-deja/g++.ext/pretty3.C: Likewise.
7935
7936 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
7937
7938         PR c++/11922
7939         * g++/dg/template/qualified-id1.C: New test.
7940
7941         PR c++/12037
7942         * g++.dg/warn/noeffect4.C: New test.
7943
7944 2003-09-04  Matt Austern  <austern@apple.com>
7945
7946         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
7947         * g++.dg/ext/fnname2.C: Likewise.
7948         * g++.dg/ext/fnname3.C: Likewise.
7949
7950 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
7951
7952         * g++.dg/expr/lval1.C: New test.
7953         * g++.dg/ext/lvcast.C: Remove.
7954
7955 2003-09-03  Roger Sayle  <roger@eyesopen.com>
7956
7957         PR optimization/11700.
7958         * gcc.c-torture/compile/20030903-1.c: New test case.
7959
7960 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
7961
7962         PR c++/12053
7963         * g++.dg/abi/layout4.C: New test.
7964
7965 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
7966
7967         PR c++/11553
7968         * g++.dg/parse/friend3.C: New test.
7969
7970 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
7971
7972         PR c++/11847
7973         * g++.dg/template/class1.C: New test.
7974
7975         PR c++/11808
7976         * g++.dg/expr/call1.C: New test.
7977
7978 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
7979
7980         PR c++/12114
7981         * g++.dg/init/ref9.C: New test.
7982
7983         PR c++/11972
7984         * g++.dg/template/nested4.C: New test.
7985
7986 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
7987
7988         PR c++/12093
7989         * g++.dg/template/non-dependent4.C: New test.
7990
7991         PR c++/11928
7992         * g++.dg/inherit/conv1.C: New test.
7993
7994 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
7995
7996         PR c++/6196
7997         * g++.dg/ext/label1.C: New test.
7998         * g++.dg/ext/label2.C: Likewise.
7999
8000 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8001
8002         * g++.dg/expr/cond3.C: New test.
8003
8004 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8005
8006         * gcc.dg/builtins-1.c: Add new builtin cases.
8007
8008 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8009
8010         * gcc.dg/builtins-1.c: Add new cases.
8011         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8012
8013 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8014
8015         * gcc.dg/builtins-1.c: Add more math builtin tests.
8016         * gcc.dg/torture/builtin-attr-1.c: New test.
8017
8018 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8019
8020         PR optimization/5079
8021         * g++.dg/opt/static3.C: New test.
8022
8023 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8024
8025         * gcc.misc-tests/gcov-10b.c: New test.
8026
8027 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8028
8029         * g++.dg/opt/ptrmem3.C: New test.
8030
8031         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8032
8033 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8034
8035         * gcc.dg/20030826-2.c: New test.
8036
8037 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8038
8039         PR middle-end/12002
8040         * g77.f-torture/compile/12002.f: New test case.
8041
8042 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8043
8044         * gcc.dg/20030826-1.c: New test case.
8045
8046 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8047
8048         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8049
8050 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8051
8052         PR c++/11871
8053         * c++.dg/lookup/crash1.C: New test.
8054
8055         * c++.dg/warn/noeffect3.C: New test.
8056
8057 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8058
8059         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8060         * gcc.dg/compat/vector-1_y.c: Ditto.
8061         * gcc.dg/compat/vector-2_x.c: Ditto.
8062         * gcc.dg/compat/vector-2_y.c: Ditto.
8063
8064 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8065
8066         * gcc.dg/20030702-1.c: New test.
8067
8068 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8069
8070         PR c++/8795
8071         * g++.dg/ext/altivec-1.C: New test.
8072
8073 2003-08-24  Richard Henderson  <rth@redhat.com>
8074
8075         * g++.dg/eh/simd-2.C: Add -w for x86.
8076
8077 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8078
8079         * gcc.dg/20030815-1.c: New test.
8080
8081 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8082
8083         PR c++/3765
8084         * g++.dg/parse/access6.C: New test.
8085
8086 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8087
8088         PR c++/641, c++/11876
8089         * g++.dg/template/friend22.C: New test.
8090         * g++.dg/template/friend23.C: Likewise.
8091
8092 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8093
8094         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
8095         identically.
8096
8097 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8098
8099         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
8100
8101 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8102
8103         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
8104
8105 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8106
8107         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
8108
8109 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8110
8111         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
8112
8113 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
8114
8115         PR c++/11919
8116         * g++.dg/overload/prom1.C: New test.
8117
8118         PR c++/11551
8119         * g++.dg/parse/dtor2.C: New test.
8120
8121         PR c++/10762
8122         * g++.dg/parse/using2.C: New test.
8123
8124 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
8125
8126         PR target/11805
8127         * gcc.c-torture/compile/20030821-1.c: New.
8128
8129 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
8130
8131         PR c++/11834
8132         * g++.dg/template/deduce2.C: New test.
8133
8134 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
8135
8136         * gcc.c-torture/execute/20030821-1.c: New test.
8137
8138 2003-08-20  Roger Sayle  <roger@eyesopen.com>
8139
8140         PR middle-end/11984
8141         * gcc.dg/20030820-1.c: New test case.
8142
8143 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
8144
8145         PR c++/11945
8146         * g++.dg/warn/noeffect2.C: New test.
8147
8148 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
8149
8150         PR c++/10926
8151         * g++.dg/template/dtor2.C: New test.
8152
8153         PR c++/11684
8154         * g++.dg/template/operator1.C: New test.
8155         * g++.dg/parse/operator4.C: New test.
8156
8157         PR c++/11946.C
8158         * g++.dg/expr/enum1.C: New test.
8159         * gcc.dg/c99-bool-1.c: Remove bogus warning.
8160
8161         PR c++/11036.C
8162         * g++.dg/parse/elab2.C: New test.
8163         * g++.dg/parse/typedef4.C: Change error message.
8164         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
8165         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
8166         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
8167
8168 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8169
8170         * gcc.dg/pch/warn-1.c: New.
8171         * gcc.dg/pch/warn-1.hs: New.
8172
8173         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
8174         not-tested file.
8175
8176 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8177
8178         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
8179
8180 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8181
8182         * gcc.dg/uninit-D.c: New Test.
8183         * gcc.dg/uninit-E.c: New Test.
8184         * gcc.dg/uninit-F.c: New Test.
8185         * gcc.dg/uninit-G.c: New Test.
8186
8187 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
8188
8189         * g++.dg/README: Describe the pch directory.
8190
8191 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8192
8193         PR c++/11174
8194         * g++.dg/parse/access4.C: New test.
8195         * g++.dg/parse/access5.C: Likewise.
8196         * g++.old-deja/g++.jason/access17.C: Adjust error message.
8197
8198 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
8199
8200         * gcc.dg/noncompile/20030818-1.c: New.
8201
8202 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8203
8204         PR c++/11957
8205         * g++.dg/warn/noeffect1.C: New test.
8206
8207         * g++.dg/template/scope2.C: New test.
8208         * g++.dg/template/error2.C: Correct dg-error
8209
8210 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
8211
8212         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
8213
8214 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
8215
8216         PR C++/11512
8217         * g++.dg/template/warn1.C: New.
8218
8219 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8220
8221         * g++.dg/template/error2.C: New test.
8222         * g++.dg/lookup/using7.C: Adjust errors
8223         * g++.old-deja/g++.pt/crash36.C: Likewise.
8224         * g++.old-deja/g++.pt/derived3.C: Likewise.
8225
8226 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8227
8228         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
8229         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
8230         * gcc.c-torture/execute/builtins/string-9.c: New, from
8231         string-opt-9.c.  Adjust for execute/builtins framework.
8232         * gcc.c-torture/execute/string-opt-9.c: Delete.
8233
8234 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
8235
8236         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
8237
8238         * g++.dg/parse/ret-type2.C: New test.
8239
8240         PR c++/11703
8241         * g++.dg/init/new8.C: New test.
8242
8243         PR c++/10923
8244         * g++.dg/parse/typedef5.C: New test.
8245
8246         PR c++/9512
8247         * g++.dg/parse/qualified2.C: New test.
8248         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
8249         invalid code.
8250
8251 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
8252
8253         * g++.dg/conversion/ptrmem1.C: New test.
8254
8255 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
8256
8257         PR target/11693
8258         * gcc.dg/20030811-1.c: New test.
8259
8260         PR target/11535
8261         * gcc.c-torture/execute/20030811-1.c: New test.
8262
8263 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8264
8265         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
8266
8267 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
8268
8269         PR c++/11789.C
8270         * g++.dg/inherit/multiple1.C: New test.
8271
8272 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8273
8274         * gcc.dg/spe1.c: New test.
8275
8276         PR c++/11670
8277         * g++.dg/expr/cast2.C: New test.
8278
8279         PR c++/10530
8280         * g++.dg/template/dependent-name2.C: New test.
8281
8282 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
8283
8284         * g++.dg/parse/crash11.C: Put the dg options in comments.
8285
8286 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
8287
8288         * lib/gcc-dg.exp: Update for diagnostic change.
8289
8290 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8291
8292         PR c++/5767
8293         * g++.dg/parse/crash11.C: New test.
8294
8295 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
8296
8297         * gcc.dg/cpp/spacing1.c: Update.
8298
8299 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
8300
8301         PR target/11739
8302         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
8303         a value for -mtune.
8304
8305 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8306
8307         PR middle-end/11771
8308         * gcc.c-torture/compile/20030804-1.c: New test case.
8309
8310 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8311
8312         * gcc.dg/20030804-1.c: New test case.
8313
8314 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
8315
8316         * gcc.dg/cpp/separate-1.c: New test.
8317
8318 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
8319
8320         PR c++/11704
8321         * g++.dg/template/dependent-expr2.C: New test.
8322
8323         PR c++/11766
8324         * g++.dg/expr/ptrmem1.C: New test.
8325
8326 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8327
8328         PR c++/9453
8329         * g++.dg/template/friend15.C: New test.
8330
8331 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
8332
8333         * lib/dg-pch.exp: Work round PCH bug.
8334
8335 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8336
8337         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
8338         builtins.  Move cases from builtins-4.c here.
8339
8340         * gcc.dg/torture/builtin-math-1.c: New test taken from
8341         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
8342         additional cases.
8343
8344         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
8345         Delete.
8346
8347 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8348
8349         PR c++/9447
8350         * g++.dg/template/using7.C: New test.
8351
8352 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
8353
8354         * import1.c, import2.c: New tests.
8355
8356 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
8357
8358         * g++.dg/eh/crossjump1.C: New test.
8359
8360 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
8361
8362         PR c++/11697
8363         * g++.dg/template/using6.C: New test.
8364
8365         PR c++/11744
8366         * g++.dg/template/koenig2.C: New test.
8367
8368 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8369
8370         PR c++/7983
8371         * g++.dg/parse/typedef4.C: New test.
8372
8373 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8374
8375         PR c++/8442, c++/8806
8376         * g++.dg/template/elab1.C: New test.
8377         * g++.dg/template/type2.C: Likewise.
8378         * g++.dg/template/ttp3.C: Adjust expected error message.
8379         * g++.old-deja/g++.law/visibility13.C: Likewise.
8380         * g++.old-deja/g++.niklas/t135.C: Likewise.
8381         * g++.old-deja/g++.pt/ttp41.C: Likewise.
8382         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
8383         template argument.
8384         * g++.old-deja/g++.pt/ttp44.C: Likewise.
8385
8386 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
8387
8388         PR c++/11295
8389         * g++.dg/ext/stmtexpr1.C: New test.
8390
8391         * g++.dg/opt/tmp1.C: New test.
8392
8393         PR c++/11525
8394         * g++.dg/parse/constant4.C: New test.
8395
8396         PR c++/9447
8397         * g++.dg/template/using5.C: New test.
8398
8399 2003-07-31  Roger Sayle  <roger@eyesopen.com>
8400
8401         * gcc.dg/builtins-27.c: New test case.
8402
8403 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
8404
8405         * gcc.dg/tls/opt-7.c: New test.
8406
8407 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
8408
8409         * g++.old-deja/g++.other/crash18.C: Remove.
8410
8411 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8412
8413         * g++.dg/template/explicit3.C: New.
8414         * g++.dg/template/explicit4.C: New.
8415         * g++.dg/template/explicit5.C: New.
8416
8417         PR c++/11347
8418         * g++.dg/template/memtmpl1.C: New.
8419
8420 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
8421
8422         PR target/11565
8423         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
8424         * gcc.dg/i386-387-5.c (dg-options): Likewise.
8425
8426 2003-07-30  Jan Hubicka  <jh@suse.cz>
8427
8428         * vtgc1.c: Kill.
8429
8430 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
8431
8432         * gcc.dg/struct-in-proto-1.c: New test.
8433
8434 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
8435
8436         * gcc.dg/cpp/include2.c: Only expect one message.
8437
8438 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
8439
8440         PR c++/9447
8441         * g++.dg/template/using1.C: New test.
8442         * g++.dg/template/using2.C: New test.
8443         * g++.dg/template/using3.C: New test.
8444         * g++.dg/template/using4.C: New test.
8445
8446 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
8447
8448         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
8449         * gcc.c-torture/execute/string-opt-10.c: Likewise.
8450
8451 2003-07-28  Jan Hubicka  <jh@suse.cz>
8452
8453         PR c++/11530
8454         * g++.dg/opt/call1.C: New test.
8455
8456 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
8457
8458         PR c++/11667
8459         * g++.dg/init/enum2.C: New test.
8460         * g++.dg/template/overload1.C: Add "-w" option.
8461
8462 2003-07-28    <hp@bitrange.com>
8463
8464         * gcc.dg/Wdeclaration-after-statement-1.c,
8465         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
8466
8467 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
8468
8469         * gcc.c-torture/compile/20030725-1.c: New test.
8470
8471 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
8472
8473         * gcc.dg/20030505.c: Only run for SPE.
8474         Remove definition of opaque type.
8475
8476 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
8477
8478         * g++.dg/template/ptrmem6.C: New test.
8479
8480 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
8481
8482         * gcc.c-torture/compile/zero-strct-2.c: New test.
8483
8484 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
8485
8486         * gcc.dg/intermod-1.c: New test.
8487
8488 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8489
8490         PR c++/11617
8491         * g++.dg/template/lookup2.C: New test.
8492         * g++.dg/template/memclass1.C: Remove instantiated from error.
8493         * g++.dg/other/error2.C: Tweak expected errors.
8494
8495         PR c++/11596
8496         * g++.dg/template/defarg3.C: New test.
8497
8498         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
8499
8500 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
8501
8502         * g++.dg/inherit/access5.C: New test.
8503
8504 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8505
8506         PR c++/11513
8507         * g++.dg/template/crash8.C: New test.
8508
8509 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
8510
8511         PR c/10602
8512         * gcc.dg/noncompile/incomplete-2.c: New test.
8513
8514 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
8515
8516         PR c++/11645
8517         * g++.dg/inherit/access4.C: New test.
8518
8519         PR c++/11517
8520         * g++.dg/expr/cond2.C: New test.
8521
8522         PR optimization/10679
8523         * g++.dg/opt/inline4.C: New test.
8524
8525 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
8526
8527         * g++.dg/parse/crash10: New test.
8528
8529 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
8530
8531         * g++.dg/ext/flexary1.C: New test.
8532
8533 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8534
8535         PR c++/10793
8536         * g++.dg/template/crash9.C: New test.
8537
8538 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8539
8540         PR c++/3004
8541         * g++.dg/parse/typedef3.C: New test.
8542
8543         PR c++/7906
8544         * g++.dg/parse/operator2.C: New test.
8545
8546         PR c++/8895
8547         * g++.dg/parse/def-tmpl-arg1.C: New test.
8548
8549         PR c++/9282
8550         * g++.dg/parse/funptr1.C: New test.
8551
8552         PR c++/9452
8553         * g++.dg/parse/ambig3.C: New test.
8554
8555         PR c++/9454
8556         * g++.dg/parse/operator3.C: New test.
8557
8558         PR c++/9486
8559         * g++.dg/parse/template10.C: New test.
8560
8561         PR c++/9488
8562         * g++.dg/parse/template11.C: New test.
8563
8564         PR c++/10150
8565         * g++.dg/parse/invalid-op1.C: New test.
8566
8567         PR c++/10247
8568         * g++.dg/parse/condexpr1.C: New test.
8569
8570 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
8571
8572         * g++.dg/ext/packed3.C: New test.
8573         * g++.dg/ext/packed4.C: New test.
8574
8575         * gcc.dg/pack-test-3.c: New test.
8576
8577 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
8578
8579         * lib/compat.exp: Handle dg-options per source file.
8580         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
8581         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
8582         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
8583         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
8584         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
8585         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
8586         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
8587         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
8588         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
8589         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
8590         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
8591         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
8592         * g++.dg/compat/break/bitfield7_x.C: Ditto.
8593         * g++.dg/compat/break/bitfield7_y.C: Ditto.
8594
8595 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
8596
8597         PR c/10320
8598         * gcc.c-torture/execute/20030718-1.c: New test.
8599
8600 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8601
8602         PR optimization/11536
8603         * gcc.dg/20030721-1.c: New test.
8604
8605 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
8606
8607         PR c++/11546
8608         * g++.dg/template/lookup1.C: New test.
8609
8610 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
8611
8612         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
8613         diagnostics of ill-formed constructs involving labels.
8614         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
8615         the new 'previously defined here' message.
8616
8617 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
8618
8619         * g++.dg/parse/non-dependent2.C: New test.
8620
8621 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
8622
8623         * g++.dg/init/init-ref4.C: xfail on targets without
8624         weak symbols.
8625
8626 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
8627
8628         PR target/11087
8629         * gcc.c-torture/execute/20030717-1.c: New test.
8630
8631 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
8632
8633         * g++.dg/opt/cfg1.C: New test.
8634
8635 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
8636
8637         PR optimization/11557
8638         * gcc.dg/20030717-1.c: New test.
8639
8640 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
8641
8642         PR c++/10476
8643         * g++.dg/expr/crash-1.C: New test.
8644
8645         PR c++/11027
8646         * g++.dg/template/init3.C: New test.
8647
8648         PR c++/8222
8649         * g++.dg/template/non-dependent1.C: New test.
8650
8651         PR c++/11070
8652         * g++.dg/template/non-dependent2.C: New test.
8653
8654         PR c++/11071
8655         * g++.dg/template/non-dependent3.C: New test.
8656
8657         PR c++/9907
8658         * g++.dg/template/sizeof5.C: New test.
8659
8660 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
8661
8662         PR 11498
8663         * gcc.c-torture/compile/mangle-1.c: New file.
8664
8665 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8666
8667         PR c++/7809
8668         * g++.dg/parse/access3.C: New test.
8669
8670 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
8671
8672         PR c++/11384
8673         * g++.dg/init/init-ref4.C: New test.
8674
8675 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
8676
8677         PR c++/11547
8678         * g++.dg/parse/constant3.C: New test.
8679         * g++.dg/parse/crash7.C: Likewise.
8680
8681 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
8682
8683         PR target/11008
8684         * gcc.dg/i386-pentium4-not-mull.c: New.
8685
8686 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
8687
8688         * gcc.dg/asm-names.c (ymain): Make it weak.
8689
8690 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8691
8692         PR c++/5421
8693         * g++.dg/template/friend21.C: New test.
8694
8695 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
8696
8697         * gcc.dg/cleanup-8.c: New test.
8698         * gcc.dg/cleanup-9.c: New test.
8699
8700 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
8701
8702         * g++.dg/ext/dll-MI1.h: New file.
8703         * g++.dg/ext/dllexport-MI1.C: New file.
8704         * g++.dg/ext/dllimport-MI1.C: New file.
8705
8706 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
8707
8708         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
8709         it does not have cmpstrsi patterns (just cmpmemsi).
8710
8711 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
8712
8713         PR debug/11473
8714         * g++.dg/debug/debug8.C: New test.
8715
8716 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8717
8718         PR c++/10108
8719         * g++.dg/template/crash7.C: New test.
8720
8721 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
8722
8723         PR target/10795
8724         * gcc.c-torture/compile/20030708-1.c: New.
8725
8726 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8727
8728         * gcc.c-torture/execute/20030715-1.c: New test.
8729
8730 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
8731
8732         * gcc.dg/pch/inline-3.c: New file.
8733         * gcc.dg/pch/inline-3.hs: New file.
8734         * gcc.dg/pch/inline-4.c: New file.
8735         * gcc.dg/pch/inline-4.hs: New file.
8736
8737 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
8738
8739         PR c++/11509
8740         * g++.dg/template/crash6.C: New test.
8741
8742         PR c++/7053
8743         * g++.dg/template/friend20.C: New test.
8744
8745         PR c++/7019
8746         * g++.dg/template/overload2.C: New test.
8747
8748 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8749
8750         PR optimization/11440
8751         * gcc.c-torture/execute/20030714-1.c: New test.
8752
8753 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8754
8755         PR c++/11154
8756         * g++.dg/template/partial2.C: New test.
8757
8758 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
8759
8760         PR c++/11503
8761         * g++.dg/template/anon1.C: New test.
8762
8763         PR c++/11493
8764         PR c++/11495
8765         * g++.dg/parse/template9.C: Likewise.
8766         * g++.dg/template/crash4.C: New test.
8767         * g++.dg/template/koenig1.C: Likewise.
8768         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
8769         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
8770         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
8771         functions.
8772         * g++.old-deja/g++.jason/template36.C: Likewise.
8773         * g++.old-deja/g++.mike/p1989.C: Likewise.
8774         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
8775         * g++.old-deja/g++.pt/ttp20.C: Use this->.
8776         * g++.old-deja/g++.pt/ttp21.C: Use this->.
8777         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
8778         compiling.
8779         * g++.old-deja/g++.pt/union2.C: Use this->.
8780
8781 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
8782
8783         * gcc.dg/20030711-1.c: New test.
8784
8785 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
8786
8787         PR c++/11050
8788         * g++.dg/parse/args1.C: New test.
8789         * g++.pt/defarg8.C: Change expected errors.
8790
8791 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
8792
8793         PR c++/8164
8794         * g++.dg/template/nontype2.C: New test.
8795
8796         PR c++/10558
8797         * g++.dg/parse/template8.C: New test.
8798
8799         PR c++/8327
8800         * g++.dg/template/scope1.C: New test.
8801
8802         * g++.dg/warn/Wsign-compare-1.C: New test.
8803
8804 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
8805
8806         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
8807
8808 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
8809
8810         PR c++/9411
8811         * g++.dg/template/explicit2.C: New test.
8812
8813         PR c++/10032
8814         * g++.dg/warn/pedantic1.C: New test.
8815
8816 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
8817
8818         PR c++ 9483
8819         * g++.dg/other/field1.C: New test.
8820
8821 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
8822
8823         PR c/11449
8824         * gcc.c-torture/compile/20030707-1.c: New.
8825
8826 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8827
8828         PR c++/10849
8829         * g++.dg/template/access12.C: New test.
8830
8831 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
8832
8833         * g++.dg/bprob/bprob.exp (prof_ext): Update.
8834         * g77.dg/bprob/bprob.exp (prof_ext): Update.
8835         * gcc.misc-tests/bprob.exp (prof_ext): Update.
8836         * gcc.misc-tests/gcov.exp: Update
8837         * g++.dg/gcov/gcov.exp: Update
8838         * lib/gcov.exp: Update.
8839
8840 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
8841
8842         * g++.dg/abi/mangle17.C: Make sure template expressions are
8843         dependent.
8844         * g++.dg/abi/mangle4.C: Mark erroneous casts.
8845         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
8846         * g++.dg/opt/stack1.C: Remove erroneous code.
8847         * g++.dg/parse/template7.C: New test.
8848         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
8849         * g++.old-deja/g++.pt/crash4.C: Likewise.
8850
8851 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8852
8853         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
8854         with zero or one occurence of `$' after the initial `L'.
8855
8856 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
8857
8858         * gcc.c-torture/compile/20030704-1.c: Add a comment.
8859
8860 2003-07-08  Roger Sayle  <roger@eyesopen.com>
8861
8862         PR c/11370
8863         * gcc.dg/Wunreachable-6.c: New testcase.
8864         * gcc.dg/Wunreachable-7.c: New testcase.
8865
8866 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
8867
8868         PR c/11420
8869         * gcc.dg/20030708-1.c: New test.
8870
8871 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
8872
8873         * gcc.dg/compat/sdata-section.h: New file.
8874         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
8875         * gcc.dg/torture/mips-sdata-1.c: New test.
8876
8877 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8878
8879         PR c++/11030
8880         * g++.dg/template/friend19.C: New test.
8881
8882 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
8883
8884         * g++.dg/opt/strength-reduce.C: New test.
8885
8886 2003-07-07  Roger Sayle  <roger@eyesopen.com>
8887
8888         PR target/10979
8889         * gcc.dg/20030707-1.c: New testcase.
8890
8891 2003-07-07  Roger Sayle  <roger@eyesopen.com>
8892
8893         PR optimization/11059
8894         * g++.dg/opt/emptyunion.C: New testcase.
8895
8896 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8897             Eric Botcazou  <ebotcazou@libertysurf.fr>
8898
8899         * g++.dg/opt/stack1.C: New test.
8900
8901 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
8902
8903         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
8904         run test.
8905
8906         PR c++/11431
8907         * g++.dg/expr/static_cast3.C: New test.
8908
8909 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8910
8911         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
8912         everywhere.
8913         * gcc.dg/concat.c: Concatenation of string constants with
8914         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
8915         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
8916         * gcc.dg/cpp/escape-2.c: Use wide character constants where
8917         necessary to avoid multi-character character constant warning.
8918         * gcc.dg/cpp/escape.c: Likewise.
8919         * gcc.dg/cpp/ucs.c: Likewise.
8920         Remove backslashes from dg-bogus comments, as they confuse Tcl.
8921         Fix a typo.
8922
8923 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
8924
8925         PR c/11428
8926         * gcc.c-torture/compile/20030704-1.c: New.
8927
8928 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
8929
8930         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
8931
8932 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
8933
8934         PR c++/5287, PR c++/7910,  PR c++/11021
8935         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
8936         tests for warnings.
8937         * g++.dg/ext/dllimport2.C: Add tests for warnings.
8938         * g++.dg/ext/dllimport3.C: Likewise.
8939         * g++.dg/ext/dllimport4.C: New file.
8940         * g++.dg/ext/dllimport5.C: New file.
8941         * g++.dg/ext/dllimport6.C: New file.
8942         * g++.dg/ext/dllimport7.C: New file.
8943         * g++.dg/ext/dllimport8.C: New file.
8944         * g++.dg/ext/dllimport9.C: New file.
8945         * g++.dg/ext/dllimport10.C: New file.
8946         * g++.dg/ext/dllexport1.C: New file.
8947
8948 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
8949
8950         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
8951         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
8952
8953 2003-07-03  Roger Sayle  <roger@eyesopen.com>
8954
8955         * gcc.dg/builtins-25.c: New testcase.
8956         * gcc.dg/builtins-26.c: New testcase.
8957
8958 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
8959
8960         * gcc.dg/compat/vector-defs.h: New file.
8961         * gcc.dg/compat/vector-setup.h: New file.
8962         * gcc.dg/compat/vector-check.h: New file.
8963         * gcc.dg/compat/vector-1_main.c: New file.
8964         * gcc.dg/compat/vector-1_x.c: New file.
8965         * gcc.dg/compat/vector-1_y.c: New file.
8966         * gcc.dg/compat/vector-2_main.c: New file.
8967         * gcc.dg/compat/vector-2_x.c: New file.
8968         * gcc.dg/compat/vector-2_y.c: New file.
8969
8970         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
8971         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
8972         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
8973         * gcc.dg/compat/struct-align-1.h: New file.
8974         * gcc.dg/compat/struct-align-1_main.c: New file.
8975         * gcc.dg/compat/struct-align-1_x.c: New file.
8976         * gcc.dg/compat/struct-align-1_y.c: New file.
8977         * gcc.dg/compat/struct-align-2.h: New file.
8978         * gcc.dg/compat/struct-align-2_main.c: New file.
8979         * gcc.dg/compat/struct-align-2_x.c: New file.
8980         * gcc.dg/compat/struct-align-2_y.c: New file.
8981
8982         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
8983         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
8984         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
8985         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
8986         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
8987         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
8988         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
8989         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
8990         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
8991         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
8992         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
8993         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
8994         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
8995         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
8996         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
8997         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
8998         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
8999         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9000         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9001         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9002         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9003         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9004         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9005         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9006         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9007         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9008         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9009         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9010         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9011
9012 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9013
9014         * gcc.dg/i386-call-1.c: New test.
9015
9016 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9017
9018         PR c++/9162
9019         * g++.dg/parse/defarg4.C: New.
9020
9021 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9022
9023         PR target/10700
9024         * gcc.c-torture/compile/20030703-1.c: New test case.
9025
9026 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9027
9028         * g++.dg/template/local3.C: Remove extra semicolon.
9029
9030 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9031
9032         * gcc.dg/i386-volatile-1.c: New test.
9033
9034 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9035
9036         PR c++/11072
9037         * g++.dg/other/offsetof2.C: XFAIL.
9038         * g++.dg/other/offsetof5.C: New.
9039
9040         PR c++/10219
9041         * g++.dg/template/error1.C: New.
9042
9043         PR c++/9779
9044         * g++.dg/template/dependent-expr1.C: New.
9045
9046 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9047
9048         PR c++/6949
9049         * g++.dg/template/local3.C: New test.
9050
9051         PR c++/11149
9052         * g++.dg/lookup/scoped6.C: New test.
9053
9054 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9055
9056         PR c++/8046
9057         * g++.dg/other/error7.C: New test.
9058
9059 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9060
9061         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9062         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9063         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9064         * g++.old-deja/g++.other/union2.C: Likewise.
9065         * gcc.dg/c90-const-expr-2.c: Likewise.
9066         * gcc.dg/c90-const-expr-3.c: Likewise.
9067         * gcc.dg/c99-const-expr-2.c: Likewise.
9068         * gcc.dg/c99-const-expr-3.c: Likewise.
9069         * gcc.dg/concat.c: Likewise.
9070
9071 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9072
9073         PR c++/9559
9074         * g++.dg/init/static1.C: New test.
9075
9076 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9077
9078         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9079         * g++.old-deja/g++.other/access2.C: Likewise.
9080         * g++.old-deja/g++.other/decl2.C: Likewise.
9081         * gcc.c-torture/execute/20020615-1.c: Likewise.
9082
9083 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9084
9085         PR c++/4933
9086         * g++.dg/template/sizeof4.C: New test.
9087
9088 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9089
9090         * g++.dg/other/error6.C: New test.
9091
9092 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9093
9094         PR c++/10750
9095         * g++.dg/parse/constant2.C: New test.
9096
9097 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
9098
9099         PR c++/11106
9100         * g++.dg/other/error5.C: New test.
9101
9102 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9103
9104         * gcc.dg/format/gcc_diag-1.c: New test.
9105
9106 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
9107
9108         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
9109
9110 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
9111
9112         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
9113         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
9114         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
9115
9116 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
9117
9118         * gcc.c-torture/execute/builtins/string-8.c: New test.
9119         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
9120         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
9121         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
9122
9123 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9124
9125         PR c++/10468
9126         * g++.dg/ext/typeof6.C: New test.
9127
9128 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9129
9130         PR c++/10796
9131         * g++.dg/init/enum1.C: New test.
9132
9133 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
9134
9135         * gcc.dg/20030627-1.c: New test.
9136
9137 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
9138
9139         PR c++/11332
9140         * g++.dg/expr/static_cast2.C: New test.
9141
9142 2003-06-26  Roger Sayle  <roger@eyesopen.com>
9143             Jakub Jelinek  <jakub@redhat.com>
9144
9145         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
9146         sprintf(dst,"%s",src) optimization.
9147         * gcc.c-torture/execute/20030626-1.c: New test case.
9148         * gcc.c-torture/execute/20030626-2.c: New test case.
9149
9150 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
9151
9152         * gcc.c-torture/execute/multi-ix.c: New test.
9153
9154         * gcc.c-torture/execute/simd-4.c (main):
9155         Added missing semicolon at end of union.
9156
9157 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
9158
9159         PR c++/8266
9160         * g++.dg/template/explicit-instantiation3.C: New test.
9161
9162 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9163
9164         * gcc.dg/20030626-1.c: Use signed char.
9165
9166 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9167
9168         * gcc.dg/20030626-1.c: New test.
9169
9170 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
9171
9172         * const-str-2.m: Update.
9173
9174 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
9175
9176         PR c++/10990
9177         * g++.dg/rtti/dyncast1.C: New test.
9178         * g++.dg/abi/mangle4.C: Correct base-specifier access.
9179         * g++.dg/lookup/scoped1.C: Remove XFAIL.
9180         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
9181
9182         PR c++/10931
9183         * g++.dg/expr/static_cast1.C: New test.
9184
9185 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
9186
9187         * gcc.dg/20030625-1.c: New test.
9188
9189 2003-06-24  Roger Sayle  <roger@eyesopen.com>
9190
9191         * gcc.c-torture/compile/20030624-1.c: New test case.
9192
9193 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
9194
9195         * gcc.c-torture/execute/string-opt-17.c: New test.
9196
9197 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
9198
9199         PR c++/5754
9200         * g++.dg/parse/crash6.C: New test.
9201
9202 2003-06-23  Roger Sayle  <roger@eyesopen.com>
9203
9204         * gcc.dg/builtins-24.c: New test case.
9205
9206 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
9207
9208         * g++.dg/opt/operator1.C: New test.
9209
9210 2003-06-22  Roger Sayle  <roger@eyesopen.com>
9211
9212         * gcc.c-torture/execute/string-opt-16.c: New test case.
9213
9214 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9215
9216         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
9217         * g++.old-deja/g++.other/conv7.C: Likewise
9218         * g++.old-deja/g++.other/overcnv2.C: Likewise.
9219         * g++.old-deja/g++.other/overload14.C: Likewise.
9220
9221 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9222
9223         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
9224         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
9225
9226 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9227
9228         PR c++/10888
9229         * g++.dg/warn/Winline-3.C: New test.
9230
9231 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9232
9233         * lib/target-supports.exp (check_alias_available): Make the test
9234         program acceptable to the Solaris assembler.
9235
9236         PR c++/10749
9237         * g++.dg/template/memclass2.C: New test.
9238
9239 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9240             Eric Botcazou  <ebotcazou@libertysurf.fr>
9241
9242         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
9243         data for non-matching targets.
9244         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
9245
9246 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9247
9248         PR c++/10845
9249         * g++.dg/template/member3.C: New test.
9250
9251 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
9252
9253         PR c++/10939
9254         * g++.dg/template/func1.C: New test.
9255
9256         PR c++/9649
9257         * g++.dg/template/static4.C: New test.
9258         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
9259
9260         PR c++/11041
9261         * g++.dg/init/ref7.C: New test.
9262
9263 2003-06-19  Matt Austern  <austern@apple.com>
9264
9265         PR c++/11228
9266         * g++.dg/anew1.C: New test.
9267         * g++.dg/anew2.C: New test.
9268         * g++.dg/anew3.C: New test.
9269         * g++.dg/anew4.C: New test.
9270
9271 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
9272
9273         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
9274
9275 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
9276
9277         * gcc.c-torture/execute/simd-4.c (main): Make expected value
9278         endian-dependent.
9279
9280 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9281
9282         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
9283         Remove cruft.
9284
9285 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9286
9287         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
9288         * gcc.c-torture/compile/961203-1.c: Likewise.
9289         * gcc.c-torture/compile/980506-1.c: Likewise.
9290
9291 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9292
9293         PR c++/10712
9294         * g++.dg/lookup/using7.C: New test.
9295
9296 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9297
9298         PR c++/11105
9299         * g++.dg/abi/conv1.C: Remove it.
9300         * g++.dg/template/conv7.C: New test.
9301         * g++.dg/template/conv8.C: Likewise.
9302         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
9303         conversion operator.
9304
9305 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
9306
9307         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
9308         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9309         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9310         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9311         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9312         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9313         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9314         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9315         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9316         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9317         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9318         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9319         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9320         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9321         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9322         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9323         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9324         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9325         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9326         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9327         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9328         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9329         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9330         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9331         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9332         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9333         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9334         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9335         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9336
9337 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
9338
9339         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
9340         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
9341         indications.
9342
9343 2003-06-16  Roger Sayle  <roger@eyesopen.com>
9344
9345         * gcc.dg/i386-387-5.c: New test case.
9346         * gcc.dg/i386-387-6.c: New test case.
9347         * gcc.dg/builtins-23.c: New test case.
9348
9349 2003-06-15  Roger Sayle  <roger@eyesopen.com>
9350
9351         * gcc.dg/builtins-22.c: New test case.
9352         * gcc.dg/i386-387-1.c: Update to test exp.
9353         * gcc.dg/i386-387-2.c: Likewise.
9354
9355 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9356
9357         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
9358
9359 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
9360
9361         * lib/gcc-dg.exp (dg-require-dll): New function.
9362         (dg-xfail-if): Likewise.
9363         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
9364         driver.
9365
9366         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
9367         * gcc.c-torture/compile/20001205-1.c: Likewise.
9368         * gcc.c-torture/compile/20001226-1.c: Likewise.
9369         * gcc.c-torture/compile/20010518-2.c: Likewise.
9370         * gcc.c-torture/compile/20020312-1.c: Likewise.
9371         * gcc.c-torture/compile/20020604-1.c: Likewise.
9372         * gcc.c-torture/compile/920501-12.c: Likewise.
9373         * gcc.c-torture/compile/920501-4.c: Likewise.
9374         * gcc.c-torture/compile/920520-1.c: Likewise.
9375         * gcc.c-torture/compile/920521-1.c: Likewise.
9376         * gcc.c-torture/compile/920625-1.c: Likewise.
9377         * gcc.c-torture/compile/961203-1.c: Likewise.
9378         * gcc.c-torture/compile/980506-1.c: Likewise.
9379         * gcc.c-torture/compile/981006-1.c: Likewise.
9380         * gcc.c-torture/compile/981022-1.c: Likewise.
9381         * gcc.c-torture/compile/981223-1.c: Likewise.
9382         * gcc.c-torture/compile/990617-1.c: Likewise.
9383         * gcc.c-torture/compile/dll.c: Likewise.
9384         * gcc.c-torture/compile/labels-3.c: Likewise.
9385         * gcc.c-torture/compile/mipscop-1.c: Likewise.
9386         * gcc.c-torture/compile/mipscop-2.c: Likewise.
9387         * gcc.c-torture/compile/mipscop-3.c: Likewise.
9388         * gcc.c-torture/compile/mipscop-4.c: Likewise.
9389         * gcc.c-torture/compile/simd-5.c: Likewise.
9390         * gcc.c-torture/compile/20000804-1.x: Remove.
9391         * gcc.c-torture/compile/20001205-1.x: Likewise.
9392         * gcc.c-torture/compile/20001226-1.x: Likewise.
9393         * gcc.c-torture/compile/20010518-2.x: Likewise.
9394         * gcc.c-torture/compile/20020312-1.x: Likewise.
9395         * gcc.c-torture/compile/20020604-1.x: Likewise.
9396         * gcc.c-torture/compile/920501-12.x: Likewise.
9397         * gcc.c-torture/compile/920501-4.x: Likewise.
9398         * gcc.c-torture/compile/920520-1.x: Likewise.
9399         * gcc.c-torture/compile/920521-1.x: Likewise.
9400         * gcc.c-torture/compile/920625-1.x: Likewise.
9401         * gcc.c-torture/compile/961203-1.x: Likewise.
9402         * gcc.c-torture/compile/980506-1.x: Likewise.
9403         * gcc.c-torture/compile/981006-1.x: Likewise.
9404         * gcc.c-torture/compile/981022-1.x: Likewise.
9405         * gcc.c-torture/compile/981223-1.x: Likewise.
9406         * gcc.c-torture/compile/990617-1.x: Likewise.
9407         * gcc.c-torture/compile/mipscop-1.x: Likewise.
9408         * gcc.c-torture/compile/mipscop-2.x: Likewise.
9409         * gcc.c-torture/compile/mipscop-3.x: Likewise.
9410         * gcc.c-torture/compile/mipscop-4.x: Likewise.
9411         * gcc.c-torture/compile/simd-5.x: Likewise.
9412
9413         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
9414
9415 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9416
9417         * gcc.c-torture/execute/20030611-1.c: New test.
9418
9419 2003-06-12  Roger Sayle  <roger@eyesopen.com>
9420
9421         PR middle-end/168
9422         * gcc.dg/20030612-1.c: New test case.
9423
9424 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
9425
9426         PR c++/10635
9427         * g++.dg/expr/cast1.C: New test.
9428
9429 2003-06-12  Roger Sayle  <roger@eyesopen.com>
9430
9431         * gcc.dg/builtins-21.c: New test case.
9432
9433 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
9434
9435         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
9436         options instead of at the end.
9437         * lib/objc.exp (objc_target_compile): Likewise.
9438
9439 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
9440
9441         PR c++/10432
9442         * g++.dg/parse/error1.C: New test.
9443
9444 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
9445
9446         * gcc.dg/compat/struct-by-value-11_main.c: New file.
9447         * gcc.dg/compat/struct-by-value-11_x.c: New file.
9448         * gcc.dg/compat/struct-by-value-11_y.c: New file.
9449         * gcc.dg/compat/struct-by-value-12_main.c: New file.
9450         * gcc.dg/compat/struct-by-value-12_x.c: New file.
9451         * gcc.dg/compat/struct-by-value-12_y.c: New file.
9452         * gcc.dg/compat/struct-by-value-13_main.c: New file.
9453         * gcc.dg/compat/struct-by-value-13_x.c: New file.
9454         * gcc.dg/compat/struct-by-value-13_y.c: New file.
9455         * gcc.dg/compat/struct-by-value-14_main.c: New file.
9456         * gcc.dg/compat/struct-by-value-14_x.c: New file.
9457         * gcc.dg/compat/struct-by-value-14_y.c: New file.
9458         * gcc.dg/compat/struct-by-value-15_main.c: New file.
9459         * gcc.dg/compat/struct-by-value-15_x.c: New file.
9460         * gcc.dg/compat/struct-by-value-15_y.c: New file.
9461         * gcc.dg/compat/struct-by-value-16_main.c: New file.
9462         * gcc.dg/compat/struct-by-value-16_x.c: New file.
9463         * gcc.dg/compat/struct-by-value-16_y.c: New file.
9464         * gcc.dg/compat/struct-by-value-17_main.c: New file.
9465         * gcc.dg/compat/struct-by-value-17_x.c: New file.
9466         * gcc.dg/compat/struct-by-value-17_y.c: New file.
9467         * gcc.dg/compat/struct-by-value-18_main.c: New file.
9468         * gcc.dg/compat/struct-by-value-18_x.c: New file.
9469         * gcc.dg/compat/struct-by-value-18_y.c: New file.
9470
9471         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
9472         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
9473         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
9474         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
9475         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
9476         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
9477         * gcc.dg/compat/scalar-return-3_main.c: New file.
9478         * gcc.dg/compat/scalar-return-3_x.c: New file.
9479         * gcc.dg/compat/scalar-return-3_y.c: New file.
9480         * gcc.dg/compat/scalar-return-4_main.c: New file.
9481         * gcc.dg/compat/scalar-return-4_x.c: New file.
9482         * gcc.dg/compat/scalar-return-4_y.c: New file.
9483
9484 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
9485
9486         * gcc.dg/compat/fp2-struct-check.h: New file.
9487         * gcc.dg/compat/fp2-struct-defs.h: New file.
9488         * gcc.dg/compat/fp2-struct-init.h: New file.
9489         * gcc.dg/compat/struct-by-value-10_main.c: New file.
9490         * gcc.dg/compat/struct-by-value-10_x.c: New file.
9491         * gcc.dg/compat/struct-by-value-10_y.c: New file.
9492         * gcc.dg/compat/struct-return-10_main.c: New file.
9493         * gcc.dg/compat/struct-return-10_x.c: New file.
9494         * gcc.dg/compat/struct-return-10_y.c: New file.
9495
9496         * gcc.dg/compat/compat-common.h: New file.
9497         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
9498         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
9499         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
9500         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
9501         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
9502         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
9503         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
9504         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9505         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
9506         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
9507         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9508         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
9509         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
9510         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9511         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
9512         * gcc.dg/compat/small-struct-check.h: Ditto.
9513         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
9514         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9515         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
9516         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
9517         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9518         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
9519         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
9520         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9521         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
9522         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
9523         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9524         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
9525         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
9526         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9527         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
9528         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
9529         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9530         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
9531         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
9532         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9533         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
9534         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
9535         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9536         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
9537         * gcc.dg/compat/struct-return-2_main.c: Ditto.
9538         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9539         * gcc.dg/compat/struct-return-2_y.c: Ditto.
9540         * gcc.dg/compat/struct-return-3_main.c: Ditto.
9541         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9542         * gcc.dg/compat/struct-return-3_y.c: Ditto.
9543
9544 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
9545
9546         * g++.dg/pch/static-1.C: New file.
9547         * g++.dg/pch/static-1.Hs: New file.
9548
9549 2003-06-10  Richard Henderson  <rth@redhat.com>
9550
9551         * gcc.dg/asm-7.c: Adjust expected warning text.
9552
9553 2003-06-10  Roger Sayle  <roger@eyesopen.com>
9554
9555         * gcc.dg/builtins-20.c: New test case.
9556
9557 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
9558
9559         PR c++/11131
9560         * g++.dg/opt/template1.C: New test.
9561
9562 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
9563
9564         * lib/gcc-dg.exp (dg-test): Clear additional_files and
9565         additional_sources.
9566
9567 2003-05-21  David Taylor  <dtaylor@emc.com>
9568
9569         * gcc.dg/Wpadded.c: New file.
9570
9571 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
9572
9573         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
9574         * gcc.dg/special/weak-2.c: Add dg-require-weak.
9575         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
9576         dg-require-weak.
9577
9578 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
9579
9580         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
9581
9582 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
9583
9584         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
9585         (dg-require-alias): Likewise.
9586         (dg-require-gc-sections): Likewise.
9587         * lib/target-supports.exp (check_gc_sections_available): Likewise.
9588
9589 2003-06-08  Richard Henderson  <rth@redhat.com>
9590
9591         * gcc.dg/20011029-2.c: Fix the array reference.
9592         * gcc.dg/asm-7.c: New.
9593
9594 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
9595
9596         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
9597
9598 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
9599
9600         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
9601         (dg-require-gc-sections): Likewise.
9602
9603 2003-06-08  Jan Hubicka  <jh@suse.cz>
9604
9605         * i386-cmov1.c: Fix regular expression.
9606         * i386-cvt-1.c: Likewise.
9607         * i386-local.c: Likewise.
9608         * i386-local2.c: Likewise.
9609         * i386-mul.c: Likewise.
9610         * i386-ssetype-1.c: Likewise.
9611         * i386-ssetype-3.c: Likewise.
9612         * i386-ssetype-5.c: Likewise.
9613
9614 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9615
9616         PR c++/11039
9617         * g++.dg/warn/implicit-typename2.C: New test.
9618         * g++.dg/warn/implicit-typename3.C: New test.
9619
9620 2003-06-07  Richard Henderson  <rth@redhat.com>
9621
9622         * g++.dg/other/offsetof3.C: Use size_t.
9623         * g++.dg/other/offsetof4.C: Likewise.
9624
9625 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
9626
9627         * lib/copy-file.exp: New. Implement gcc_copy_files.
9628
9629         * lib/dg-pch.exp: Load copy-file.exp
9630         (dg-pch): Use gcc_copy_files instead of "file copy".
9631
9632 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
9633
9634         * gcc.dg/weak/weak.exp: Simplify.
9635         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
9636         * gcc.dg/weak/weak-1.c: Likewise.
9637         * gcc.dg/weak/weak-2.c: Likewise.
9638         * gcc.dg/weak/weak-3.c: Likewise.
9639         * gcc.dg/weak/weak-4.c: Likewise.
9640         * gcc.dg/weak/weak-5.c: Likewise.
9641         * gcc.dg/weak/weak-6.c: Likewise.
9642         * gcc.dg/weak/weak-7.c: Likewise.
9643         * gcc.dg/weak/weak-8.c: Likewise.
9644         * gcc.dg/weak/weak-9.c: Likewise.
9645
9646 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
9647
9648         gcc.c-torture/execute/20030606-1.c: New.
9649
9650 2003-06-06  Roger Sayle  <roger@eyesopen.com>
9651
9652         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
9653         * gcc.dg/builtins-19.c: Likewise.
9654
9655 2003-06-06  Roger Sayle  <roger@eyesopen.com>
9656
9657         * gcc.dg/builtins-2.c: Add some more tests.
9658         * gcc.dg/builtins-18.c: New test case.
9659         * gcc.dg/builtins-19.c: New test case.
9660
9661 2003-06-06  Roger Sayle  <roger@eyesopen.com>
9662             Jim Wilson  <wilson@tuliptree.org>
9663
9664         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
9665
9666 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
9667
9668         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
9669         mempcpy/stpcpy calls not to be optimized into something else.
9670         * gcc.c-torture/execute/string-opt-3.c: Moved to...
9671         * gcc.c-torture/execute/builtins/string-7.c: ...here.
9672         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
9673
9674 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9675
9676         * gcc.dg/format/asm_fprintf-1.c: New test.
9677
9678 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
9679
9680         * lib/gcc-defs.exp (additional_sources): New variable.
9681         (dg-additional-sources): New function.
9682         (additional_files): New variable.
9683         (dg-additional-files): New function.
9684         (dg-additional-files-options): Likewise.
9685         * lib/gcc-dg.exp (dg-require-weak): New function.
9686         (dg-require-alias): Likewise.
9687         (dg-require-gc-sections): Likewise.
9688         * lib/target-supports.exp (check_alias_available): Remove testfile
9689         parameter.
9690         (check_gc_sections_available): New function.
9691         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
9692         (dg-gpp-additional-files): Likewise.
9693         * lib/g++.exp (additional_sources): Remove.
9694         (additional_files): Likewise.
9695         (g++_target_compile): Use dg-additional-files-options.
9696
9697         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
9698         Tcl logic.
9699         * gcc.dg/special/ecos.exp: Remove.
9700         * gcc.dg/special/20000419-2.c: Use dg-require-*.
9701         * gcc.dg/special/alias-1.c: Likewise.
9702         * gcc.dg/special/alias-2.c: Likewise.
9703         * gcc.dg/special/gcsec-1.c: Likewise.
9704         * gcc.dg/special/weak-1.c: Likewise.
9705         * gcc.dg/special/weak-2.c: Likewise.
9706         * gcc.dg/special/wkali-1.c: Likewise.
9707         * gcc.dg/special/wkali-2.c: Likewise.
9708
9709         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
9710         dg-gpp-additional-*.
9711         * g++.dg/special/conpr-3.C: Likewise.
9712         * g++.dg/special/conpr-4.C: Likewise.
9713         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
9714         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
9715         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
9716         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
9717         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
9718         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
9719         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
9720         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
9721         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
9722         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
9723         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
9724         * g++.old-deja/g++.other/comdat1.C: Likewise.
9725         * g++.old-deja/g++.other/comdat2.C: Likewise.
9726         * g++.old-deja/g++.other/comdat3.C: Likewise.
9727         * g++.old-deja/g++.other/ctor1.C: Likewise.
9728         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
9729
9730 2003-06-05  Richard Henderson  <rth@redhat.com>
9731
9732         * gcc.dg/debug/20030605-1.c: New.
9733
9734 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
9735
9736         * README.QMTEST: Update.
9737
9738 2003-06-04  Richard Henderson  <rth@redhat.com>
9739
9740         * gcc.dg/cleanup-1.c: New.
9741         * gcc.dg/cleanup-2.c: New.
9742         * gcc.dg/cleanup-3.c: New.
9743         * gcc.dg/cleanup-4.c: New.
9744         * gcc.dg/cleanup-5.c: New.
9745         * gcc.dg/cleanup-6.c: New.
9746         * gcc.dg/cleanup-7.c: New.
9747
9748 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
9749
9750         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
9751
9752         * lib/dg-pch.exp: New file.
9753         * g++.dg/pch/pch.exp: Use dg-pch.exp.
9754         * gcc.dg/pch/pch.exp: Likewise.
9755
9756 2003-06-04  Roger Sayle  <roger@eyesopen.com>
9757
9758         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
9759         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
9760         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
9761         * gcc.dg/builtins-17.c: New test case.
9762         * gcc.dg/i386-387-4.c: New test case.
9763         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
9764
9765 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9766
9767         * gcc.dg/ultrasp9.c: New test.
9768
9769 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9770
9771         * gcc.c-torture/compile/20030604-1.c: New test.
9772         * gcc.dg/sparc-constant-1.c: New test.
9773
9774 2003-06-03  Glen Nakamura  <glen@imodulo.com>
9775
9776         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
9777
9778 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
9779
9780         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
9781
9782         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
9783         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
9784
9785 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
9786
9787         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
9788
9789 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9790
9791         PR c++/10940
9792         * g++.dg/template/spec10.C: New test.
9793
9794 2003-06-03  Roger Sayle  <roger@eyesopen.com>
9795
9796         * gcc.dg/builtins-16.c: New test case.
9797
9798 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
9799
9800         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
9801         mempcpy test with post-increments.
9802         * gcc.c-torture/execute/string-opt-3.c: New test.
9803         * gcc.dg/string-opt-1.c: New test.
9804
9805 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
9806
9807         PR fortran/10965
9808         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
9809
9810 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
9811
9812         * lib/scanasm.exp (dg-scan): New function, factored out of ...
9813         (scan-assembler): ... here.  Use dg-scan.
9814         (scan-assembler-not): Likewise.
9815         (scan-file): New function.
9816         (scan-file-not): Likewise.
9817         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
9818         * gcc.dg/cpp/_Pragma4.c: Likewise.
9819         * gcc.dg/cpp/_Pragma5.c: Likewise.
9820         * gcc.dg/cpp/avoidpaste1.c: Likewise.
9821         * gcc.dg/cpp/avoidpaste2.c: Likewise.
9822         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
9823         * gcc.dg/cpp/cmdlne-P.c: Likewise.
9824         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
9825         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
9826         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
9827         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
9828         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
9829         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
9830         * gcc.dg/cpp/cxxcom1.c: Likewise.
9831         * gcc.dg/cpp/line1.c: Likewise.
9832         * gcc.dg/cpp/maccom1.c: Likewise.
9833         * gcc.dg/cpp/maccom2.c: Likewise.
9834         * gcc.dg/cpp/maccom3.c: Likewise.
9835         * gcc.dg/cpp/maccom4.c: Likewise.
9836         * gcc.dg/cpp/maccom5.c: Likewise.
9837         * gcc.dg/cpp/maccom6.c: Likewise.
9838         * gcc.dg/cpp/multiline.c: Likewise.
9839         * gcc.dg/cpp/spacing1.c: Likewise.
9840         * gcc.dg/cpp/spacing2.c: Likewise.
9841         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
9842         * gcc.dg/cpp/trad/maccom1.c: Likewise.
9843         * gcc.dg/cpp/trad/maccom2.c: Likewise.
9844         * gcc.dg/cpp/trad/maccom3.c: Likewise.
9845         * gcc.dg/cpp/trad/maccom4.c: Likewise.
9846         * gcc.dg/cpp/trad/maccom6.c: Likewise.
9847         * gcc.dg/cpp/cxxcom2.c: Likewise.
9848         * gcc.dg/cpp/cxxcom2.h: New file.
9849
9850         * gcc.dg/cpp/truefalse.cpp: Move it to ...
9851         * g++.dg/cpp/truefalse.C: Here.
9852         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
9853
9854 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
9855
9856         * gcc.dg/cpp/redef3.c: New file.
9857
9858 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
9859
9860         * gcc.dg/i386-loop-3.c: New test.
9861
9862 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
9863
9864         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
9865
9866 2003-05-31  Roger Sayle  <roger@eyesopen.com>
9867
9868         * gcc.dg/fwrapv-1.c: New test case.
9869         * gcc.dg/fwrapv-2.c: New test case.
9870
9871 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9872
9873         PR c++/10956
9874         * g++.dg/template/spec9.C: New test.
9875
9876 2003-05-29  Roger Sayle  <roger@eyesopen.com>
9877
9878         * gcc.dg/duff-4.c: New test case.
9879
9880 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
9881
9882         PR fortran/10843
9883         * g77.dg/ffixed-form-1.f: New test
9884         * g77.dg/ffixed-form-2.f: New test
9885         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
9886         * g77.dg/ffree-form-3.f: New test
9887
9888 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
9889
9890         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
9891         * gcc.dg/wint_t-1.c: Likewise.
9892
9893 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9894
9895         * g++.dg/template/access11.C: New test.
9896
9897 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9898
9899         PR c++/10849
9900         * g++.dg/template/access10.C: New test.
9901
9902 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
9903             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9904
9905         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
9906
9907 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
9908
9909         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
9910         suppress for powerpc-*-darwin*.
9911         * gcc.dg/torture/builtin-noret-2.c: Likewise.
9912
9913 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
9914
9915         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
9916         suppress option for powerpc-*-darwin*.
9917
9918 2003-05-23  Roger Sayle  <roger@eyesopen.com>
9919
9920         * gcc.dg/builtins-1.c: Add tests for tan and atan.
9921         * gcc.dg/builtins-4.c: Add test for fmod.
9922
9923 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9924
9925         PR c++/10682
9926         * g++.dg/template/instantiate4.C: New test.
9927
9928 2003-05-22  Roger Sayle  <roger@eyesopen.com>
9929
9930         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
9931
9932 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
9933
9934         * gcc.dg/compat/scalar-return-1_main.c: New file.
9935         * gcc.dg/compat/scalar-return-1_x.c: New file.
9936         * gcc.dg/compat/scalar-return-1_y.c: New file.
9937         * gcc.dg/compat/scalar-return-2_main.c: New file.
9938         * gcc.dg/compat/scalar-return-2_x.c: New file.
9939         * gcc.dg/compat/scalar-return-2_y.c: New file.
9940         * gcc.dg/compat/struct-return-3_main.c: New file.
9941         * gcc.dg/compat/struct-return-3_y.c: New file.
9942         * gcc.dg/compat/struct-return-3_x.c: New file.
9943         * gcc.dg/compat/struct-return-2_main.c: New file.
9944         * gcc.dg/compat/struct-return-2_x.c: New file.
9945         * gcc.dg/compat/struct-return-2_y.c: New file.
9946
9947 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9948
9949         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
9950         for hppa*-hp-hpux*.
9951         * gcc.dg/20021014-1.c (dg-options): Likewise.
9952         * gcc.dg/nest.c (dg-options): Likewise.
9953
9954 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
9955
9956         PR c++/9738
9957         * g++.dg/ext/dllimport2.C: New file.
9958         * g++.dg/ext/dllimport3.C: New file.
9959
9960 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
9961
9962         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
9963         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
9964         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9965         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
9966         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9967         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
9968         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
9969         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
9970         * gcc.dg/compat/small-struct-defs.h: New file.
9971         * gcc.dg/compat/small-struct-init.h: New file.
9972         * gcc.dg/compat/small-struct-check.h: New file.
9973         * gcc.dg/compat/fp-struct-defs.h: New file.
9974         * gcc.dg/compat/fp-struct-check.h: New file.
9975         * gcc.dg/compat/fp-struct-init.h: New file.
9976         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
9977         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
9978
9979 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
9980
9981         * gcc.dg/20030225-2.c: New test.
9982
9983 2003-05-18  Roger Sayle  <roger@eyesopen.com>
9984             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9985
9986         * gcc.c-torture/compile/20030518-1.c: New test case.
9987
9988 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
9989
9990         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
9991         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
9992         gcc-dg-debug-runtest.
9993         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
9994         gcc-dg-debug-runtest.
9995
9996 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9997
9998         PR c++/9022
9999         * g++.dg/lookup/using6.C: New test.
10000
10001 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10002
10003         * g++.dg/parse/access2.C: New test.
10004
10005 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10006
10007         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10008         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10009         * gcc.dg/debug/debug.exp: Likewise.
10010
10011 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10012
10013         * gcc.dg/dollar.c: New test.
10014
10015 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10016
10017         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10018         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10019         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10020         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10021         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10022         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10023         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10024         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10025         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10026         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10027         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10028         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10029         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10030         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10031         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10032         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10033         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10034         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10035
10036 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10037
10038         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10039         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10040         support for "repo" mode.
10041         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10042         * lib/g77-dg.exp: Likewise.
10043         * lib/obj-dg.exp: Likewise.
10044
10045 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10046
10047         Merge from gcc-3_2-rhl8-branch:
10048         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10049
10050         * gcc.dg/tls/opt-6.c: New test.
10051
10052         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10053
10054         * gcc.dg/20030405-1.c: New test.
10055
10056         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10057
10058         * gcc.dg/20030309-1.c: New test.
10059
10060         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10061
10062         * gcc.c-torture/execute/20030307-1.c: New test.
10063
10064         2003-02-20  Randolph Chung  <tausq@debian.org>
10065
10066         * gcc.c-torture/compile/20030220-1.c: New test.
10067
10068         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10069
10070         * gcc.dg/20030217-1.c: New test.
10071
10072         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10073
10074         * gcc.c-torture/compile/20020129-1.c: New test.
10075
10076         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10077
10078         * gcc.dg/unroll-1.c: New test.
10079
10080         2002-11-16  Jan Hubicka  <jh@suse.cz>
10081
10082         * gcc.c-torture/execute/20020920-1.c: New test.
10083
10084         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10085
10086         PR target/7434
10087         * gcc.c-torture/compile/20021008-1.c: New test.
10088
10089         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10090
10091         PR target/7559
10092         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
10093
10094         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
10095
10096         * gcc.c-torture/compile/20020807-1.c: New test.
10097
10098         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10099
10100         * gcc.dg/tls/opt-1.c: New test.
10101
10102         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
10103
10104         * gcc.dg/20020729-1.c: New test.
10105
10106         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
10107
10108         * g++.dg/opt/life1.C: New test.
10109
10110         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
10111
10112         * gcc.dg/20020525-1.c: New test.
10113
10114         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10115
10116         PR c++/6794
10117         * g++.dg/ext/pretty1.C: New test.
10118         * g++.dg/ext/pretty2.C: New test.
10119
10120 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
10121
10122         PR c++/8385
10123         * g++.dg/ext/typeof5.C: New test.
10124
10125 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
10126
10127         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
10128         __USER_LABEL_PREFIX__ into account.
10129         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
10130
10131 2003-05-14  Roger Sayle  <roger@eyesopen.com>
10132
10133         * gcc.dg/builtins-15.c: New test case.
10134
10135 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
10136
10137         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
10138
10139 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
10140
10141         * lib/g++.exp: Tweak handling of additional source files.
10142         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
10143         * g++.dg/special/conpr-2a.C: Rename to ...
10144         * g++.dg/special/conpr-2a.cc: ... this.
10145         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
10146         * g++.dg/special/conpr-3a.C: Rename to ...
10147         * g++.dg/special/conpr-3a.cc: This.
10148         * g++.dg/special/conpr-3b.C: Rename to ...
10149         * g++.dg/special/conpr-3b.cc: This.
10150         * g++.dg/special/conpr-4.C: New test.
10151         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
10152
10153 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
10154
10155         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
10156
10157 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10158
10159         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
10160         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10161         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
10162         * g++.old-deja/g++.other/warn3.C: Likewise.
10163
10164 2003-05-11  Roger Sayle  <roger@eyesopen.com>
10165
10166         * gcc.dg/i386-387-1.c: Update to also test log.
10167         * gcc.dg/i386-387-2.c: Likewise.
10168
10169 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
10170
10171         * g77.f-torture/execute/int8421.f: New test.
10172
10173 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10174
10175         PR c++/10230, c++/10481
10176         * g++.dg/lookup/scoped5.C: New test.
10177
10178 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10179
10180         PR c++/10552
10181         * g++.dg/template/ttp6.C: New test.
10182
10183 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
10184
10185         * gcc.c-torture/execute/builtins: New directory.
10186         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
10187         gcc.c-torture/execute/builtins.
10188         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
10189         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
10190         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
10191         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
10192
10193 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10194
10195         PR c++/9252
10196         * g++.dg/template/access8.C: New test.
10197         * g++.dg/template/access9.C: New test.
10198
10199 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10200
10201         PR c++/9554
10202         * g++.dg/parse/access1.C: New test.
10203
10204 2003-05-09  DJ Delorie  <dj@redhat.com>
10205
10206         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
10207         long, and not an int.
10208
10209 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10210
10211         PR c++/10555, c++/10576
10212         * g++.dg/template/memclass1.C: New test.
10213
10214 2003-05-08  DJ Delorie  <dj@redhat.com>
10215
10216         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
10217         targets.
10218         * gcc.c-torture/execute/20021024-1.x: Likewise.
10219         * gcc.c-torture/execute/shiftdi.x: Likewise.
10220         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
10221         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
10222         * gcc.dg/20021018-1.c: Likewise.
10223
10224 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10225
10226         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
10227
10228         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
10229         (bcopy): Call memmove.
10230
10231 2003-05-08  Roger Sayle  <roger@eyesopen.com>
10232
10233         * g77.f-torture/compile/8485.f: New test case.
10234
10235 2003-05-07  Richard Henderson  <rth@redhat.com>
10236
10237         PR c++/10570
10238         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
10239         Verify exception_cleanup not called for rethrows.
10240         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
10241         when exiting catch block without rethrowing.
10242         * g++.dg/eh/forced3.C: New.
10243         * g++.dg/eh/forced4.C: New.
10244
10245 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
10246
10247         * gcc.dg/20030505.c: Fix triplet.
10248
10249 2003-05-06  DJ Delorie  <dj@redhat.com>
10250
10251         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
10252         * gcc.dg/nest.c: Likewise.
10253
10254 2003-05-05  Roger Sayle  <roger@eyesopen.com>
10255
10256         * gcc.dg/builtins-14.c: New test case.
10257
10258 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
10259
10260         * lib/compat.exp (compat-execute): New argument.
10261         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
10262         * gcc.dg/compat: New test directory.
10263         * gcc.dg/compat/compat.exp: New expect script.
10264         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
10265         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
10266         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
10267         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
10268         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
10269         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
10270
10271         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
10272         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
10273         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
10274         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
10275         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
10276         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
10277         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
10278         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
10279         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
10280         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
10281         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
10282         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
10283         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
10284         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
10285         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
10286
10287 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
10288
10289         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
10290
10291 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
10292
10293         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
10294
10295 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
10296
10297         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
10298         * gcc.dg/ppc-fsel-2.c: New test.
10299
10300         * gcc.dg/unused-5.c: New test.
10301
10302 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10303
10304         PR c++/10496
10305         * g++.dg/warn/pmf1.C: New test.
10306
10307 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10308
10309         PR c++/4494
10310         * g++.dg/warn/main.C: New test.
10311
10312 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10313
10314         * gcc.dg/nonnull-3.c: New test.
10315
10316 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
10317
10318         * gcc.dg/cpp/Wtrigraphs.c: Update.
10319         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
10320
10321 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
10322
10323         * gcc.dg/ppc-fsel-1.c: New test.
10324
10325 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
10326
10327         PR c/10604
10328         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
10329
10330 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
10331
10332         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
10333
10334 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10335
10336         PR c++/9364, c++/10553, c++/10586
10337         * g++.dg/parse/typename4.C: New test.
10338         * g++.dg/parse/typename5.C: Likewise.
10339
10340 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
10341
10342         * gcc.c-torture/compile/20030503-1.c: New test.
10343
10344 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10345
10346         * g++.dg/lookup/using5.C: Fix testcase error.
10347
10348 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
10349
10350         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
10351         since MEABI is no longer supported.  Remove all vestiges
10352         of MEABI from the test.
10353
10354 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10355
10356         PR c++/10554
10357         * g++.dg/lookup/using5.C: New test.
10358
10359 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10360
10361         PR c++/8772
10362         * g++.dg/template/ttp5.C: New test.
10363
10364 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
10365
10366         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
10367         (dg-gpp-additional-sources): New function.
10368         (dg-gpp-additional-files): Likewise.
10369         * lib/g++.exp (additional_sources): New variable.
10370         (additional_files): Likewise.
10371         (g++_target_compile): Deal with them.
10372         * lib/old-dejagnu.exp: Remove.
10373         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
10374         * g++.old-deja: Revise all tests to use dg commands.
10375
10376 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10377
10378         PR c++/9432, c++/9528
10379         * g++.dg/lookup/using4.C: New test.
10380
10381 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10382
10383         * gcc.dg/noreturn-5.c: New file.
10384         * gcc.dg/noreturn-6.c: New file.
10385
10386         * gcc.c-torture/compile/inline-1.c: New file.
10387
10388 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10389
10390         PR c++/10551
10391         * g++.dg/template/explicit1.C: New test.
10392
10393 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10394
10395         PR c++/10549
10396         * g++.dg/other/bitfield1.C: New test.
10397
10398         PR c++/10527
10399         * g++.dg/init/new7.C: New test.
10400
10401 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10402
10403         * g++.dg/ext/desig1.C: New test.
10404         * g++.dg/ext/init1.C: Update.
10405
10406         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
10407
10408 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10409
10410         PR c++/10180
10411         * g++.dg/warn/Winline-1.C: New test.
10412
10413 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10414
10415         * gcc.c-torture/execute/string-opt-19.c: New test.
10416
10417         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
10418         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
10419
10420 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
10421
10422         PR c++/10506
10423         * g++.dg/init/new6.C: New test.
10424
10425         PR c++/10503
10426         * g++.dg/init/ref6.C: New test.
10427
10428 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
10429
10430         * g++.dg/warn/weak1.C: XFAIL on AIX4.
10431
10432 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10433
10434         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
10435         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
10436
10437 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
10438
10439         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
10440         initialized static data members.
10441
10442 2003-04-25  H.J. Lu <hjl@gnu.org>
10443
10444         * gcc.dg/ia64-sync-4.c: New test.
10445
10446 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10447
10448         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
10449         date.
10450
10451 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10452
10453         PR c++/10337
10454         * g++.dg/warn/conv1.C: New test.
10455         * g++.old-deja/g++.other/conv7.C: Adjust.
10456         * g++.old-deja/g++.other/overload14.C: Adjust.
10457
10458 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10459
10460         PR c++/10471
10461         * g++.dg/template/defarg2.C: New test.
10462
10463 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10464
10465         * gcc.dg/cpp/include2.c: Update.
10466         * gcc.dg/cpp/multiline-2.c: New.
10467         * gcc.dg/cpp/multiline.c: Update.
10468         * gcc.dg/cpp/strify2.c: Update.
10469         * gcc.dg/cpp/trad/literals-2.c: Update.
10470
10471 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10472
10473         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
10474
10475 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10476
10477         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
10478
10479 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10480
10481         PR c++/10451
10482         * g++.dg/parse/crash4.C: New test.
10483
10484         PR c++/9847
10485         * g++.dg/parse/crash5.C: New test.
10486
10487 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10488
10489         PR c++/10446
10490         * g++.dg/parse/crash3.C: New test.
10491
10492         PR c++/10428
10493         * g++.dg/parse/elab1.C: New test.
10494
10495 2003-04-22  Devang Patel  <dpatel@apple.com>
10496
10497         * gcc.dg/cpp/trad/funlike-5.c: New test.
10498
10499 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
10500
10501         * g++.dg/other/packed1.C: Fix dg options.
10502
10503 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
10504
10505         * g++.dg/other/offsetof2.C: New test.
10506
10507 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10508
10509         * g++.dg/template/recurse.C: Adjust location of error messages.
10510
10511 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10512
10513         PR c++/9881
10514         * g++.dg/init/addr-const1.C: New test.
10515         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
10516
10517 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10518
10519         PR c++/10405
10520         * g++.dg/lookup/struct-hack1.C: New test.
10521
10522 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
10523
10524         * ucs.c: Update diagnostic messages.
10525
10526 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10527
10528         * gcc.dg/cpp/truefalse.cpp: New test.
10529         * gcc.dg/cpp/cpp.exp: Update.
10530         * g++.dg/other/stdbool-if.C: Remove.
10531
10532 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10533
10534         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
10535         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
10536
10537 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
10538
10539         * gcc.c-torture/compile/20030418-1.c: New test.
10540
10541 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
10542
10543         * README.compat: Remove; content moved to doc/sourcebuild.texi.
10544
10545 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10546
10547         PR c++/10347
10548         g++.dg/template/dependent-name1.C: New test.
10549
10550 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
10551
10552         * gcc.dg/warn-1.c (tourist_guide): New array,
10553         contains a pointer to bar.
10554
10555 2003-04-16  Roger Sayle  <roger@eyesopen.com>
10556
10557         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
10558         * gcc.c-torture/execute/medce-1.c: New test case.
10559         * gcc.c-torture/execute/medce-2.c: New test case.
10560
10561 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
10562
10563         * lib/prune.exp: Ignore more messages.
10564
10565         PR c++/10381
10566         * g++.dg/parse/lookup3.C: New test.
10567
10568 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
10569
10570         * gcc.c-torture/compile/20030415-1.c : New test.
10571
10572 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
10573
10574         * gcc.c-torture/execute/scope-2.c: Move to ...
10575         * gcc.dg/noncompile/scope.c: .... here.
10576
10577 2003-04-14  Roger Sayle  <roger@eyesopen.com>
10578
10579         * gcc.dg/20030414-2.c: New test case.
10580
10581 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
10582
10583         PR target/10377
10584         * gcc.dg/20030414-1.c: New test.
10585
10586 2003-04-13  Roger Sayle  <roger@eyesopen.com>
10587
10588         * gcc.dg/builtins-12.c: New test case.
10589         * gcc.dg/builtins-13.c: New test case.
10590
10591 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10592
10593         * gcc.c-torture/execute/string-opt-18.c: New test.
10594
10595 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
10596
10597         PR c++/10300
10598         * g++.dg/init/new5.C: New test.
10599
10600 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
10601
10602         PR c++/7910
10603         * g++.dg/ext/dllimport1.C: New test.
10604
10605 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10606
10607         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
10608
10609 2003-04-11  Bud Davis <bdavis9659@comcast.net>
10610
10611         PR Fortran/9263
10612         * g77.f-torture/noncompile/9263.f: New test
10613         PR Fortran/1832
10614         * g77.f-torture/execute/1832.f: New test
10615
10616 2003-04-11  David Chad  <davidc@freebsd.org>
10617             Loren J. Rittle  <ljrittle@acm.org>
10618
10619         libobjc/8562
10620         * objc.dg/headers.m: New test.
10621
10622 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
10623
10624         * gcc.c-torture/execute/builtin-noret-2.c: New.
10625         * gcc.c-torture/execute/builtin-noret-2.x: New.
10626         XFAIL builtin-noret-2.c at -O1 and above.
10627         * gcc.dg/redecl.c: New.
10628         * gcc.dg/Wshadow-1.c: Update error regexps.
10629
10630 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
10631
10632         * g++.dg/abi/bitfield10.C: New test.
10633
10634 2003-04-09  Mike Stump  <mrs@apple.com>
10635
10636         * gcc.dg/pch/pch.exp: Make testcase names longer.
10637         * g++.dg/pch/pch.exp: Make testcase names longer.
10638
10639 2003-04-08  Roger Sayle  <roger@eyesopen.com>
10640
10641         * gcc.dg/builtins-11.c: New test case.
10642
10643 2003-04-08  Roger Sayle  <roger@eyesopen.com>
10644
10645         * gcc.dg/builtins-9.c: New test case.
10646         * gcc.dg/builtins-10.c: New test case.
10647
10648 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
10649
10650         * gcc.dg/noncompile/init-4.c.c: New test.
10651
10652 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10653
10654         * gcc.misc-test/gcov-9.c: New test.
10655         * gcc.misc-test/gcov-10.c: New test
10656         * gcc.misc-test/gcov-11.c: New test.
10657
10658 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
10659
10660         PR optimization/10024
10661         * gcc.c-torture/compile/20030405-1.c: New test.
10662
10663 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
10664
10665         * gcc.dg/pch/static-3.c: New.
10666         * gcc.dg/pch/static-3.hs: New.
10667         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
10668
10669 2003-04-04  Richard Henderson  <rth@redhat.com>
10670
10671         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
10672         * g++.dg/eh/forced2.C: Likewise.
10673
10674 2003-04-03  Mike Stump  <mrs@apple.com>
10675
10676         * lib/scanasm.exp (scan-assembler): Add xfail processing for
10677         target arg.
10678         (scan-assembler-times, scan-assembler-not): Likewise.
10679         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
10680
10681 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10682
10683         * gcc.dg/sparc-loop-1.c: New test.
10684
10685 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
10686
10687         PR other/9274
10688         * g++.dg/pch/system-2.C: New.
10689         * g++.dg/pch/system-2.Hs: New.
10690
10691 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
10692
10693         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
10694
10695         * g++.dg/eh/simd-1.C (vecfunc): Same.
10696
10697 2003-04-01  Roger Sayle  <roger@eyesopen.com>
10698
10699         * gcc.c-torture/execute/20030401-1.c: New test case.
10700
10701 2003-04-01  Ziemowit Laski <zlaski@apple.com>
10702
10703         * objc.dg/defs.m: New.
10704
10705 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
10706
10707         * g++.dg/eh/simd-1.C: New.
10708         * g++.dg/eh/simd-2.C: New.
10709
10710 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
10711
10712         * gcc.c-torture/execute/simd-3.c: New.
10713
10714 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
10715
10716         PR c/9936
10717         * gcc.dg/20030331-2.c: New test.
10718
10719 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
10720
10721         PR c++/10278
10722         * g++.dg/parse/crash2.C: New test.
10723
10724 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
10725
10726         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
10727         * gcc.c-torture/execute/20030331-1.c: ...here.
10728
10729 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
10730
10731         * gcc.c-torture/execute/20030331-1.c: New test.
10732
10733 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
10734
10735         * lib/gcov.exp: Adjust call return testing strings.
10736         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
10737
10738 2003-03-31  Roger Sayle  <roger@eyesopen.com>
10739
10740         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
10741         * gcc.dg/builtins-7.c: New test case.
10742         * gcc.dg/builtins-8.c: New test case.
10743
10744 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
10745
10746         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
10747
10748 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
10749
10750         PR c++/7647
10751         * g++.dg/lookup-class-member-2.C: New test.
10752
10753 2003-03-30  Glen Nakamura  <glen@imodulo.com>
10754
10755         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
10756
10757 2003-03-28  Roger Sayle  <roger@eyesopen.com>
10758
10759         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
10760
10761 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
10762
10763         * g++.dg/init/attrib1.C: New test.
10764
10765 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10766
10767         * gcc.dg/ultrasp8.c: New test.
10768
10769 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10770
10771         * gcc.dg/ultrasp7.c: New test.
10772
10773 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
10774
10775         PR c++/10047
10776         * g++.dg/template/inline1.C: New test.
10777
10778 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
10779
10780         * gcc.dg/sparc-dwarf2.c: New test.
10781
10782 2003-03-27  Roger Sayle  <roger@eyesopen.com>
10783
10784         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
10785         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
10786
10787 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
10788
10789         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
10790         than reading .x files.
10791         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
10792         * g77.dg/gcov/gcov-1.f: Likewise.
10793         * gcc.misc-tests/gcov-4b.c: Likewise.
10794         * gcc.misc-tests/gcov-5b.c: Likewise.
10795         * gcc.misc-tests/gcov-6.c: Likewise.
10796         * gcc.misc-tests/gcov-7.c: Likewise.
10797         * gcc.misc-tests/gcov-8.c: Likewise.
10798         * g++.dg/gcov/gcov-1.x: Remove.
10799         * g77.dg/gcov/gcov-1.x: Likewise.
10800         * gcc.misc-tests/gcov-4b.x: Likewise.
10801         * gcc.misc-tests/gcov-5b.x: Likewise.
10802         * gcc.misc-tests/gcov-6.x: Likewise.
10803         * gcc.misc-tests/gcov-7.x: Likewise.
10804         * gcc.misc-tests/gcov-8.x: Likewise.
10805
10806 2003-03-27  Glen Nakamura  <glen@imodulo.com>
10807
10808         PR opt/10087
10809         * gcc.dg/20030324-1.c: New test.
10810
10811 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
10812
10813         PR c++/10224
10814         * g++.dg/template/arg3.C: New test.
10815
10816         PR c++/10158
10817         * g++.dg/template/friend18.C: New test.
10818
10819 2003-03-26  Roger Sayle  <roger@eyesopen.com>
10820
10821         * g77.f-torture/compile/20030326-1.f: New test case.
10822
10823 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
10824
10825         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
10826
10827         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
10828
10829 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
10830
10831         * gcc.dg/ia64-sync-3.c: New test.
10832
10833 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
10834
10835         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
10836
10837 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
10838
10839         * gcc.dg/ultrasp6.c: New test.
10840
10841 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
10842
10843         * gcc.dg/i386-signbit-1.c: New test.
10844         * gcc.dg/i386-signbit-2.c: New test.
10845         * gcc.dg/i386-signbit-3.c: New test.
10846
10847 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
10848
10849         * gcc.dg/ultrasp5.c: Fix options.
10850
10851 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10852
10853         * gcc.dg/ultrasp5.c: Fix comment.
10854
10855 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
10856
10857         PR fortran/10197
10858         * g77.f-torture/execute/10197.f: New test.
10859
10860 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
10861
10862         PR c++/9898, c++/383
10863         * g++.dg/template/conv6.C: New test.
10864
10865         PR c++/10119
10866         * g++.dg/template/ptrmem5.C: New test.
10867
10868         PR c++/10026
10869         * g++.dg/lookup/koenig1.C: New test.
10870
10871         PR C++/10199
10872         * g++.dg/lookup/template2.C: New test.
10873
10874 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
10875
10876         * g++.dg/opt/rtti1.C: New test.
10877
10878 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
10879
10880         * gcc.dg/ultrasp5.c: New test.
10881
10882 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
10883
10884         PR middle-end/9967
10885         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
10886         builtin fputs.
10887
10888 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
10889
10890         PR c/8224
10891         * gcc.dg/20030323-1.c: New test.
10892
10893 2003-03-23  Roger Sayle  <roger@eyesopen.com>
10894
10895         * gcc.c-torture/compile/20030323-1.c: New test case.
10896
10897 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
10898
10899         * gcc.dg/20030321-1.c: New test.
10900
10901 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
10902
10903         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
10904
10905 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
10906
10907         PR c++/9978, c++/9708
10908         * g++.dg/ext/vlm1.C: Adjust expected error.
10909         * g++.dg/ext/vla2.C: New test.
10910         * g++.dg/template/arg1.C: New test.
10911         * g++.dg/template/arg2.C: New test.
10912
10913 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
10914
10915         * g77.f-torture/execute/select.f: New test.
10916         * g77.f-torture/noncompile/select_no_compile.f: New test.
10917
10918 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10919
10920         PR c++/9898
10921         * g++.dg/other/error4.C: New test.
10922
10923 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
10924
10925         * g++.dg/template/friend17.C: New test.
10926
10927 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
10928
10929         * gcc.c-torture/compile/20030320-1.c: New.
10930
10931 2003-03-20  Roger Sayle  <roger@eyesopen.com>
10932
10933         * gcc.dg/builtins-6.c: New test case.
10934
10935 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
10936
10937         PR target/10073
10938         * gcc.c-torture/compile/20030319-1.c: New.
10939
10940 2003-03-18  Jan Hubicka  <jh@suse.cz>
10941
10942         * gcc.dg/i386-cvt-1.c: New test.
10943
10944 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
10945
10946         * objc.dg/naming-1.m: Use "(parse|syntax) error".
10947         * objc.dg/naming-2.m: Likewise.
10948
10949 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
10950
10951         PR c++/9639
10952         * g++.dg/parse/crash1.C: New test.
10953
10954 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
10955
10956         PR c++/8805
10957         * g++.dg/eh/cleanup1.C: New test.
10958
10959 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
10960
10961         * gcc.c-torture/execute/20030316-1.c: New test case.
10962
10963 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10964
10965         PR c++/9629
10966         * g++.dg/init/ctor2.C: New test.
10967
10968 2003-03-15  Roger Sayle  <roger@eyesopen.com>
10969
10970         * g77.f-torture/compile/xformat.f: New test case.
10971
10972 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10973
10974         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
10975         * g++.old-deja/g++.mike/eh50.C: Likewise.
10976
10977 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10978
10979         PR c++/6440
10980         * g++.dg/template/spec7.C: New test.
10981         * g++.dg/template/spec8.C: Likewise.
10982
10983 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
10984
10985         * gcc.c-torture/execute/20030313-1.c: New test.
10986
10987 2003-03-14  Richard Henderson  <rth@redhat.com>
10988
10989         * gcc.dg/inline-2.c: Adjust alpha test for external call.
10990
10991 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
10992
10993         * gcc.c-torture/compile/20030314-1.c: New test.
10994
10995 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
10996
10997         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
10998         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
10999         thumb target,
11000         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11001         to accept newer _imp__  prefix and additional
11002         newline in .drectve section.
11003         * gcc.dg/dll-4.c: Likewise.
11004         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11005         switch.
11006
11007 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11008
11009         * g++.dg/parse/namespace9.C: New test.
11010
11011         * g++.dg/init/ref5.C: New test.
11012         * g++.dg/parse/ptrmem1.C: Likewise.
11013
11014 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11015
11016         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11017         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11018         regular expression.
11019         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11020         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11021
11022 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11023
11024         * gcc.c-torture/execute/20030224-2.c: New test.
11025
11026 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11027
11028         * gcc.dg/decl-3.c: New test.
11029
11030 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11031
11032         * gcc.dg/i386-loop-2.c: New test.
11033
11034 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11035
11036         PR c++/9474
11037         * g++.dg/parse/namespace8.C: New test.
11038
11039         PR c++/9924
11040         * g++.dg/overload/builtin2.C: New test.
11041
11042 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11043
11044         * gcc.dg/return-type-3.c: New test.
11045
11046 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11047
11048         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11049         profiling options are not supported.
11050
11051 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11052
11053         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11054         * g++.old-deja/g++.warn/impint2.C: Likewise.
11055
11056 2003-03-10  Devang Patel  <dpatel@apple.com>
11057
11058         * g++.dg/cpp/c++_cmd_1.C: New test.
11059         * g++.dg/cpp/c++_cmd_1.h: New file.
11060
11061 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11062
11063         * gcc.dg/altivec-9.c: New file.
11064
11065 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11066
11067         * gcc.dg/ppc-sdata-1.c: New test.
11068         * gcc.dg/ppc-sdata-2.c: New test.
11069
11070 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11071
11072         PR c++/9373
11073         * g++.dg/opt/ptrmem2.C: New test.
11074
11075         PR c++/8534
11076         * g++.dg/opt/ptrmem1.C: New test.
11077
11078 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11079
11080         * gcc.dg/i386-loop-1.c: New test.
11081
11082 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11083
11084         PR c++/9970
11085         * g++.dg/lookup/friend1.C: New test.
11086
11087 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11088
11089         PR c++/9823
11090         * g++.dg/parser/constructor1.C: New test.
11091
11092 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11093
11094         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
11095
11096         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11097
11098 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11099
11100         * gcc.dg/cpp/Wunused.c: Update test.
11101
11102 2003-03-08  Jan Hubicka  <jh@suse.cz>
11103
11104         * gcc.dg/inline-3.c: New test.
11105
11106 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11107
11108         PR c++/9809
11109         * g++.dg/parse/builtin1.C: New test.
11110
11111         PR c++/9982
11112         * g++.dg/abi/cookie1.C: New test.
11113         * g++.dg/abi/cookie2.C: Likewise.
11114
11115         PR c++/9524
11116         * g++.dg/template/field1.C: New test.
11117
11118         PR c++/9912
11119         * g++.dg/parse/class1.C: New test.
11120         * g++.dg/parse/namespace7.C: Likewise.
11121         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
11122
11123 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
11124
11125         * g++.dg/init/ref4.C: New test.
11126
11127 2003-03-07  Jan Hubicka  <jh@suse.cz>
11128
11129         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
11130         * gcc.dg/inline-3.c:  New test.
11131
11132 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
11133
11134         * g++.dg/init/ref3.C: New test.
11135
11136         PR c++/9965
11137         * g++.dg/init/ref2.C: New test.
11138
11139         PR c++/9400
11140         * g++.dg/warn/Wshadow-2.C: New test.
11141
11142         PR c++/9791
11143         * g++.dg/warn/Woverloaded-1.C: New test.
11144
11145 2003-03-05  Jan Hubicka  <jh@suse.cz>
11146
11147         * gcc.dg/i386-local2.c: New.
11148         * gcc.dg/i386-local.c: Fix typo.
11149
11150 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
11151
11152         * g++.dg/abi/layout3.C: New test.
11153
11154 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11155
11156         * gcc.c-torture/compile/20030305-1.c
11157
11158 2003-03-05  Jan Hubicka  <jh@suse.cz>
11159
11160         * gcc.dg/i386-local.c: New.
11161
11162 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
11163
11164         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
11165
11166 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11167
11168         * gcc.dg/switch-2.c: New test.
11169         * gcc.dg/switch-3.c: New test.
11170         * gcc.dg/Wswitch.c: Adjust line numbers.
11171         * gcc.dg/Wswitch-default.c: Likewise.
11172         * gcc.dg/Wswitch-enum.c: Likewise.
11173
11174 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11175
11176         * gcc.c-torture/execute/20030222-1.c: New test.
11177
11178 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11179
11180         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
11181
11182 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
11183
11184         PR c++/9878
11185         * g++.dg/init/ref1.C: New test.
11186
11187 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11188
11189         * gcc.dg/sh-relax.c: New SH-only test.
11190
11191 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11192
11193         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
11194         comment explaining purpose of testcase.
11195
11196 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11197
11198         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
11199         for HC11/HC12 (asm needs two int registers).
11200         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
11201         HC11/HC12 because the test uses an asm which needs two 32-bit
11202         registers.
11203
11204 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11205
11206         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
11207         for HC11/HC12 (array is too large otherwise).
11208         * gcc.c-torture/compile/920501-4.x: New file, likewise.
11209         * gcc.c-torture/compile/20010518-2.x: Likewise.
11210         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
11211         HC11/HC12 (array is too large).
11212
11213 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
11214
11215         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
11216         * lib/g++-dg.exp (g++-dg-test): Likewise.
11217
11218 2003-03-01  Roger Sayle  <roger@eyesopen.com>
11219
11220         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
11221         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
11222
11223 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11224
11225         * g++.dg/warn/implicit-typename1.C: Remove warning.
11226
11227 2003-02-28  Richard Henderson  <rth@redhat.com>
11228
11229         * gcc.dg/noreturn-1.c: Move noreturn warning line.
11230         * gcc.dg/return-type-1.c: Move control reaches end warning line.
11231
11232 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
11233
11234         * gcc.dg/pch/pch.exp: Change .pch to .gch.
11235         * g++.dg/pch/pch.exp: Likewise.
11236
11237 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
11238
11239         PR c++/9879
11240         * testsuite/g++.dg/init/new4.C: New test.
11241
11242 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
11243
11244         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
11245
11246 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
11247
11248         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
11249         unsigned long.
11250
11251         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
11252         wider than float.
11253
11254 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11255
11256         * lib/scanasm.exp: Add support for counting numbers of
11257         occurences.
11258         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
11259         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
11260
11261 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
11262
11263         PR c++/9683
11264         * g++.dg/template/static3.C: New test.
11265
11266         PR c++/9829
11267         * g++.dg/parse/namespace6.C: New test.
11268
11269 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11270
11271         PR target/9732
11272         * gcc.dg/20030225-1.c: New test.
11273
11274 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
11275
11276         * README: Remove out-of-date information.
11277
11278         PR c++/9836
11279         * g++.dg/template/spec6.C: New test.
11280
11281 2003-02-24  Jeff Law  <law@redhat.com>
11282
11283         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
11284
11285 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11286
11287         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
11288         * gcc.dg/pragma-ep-1.c: Likewise.
11289
11290 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11291
11292         PR c++/9602
11293         * g++.dg/template/friend16.C: New test.
11294
11295 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
11296
11297         PR c++/5333
11298         * g++.dg/parse/fused-params1.C: Adjust error messages.
11299         * g++.dg/template/nested3.C: New test.
11300
11301 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
11302
11303         * g++.dg/abi/param1.C: New test.
11304
11305 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11306
11307         PR c++/7982
11308         * g++.dg/warn/implicit-typename1.C: New test.
11309
11310 2003-02-22  Kelley Cook <kelleycook@comcast.net>
11311
11312         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
11313         with "mtune".
11314         * g++.old-deja/g++.other/store-expr2.C: Likewise.
11315         * gcc.c-torture/execute/20010129-1.x: Likewise.
11316         * gcc.dg/20011107-1.c: Likewise.
11317         * gcc.dg/20020108-1.c: Likewise.
11318         * gcc.dg/20020122-3.c: Likewise.
11319         * gcc.dg/20020206-1.c: Likewise.
11320         * gcc.dg/20020310-1.c: Likewise.
11321         * gcc.dg/20020426-2.c: Likewise.
11322         * gcc.dg/20020517-1.c: Likewise.
11323         * gcc.dg/991230-1.c: Likewise.
11324         * gcc.dg/i386-unroll-1.c: Likewise.
11325         * gcc.misc-tests/i386-prefetch.exp: Likewise.
11326
11327 2003-02-22  Jan Hubicka  <jh@suse.cz>
11328
11329         * gcc.dg/i386-mul.c: New test.
11330
11331 2003-02-21  Roger Sayle  <roger@eyesopen.com>
11332
11333         * gcc.dg/builtins-5.c: New test case.
11334
11335 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
11336
11337         * gcc.dg/asmreg-1.c: New test.
11338
11339 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11340
11341         PR c++/9749
11342         * g++.dg/parse/varmod1.C: New test.
11343
11344 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11345
11346         PR c++/9727
11347         * g++.dg/template/op1.C: New test.
11348
11349 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11350
11351         PR c++/8906
11352         * g++.dg/template/nested2.C: New test.
11353
11354 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11355
11356         PR c++/8724
11357         * g++.dg/expr/dtor1.C: New test.
11358
11359 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11360
11361         * gcc.dg/cpp/include3.c: New test.
11362         * gcc.dg/cpp/inc/foo.h: New file.
11363
11364 2003-02-21  Glen Nakamura  <glen@imodulo.com>
11365
11366         * gcc.c-torture/execute/20030221-1.c: New test.
11367
11368 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
11369
11370         PR c++/9729
11371         * g++.dg/abi/conv1.C: New test.
11372
11373 2003-02-20  Jan Hubicka  <jh@suse.cz>
11374
11375         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
11376
11377 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
11378
11379         * gcc.c-torture/compile/20030219-1.c: New test.
11380
11381 2003-02-18  Jan Hubicka  <jh@suse.cz>
11382
11383         * gcc.dg/funcorder.c: New test.
11384
11385 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11386
11387         * gcc.c-torture/execute/20030218-1.c: New.
11388
11389 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
11390
11391         * gcc.dg/20030218-1.c: New.
11392
11393 2003-02-18  Richard Henderson  <rth@redhat.com>
11394
11395         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
11396         * gcc.dg/attr-used-2.c: New.
11397
11398 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
11399
11400         PR c++/9704
11401         * g++.dg/init/copy5.C: New test.
11402
11403 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
11404
11405         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
11406         * g++.dg/pch/pch.exp: Likewise.
11407
11408 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11409
11410         * gcc.c-torture/execute/20030209-1.c: Enable the test if
11411         STACK_SIZE is not defined.
11412
11413 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11414
11415         PR c++/9457
11416         * g++.dg/template/init1.C: New test.
11417
11418 2003-02-16  Jan HUbicka  <jh@suse.cz>
11419
11420         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
11421         (foo): Add few extra tests
11422         * gcc.dg/c99-const-expr-3.c: Likewise.
11423         * gcc.c-torture/execute/20030216-1.c: New.
11424
11425 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11426
11427         PR c++/9459
11428         * g++.dg/ext/typeof4.C: New test.
11429
11430 2003-02-15  Roger Sayle  <roger@eyesopen.com>
11431
11432         * gcc.dg/i386-387-3.c: New test case.
11433
11434 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
11435
11436         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
11437         cris-*-elf* cris-*-aout* and mmix-*-*.
11438
11439 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
11440
11441         * gcc.dg/20030213-1.c: New test.
11442
11443 2003-02-12  Roger Sayle  <roger@eyesopen.com>
11444
11445         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
11446         * gcc.dg/i386-387-2.c: Likewise.
11447
11448 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
11449
11450         * gcc.dg/ppc-spe.c: Fix formatting.
11451         Enable tests that were previously unsupported by gas.
11452         Delete tests for instructions that no longer exist.
11453         Switch arguments on evsubifw builtin.
11454
11455 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11456
11457         * gcc.c-torture/execute/20030209-1.c: Disable the test if
11458         STACK_SIZE is too small.
11459
11460 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
11461             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
11462
11463         * gcc.dg/decl-2.c: New test.
11464
11465 2003-02-10  Jan Hubicka  <jh@suse.cz>
11466
11467         * gcc.dg/i386-fpcvt-1.c:  New test.
11468
11469 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
11470
11471         * gcc.c-torture/execute/20030209-1.c: New test.
11472
11473 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
11474
11475         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
11476         int-wide bitops, use the constants of the same width.
11477         Likewise, if long long is 32-bit wide, test bitops using
11478         32-bit constants.
11479
11480 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
11481
11482         * gcc.dg/20021014-1.c: Annotate with expected notice text.
11483
11484 2003-02-07  Roger Sayle  <roger@eyesopen.com>
11485
11486         * testsuite/gcc.dg/builtins-4.c: New test case.
11487
11488 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11489
11490         * gcc.dg/20020430-1.c: Fix dg command typos.
11491         * gcc.dg/20020503-1.c: Likewise.
11492
11493 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11494
11495         PR c++/8785
11496         * g++.dg/parse/fused-params1.C: New test.
11497
11498         PR c++/8857
11499         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
11500
11501         PR c++/8921
11502         * g++.dg/parse/non-dependent1.C: New test.
11503
11504         PR c++/8928
11505         * g++.dg/parse/dupl-tmpl-args1.C: New test.
11506
11507         PR c++/9228
11508         * g++.dg/parse/undefined7.C: New test.
11509         * g++.dg/parse/non-templ1.C: New test.
11510
11511         PR c++/9229
11512         * g++.dg/parse/too-many-tmpl-args1.C: New test.
11513
11514 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
11515
11516         * gcc.c-torture/compile/20030206-1.c: New test.
11517
11518 2003-02-05  Roger Sayle  <roger@eyesopen.com>
11519
11520         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
11521         "pow" to "foo" to avoid potential confusion with a math built-in.
11522
11523 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11524
11525         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
11526         conditions for SPARC targets.
11527
11528 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
11529
11530         * gcc.dg/20030204-1.c: New test.
11531
11532 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11533
11534         PR c++/38
11535         * g++.dg/parse/array-size1.C: New test.
11536
11537         PR c++/5657
11538         * g++.dg/parse/undefined3.C: New test.
11539
11540         PR c++/5665
11541         * g++.dg/parse/undefined4.C: New test.
11542
11543         PR c++/5975
11544         * g++.dg/parse/undefined5.C: New test.
11545
11546         PR c++/7259
11547         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
11548
11549         PR c++/8578
11550         * g++.dg/parse/casting-operator1.C: New test.
11551
11552         PR c++/8596
11553         * g++.dg/parse/undefined6.C: New test.
11554
11555         PR c++/8736
11556         * g++.dg/parse/missing-template1.C: New test.
11557
11558 2003-02-04  Jan Hubicka  <jh@suse.cz>
11559
11560         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
11561         * gcc.dg/i386-cmov?.c:  Likewise.
11562         * gcc.dg/i386-fpcvt-?.c:  Likewise.
11563         * gcc.dg/i386-ssefp-1.c:  Likewise.
11564         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
11565         conventions.
11566
11567 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
11568
11569         PR c++/7129
11570         * testsuite/g++.dg/ext/max.C: New test.
11571
11572 2003-02-03  Jan Hubicka  <jh@suse.cz>
11573
11574         * gcc.c-torture/execute/20030203-1.c: New test.
11575
11576 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
11577
11578         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
11579         'natural-endian'.
11580
11581 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
11582
11583         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
11584         * g++.dg/init/new2.C: Likewise.
11585         * g++.dg/other/new1.C: Likewise.
11586
11587 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
11588
11589         * gcc.dg/struct-ret-libc.c: New test.
11590
11591 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
11592
11593         * gcc.dg/20030129-1.c: New test.
11594
11595 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11596
11597         PR c++/8849
11598         * g++.dg/template/ptrmem4.C: New test.
11599
11600 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
11601
11602         * g++.dg/parser/constant1.C: New test.
11603
11604 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11605
11606         PR c++/8591
11607         * g++.dg/parse/friend2.C: New test.
11608
11609 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
11610
11611         PR c++/9437
11612         * g++.dg/template/unify4.C: New test.
11613
11614 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
11615
11616         * gcc.c-torture/execute/20030128-1.c: New test.
11617
11618 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
11619
11620         * g++.dg/lookup/nested1.C: Test moved from ...
11621         * g++.old-deja/g++.other/lookup24.C: ... here.
11622
11623 2003-01-28  Jan Hubicka  <jh@suse.cz>
11624
11625         * gcc.dg/i386-cmov5.c:  New test.
11626
11627 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
11628
11629         * gcc.c-torture/execute/20010925-1.c: Changed the
11630         memcpy declaration.
11631
11632 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
11633
11634         PR c++/3902
11635         * g++.dg/parse/template5.C: New test.
11636
11637 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
11638
11639         PR fortran/9258
11640         * g77.dg/pr9258: New test.
11641
11642 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11643
11644         * README: Move relevant parts from README.g++.
11645
11646         * README.g++: Remove this file.
11647
11648 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
11649
11650         * g++.dg/abi/dcast1.C: New test.
11651
11652 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11653
11654         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
11655
11656 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
11657
11658         PR c++/47
11659         * g++.old-deja/g++.other/lookup24.C: New test.
11660
11661 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11662
11663         PR middle-end/7227
11664         * gcc.dg/uninit-C.c: New test.
11665
11666 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
11667
11668         * g++.dg/abi/covariant1.C: New test.
11669
11670 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
11671
11672         * gcc.dg/20030123-1.c: New test.
11673
11674 2003-01-25  Jan Hubicka  <jh@suse.cz>
11675
11676         PR opt/8492
11677         * gcc.c-torture/compile/20030125-1.c
11678
11679 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
11680
11681         PR c++/9403
11682         * g++.dg/parse/template3.C: New test.
11683         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
11684
11685         PR c++/795
11686         * g++.dg/parse/template4.C: New test.
11687
11688         PR c++/9415
11689         * g++.dg/template/qual2.C: New test.
11690
11691         PR c++/8545
11692         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
11693
11694         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
11695
11696 2003-01-25  Roger Sayle  <roger@eyesopen.com>
11697
11698         * gcc.c-torture/execute/switch-1.c: New test case.
11699
11700 2003-01-25  Jan Hubicka  <jh@suse.cz>
11701
11702         * gcc.c-torture/execute/20030125-1.[cx]: New test.
11703
11704 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
11705
11706         Tweaks for Bison-1.875. From the NEWS file:
11707         "- `parse error' -> `syntax error'
11708         Bison now uniformly uses the term `syntax error'"
11709         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
11710         * gcc.dg/cpp/digraph2.c: Likewise.
11711         * gcc.dg/cpp/direct2.c: Likewise.
11712         * gcc.dg/cpp/paste4.c: Likewise.
11713         * gcc.dg/c90-restrict-1.c: Likewise.
11714         * gcc.dg/c99-func-2.c: Likewise.
11715         * gcc.dg/noncompile/920721-2.c: Likewise.
11716         * gcc.dg/noncompile/930622-2.c: Likewise.
11717         * gcc.dg/noncompile/940112-1.c: Likewise.
11718         * gcc.dg/noncompile/950921-1.c: Likewise.
11719         * gcc.dg/noncompile/951123-1.c: Likewise.
11720         * gcc.dg/noncompile/971104-1.c: Likewise.
11721         * gcc.dg/noncompile/990416-1.c: Likewise.
11722
11723 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
11724
11725         * g++.dg/parse/undefined1.C: Add error message.
11726
11727 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
11728
11729         PR c++/9354
11730         * g++.dg/parse/new1.C: New test.
11731
11732         PR c++/9216
11733         * g++.dg/parse/template2.C: New test.
11734
11735         PR c++/9354
11736         * g++.dg/parse/typedef2.C: New test.
11737
11738         PR c++/9328
11739         * g++.dg/ext/typeof3.C: New test.
11740
11741 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11742
11743         PR c++/2738
11744         * g++.dg/parse/ret-type1.C: New test.
11745
11746         PR c++/3792
11747         * g++.dg/parse/tmpl-outside1.C: New test.
11748
11749         PR c++/4207
11750         * g++.dg/parse/int-as-enum1.C: New test.
11751
11752         PR c++/4903
11753         * g++.dg/parse/no-typename1.C: New test.
11754
11755         PR c++/5533
11756         * g++.dg/parse/no-value1.C: New test.
11757
11758         PR c++/5921
11759         * g++.dg/parse/wrong-inline1.C: New test.
11760
11761         PR c++/6402
11762         * g++.dg/parse/ref1.C: New test.
11763
11764         PR c++/6992
11765         * g++.dg/parse/attr-ctor1.C: New test.
11766
11767         PR c++/7229
11768         * g++.dg/parse/namespace5.C: New test.
11769
11770         PR c++/7917
11771         * g++.dg/parse/func-def1.C: New test.
11772
11773         PR c++/8143
11774         * g++.dg/parse/undefined1.C: New test.
11775
11776         PR c++/5723, PR c++/8522
11777         * g++.dg/parse/specialization1.C: New test.
11778
11779         PR c++/163, PR c++/8595
11780         * g++.dg/parse/struct-as-enum1.C: New test.
11781
11782         PR c++/9173
11783         * g++.dg/parse/undefined2.C: New test.
11784
11785 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
11786
11787         PR c++/9298
11788         * g++.dg/parse/template1.C: New test.
11789
11790         PR c++/9384
11791         * g++.dg/parse/using1.C: New test.
11792
11793         PR c++/9285
11794         PR c++/9294
11795         * g++.dg/parse/expr2.C: New test.
11796
11797         PR c++/9388
11798         * g++.dg/parse/lookup2.C: Likewise.
11799
11800 2003-01-21  Jan Hubicka  <jh@suse.cz>
11801
11802         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
11803         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
11804         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
11805         * gcc.c-torture/execute/string-opt-*.c: Likewise.
11806
11807 2003-01-20  Nick Clifton  <nickc@redhat.com>
11808
11809         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
11810         problem with ARM sibcall code generation.
11811
11812 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
11813
11814         * gcc.c-torture/execute/20030120-1.c: New.
11815
11816 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
11817
11818         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
11819
11820 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
11821
11822         PR c++/9272
11823         * g++.dg/parse/ctor1.C: New test.
11824
11825         PR c++/9294:
11826         * g++.dg/parse/qualified1.C: New test.
11827
11828         * g++.dg/parse/typename3.C: New test.
11829
11830 2003-01-16  Richard Henderson  <rth@redhat.com>
11831
11832         * g++.dg/tls/init-2.C: Fix error matches for real this time.
11833
11834 2003-01-16  Richard Henderson  <rth@redhat.com>
11835
11836         * g++.dg/pch/pch.exp: Copy test header to the working directory
11837         before using it either for precompilation or direct use.
11838         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
11839         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
11840
11841 2003-01-16  Richard Henderson  <rth@redhat.com>
11842
11843         * gcc.dg/pch/pch.exp: Copy test header to the working directory
11844         before using it either for precompilation or direct use.
11845         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
11846         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
11847
11848 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
11849
11850         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
11851         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
11852         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
11853         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
11854         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
11855         typename warning into error.
11856         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
11857         error messages.
11858         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
11859         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
11860         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
11861         messages.
11862         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
11863         make declaration visible in template.
11864         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
11865         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
11866         messages.
11867         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
11868         message.
11869         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
11870         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
11871         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
11872         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
11873         typename warning with error message.
11874         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
11875         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
11876         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
11877
11878 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
11879
11880         * g++.dg/parse/ambig2.C: New test.
11881
11882 2003-01-15  Richard Henderson  <rth@redhat.com>
11883
11884         * g++.dg/tls/init-2.C: Update error message string.
11885
11886 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11887
11888         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
11889
11890 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
11891
11892         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
11893         all for HC11/HC12.
11894         * gcc.c-torture/compile/20001205-1.x: Likewise.
11895         * gcc.c-torture/compile/20001226-1.x: Likewise.
11896         * gcc.c-torture/compile/920520-1.x: Likewise.
11897         * gcc.c-torture/compile/961203-1.x: Likewise.
11898         * gcc.c-torture/compile/20020604-1.x: Likewise.
11899
11900 2003-01-15  Jan Hubicka  <jh@suse.cz>
11901
11902         * gcc.c-torture/compile/20030115-1.c: New test.
11903
11904         * gcc.dg/i386-fpcvt-1.c: New test.
11905         * gcc.dg/i386-fpcvt-2.c: New test.
11906
11907 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
11908
11909         Further conform g++'s __vmi_class_type_info to the C++ ABI
11910         specification.
11911         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
11912         the specification.
11913
11914 2003-01-14  Jan Hubicka  <jh@suse.cz>
11915
11916         * gcc.dg/i386-fpcvt-1.c: New test.
11917         * gcc.dg/i386-fpcvt-2.c: New test.
11918
11919 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11920
11921         * gcc.dg/i386-mmx-3.c: New test.
11922
11923 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
11924
11925         PR c++/9264
11926         * g++.dg/parse/octal1.C: New file.
11927
11928         PR c++/9172
11929         * g++.dg/parse/typename1.C: New file.
11930
11931 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
11932
11933         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
11934         * gcc.dg/bf-no-ms-layout.c: Likewise.
11935         * gcc.dg/bf-ms-attrib.c: Likewise.
11936
11937 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
11938
11939         PR c++/9099
11940         * g++.dg/parse/dtor1.C: New file.
11941
11942         PR c++/9128
11943         * g++.dg/rtti/typeid1.C: New file.
11944
11945         PR c++/9153
11946         * g++.dg/parse/lookup1.C: New file.
11947
11948         PR c++/9171
11949         * g++.dg/templ/spec5.C: New file.
11950
11951 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
11952
11953         * gcc.c-torture/compile/20030110-1.c: New test.
11954
11955 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
11956
11957         Merge from pch-branch:
11958
11959         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
11960
11961         * gcc.dg/pch/cpp-1.h: New.
11962         * gcc.dg/pch/cpp-1.c: New.
11963         * gcc.dg/pch/cpp-2.h: New.
11964         * gcc.dg/pch/cpp-2.c: New.
11965
11966         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
11967
11968         * gcc.dg/pch/except-1.h: New.
11969         * gcc.dg/pch/except-1.c: New.
11970
11971         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
11972
11973         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
11974         running test.
11975         * gcc.dg/pch: Include *.hp not *.h.
11976         * gcc.dg/pch/system-1.h: New.
11977         * gcc.dg/pch/system-1.c: New.
11978
11979         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
11980
11981         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
11982         rather than trying to build and run a program using PCH.
11983         * gcc.dg/pch: Remove dg-do commands from test files.
11984
11985         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
11986
11987         * gcc.dg/pch/macro-3.c: New.
11988         * gcc.dg/pch/macro-3.h: New.
11989
11990         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
11991
11992         * gcc.dg/pch/common-1.c: New.
11993         * gcc.dg/pch/common-1.h: New.
11994         * gcc.dg/pch/decl-1.c: New.
11995         * gcc.dg/pch/decl-1.h: New.
11996         * gcc.dg/pch/decl-2.c: New.
11997         * gcc.dg/pch/decl-2.h: New.
11998         * gcc.dg/pch/decl-3.c: New.
11999         * gcc.dg/pch/decl-3.h: New.
12000         * gcc.dg/pch/decl-4.c: New.
12001         * gcc.dg/pch/decl-4.h: New.
12002         * gcc.dg/pch/decl-5.c: New.
12003         * gcc.dg/pch/decl-5.h: New.
12004         * gcc.dg/pch/global-1.c: New.
12005         * gcc.dg/pch/global-1.h: New.
12006         * gcc.dg/pch/inline-1.c: New.
12007         * gcc.dg/pch/inline-1.h: New.
12008         * gcc.dg/pch/inline-2.c: New.
12009         * gcc.dg/pch/inline-2.h: New.
12010         * gcc.dg/pch/static-1.c: New.
12011         * gcc.dg/pch/static-1.h: New.
12012         * gcc.dg/pch/static-2.c: New.
12013         * gcc.dg/pch/static-2.h: New.
12014
12015         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12016
12017         * g++.dg/pch/pch.exp: Better handle failing testcases.
12018         * gcc.dg/pch/pch.exp: Likewise.
12019         * gcc.dg/pch/macro-1.c: New.
12020         * gcc.dg/pch/macro-1.h: New.
12021         * gcc.dg/pch/macro-2.c: New.
12022         * gcc.dg/pch/macro-2.h: New.
12023
12024         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12025
12026         * g++.dg/dg.exp: Treat files in pch/ specially.
12027         * g++.dg/pch/pch.exp: New file.
12028         * g++.dg/pch/empty.H: New file.
12029         * g++.dg/pch/empty.C: New file.
12030         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12031         "precompile".
12032
12033         * gcc.dg/pch/pch.exp: New file.
12034         * gcc.dg/pch/empty.h: New file.
12035         * gcc.dg/pch/empty.c: New file.
12036         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12037         "precompile".
12038
12039 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12040
12041         * g++.dg/template/friend14.C: New test.
12042
12043 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12044
12045         * gcc.dg/old-style-asm-1.c: New test.
12046
12047 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12048
12049         * gcc.c-torture/compile/20030109-1.c: New test.
12050
12051 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12052
12053         * gcc.c-torture/execute/20030109-1.c: New test.
12054
12055 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12056
12057         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12058         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12059         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12060         * g++.old-deja/g++.mike/eh2.C: Likewise
12061         * g++.old-deja/g++.mike/eh3.C: Likewise
12062         * g++.old-deja/g++.mike/eh5.C: Likewise
12063         * g++.old-deja/g++.mike/eh6.C: Likewise
12064         * g++.old-deja/g++.mike/eh7.C: Likewise
12065         * g++.old-deja/g++.mike/eh8.C: Likewise
12066         * g++.old-deja/g++.mike/eh9.C: Likewise
12067         * g++.old-deja/g++.mike/eh10.C: Likewise
12068         * g++.old-deja/g++.mike/eh12.C: Likewise
12069         * g++.old-deja/g++.mike/eh13.C: Likewise
12070         * g++.old-deja/g++.mike/eh14.C: Likewise
12071         * g++.old-deja/g++.mike/eh16.C: Likewise
12072         * g++.old-deja/g++.mike/eh17.C: Likewise
12073         * g++.old-deja/g++.mike/eh18.C: Likewise
12074         * g++.old-deja/g++.mike/eh21.C: Likewise
12075         * g++.old-deja/g++.mike/eh23.C: Likewise
12076         * g++.old-deja/g++.mike/eh24.C: Likewise
12077         * g++.old-deja/g++.mike/eh25.C: Likewise
12078         * g++.old-deja/g++.mike/eh26.C: Likewise
12079         * g++.old-deja/g++.mike/eh27.C: Likewise
12080         * g++.old-deja/g++.mike/eh28.C: Likewise
12081         * g++.old-deja/g++.mike/eh29.C: Likewise
12082         * g++.old-deja/g++.mike/eh31.C: Likewise
12083         * g++.old-deja/g++.mike/eh33.C: Likewise
12084         * g++.old-deja/g++.mike/eh34.C: Likewise
12085         * g++.old-deja/g++.mike/eh35.C: Likewise
12086         * g++.old-deja/g++.mike/eh36.C: Likewise
12087         * g++.old-deja/g++.mike/eh37.C: Likewise
12088         * g++.old-deja/g++.mike/eh38.C: Likewise
12089         * g++.old-deja/g++.mike/eh39.C: Likewise
12090         * g++.old-deja/g++.mike/eh40.C: Likewise
12091         * g++.old-deja/g++.mike/eh41.C: Likewise
12092         * g++.old-deja/g++.mike/eh42.C: Likewise
12093         * g++.old-deja/g++.mike/eh44.C: Likewise
12094         * g++.old-deja/g++.mike/eh46.C: Likewise
12095         * g++.old-deja/g++.mike/eh47.C: Likewise
12096         * g++.old-deja/g++.mike/eh48.C: Likewise
12097         * g++.old-deja/g++.mike/eh49.C: Likewise
12098         * g++.old-deja/g++.mike/eh50.C: Likewise
12099         * g++.old-deja/g++.mike/eh51.C: Likewise
12100         * g++.old-deja/g++.mike/eh53.C: Likewise
12101         * g++.old-deja/g++.mike/eh55.C: Likewise
12102         * g++.old-deja/g++.mike/p7912.C: Likewise
12103         * g++.old-deja/g++.mike/p9706.C: Likewise
12104         * g++.old-deja/g++.mike/p10416.C: Likewise
12105         * g++.old-deja/g++.mike/p11667.C: Likewise
12106         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
12107         Remove redundant reference to Iris.
12108         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
12109         Elxsi, i860, Pico Java, and WE32K.
12110
12111 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
12112
12113         * g++.dg/ext/asm4.C: New test.
12114
12115 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12116
12117         PR c++/9030
12118         * g++.dg/template/friend12.C: New test.
12119         * g++.dg/template/friend13.C: Likewise.
12120         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
12121
12122 2003-01-08  Jan Hubicka  <jh@suse.cz>
12123
12124         * gcc.dg/i386-cadd.c: New test.
12125         * gcc.dg/i386-cmov4.c: Likewise.
12126
12127 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
12128
12129         PR c++/9165
12130         * g++.dg/warn/Wunused-3.C: New test.
12131
12132         * g++.dg/abi/bitfield9.C: New test.
12133
12134         PR c++/9189
12135         * g++.dg/parse/defarg3.C: New test.
12136
12137 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
12138
12139         * g++.dg/parse/ambig1.C: New test.
12140         * g++.dg/parse/defarg2.C: New test.
12141
12142 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
12143
12144         * g++.dg/template/defarg-1.C: New test.
12145         * g++.dg/template/local2.C: Likewise.
12146
12147 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
12148
12149         * gcc.c-torture/execute/20030105-1.c: New test.
12150
12151 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12152
12153         * g++.dg/parse/namespace3.C: Remove extra semicolons.
12154         * g++.dg/parse/namespace4.C: Likewise.
12155
12156 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12157
12158         * g++.dg/template/ntp2.C: New test.
12159
12160 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12161
12162         * g++.dg/parse/extern-C-1.C: New test.
12163
12164         * g++.dg/parse/namespace4.C: New test.
12165
12166         * g++.dg/template/nested1.C: New test.
12167
12168         * g++.dg/parse/namespace3.C: New test.
12169
12170 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12171
12172         * g++.dg/lookup/two-stage1.C: New test.
12173
12174 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12175
12176         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
12177         * g++.old-deja/g++.jason/access8.C: Likewise.
12178         * g++.old-deja/g++.other/decl5.C: Likewise.
12179
12180 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12181
12182         * g++.dg/parse/parse7.C: New test.
12183
12184 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
12185
12186         PR c++/2843
12187         * g++.dg/ext/attrib7.C: New test.
12188
12189 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12190
12191         * g++.dg/parse/parse6.C: New test.
12192
12193 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
12194
12195         * gcc.dg/h8300-stack-1.c: New.
12196
12197 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12198
12199         g++.dg/lookup/exception1.C: New test.
12200
12201         g++.dg/lookup/template1.C: New test.
12202
12203         g++.dg/parse/namespace2.C: New test.
12204
12205         g++.dg/parse/parens2.C: New test.
12206
12207 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12208
12209         * g++.dg/parse/parse5.C: New test.
12210         * g++.dg/lookup/scoped4.C: New test.
12211
12212 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12213
12214         * g++.dg/parse/parens1.C: New test.
12215
12216         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
12217         angle-bracket1.C.
12218         * g++.dg/parse/parens2.C: New test.
12219
12220         * g++.dg/lookup/scope-operator1.C: New test.
12221
12222         * g++.dg/parse/operator1.C: New test.
12223
12224 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12225
12226         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
12227         * g++.old-deja/g++.other/access6.C: Likewise.
12228         * g++.old-deja/g++.other/decl1.C: Likewise.
12229         * g++.old-deja/g++.pt/typename12.C: Likewise.
12230
12231 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12232
12233         * g++.dg/parse/namespace1.C: New test.
12234
12235 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12236
12237         * g++.dg/parse/parse4.C: New test.
12238
12239 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12240
12241         * g++.dg/parse/parse3.C: New test.
12242
12243 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12244
12245         * g++.dg/parse/parse2.C: New test.
12246
12247 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12248
12249         * g++.dg/template/friend11.C: New test.
12250
12251 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12252
12253         * g++.dg/parse/parse1.C: New test.
12254
12255 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
12256
12257         * lib/profopt.exp: Change the name of a global variable to avoid
12258         possible clashes with other test suites.
12259
12260 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
12261
12262         * g++.dg/inherit/covariant8.C: New test.
12263
12264 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12265
12266         * g++.dg/init/array9.C: New test.
12267
12268         PR c++/9112
12269         * g++.dg/parse/expr1.C: New test.
12270
12271 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12272
12273         * gcc.c-torture/compile/20021230-1.c: New test.
12274
12275 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
12276
12277         * g++.dg/inherit/covariant5.C: New test.
12278         * g++.dg/inherit/covariant6.C: New test.
12279         * g++.dg/inherit/covariant7.C: New test.
12280
12281 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12282
12283         PR c++/2739
12284         * g++.dg/other/access2.C: New test.
12285
12286 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12287
12288         * g++.dg/other/anon-struct.C: No longer fails
12289         * g++.old-deja/g++.brendan/parse4.C: Likewise.
12290         * g++.old-deja/g++.brendan/parse5.C: Likewise.
12291         * g++.old-deja/g++.brendan/parse6.C: Likewise.
12292
12293 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12294
12295         * g++.dg/parse/angle-bracket.C (main): No longer fails.
12296
12297 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
12298
12299         * g++.dg/eh/spec4.C: Remove stray semicolon.
12300         * g++.dg/expr/pmf-1.C: Change error message.
12301         * g++.dg/ext/asm1.C: Remove stray semicolon.
12302         * g++.dg/ext/typename1.C: Add missing typenames.
12303         * g++.dg/inherit/template-as-base.C: Change error message.
12304         * g++.dg/lookup/scoped1.C: Likewise.
12305         * g++.dg/lookup/scoped2.C: Likewise.
12306         * g++.dg/lookup/using2.C: Likewise.
12307         * g++.dg/other/component1.C: Remove stray semicolon.
12308         * g++.dg/other/do1.C: Change error message.
12309         * g++.dg/other/error2.C: Likewise.
12310         * g++.dg/other/init1.C: Likewise.
12311         * g++.dg/other/packed1.C: Remove stray semicolon.
12312         * g++.dg/other/ptrmem2.C: Change error message.
12313         * g++.dg/parse/parameter-declaration-1.C: Remove line number
12314         marker.
12315         * g++.dg/special/initp1.C: Remove invalid attribute usage.
12316         * g++.dg/template/access3.C: Add typename keyword.
12317         * g++.dg/template/access5.C: Remove stray semicolon.
12318         * g++.dg/template/access6.C: Likewise.
12319         * g++.dg/template/complit1.C: Likewise.
12320         * g++.dg/template/crash1.C: Change error message.
12321         * g++.dg/template/inherit2.C: Remove stray semicolon.
12322         * g++.dg/template/instantiate2.C: Likewise.
12323         * g++.dg/template/instantiate3.C: Change error message.
12324         * g++.dg/template/qual1.C: Remove stray semicolon.
12325         * g++.dg/template/qualttp18.C: Change error message.
12326         * g++.dg/template/ref1.C: Remove stray semicolon.
12327         * g++.dg/template/sizeof1.C (A::value): Declare it.
12328         * g++.dg/template/spec4.C: Change error message.
12329         * g++.dg/template/static1.C: Likewise.
12330         * g++.dg/template/type1.C: Likewise.
12331         * g++.dg/template/typename3.C: Likewise.
12332         * g++.old-deja/g++.benjamin/13478.C: Change error message.
12333         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
12334         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
12335         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
12336         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
12337         named return value extension.
12338         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
12339         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
12340         * g++.old-deja/g++.bob/extern_C.C: Likewise.
12341         * g++.old-deja/g++.bob/inherit2.C: Likewise.
12342         * g++.old-deja/g++.brendan/complex1.C: Likewise.
12343         * g++.old-deja/g++.brendan/copy5.C: Likewise.
12344         * g++.old-deja/g++.brendan/crash13.C: Likewise.
12345         * g++.old-deja/g++.brendan/crash15.C: Likewise.
12346         * g++.old-deja/g++.brendan/crash18.C: Change error message.
12347         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
12348         * g++.old-deja/g++.brendan/crash38.C: Likewise.
12349         * g++.old-deja/g++.brendan/crash50.C: Likewise.
12350         * g++.old-deja/g++.brendan/crash56.C: Likewise.
12351         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
12352         syntax.
12353         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
12354         * g++.old-deja/g++.brendan/crash8.C: Change error message.
12355         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
12356         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
12357         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
12358         * g++.old-deja/g++.brendan/template11.C: Likewise.
12359         * g++.old-deja/g++.brendan/template26.C: Likewise.
12360         * g++.old-deja/g++.brendan/template27.C: Use explicit
12361         specialization syntax.
12362         * g++.old-deja/g++.brendan/template30.C: Likewise.
12363         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
12364         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
12365         non-dependent names.
12366         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
12367         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
12368         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
12369         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
12370         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
12371         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
12372         named return value extension.
12373         * g++.old-deja/g++.ext/namedret2.C: Likewise.
12374         * g++.old-deja/g++.ext/namedret3.C: Likewise.
12375         * g++.old-deja/g++.ext/return1.C: Likewise.
12376         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
12377         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
12378         * g++.old-deja/g++.jason/access8.C: Likewise.
12379         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
12380         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
12381         pseudo-destructor names.
12382         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
12383         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
12384         pseudo-destructor names.
12385         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
12386         * g++.old-deja/g++.jason/overload19.C: Likewise.
12387         * g++.old-deja/g++.jason/overload32.C: Likewise.
12388         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
12389         stray semicolons.
12390         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
12391         * g++.old-deja/g++.jason/return.C: Likewise.
12392         * g++.old-deja/g++.jason/return2.C: Likewise.
12393         * g++.old-deja/g++.jason/shadow1.C: Likewise.
12394         * g++.old-deja/g++.jason/special.C: Use explicit specialization
12395         syntax.
12396         * g++.old-deja/g++.jason/template10.C: Account for use of
12397         non-dependent names.
12398         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
12399         syntax.
12400         * g++.old-deja/g++.jason/template37.C: Likewise.
12401         * g++.old-deja/g++.law/access4.C: Change error messages.
12402         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
12403         pseudo-destructor names.
12404         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
12405         * g++.old-deja/g++.law/ctors9.C: Likewise.
12406         * g++.old-deja/g++.law/cvt22.C: Likewise.
12407         * g++.old-deja/g++.law/dtors5.C: Likewise.
12408         * g++.old-deja/g++.law/global-init1.C: Likewise.
12409         * g++.old-deja/g++.law/missed-error3.C: Likewise.
12410         * g++.old-deja/g++.law/operators28.C: Likewise.
12411         * g++.old-deja/g++.law/visibility28.C: Likewise.
12412         * g++.old-deja/g++.martin/eval1.C: Likewise.
12413         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
12414         name.
12415         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
12416         * g++.old-deja/g++.mike/net34.C: Likewise.
12417         * g++.old-deja/g++.mike/net36.C: Likewise.
12418         * g++.old-deja/g++.mike/ns2.C: Likewise.
12419         * g++.old-deja/g++.mike/p12306.C: Likewise.
12420         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
12421         value extension.
12422         * g++.old-deja/g++.mike/p700.C: Likewise.
12423         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
12424         * g++.old-deja/g++.mike/p710.C: Likewise.
12425         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
12426         value extension.
12427         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
12428         * g++.old-deja/g++.mike/pmf9.C: Likewise.
12429         * g++.old-deja/g++.ns/crash2.C: Likewise.
12430         * g++.old-deja/g++.ns/crash3.C: Likewise.
12431         * g++.old-deja/g++.ns/invalid1.C: Likewise.
12432         * g++.old-deja/g++.ns/ns17.C: Likewise.
12433         * g++.old-deja/g++.ns/template16.C: Likewise.
12434         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
12435         keyword.
12436         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
12437         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
12438         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
12439         named return value extension.
12440         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
12441         * g++.old-deja/g++.other/access4.C: Issue additional error
12442         messages.
12443         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
12444         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
12445         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
12446         * g++.old-deja/g++.other/crash25.C: Change error message.
12447         * g++.old-deja/g++.other/crash4.C: Change error message.
12448         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
12449         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
12450         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
12451         checks.
12452         * g++.old-deja/g++.other/defarg8.C: Likewise.
12453         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
12454         * g++.old-deja/g++.other/dtor10.C: Likewise.
12455         * g++.old-deja/g++.other/incomplete.C: Likewise.
12456         * g++.old-deja/g++.other/linkage7.C: Likewise.
12457         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
12458         lookup algorithm.
12459         * g++.old-deja/g++.other/mangle2.C: Likewise.
12460         * g++.old-deja/g++.other/refinit2.C: Likewise.
12461         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
12462         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
12463         * g++.old-deja/g++.pt/crash28.C: Likewise.
12464         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
12465         syntax.
12466         * g++.old-deja/g++.pt/crash32.C: Change error message.
12467         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
12468         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
12469         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
12470         error message position.
12471         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
12472         * g++.old-deja/g++.pt/defarg8.C: Change error message.
12473         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
12474         syntax.
12475         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
12476         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
12477         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
12478         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
12479         keyword.
12480         * g++.old-deja/g++.pt/explicit31.C: Likewise.
12481         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
12482         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
12483         keyword.
12484         * g++.old-deja/g++.pt/explicit71.C: Change error message.
12485         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
12486         syntax.
12487         * g++.old-deja/g++.pt/friend28.C: Account for use of
12488         non-dependent names.
12489         * g++.old-deja/g++.pt/friend29.C: Likewise.
12490         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
12491         rules.
12492         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
12493         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
12494         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
12495         lookup rules.
12496         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
12497         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
12498         keyword.
12499         * g++.old-deja/g++.pt/memclass20.C: Likewise.
12500         * g++.old-deja/g++.pt/memclass5.C: Likewise.
12501         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
12502         keyword.
12503         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
12504         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
12505         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
12506         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
12507         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
12508         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
12509         keyword.
12510         * g++.old-deja/g++.pt/spec10.C: Likewise.
12511         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
12512         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
12513         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
12514         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
12515         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
12516         * g++.old-deja/g++.pt/ttp62.C: Likewise.
12517         * g++.old-deja/g++.pt/ttp64.C: Likewise.
12518         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
12519         * g++.old-deja/g++.pt/typename15.C: Likewise.
12520         * g++.old-deja/g++.pt/typename22.C: Likewise.
12521         * g++.old-deja/g++.pt/typename6.C: Change error messages.
12522         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
12523         * g++.old-deja/g++.pt/virtual2.C: Likewise.
12524         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
12525         syntax.
12526         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
12527         return value extension.
12528         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
12529         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
12530         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
12531         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
12532
12533 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
12534
12535         * g++.dg/warn/inline1.C: New test.
12536         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
12537         * g++.old-deja/g++.jason/synth10.C: Likewise.
12538         * g++.old-deja/g++.mike/net31.C: Likewise.
12539         * g++.old-deja/g++.mike/p8786.C: Likewise.
12540
12541         * g++.dg/template/friend10.C: New test.
12542         * g++.dg/template/conv5.C: New test.
12543
12544 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
12545
12546         * g++.dg/lookup/scoped3.C: New test.
12547
12548         * g++.dg/lookup/decl1.C: New test.
12549         * g++.dg/lookup/decl2.C: New test.
12550
12551 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
12552
12553         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
12554         gcc.c-torture/compile/20021015-1.c,
12555         gcc.c-torture/compile/20021015-2.c,
12556         gcc.c-torture/compile/20021123-1.c,
12557         gcc.c-torture/compile/20021123-2.c,
12558         gcc.c-torture/compile/20021123-3.c,
12559         gcc.c-torture/compile/20021123-4.c,
12560         gcc.c-torture/execute/20021024-1.c: Add tests previously added
12561         only to 3.1 or 3.2 branch.
12562
12563 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
12564
12565         * gcc.dg/i386-bitfield3.c: New test.
12566
12567         * gcc.dg/i386-bitfield2.c: New test.
12568
12569 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
12570
12571         * g++.dg/parse/conv_op1.C: New test.
12572
12573 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
12574
12575         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
12576         approved.
12577
12578 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
12579
12580         * gcc.c-torture/compile/20021220-1.c: New test.
12581
12582 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
12583
12584         * gcc.dg/i386-fastcall-1.c: New.
12585
12586 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
12587
12588         * gcc.c-torture/execute/20021219-1.c: New test.
12589
12590 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
12591
12592         * gcc.dg/i386-pic-1.c: New test.
12593
12594 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12595
12596         PR c++/8099
12597         * g++.dg/template/friend9.C: New test.
12598
12599 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12600
12601         PR c++/3663
12602         * g++.dg/template/access7.C: New test.
12603
12604 2002-12-18  Nick Clifton  <nickc@redhat.com>
12605
12606         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
12607         the libstdc++-v3 directory has been found.
12608
12609 2002-12-12  Devang Patel <dpatel@apple.com>
12610         * gcc.dg/darwin-ld-1.c: New test.
12611         * gcc.dg/darwin-ld-2.c: New test.
12612         * gcc.dg/darwin-ld-3.c: New test.
12613         * gcc.dg/darwin-ld-4.c: New test.
12614         * gcc.dg/darwin-ld-5.c: New test.
12615
12616 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12617
12618         * gcc.c-torture/compile/20021212-1.c: New test.
12619
12620 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
12621
12622         * gcc.dg/fshort-wchar: New test.
12623
12624 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
12625
12626         PR c++/8372
12627         * g++.dg/template/dtor1.C: New test.
12628
12629         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
12630         markers.
12631
12632 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
12633
12634         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
12635
12636 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
12637
12638         * g++.dg/template/static1.C: New test.
12639         * g++.dg/template/static2.C: New test.
12640         * g++.old-deja/g++.ext/memconst.C: New test.
12641
12642 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12643
12644         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
12645         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
12646         * g++.dg/special/initp1.C: Likewise.
12647
12648 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
12649
12650         * gcc.c-torture/execute/20021204-1.c: New test.
12651
12652 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
12653
12654         * gcc.dg/ppc-fmadd-1.c: New file.
12655         * gcc.dg/ppc-fmadd-2.c: New file.
12656         * gcc.dg/ppc-fmadd-3.c: New file.
12657
12658 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12659
12660         * gcc.c-torture/compile/20021204-1.c: New test.
12661
12662 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
12663
12664         * g++.dg/inherit/covariant2.C: New test.
12665         * g++.dg/inherit/covariant3.C: New test.
12666         * g++.dg/inherit/covariant4.C: New test.
12667         * g++.dg/inherit/covariant1.C: Remove XFAIL.
12668         * g++.old-deja/g++.robertl/eb17.C: Likewise.
12669
12670 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
12671
12672         PR c++/8688
12673         * g++.dg/init/brace3.C: New test.
12674
12675 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
12676
12677         * gcc.dg/20020210-1.c: Fix a comment typo.
12678
12679 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
12680
12681         PR c++/8720
12682         * g++.dg/parse/defarg1.C: New test.
12683
12684         PR c++/8615
12685         * g++.dg/template/char1.C: New test.
12686
12687         * g++.dg/template/varmod1.C: Fix typo.
12688
12689 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12690
12691         DR 180
12692         * g++.old-deja/g++.pt/crash32.C: Expect error.
12693
12694 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
12695
12696         PR c++/5919
12697         * g++.dg/template/varmod1.C: New test.
12698
12699         PR c++/8727
12700         * g++.dg/inherit/typeinfo1.C: New test.
12701
12702         PR c++/8663
12703         * g++.dg/inherit/typedef1.C: New test.
12704
12705 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
12706
12707         PR c++/8332
12708         PR c++/8493
12709         * g++.dg/template/strlen1.C: New test.
12710
12711         PR c++/8227
12712         * g++.dg/template/ctor2.C: New test.
12713
12714         PR c++/8214
12715         * g++.dg/init/string1.C: New test.
12716
12717         PR c++/8511
12718         * g++.dg/template/friend8.C: New test.
12719
12720 2002-11-29  Joe Buck <jbuck@synopsys.com>
12721
12722         * g++.dg/lookup/anon2.C: New test.
12723
12724 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
12725
12726         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
12727         h8300 port.
12728
12729 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
12730
12731         * gcc.dg/bitfld-6.c: New test.
12732
12733 2002-11-27  Jan Hubicka  <jh@suse.cz>
12734
12735         * gcc.c-torture/execute/20021127.[cx]: New test.
12736
12737 2002-11-26  Jan Hubicka  <jh@suse.cz>
12738
12739         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
12740         quality.
12741
12742 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
12743
12744         * g++.dg/init/brace2.C: New test.
12745         * g++.old-deja/g++.mike/p9129.C: Correct.
12746
12747 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
12748
12749         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
12750
12751 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
12752
12753         * gcc.dg/sibcall-6: New test for indirect sibcalls.
12754
12755 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
12756
12757         * testsuite/g++.dg/abi/empty11.C: New test.
12758         * testsuite/g++.dg/rtti/cv1.C: New test.
12759
12760 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
12761
12762         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
12763
12764 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
12765
12766         * g++.dg/abi/empty10.C: New test.
12767
12768 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12769
12770         * gcc.c-torture/compile/20021124-1.c: New test.
12771
12772 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
12773
12774         * g++.dg/abi/rtti2.C: New test.
12775
12776 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
12777
12778         * gcc.dg/i386-unroll-1.c: New test.
12779
12780 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
12781
12782         * gcc.c-torture/compile/20021120-1.c: New test.
12783         * gcc.c-torture/compile/20021120-2.c: New test.
12784
12785 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
12786
12787         * gcc.dg/bitfld-5.c: New test.
12788
12789 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
12790
12791         * gcc.c-torture/execute/20021120-3.c: New test.
12792
12793 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
12794
12795         * gcc.c-torture/execute/20021120-2.c: New test.
12796
12797 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
12798
12799         * gcc.c-torture/execute/20021120-1.c: New test.
12800
12801 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
12802
12803         * gcc.c-torture/execute/20021118-3.c: New test.
12804
12805 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
12806
12807         * gcc.c-torture/compile/20021119-1.c: New test.
12808
12809 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
12810
12811         * gcc.dg/duff-1.c: New test.
12812         * gcc.dg/duff-2.c: New test.
12813         * gcc.dg/duff-3.c: New test.
12814
12815 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
12816
12817         * gcc.dg/cpp/_Pragma5.c: New test.
12818
12819 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
12820
12821         * gcc.c-torture/execute/20021118-2.c: New test.
12822
12823 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
12824
12825         * gcc.c-torture/execute/20021118-1.c: New test.
12826
12827 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
12828
12829         * gcc.dg/20021116-1.c: New test.
12830
12831 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
12832
12833         * g++.dg/abi/vcall1.C: New test.
12834
12835 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
12836
12837         * gcc.dg/20021029-1.c: New test.
12838         * gcc.dg/20021029-2.c: New test.
12839
12840 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12841
12842         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
12843
12844 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12845
12846         PR c/8439
12847         * gcc.dg/20021110.c: Move to ...
12848         * gcc.c-torture/compile/20021110.c: .... here.
12849
12850 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12851
12852         PR c/8467
12853         * gcc.c-torture/execute/20021111-1.c
12854
12855 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12856
12857         PR c/8439
12858         * gcc.dg/20021110.c: New test.
12859
12860 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
12861
12862         * g++.dg/abi/vthunk3.C: Run only on x86.
12863
12864 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
12865
12866         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
12867
12868 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
12869
12870         * lib/compat.exp (compat-execute): Fix logic error in last
12871         change.
12872
12873 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
12874
12875         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
12876
12877 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12878
12879         PR c++/8389
12880         * g++.dg/template/access6.C: New test.
12881
12882 2002-11-08  Jan Hubicka  <jh@suse.cz>
12883
12884         * gcc.dg/i386-ssefp-1.c: New test.
12885         * gcc.dg/i386-ssefp-1.c: New test.
12886
12887 2002-11-08  Jan Hubicka  <jh@suse.cz>
12888
12889         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
12890
12891 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
12892
12893         * g++.dg/abi/vthunk3.C: New test.
12894
12895         PR c++/8338
12896         * g++.dg/template/crash2.C: New test.
12897
12898 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
12899
12900         * testsuite/g++.dg/abi/dtor1.C: New test.
12901         * testsuite/g++.dg/abi/dtor2.C: Likewise.
12902
12903 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
12904
12905         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
12906         Darwin.
12907
12908 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12909
12910         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
12911         -mthumb.  Only xfail with -O0.
12912
12913 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
12914
12915         * g++.dg/abi/thunk1.C: New test.
12916         * g++.dg/abi/thunk2.C: Likewise.
12917         * g++.dg/abi/vtt1.C: Likewise.
12918
12919 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
12920
12921         PR optimization/8423
12922         * gcc.c-torture/execute/builtin-constant.c: New test.
12923
12924 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
12925
12926         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
12927         Add some more cases.
12928
12929 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
12930
12931         PR c++/8391
12932         * g++.dg/opt/local1.C: New test.
12933
12934 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
12935
12936         PR c++/8160
12937         * g++.dg/template/complit1.C: New test.
12938
12939         PR c++/8149
12940         * g++.dg/template/typename4.C: Likewise.
12941
12942 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12943
12944         Core issue 287, PR c++/7639
12945         * g++.dg/template/instantiate1.C: Adjust error location.
12946         * g++.dg/template/instantiate3.C: New test.
12947         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
12948         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
12949         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
12950
12951 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
12952
12953         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
12954
12955 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
12956
12957         PR c++/8287
12958         * g++.dg/init/dtor2.C: New test.
12959
12960 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12961
12962         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
12963         * gcc.dg/nest.c: Bypass errors on irix6.
12964
12965 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
12966
12967         * gcc.dg/nest.c: Expect error for mmix-*-*.
12968         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
12969
12970 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
12971
12972         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
12973         markers.
12974
12975         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
12976
12977 2002-10-25  Mike Stump  <mrs@apple.com>
12978
12979         * gcc.dg/warn-1.c: New test.
12980
12981 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
12982
12983         * g++.dg/template/typename3.C: New test.
12984
12985 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
12986
12987         * g++.dg/lookup/ptrmem1.C: New test.
12988
12989         * g++.dg/abi/vthunk2.C: New test.
12990
12991 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
12992
12993         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
12994
12995 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
12996
12997         * g++.dg/abi/empty9.C: New test.
12998
12999 2002-10-24  Richard Henderson  <rth@redhat.com>
13000
13001         * g++.dg/inherit/thunk1.C: Enable for ia64.
13002
13003 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13004
13005         PR c++/8067
13006         * g++.dg/lookup/pretty1.C: New test.
13007
13008 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13009
13010         * gcc.dg/20021023-1.c: New test.
13011
13012 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13013
13014         PR c++/7679
13015         * g++.dg/parse/inline1.C: New test.
13016
13017 2002-10-23  Richard Henderson  <rth@redhat.com>
13018
13019         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13020
13021         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13022
13023 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13024
13025         PR c++/6579
13026         * g++.dg/parse/stmtexpr3.C: New test.
13027
13028 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13029
13030         * g++.dg/expr/cond1.C: New test.
13031
13032 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13033
13034         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13035
13036 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13037
13038         * g++.dg/abi/vbase13.C: New test.
13039         * g++.dg/abi/vbase14.C: Likewise.
13040
13041 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13042
13043         * gcc.dg/tls/pic-1.c: New test.
13044         * gcc.dg/tls/nonpic-1.c: New test.
13045         * gcc.dg/20021018-1.c: New test.
13046
13047 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13048
13049         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13050         Remove only files with the same base name as the test case.
13051         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13052         (profopt-execute): Likewise.  Also, remove old profiling
13053         and performance data files before running the tests.
13054
13055         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13056         * g++.dg/bprob/bprob.exp: Likewise.
13057         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13058         to allow more general test case names.
13059
13060         * g++.dg/bprob/bprob-1.C: Rename to ...
13061         * g++.dg/bprob/g++-bprob-1.C: ... this.
13062
13063         * g77.dg/bprob/bprob-1.f: Rename to ...
13064         * g77.dg/bprob/g77-bprob-1.f: ... this.
13065
13066 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13067
13068         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13069         bison 1.50 or later.
13070
13071 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13072
13073         * g++.dg/README: Describe more test directories.
13074
13075 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13076
13077         * g++.dg/init/array6.C: Add additional tests.
13078
13079 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13080
13081         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13082         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13083
13084 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13085
13086         * gcc.c-torture/compile/20020604-1.x: New.
13087         * gcc.c-torture/compile/simd-5.x: Likewise.
13088         * gcc.c-torture/execute/920710-1.x: Likewise.
13089         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13090
13091 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13092
13093         * g++.dg/inherit/override1.C: Add dg-options clause.
13094
13095 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13096
13097         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
13098         _mm_slli_si128.
13099
13100 2002-10-19  Andreas Schwab  <schwab@suse.de>
13101
13102         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
13103         directory component.
13104
13105 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
13106
13107         * g++.dg/inherit/thunk1.C: New test.
13108
13109         * g++.dg/inherit/override1.C: New test.
13110
13111         * g++.dg/abi/mangle11.C: New test.
13112         * g++.dg/abi/mangle14.C: New test.
13113         * g++.dg/abi/mangle17.C: New test.
13114
13115 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
13116
13117         * g++.dg/overload/member2.C: New test.
13118
13119 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
13120
13121         * g++.dg/README: Describe new compat directory.
13122         * g++.dg/dg.exp: Skip tests in compat directory.
13123         * README.compat: New file.
13124         * lib/compat.exp: New expect script.
13125         * g++.dg/compat: New test directory.
13126         * g++.dg/compat/compat.exp: New expect script.
13127         * g++.dg/compat/abi: New test directory.
13128         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
13129         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
13130         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
13131         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
13132         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
13133         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
13134         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
13135         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
13136         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
13137         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
13138         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
13139         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
13140         * g++.dg/compat/break: New test directory.
13141         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
13142         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
13143         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
13144         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
13145         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
13146         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
13147         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
13148         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
13149         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
13150         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
13151         g++.dg/compat/break/README: New files.
13152         * g++.dg/compat/eh: New test directory.
13153         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
13154         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
13155         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
13156         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
13157         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
13158         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
13159         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
13160         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
13161         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
13162         g++.dg/compat/eh/filter2_y.C,
13163         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
13164         g++.dg/compat/eh/new1_y.C,
13165         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
13166         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
13167         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
13168         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
13169         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
13170         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
13171         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
13172         g++.dg/compat/eh/unexpected1_y.C: New files.
13173         * g++.dg/compat/init: New test directory.
13174         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
13175         g++.dg/compat/init/array5_y.C,
13176         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
13177         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
13178         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
13179         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
13180         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
13181         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
13182         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
13183         g++.dg/compat/init/init-ref2_y.C: New files.
13184
13185 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13186
13187         PR c++/7584
13188         * g++.dg/inherit/using3.C: New test.
13189
13190 2002-10-17  Jan Hubicka  <jh@suse.cz>
13191
13192         * gcc.dg/20021017-2.c: New test.
13193
13194 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13195
13196         * g++.dg/abi/mangle16.C: Adjust.
13197
13198         * g++.dg/init/array8.C: New test.
13199
13200 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
13201
13202         * gcc.dg/special/mips-abi.exp: New test.
13203         * gcc.dg/special/mips-abi.s: Empty file used by the above.
13204
13205 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13206
13207         * g++.dg/abi/mangle16.C: New test.
13208         * g++.dg/abi/mangle17.C: Likewise.
13209
13210         PR c++/7478
13211         * g++.dg/template/ref1.C: New test.
13212
13213 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13214
13215         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
13216
13217 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
13218
13219         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
13220
13221 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13222
13223         PR c++/7524
13224         * g++.dg/init/array7.C: New test.
13225
13226 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
13227
13228         * g++.dg/init/array6.C: New test.
13229
13230         * g++.dg/abi/mangle13.C: Likewise.
13231         * g++.dg/abi/mangle14.C: Likewise.
13232         * g++.dg/abi/mangle15.C: Likewise.
13233
13234 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13235
13236         * g++.dg/abi/empty8.C: New test.
13237
13238 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
13239
13240         * g++.dg/init/ctor1.C: New test.
13241
13242 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
13243
13244         * gcc.c-torture/execute/20021015-1.c: New test.
13245
13246 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
13247
13248         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
13249
13250 2002-10-14  Jan Hubicka  <jh@suse.cz>
13251
13252         * gcc.dg/i386-ssetype-[1-5].c: New tests.
13253
13254 2002-10-14  Richard Henderson  <rth@redhat.com>
13255
13256         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
13257
13258 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13259
13260         PR optimization/6631
13261         * g++.dg/opt/const2.C: New test.
13262
13263 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13264
13265         PR c++/7176
13266         * g++.dg/parse/friend1.C: New test.
13267         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
13268
13269 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
13270
13271         * gcc.dg/20021014-1.c: New test.
13272
13273 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
13274
13275         PR c++/5661
13276         * g++.dg/ext/vlm1.C: New test.
13277         * g++.dg/ext/vlm2.C: Likewise.
13278
13279         * g++.dg/init/array1.C: Remove invalid braces.
13280         * g++.dg/init/brace1.C: New test.
13281         * g++.dg/init/copy2.C: Likewise.
13282         * g++.dg/init/copy3.C: Likewise.
13283         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
13284         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
13285         braces.
13286
13287 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
13288
13289         * gcc.dg/cpp/assembler.S: Don't use -ansi.
13290
13291 2002-10-11  Richard Shann  <richard.shann@superh.com>
13292
13293         * gcc.c-torture/compile/simd-5.c: New test.
13294
13295 2002-10-10  Roger Sayle  <roger@eyesopen.com>
13296
13297         * gcc.c-torture/execute/shiftopt-1.c: New test case.
13298
13299 2002-10-10  Jim Wilson  <wilson@redhat.com>
13300
13301         * gcc.c-torture/execute/20021010-1.c: New test.
13302
13303 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
13304
13305         PR c/7353
13306         * g++.dg/ext/typedef-init.C: New test.
13307         * gcc.dg/typedef-init.c: New test.
13308
13309 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
13310
13311         * gcc.dg/cpp/paste13.c: New test.
13312
13313 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13314
13315         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
13316         remaining platforms, XFAIL during compile, not execute.  Don't
13317         XFAIL at -O0.
13318
13319 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
13320
13321         * gcc.dg/alias-1.c: Tweak expected warning.
13322
13323 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13324
13325         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
13326
13327 2002-10-06  Andreas Jaeger  <aj@suse.de>
13328
13329         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
13330         * gcc.dg/cpp/c++98.C: Likewise.
13331
13332         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
13333         * g++.dg/cpp/c++98.C: Likewise.
13334
13335         * g++.dg/README (Subdirectories): Mention cpp directory.
13336
13337         PR target/7559
13338         * gcc.dg/20021006-1.c: New test.
13339
13340 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13341
13342         PR c++/7804
13343         * g++.dg/other/warning1.C: New test.
13344
13345 2002-10-04  Roger Sayle  <roger@eyesopen.com>
13346
13347         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
13348         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
13349         and sparc-*-* with -m64 as expected failures.  See PR 8087.
13350
13351 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13352
13353         PR c++/7931
13354         * g++.dg/template/ptrmem3.C: New test.
13355
13356         PR c++/7754
13357         * g++.dg/template/union1.C: New test.
13358
13359 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13360
13361         PR c++/8006
13362         * g++.dg/abi/mangle9.C: New test.
13363         * g++.dg/abi/mangle10.C: New test.
13364         * g++.dg/abi/mangle11.C: New test.
13365         * g++.dg/abi/mangle12.C: New test.
13366
13367 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
13368
13369         PR c++/7188.
13370         * g++.dg/template/meminit1.C: New test.
13371         * g++.dg/warn/Wreorder-1.C: Likewise.
13372         * g++.old-deja/g++.mike/warn3.C: Tweak.
13373         * lib/prune.exp: Ingore "in copy constructor".
13374
13375 2002-10-02  Andreas Jaeger  <aj@suse.de>
13376
13377         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
13378         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
13379         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
13380         on x86-64.
13381
13382 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13383
13384         * gcc.dg/empty1.C: Fix typo.
13385
13386 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
13387
13388         * gcc.dg/alias-1.c: New test.
13389
13390 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13391
13392         * gcc.dg/empty1.C: New test.
13393
13394         * g++.dg/tls/init-2.C: Tweak error messages.
13395
13396 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
13397
13398         * gcc.c-torture/compile/20020923-1.c: New test.
13399
13400 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
13401
13402         * gcc.c-torture/execute/ffs-1.c: New test.
13403         * gcc.c-torture/execute/ffs-2.c: Ditto.
13404
13405 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
13406
13407         * g++.dg/overload/member1.C: New test.
13408
13409 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
13410
13411         * g++.dg/abi/empty7.C: New test.
13412         * g++.dg/init/pm2.C: Likewise.
13413
13414 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
13415
13416         * g++.dg/rtti/crash1.C: New test.
13417
13418 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
13419
13420         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
13421         gcc.dg/sibcall-4.c: New tests.
13422
13423 2002-09-28  Roger Sayle  <roger@eyesopen.com>
13424
13425         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
13426         powerpc and MMIX targets.
13427
13428 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
13429
13430         * gcc.dg/cpp/20020927-1.c: New.
13431
13432 2002-09-26  David S. Miller  <davem@redhat.com>
13433
13434         * gcc.c-torture/compile/trunctfdf.c: New.
13435
13436 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13437
13438         * lib/target-supports.exp (check_weak_available): Handle solaris2.
13439
13440 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
13441
13442         * gcc.c-torture/execute/loop-15.c: New.
13443
13444 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
13445
13446         * README.QMTEST: Fix typo.
13447
13448 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
13449
13450         * gcc.dg/20020926-1.c: New test.
13451
13452 2002-09-25  David S. Miller  <davem@redhat.com>
13453
13454         PR target/7842
13455         * gcc.c-torture/execute/shiftdi.c: New test.
13456
13457 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
13458
13459         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
13460         unique to the tool.
13461         * lib/g77.exp (g77_init): Likewise.
13462         * lib/g++.exp (g++_init): Likewise.
13463         * lib/objc.exp (objc_init): Likewise.
13464
13465 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
13466
13467         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
13468         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
13469         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
13470
13471 2002-09-25  Richard Henderson  <rth@redhat.com>
13472
13473         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
13474         too-small long double.
13475
13476 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
13477
13478         * gcc.dg/20020919-1.c: New test.
13479
13480 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
13481
13482         * g++.dg/abi/bitfield6.C: New test.
13483         * g++.dg/abi/bitfield7.C: New test.
13484         * g++.dg/abi/bitfield8.C: New test.
13485         * g++.dg/abi/vbase11.C: New test.
13486
13487 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13488
13489         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
13490         hppa*-*-hpux*.  Update test comment.
13491
13492 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
13493
13494         * gcc.dg/tls/struct-1.c: New test.
13495
13496 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
13497
13498         * gcc.dg/cpp/tr-warn2.c: Update.
13499
13500 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
13501
13502         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
13503
13504 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
13505
13506         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
13507         systems.
13508
13509 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
13510
13511         * gcc.c-torture/execute/ieee/mzero3.c: New test.
13512
13513         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
13514         Adjust for c++filt moved to binutils.  Remove spurious duplicate
13515         setting of cxxfilt.
13516
13517 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
13518
13519         * gcc.dg/20020312-2.c: Update for darwin.
13520
13521 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
13522
13523         * g++.old-deja/g++.other/crash32.C: Mark ICE.
13524
13525 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
13526
13527         * objc.dg/comp-types-1.m: New test.
13528         * objc.dg/comp-types-2.m: New test.
13529         * objc.dg/comp-types-3.m: New test.
13530         * objc.dg/comp-types-4.m: New test.
13531         * objc.dg/comp-types-5.m: New test.
13532         * objc.dg/comp-types-6.m: New test.
13533
13534 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13535
13536         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
13537
13538 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
13539
13540         * g++.dg/other/do1.C: New test.
13541
13542         * g++.dg/template/subst1.C: New test.
13543
13544 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
13545
13546         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
13547
13548 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
13549
13550         * g++.dg/template/qualttp20.C: Adjust expected errors.
13551         * g++.old-deja/g++.jason/report.C: Likewise.
13552         * g++.old-deja/g++.other/qual1.C: Likewise.
13553
13554         * g++.dg/lookup/scoped2.C: New test.
13555
13556         * g++.dg/ext/asm3.C: New test.
13557
13558 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
13559
13560         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
13561
13562 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
13563
13564         * ChangeLog: follow spelling conventions.
13565         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
13566         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
13567         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
13568         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
13569         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
13570         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
13571         * g++.old-deja/g++.law/global-init1.C: Likewise.
13572         * g++.old-deja/g++.other/delete4.C: Likewise.
13573         * g++.old-deja/g++.other/inline21.C: Likewise.
13574         * g++.old-deja/g++.other/singleton.C: Likewise.
13575         * g77.dg/strlen0.f: Likewise.
13576         * g77.f-torture/compile/20010519-1.f: Likewise.
13577         * g77.f-torture/compile/980310-4.f: Likewise.
13578         * gcc.c-torture/compile/20000605-1.c: Likewise.
13579         * gcc.c-torture/execute/20020225-1.c: Likewise.
13580         * gcc.dg/c90-hexfloat-2.c: Likewise.
13581         * gcc.dg/c99-bool-1.c: Likewise.
13582         * gcc.dg/c99-hexfloat-2.c: Likewise.
13583         * gcc.dg/dll-2.c: Likewise.
13584         * gcc.dg/wtr-union-init-1.c: Likewise.
13585         * gcc.dg/wtr-union-init-2.c: Likewise.
13586         * gcc.dg/wtr-union-init-3.c: Likewise.
13587         * gcc.dg/cpp/avoidpaste1.c: Likewise.
13588         * gcc.dg/cpp/defined.c: Likewise.
13589         * gcc.dg/cpp/macsyntx.c: Likewise.
13590         * gcc.dg/cpp/paste2.c: Likewise.
13591         * gcc.dg/cpp/trad/defined.c: Likewise.
13592         * gcc.dg/format/c90-printf-1.c: Likewise.
13593         * gcc.dg/format/c90-scanf-1.c: Likewise.
13594         * gcc.dg/format/c99-printf-1.c: Likewise.
13595         * gcc.dg/format/c99-scanf-1.c: Likewise.
13596         * gcc.misc-tests/gcov-8.c: Likewise.
13597         * lib/profopt.exp: Likewise.
13598
13599 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
13600
13601         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
13602
13603 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
13604
13605         * g++.dg/inherit/using2.C: New test.
13606
13607 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
13608
13609         * ChangeLog: Follow spelling conventions.
13610         * g++.dg/template/friend4.C: Likewise.
13611         * g++.old-deja/g++.pt/crash67.C: Likewise.
13612         * gcc.c-torture/execute/20000801-4.c: Likewise.
13613         * gcc.dg/c90-digraph-1.c: Likewise.
13614         * gcc.dg/c94-digraph-1.c: Likewise.
13615         * gcc.dg/c99-digraph-1.c: Likewise.
13616         * gcc.dg/cpp/line5.c: Likewise.
13617         * gcc.dg/cpp/multiline.c: Likewise.
13618         * gcc.dg/cpp/trad/literals-1.c: Likewise.
13619         * gcc.dg/format/attr-3.c: Likewise.
13620         * gcc.dg/format/c90-scanf-3.c: Likewise.
13621         * gcc.dg/format/ext-4.c: Likewise.
13622
13623 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
13624
13625         * g++.dg/template/pretty1.C: New test.
13626
13627 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
13628
13629         * gcc.c-torture/execute/struct-cpy-1.c: New test.
13630
13631 2002-09-13  Matt Austern  <austern@apple.com>
13632
13633         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
13634         passing a cast expression to a function by const reference.
13635
13636 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
13637
13638         * g++.dg/template/deduce1.C: New test.
13639
13640 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
13641
13642         * gcc.c-torture/execute/simd-1.c: Force all use of int to
13643         32-bit int.
13644
13645 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13646
13647         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
13648         usage.
13649
13650 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
13651
13652         * gcc.c-torture/compile/20020910-1.c: New test.
13653
13654 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
13655
13656         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
13657
13658 2002-09-10  Andreas Jaeger  <aj@suse.de>
13659
13660         * gcc.dg/20020312-2.c: Adjust for x86-64.
13661
13662 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
13663
13664         * g77.dg/7388.f: New test case for PR 7388.
13665
13666 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
13667
13668         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
13669
13670 2002-09-05  Ziemowit Laski <zlaski@apple.com>
13671
13672         * objc.dg/proto-lossage-1.m: New test.
13673
13674 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
13675
13676         * gcc.dg/cpp/_Pragma4.c: Fix typo.
13677
13678 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
13679
13680         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
13681         expected to pass.
13682
13683 2002-09-06  Stan Shebs  <shebs@apple.com>
13684             David Edelsohn  <edelsohn@gnu.org>
13685
13686         * gcc.dg/weak: New directory.
13687         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
13688         target-specific xfail bits.
13689         * gcc.dg/typeof-2.c: Move to new directory.
13690         * gcc.dg/weak.exp: New expect script.
13691
13692 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
13693
13694         * gcc.c-torture/execute/extzvsi.c: New test.
13695
13696 2002-09-05  Stan Shebs  <shebs@apple.com>
13697
13698         * gcc.dg/weak-1.c: xfail on Darwin.
13699         * gcc.dg/weak-2.c: Ditto.
13700         * gcc.dg/weak-3.c: Ditto.
13701         * gcc.dg/weak-4.c: Ditto.
13702         * gcc.dg/weak-5.c: Ditto.
13703         * gcc.dg/weak-6.c: Ditto.
13704         * gcc.dg/weak-7.c: Ditto.
13705         * gcc.dg/weak-8.c: Ditto.
13706         * gcc.dg/weak-9.c: Ditto.
13707
13708 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
13709
13710         * gcc.c-torture/execute/loop-14.c: New test.
13711
13712 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
13713
13714         * g++.dg/other/cxa-atexit1.C: New test.
13715
13716         * gcc.dg/typeof-2.c: New test.
13717
13718 2002-09-03  Roger Sayle  <roger@eyesopen.com>
13719
13720         * gcc.dg/builtins-2.c: New testcase.
13721         * gcc.dg/builtins-3.c: New testcase.
13722
13723 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
13724
13725         * gcc.dg/cpp/_Pragma4.c: New test.
13726
13727 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
13728
13729         * objc/execute/nil_method-1.m: New testcase.
13730
13731 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
13732
13733         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
13734         [Object class], not [Object initialize].
13735
13736 2002-08-31  Roger Sayle  <roger@eyesopen.com>
13737             Hans-Peter Nilsson  <hp@bitrange.com>
13738
13739         * gcc.c-torture/execute/20020720-1.x: Skip test on
13740         mmix-knuth-mmixware.  Correct comment.
13741
13742 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
13743
13744         * testsuite/g++.dg/abi/bitfield5.C: New test.
13745         * testsuite/g++.dg/abi/vbase10.C: Likewise.
13746
13747 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
13748
13749         * objc.dg/undeclared-selector.m: New test.
13750
13751 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
13752
13753         * g++.dg/other/offsetof1.C: Avoid cast warning.
13754
13755 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
13756
13757         * objc.dg/super-class-2.m: New test.
13758
13759 2002-08-24  Matt Austern  <austern@apple.com>
13760
13761         * g++.dg/ext/lvaddr.C: New test.
13762         * g++.dg/ext/lvcast.C: New test.
13763
13764 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
13765
13766         * testsuite/g++.dg/inherit/cond1.C: New test.
13767
13768 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
13769
13770         * gcc.dg/noncompile/incomplete-1.c: New test.
13771
13772 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
13773
13774         * gcc.dg/typespec-1.c: New test.
13775
13776 2002-08-20  Devang Patel  <dpatel@apple.com>
13777         * objc.dg/proto-hier-2.m: New test.
13778
13779 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
13780
13781         * objc.dg/bitfield-1.m: New test.
13782         * objc.dg/bitfield-2.m: New test.
13783
13784 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
13785
13786         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
13787         gcc.dg/c99-flex-array-4.c: New tests.
13788
13789 2002-08-16  Stan Shebs  <shebs@apple.com>
13790
13791         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
13792
13793 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
13794
13795         * gcc.dg/typeof-1.c: New test.
13796         * g++.dg/ext/typeof2.C: New test.
13797
13798 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
13799
13800         * g++.dg/other/offsetof1.C: New test.
13801
13802 2002-08-14  Richard Henderson  <rth@redhat.com>
13803
13804         * gcc.dg/tls/diag-3.c: Fix expected message strings.
13805
13806 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
13807
13808         * gcc.dg/cpp/_Pragma3.c: New test.
13809
13810 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
13811
13812         * g++.dg/template/inherit3: New test.
13813
13814 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13815
13816         * gcc.dg/bitfld-4.c: Add blank options.
13817
13818 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
13819
13820         * g++.dg/template/crash1.C: New test.
13821
13822 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
13823
13824         * gcc.dg/tls/opt-2.c: New test.
13825
13826 2002-08-08  Devang Patel  <dpatel@apple.com>
13827
13828         * objc.dg/selector-1.m : New test
13829
13830 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
13831
13832         * g++.dg/abi/bitfield4.C: New test.
13833         * gcc.dg/bitfld-4.c: New test.
13834
13835 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
13836
13837         * g++.dg/other/packed1.C: New test.
13838
13839 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
13840
13841         * g++.dg/abi/offsetof.C: Tweak error messages.
13842         * g++.old-deja/g++.mike/p10769a.C: Likewise.
13843
13844 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
13845
13846         * gcc.dg/bitfld-3.c: New test.
13847
13848 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
13849             Richard Henderson  <rth@redhat.com>
13850
13851         * gcc.dg/i386-bitfield1.c: New test.
13852         * g++.dg/abi/bitfield3.C: Update.
13853
13854 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
13855
13856         * objc.dg/const-str-2.m: Update.
13857         * gcc.dg/cpp/c++98.c: Change to C extension.
13858         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
13859         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
13860
13861 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
13862
13863         * testsuite/gcc.dg/tls/diag-3.c: New.
13864
13865 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
13866
13867         * g++.dg/README (Subdirectories): Document new subdir expr.
13868         * g++.dg/expr/pmf-1.C: New test.
13869
13870 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
13871
13872         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
13873
13874 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
13875
13876         * g++.dg/abi/bitfield3.C: New test.
13877
13878 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
13879
13880         * lib/gcov.exp: Tweak expected line formats.
13881         * gcc.misc-tests/gcov8.c: New test.
13882         * gcc.misc-tests/gcov8.x: New flags.
13883
13884 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
13885
13886         * consistency.vlad/layout/endian.c: Include string.h.
13887
13888         * gcc.c-torture/execute/20020805-1.c: New test.
13889
13890 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
13891
13892         * g++.dg/other/conversion1.C: New test.
13893
13894 2002-08-03  Roger Sayle  <roger@eyesopen.com>
13895
13896         * gcc.dg/builtins-1.c: New testcase.
13897
13898 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
13899
13900         * g++.dg/inherit/access3.C: New test.
13901
13902 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
13903
13904         * gcc.dg/ia64-visibility-2.c: New test.
13905
13906 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
13907
13908         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
13909         __qualifier_flags to __flags.
13910
13911 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
13912
13913         * g++.dg/inherit/operator1.C: New test.
13914         * g++.dg/lookup/disamb1.C: Fix typo in comment.
13915         * g++.dg/other/error1.C: Change expected error message.
13916         * g++.dg/template/conv4.C: Likewise.
13917
13918 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
13919
13920         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
13921         for documented behavior.
13922
13923 2002-07-25  Roger Sayle  <roger@eyesopen.com>
13924
13925         * gcc.c-torture/execute/20020720-1.x: Skip this test on
13926         several targets known to fail.
13927
13928 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
13929
13930         * gcc.dg/mips-args-[123].c: New tests.
13931
13932 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
13933
13934         * gcc.dg/ppc-spe.c: New.
13935
13936 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
13937
13938         * g++.dg/other/ptrmem4.C: New testcase.
13939
13940 2002-07-24  Richard Henderson  <rth@redhat.com>
13941
13942         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
13943
13944 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
13945
13946         * g++.dg/ext/alignof1.C (main): Return 0 for success.
13947
13948 2002-07-24  Roger Sayle  <roger@eyesopen.com>
13949
13950         * gcc.c-torture/execute/memset-3.c: New testcase.
13951
13952 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
13953
13954         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
13955         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
13956
13957 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13958
13959         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
13960         Delete.
13961
13962 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
13963
13964         * gcc.c-torture/compile/simd-4.c: New test.
13965
13966 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13967
13968         PR c++/7347, c++/7348
13969         * g++.dg/template/access4.C: New test.
13970         * g++.dg/template/access5.C: New test.
13971         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
13972         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
13973         * g++.old-deja/g++.pt/ttp58.C: Likewise.
13974         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
13975
13976 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
13977
13978         * gcc.dg/gnu89-init-2.c: New test.
13979
13980 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
13981
13982         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
13983
13984 2002-07-20  Roger Sayle  <roger@eyesopen.com>
13985
13986         * gcc.c-torture/execute/20020720-1.c: New testcase.
13987
13988 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
13989
13990         * gcc.dg/cpp/Wsignprom.c: New tests.
13991
13992 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
13993
13994         * gcc.c-torture/execute/loop-13.c: New test.
13995
13996 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
13997
13998         * gcc.dg/cpp/expr.c: New tests.
13999
14000 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14001
14002         * g++.dg/opt/pr6713.C: Add template instantiation.
14003
14004 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14005
14006         * gcc.dg/nest.c: New test.
14007
14008 2002-07-17  Richard Henderson  <rth@redhat.com>
14009
14010         * g++.dg/opt/pr6713.C: New test.
14011
14012 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14013
14014         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14015         XFAIL for all x86 processors.
14016
14017 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14018
14019         * gcc.c-torture/execute/20010122-1.x: Do not test with
14020         -fomit-frame-pointer.
14021
14022 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14023
14024         * g++.dg/template/instantiate2.C: New test.
14025         * g++.dg/template/spec4.C: New test.
14026
14027 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14028
14029         * g++.dg/template/access2.C: New test.
14030         * g++.dg/template/access3.C: New test.
14031
14032 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14033
14034         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14035         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14036         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14037         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14038         Convert to use <stdarg.h>.
14039         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14040         Delete.
14041         * gcc.dg/va-arg-2.c: New.
14042         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14043
14044 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14045
14046         * gcc.c-torture/compile/20020710-1.c: New test.
14047
14048 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14049                           Andrew Pinski  <pinskia@physics.uc.edu>
14050
14051         gcc.c-torture/compile/simd-2.c: New testcase.
14052         gcc.c-torture/compile/simd-3.c: Likewise.
14053
14054 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14055
14056         PR c++/7224
14057         * g++.dg/overload/error1.C: New test.
14058
14059 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14060
14061         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14062         configuration and IRIX 6 O32 ABI.
14063
14064 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14065
14066         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14067
14068 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14069
14070         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14071
14072 2002-07-10  Jeffrey A Law  <law@redhat.com>
14073
14074         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14075
14076         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14077
14078 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14079
14080         * gcc.dg/20020312-2.c: Check for __PPC__.
14081
14082 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14083
14084         * gcc.c-torture/compile/20020709-1.c: New test.
14085
14086 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14087
14088         * g++.dg/template/qualttp21.C: New test case.
14089
14090 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14091
14092         * gcc.c-torture/compile/20020706-1.c: New test.
14093         * gcc.c-torture/compile/20020706-2.c: New test.
14094
14095 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
14096             Alexandre Oliva  <aoliva@redhat.com>
14097
14098         * g++.dg/warn/incomplete1.C: New test.
14099
14100 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14101
14102         PR c++/7099
14103         * g++.dg/warn/noreturn1.C: New test.
14104
14105 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
14106
14107         PR c++/6706
14108         * g++.dg/debug/debug6.C: New test.
14109         * g++.dg/debug/debug7.C: New test.
14110
14111 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
14112
14113         * gcc.c-torture/compile/simd-3.c: New test.
14114
14115 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
14116
14117         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
14118         * gcc.dg/20020620-1.c: Likewise.
14119
14120 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14121
14122         PR c++/6944
14123         * g++.dg/init/array4.C: New test.
14124         * g++.dg/init/array5.C: New test.
14125
14126 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
14127
14128         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
14129         * gcc.c-torture/execute/simd-2.c (main): Likewise.
14130
14131 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14132
14133         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
14134         * gcc.dg/wtr-aggr-init-1.c: Likewise.
14135         * gcc.dg/wtr-conversion-1.c: Likewise.
14136         * gcc.dg/wtr-escape-1.c: Likewise.
14137         * gcc.dg/wtr-int-type-1.c: Likewise.
14138         * gcc.dg/wtr-label-1.c: Likewise.
14139         * gcc.dg/wtr-static-1.c: Likewise.
14140         * gcc.dg/wtr-strcat-1.c: Likewise.
14141         * gcc.dg/wtr-suffix-1.c: Likewise.
14142         * gcc.dg/wtr-switch-1.c: Likewise.
14143         * gcc.dg/wtr-unary-plus-1.c: Likewise.
14144         * gcc.dg/wtr-union-init-1.c: Likewise.
14145         * gcc.dg/wtr-union-init-2.c: Likewise.
14146         * gcc.dg/wtr-union-init-3.c: Likewise.
14147
14148         * gcc.dg/wtr-func-def-1.c: New test.
14149
14150 2002-07-02 Devang Patel <dpatel@apple.com>
14151
14152         * objc.dg/param-1.m: New test.
14153
14154 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
14155
14156         * gcc.dg/cpp/trad/directive.c: Add test.
14157         * gcc.dg/cpp/trad/macroargs.c: Add test.
14158         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
14159
14160 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
14161
14162         * gcc.dg/cpp/cmdlne-M.c: New test.
14163
14164 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
14165
14166         * objc.dg/desig-init-1.m: New test.
14167
14168 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14169
14170         PR c++/6716
14171         * g++.dg/template/instantiate1.C: New test.
14172
14173 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
14174
14175         PR c++/7112
14176         * g++.dg/template/sizeof2.C: New test.
14177
14178 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14179
14180         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
14181         gcc.dg/cpp/trad/include.c: New tests.
14182
14183 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
14184
14185         PR target/7177
14186         * gcc.c-torture/compile/20020701-1.c: New test.
14187
14188 2002-07-01  Stan Shebs  <shebs@apple.com>
14189
14190         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
14191         header here...
14192         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
14193         (objc-torture-execute): or here.
14194
14195 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
14196
14197         * gcc.c-torture/execute/arith-rand-ll.c: New test.
14198
14199 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14200
14201         * gcc.dg/cpp/trad/escaped-nl.c: New test.
14202
14203 2002-06-30  Devang Patel  <dpatel@apple.com>
14204
14205         * objc.dg/fsyntax-only.m: New test.
14206
14207 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
14208
14209         PR c++/6695
14210         * g++.dg/template/friend7.C: New file.
14211
14212 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
14213
14214         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
14215         return type.
14216
14217 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
14218
14219         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
14220         avoid division by zero.
14221
14222 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
14223
14224         * gcc.dg/Wunknownprag.c: New tests.
14225
14226 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
14227
14228         * gcc.c-torture/execute/simd-2.c: New test.
14229
14230 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
14231
14232         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
14233         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
14234         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
14235         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
14236         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
14237         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
14238         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
14239         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
14240         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
14241         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
14242         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
14243         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
14244         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
14245         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
14246         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
14247         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
14248         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
14249
14250 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
14251
14252         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
14253         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
14254         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
14255         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
14256         New tests.
14257         * gcc.dg/cpp/trad/directive.c: Update.
14258
14259 2002-06-23  Andreas Jaeger  <aj@suse.de>
14260
14261         * gcc.c-torture/execute/complex-6.c: New.
14262
14263 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
14264
14265         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
14266         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
14267         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
14268         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
14269
14270 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
14271
14272         * gcc.dg/cpp/trad: New directory with traditional tests copied
14273         from parent directory.
14274         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14275         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14276         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14277         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14278         Move to trad/ and rename.
14279         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
14280         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
14281         gcc.dg/cpp/trad/redef2.c: New tests.
14282         * gcc.dg/cpp/trad/trad.exp: New driver.
14283
14284 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
14285
14286         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14287         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14288         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14289         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14290         Remove.
14291
14292 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
14293
14294         * gcc.dg/20020620-1.c: New test.
14295
14296 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14297
14298         * g++.dg/template/ttp4.C: New test.
14299
14300 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
14301
14302         * g++.dg/opt/vt1.C: Fix regexp.
14303
14304 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14305
14306         * gcc.c-torture/execute/pure-1.c: Make functions static again.
14307         Don't use attribute `noinline'.
14308
14309 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14310
14311         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
14312
14313 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
14314
14315         * gcc.c-torture/execute/simd-1.c: New.
14316
14317         * gcc.dg/simd-1.c: New.
14318
14319 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14320
14321         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
14322
14323 2002-06-16  Richard Henderson  <rth@redhat.com>
14324
14325         * g++.dg/ext/anon-struct1.C: New.
14326         * g++.dg/ext/anon-struct2.C: New.
14327         * g++.dg/ext/anon-struct3.C: New.
14328         * gcc.dg/anon-struct-1.c: New.
14329         * gcc.dg/anon-struct-2.c: New.
14330         * gcc.dg/anon-struct-3.c: New.
14331         * gcc.dg/20011008-1.c: Adjust warning text.
14332         * gcc.dg/20020527-1.c: Add -fms-extensions.
14333
14334 2002-06-16  Richard Henderson  <rth@redhat.com>
14335
14336         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
14337
14338 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
14339
14340         * gcc.c-torture/execute/20020615-1.c: New test.
14341
14342 2002-06-15  Roger Sayle  <roger@eyesopen.com>
14343
14344         * gcc.c-tortuture/execute/compare-1.c: New test case.
14345         * gcc.c-tortuture/execute/compare-2.c: New test case.
14346         * gcc.c-tortuture/execute/compare-3.c: New test case.
14347
14348 2002-06-13  Richard Henderson  <rth@redhat.com>
14349
14350         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
14351         ia64 ilp32.
14352
14353 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14354
14355         * g++.dg/template/typename2.C: Update error message.
14356
14357 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
14358
14359         * gcc.c-torture/execute/20020611-1.c: New test.
14360
14361 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
14362
14363         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
14364         list of targets to skip.
14365
14366 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
14367
14368         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
14369         targets if not optimizing.
14370
14371 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
14372
14373         * gcc.c-torture/compile/20020605-1.c: New test.
14374
14375         * g++.dg/opt/vt1.C: New test.
14376
14377         * gcc.dg/20020531-1.c: New test.
14378
14379         * gcc.dg/20020530-1.c: New test.
14380
14381         * gcc.dg/20020527-1.c: New test.
14382
14383         * g++.dg/opt/cse1.C: New test.
14384
14385 2002-06-07  Roger Sayle  <roger@eyesopen.com>
14386
14387         * gcc.dg/20020607-2.c: New test case.
14388
14389 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
14390
14391         * gcc.c-torture/compile/20020604-1.c: New test.
14392
14393 2002-06-04  Richard Henderson  <rth@redhat.com>
14394
14395         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
14396         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
14397         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
14398
14399 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
14400
14401         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
14402
14403 2002-06-03  Richard Henderson  <rth@redhat.com>
14404
14405         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
14406         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
14407
14408 2002-06-02  Richard Henderson  <rth@redhat.com>
14409
14410         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
14411         test functions static.
14412
14413 2002-06-02  Andreas Jaeger  <aj@suse.de>
14414
14415         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
14416         now.
14417
14418 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
14419
14420         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
14421         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
14422         Update for mofified diagnostics.
14423         * gcc.dg/c99-intconst-1.c: No longer fail.
14424
14425 2002-06-02  Richard Henderson  <rth@redhat.com>
14426
14427         * gcc.dg/uninit-A.c: Remove xfail markers.
14428
14429 2002-06-01  Roger Sayle  <roger@eyesopen.com>
14430
14431         * gcc.dg/fnegate-1.c: New test case.
14432
14433 2002-05-30  Osku Salerma  <osku@iki.fi>
14434
14435         * gcc.c-torture/execute/mayalias-1.c: New file.
14436
14437 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
14438
14439         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
14440         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
14441         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
14442
14443 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
14444
14445         * gcc.c-torture/execute/20020529-1.c: New test.
14446
14447 2002-05-27  Richard Henderson  <rth@redhat.com>
14448
14449         * g++.dg/ext/attrib6.C: New test case.
14450
14451 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14452
14453         * gcc.c-torture/execute/pure-1.c: New test.
14454
14455 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
14456
14457         * gcc.dg/cpp/arith-2.c: Remove.
14458
14459 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
14460
14461         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
14462         * gcc.dg/cpp/if-3.c: Remove.
14463
14464 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
14465
14466         * g++.dg/opt/cse2.C: New test.
14467
14468 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
14469
14470         * gcc.dg/cpp/arith-1.c: New semantic tests.
14471         * gcc.dg/cpp/if-1.c: Update.
14472
14473 2002-05-24  Ben Elliston  <bje@redhat.com>
14474
14475         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
14476
14477 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
14478
14479         * gcc.dg/verbose-asm.c: New test.
14480
14481 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
14482
14483         * gcc.dg/cpp/paste12.c: New test.
14484
14485 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
14486
14487         * g++.dg/parse/named_ops.C: New test.
14488
14489 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
14490
14491         * gcc/testsuite/gcc.dg/weak-8.c: New test.
14492
14493 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
14494
14495         * gcc.dg/weak-2.c: Allow optional leading underscore
14496         in scan-assembler symbol name.
14497         * gcc.dg/weak-3.c: Likewise.
14498         * gcc.dg/weak-4.c: Likewise.
14499         * gcc.dg/weak-5.c: Likewise.
14500
14501 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
14502
14503         * gcc.dg/20020523-1.c: New test.
14504
14505 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
14506
14507         * objc.dg/const-str-2.m: Update now that we stop after
14508         a command line error.
14509
14510 2002-05-22  Richard Henderson  <rth@redhat.com>
14511
14512         * g++.dg/dg.exp: Fix typo in test pruneing.
14513
14514 2002-05-22  Richard Henderson  <rth@redhat.com>
14515
14516         * g++.dg/dg.exp: Prune the tls subdirectory.
14517         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
14518         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
14519         * g++.dg/tls/init-1.C: New.
14520
14521 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
14522
14523         * gcc.dg/20020517-1.c: New test.
14524
14525 2002-05-21  Richard Henderson  <rth@redhat.com>
14526
14527         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
14528         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
14529
14530 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
14531
14532         * g++.dg/other/copy2.C: New test.
14533
14534 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
14535
14536         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
14537         (MAX_COPY): Bump up to 10 times sizeof (long long).
14538         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
14539
14540         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
14541         sizeof (long long).
14542
14543         * gcc.c-torture/execute/strcpy-1.c: New test.
14544
14545 2002-05-19  Jason Merrill  <jason2redhat.com>
14546
14547         * g++.dg/ext/oper1.C: New test.
14548
14549 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
14550 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
14551
14552         * README.QMTEST: New file.
14553
14554         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
14555
14556 2002-05-19  Andreas Jaeger  <aj@suse.de>
14557
14558         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
14559         now.
14560         * gcc.c-torture/execute/loop-2d.x: Likewise.
14561
14562 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
14563
14564         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
14565         support weak symbols.
14566         * gcc.dg/weak-4.c: Likewise
14567         * gcc.dg/weak-6.c: Likewise
14568
14569 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
14570
14571         * gcc.dg/weak-3.c: Add dg-excess-error comment for
14572         cygwin, coff and h8300-*-hms targets
14573         * gcc.dg/weak-5.c: Likewise
14574         * gcc.dg/weak-7.c: Likewise
14575
14576 2002-05-16  Jason Merrill  <jason@redhat.com>
14577
14578         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
14579         (scan-assembler-not, scan-assembler-dem): Likewise.
14580         (scan-assembler-dem-not): Likewise.
14581
14582 2002-05-15  Richard Henderson  <rth@redhat.com>
14583
14584         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
14585
14586 2002-05-15  Richard Henderson  <rth@redhat.com>
14587
14588         * gcc.dg/weak-5.c (vfoo1c): No warning here.
14589         (vfoo1f): Warning here.
14590         (vfoo1l): Don't redefine the alias.
14591
14592 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
14593
14594         * g++.dg/init/pm1.C: New test.
14595
14596 2002-05-12  David S. Miller  <davem@redhat.com>
14597
14598         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
14599         types.
14600
14601 2002-05-10  Roger Sayle  <roger@eyesopen.com>
14602
14603         * gcc.c-torture/execute/20020510-1.c: New test case.
14604
14605 2002-05-10  David S. Miller  <davem@redhat.com>
14606
14607         * gcc.c-torture/execute/conversion.c: Test long double too.
14608
14609 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
14610
14611         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
14612         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
14613         * lib/g++.exp (g++_link_flags): Likewise.
14614         * lib/objc.exp (objc_target_compile): Likewise.
14615
14616 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
14617
14618         * gcc.dg/cpp/poison.c: Update.
14619         * gcc.dg/cpp/20000625-2.c: Remove.
14620         * gcc.dg/cpp/direct2s.c: Remove final test.
14621
14622 2002-05-08  Tom Rix  <trix@redhat.com>
14623
14624         * gcc.c-torture/execute/20020508-1.c: New test.
14625         * gcc.c-torture/execute/20020508-2.c: New test.
14626         * gcc.c-torture/execute/20020508-3.c: New test.
14627
14628 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
14629
14630         * gcc.dg/cpp/charconst-4.c: More tests.
14631
14632 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
14633
14634         PR c/6569
14635         * gcc.dg/weak-3.c: Update location of warning messages.
14636         * gcc.dg/weak-5.c: Likewise.
14637
14638 2002-05-06  Roger Sayle  <roger@eyesopen.com>
14639
14640         * gcc.c-torture/execute/20020506-1.c: New test case.
14641
14642 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
14643
14644         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
14645
14646 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14647
14648         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
14649
14650 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
14651
14652         * gcc.dg/cpp/charconst-3.c: New test.
14653
14654 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
14655
14656         * gcc.dg/cpp/charconst.c: Update tests.
14657
14658 2002-05-05  Tim Josling  <tej@melbpc.org.au>
14659
14660         * treelang: Added directory for new sample language treelang. Also
14661         lib/treelang.exp: New file to signal treelang should be tested.
14662
14663 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
14664
14665         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
14666         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
14667         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
14668         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
14669         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
14670         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
14671         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
14672
14673 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14674
14675         * gcc.dg/format/xopen-2.c: New test.
14676
14677 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
14678
14679         * gcc.dg/20020503-1.c: New test.
14680
14681 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
14682
14683         * g++.dg/init/dtor1.C: Make it tougher.
14684
14685 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
14686
14687         * g++.dg/init/dtor1.C: New test.
14688
14689 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
14690
14691         * gcc.dg/altivec-8.c: New.
14692
14693 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
14694
14695         * gcc.dg/altivec-7.c: New.
14696
14697 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
14698
14699         * g++.dg/parse/typedef1.C: New test.
14700
14701 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
14702
14703         PR c++/6486
14704         * g++.dg/template/friend6.C: New test.
14705
14706         PR c++/6492
14707         * g++.dg/init/copy1.C: New test.
14708
14709 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
14710
14711         * g++.dg/warn/effc1.C: New test.
14712
14713 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
14714
14715         * gcc.dg/cpp/if-cexp.c: Add a test.
14716
14717 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
14718
14719         * gcc.dg/20020426-2.c: New test.
14720
14721 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
14722
14723         * gcc.dg/cpp/if-mop.c: Update.
14724         * gcc.dg/cpp/if-mpar.c: Add test.
14725         * gcc.dg/cpp/if-oppr.c: Update.
14726
14727 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14728
14729         PR c/6343
14730         * gcc.dg/weak-[2-7].c: New tests.
14731
14732 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
14733
14734         * gcc.dg/enum1.c: New test.
14735
14736 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
14737
14738         PR c++/6497
14739         * g++.dg/inherit/access2.C: New test.
14740
14741 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
14742
14743         PR bootstrap/6445
14744         * gcc.dg/20020426-1.c: New test.
14745
14746 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
14747
14748         * g++.dg/abi/enum1.C: New test.
14749
14750 2002-04-26  Richard Henderson  <rth@redhat.com>
14751
14752         * gcc.dg/c99-bool-1.c: Expect always true warning.
14753
14754 2002-04-25  Roger Sayle  <roger@eyesopen.com>
14755
14756         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
14757
14758 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14759
14760         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
14761         targets.
14762
14763 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
14764
14765         * g++.dg/abi/mange7.C: New test.
14766
14767         PR c++/6438.
14768         * g++.dg/parse/stmtexpr2.C: New test.
14769
14770 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
14771
14772         * gcc.dg/20020312-2.c: Add SH target.
14773
14774 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14775
14776         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
14777         compiler output on mips*-*-irix*.
14778
14779 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
14780
14781         * g++.dg/parse/attr1.C: New test.
14782
14783 2002-04-23  Roger Sayle  <roger@eyesopen.com>
14784
14785         * gcc.c-torture/execute/string-opt-17.c: New test case.
14786         * gcc.c-torture/execute/memset-2.c: New test case.
14787
14788 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
14789
14790         PR c++/6256:
14791         * g++.dg/template/friend5.C: New test.
14792
14793         PR c++/6331:
14794         * g++.dg/template/qual1.C: Likewise.
14795
14796 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
14797
14798         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
14799         Include stdlib.h, not stdio.h or ctype.h.
14800
14801 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
14802
14803         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
14804         cris-*-elf* and mmix-*-*.
14805         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
14806         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
14807         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
14808         Ditto.
14809         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
14810         * gcc.dg/wchar_t-1.c: Ditto.
14811
14812 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
14813
14814         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
14815         Clarify comment.
14816
14817 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
14818
14819         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
14820
14821 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14822
14823         * gcc.c-torture/execute/20000906-1.x: Delete.
14824
14825 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
14826
14827         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
14828
14829 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
14830
14831         * PR6367
14832         * g77.f-torture/execute/6367.f: New test.
14833         * g77.f-torture/execute/6367.x: Disable for MMIX.
14834
14835 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14836
14837         * PR6352
14838         * g++.dg/opt/inline2.C: New test.
14839
14840 2002-04-18  Richard Henderson  <rth@redhat.com>
14841
14842         * gcc.dg/20000906-1.c: Enable for all targets.
14843         * gcc.c-torture/compile/iftrap-2.c: New.
14844
14845 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
14846
14847         * gcc.dg/20020418-1.c: New test.
14848         * gcc.dg/20020418-2.c: New test.
14849
14850 2002-04-18  Richard Henderson  <rth@redhat.com>
14851
14852         * gcc.c-torture/compile/iftrap-1.c: New.
14853         * gcc.dg/iftrap-1.c: Adjust for ia64.
14854         * gcc.dg/iftrap-2.c: New.
14855
14856 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
14857
14858         * gcc.c-torture/compile/20020418-1.c: New test.
14859
14860 2002-04-18  Roger Sayle  <roger@eyesopen.com>
14861
14862         * gcc.c-torture/compile/20020415-1.c: New.
14863
14864 2002-04-18  David S. Miller  <davem@redhat.com>
14865
14866         * gcc.c-torture/execute/20020418-1.c: New test.
14867
14868 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
14869
14870         * gcc.dg/20020416-1.c: New test.
14871
14872         * g++.dg/opt/inline1.C: New test.
14873
14874 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
14875
14876         * gcc.dg/altivec-5.c: New test.
14877
14878         * gcc.dg/20020415-1.c: New test.
14879
14880 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14881
14882         * testsuite/lib/chill.exp: Remove.
14883
14884 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
14885
14886         * g++.dg/other/big-struct.C: New test.
14887
14888 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
14889
14890         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
14891         of scratch file.
14892
14893 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
14894
14895         PR c/6277
14896         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
14897         in scan-assembler function name
14898
14899 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
14900
14901         * g77.f-torture/execute/980628-4.x,
14902         g77.f-torture/execute/980628-5.x,
14903         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
14904         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
14905         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
14906         i[34567]86-*-*.
14907
14908 2002-04-13  David S. Miller  <davem@redhat.com>
14909
14910         * gcc.c-torture/execute/20020413-1.c: New test.
14911
14912 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
14913
14914         * gcc.dg/asm-6.c,
14915         * g++.dg/ext/asm1.C: New tests.
14916
14917 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
14918
14919         PR c++ 5373.
14920         * g++.dg/parse/stmtexpr1.C: New test.
14921
14922         PR c++/5189.
14923         * g++.dg/template/copy1.C: New test.
14924
14925 2002-04-12  Richard Henderson  <rth@redhat.com>
14926
14927         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
14928
14929 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
14930
14931         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
14932         gcc.c-torture/execute/20020307-2.c.
14933
14934 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
14935
14936         * g++.dg/ext/attrib5.C,
14937         * g++.dg/lookup/struct1.C: New tests.
14938
14939 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
14940
14941         * gcc.dg/20020411-1.c: New test.
14942
14943         * gcc.c-torture/execute/20020411-1.c: New test.
14944
14945 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
14946
14947         * g77.f-torture/execute/6177.f: New test.
14948
14949 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
14950
14951         PR middle-end/6247
14952         * g++.dg/opt/cleanup1.C: New test.
14953
14954         * g++.dg/opt/const1.C: New test.
14955
14956 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
14957
14958         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
14959
14960 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14961
14962         PR c++/5507
14963         * g++.dg/template/typename2.C: New test.
14964
14965 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
14966
14967         * gcc.c-torture/execute/loop-12.c: New.
14968
14969 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
14970
14971         * g77.f-torture/execute/980628-4.x,
14972         g77.f-torture/execute/980628-5.x,
14973         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
14974         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
14975         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
14976
14977 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14978
14979         PR optimization/6086
14980         * g++.dg/opt/preinc1.C: New test.
14981
14982 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
14983
14984         PR c++/5571
14985         * g++.dg/opt/static2.C: New test.
14986
14987 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
14988
14989         PR c/5120
14990         * gcc.dg/20020406-1.c: New test.
14991
14992 2002-04-04  David S. Miller  <davem@redhat.com>
14993
14994         * gcc.c-torture/execute/20020404-1.c: New test.
14995
14996 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
14997
14998         PR c/6123
14999         * gcc.dg/20020312-2.c: Do not declare global register variable
15000         if __PIC__ or __pic__ is defined.
15001
15002 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15003
15004         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15005         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15006
15007 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15008
15009         * gcc.misc-tests/linkage.exp: Update last change to handle
15010         sparc*-, not just sparc-.
15011
15012 2002-04-03  Richard Henderson  <rth@redhat.com>
15013
15014         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15015
15016 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15017
15018         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15019
15020 2002-04-02  David S. Miller  <davem@redhat.com>
15021
15022         * gcc.c-torture/execute/20020402-3.c: New test.
15023
15024 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15025
15026         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15027         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15028
15029         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15030         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15031         g77.f-torture/execute/20001201.x,
15032         g77.f-torture/execute/u77-test.x: New files.
15033
15034         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15035         * gcc.dg/wchar_t-1.c: Ditto.
15036
15037 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15038
15039         * gcc.c-torture/execute/20020402-1.c: New test.
15040
15041 2002-04-01  Richard Henderson  <rth@redhat.com>
15042
15043         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15044
15045         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15046
15047 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15048
15049         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15050
15051 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15052
15053         * g++.dg/inherit/template-as-base.C: Expect error.
15054         * g++.dg/inherit/namespace-as-base.C: Likewise.
15055
15056 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15057
15058         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15059         g++.dg/ext/instantiate3.C: Tweak match patterns.
15060
15061         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15062         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15063         -da test.
15064
15065 2002-03-31  Richard Henderson  <rth@redhat.com>
15066
15067         * gcc.dg/special/alias-2.c: New.
15068         * gcc.dg/special/ecos.exp: Run it.
15069
15070 2002-03-31  Richard Henderson  <rth@redhat.com>
15071
15072         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15073
15074 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15075
15076         * gcc.dg/weak-1.c: Disable on h8300 port.
15077
15078 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15079
15080         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15081         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15082         ordering tests.
15083         * g++.dg/bprob/bprob-1.C: New test.
15084         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15085         * g++.dg/gcov/gcov-1.C: New test.
15086         * g++.dg/gcov/gcov-1.x: New file.
15087         * g++.dg/gcov/gcov-2.C: New test.
15088         * g++.dg/gcov/gcov-3.C: New test.
15089         * g++.dg/gcov/gcov-3.h: New file.
15090
15091 2002-03-28  Roger Sayle  <roger@eyesopen.com>
15092
15093         * g++.old-deja/g++.other/builtins5.C: New test.
15094         * g++.old-deja/g++.other/builtins6.C: New test.
15095         * g++.old-deja/g++.other/builtins7.C: New test.
15096         * g++.old-deja/g++.other/builtins8.C: New test.
15097         * g++.old-deja/g++.other/builtins9.C: New test.
15098
15099 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
15100
15101         * g++.dg/opt/static1.C: New test.
15102
15103         * g++.dg/opt/longbranch1.C: New test.
15104
15105 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
15106
15107         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
15108
15109         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
15110
15111 2002-03-28  Jeffrey A Law  (law@redhat.com)
15112
15113         * gcc.c-torture/execute/20020328-1.c: New test.
15114
15115 2002-03-27  Richard Henderson  <rth@redhat.com>
15116
15117         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
15118         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
15119         move from g++.old-deja/g++.ext/.
15120
15121 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
15122
15123         * g++.dg/init/new2.C: New test.
15124
15125 2002-03-26  Richard Henderson  <rth@redhat.com>
15126
15127         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
15128
15129         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
15130         on sparc.
15131
15132         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
15133         sparcv9 systems.
15134         * gcc.dg/20001102-1.c: Likewise.
15135
15136 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
15137
15138         * gcc.dg/cpp/endif-pedantic1.c,
15139         gcc.dg/cpp/endif-pedantic2.c:  New tests.
15140
15141 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
15142
15143         * g++.dg/init/new1.C: New test.
15144
15145 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
15146
15147         * g++.dg/abi/vbase9.C: New test.
15148
15149 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
15150
15151         * gcc.dg/arm-asm.c: New test.
15152
15153 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
15154
15155         * gcc.dg/Wswitch-enum.c: New test.
15156         Fix PR c/5044.
15157
15158 2002-03-26  Richard Henderson  <rth@redhat.com>
15159
15160         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
15161         structure.
15162
15163 2002-03-25  Richard Henderson  <rth@redhat.com>
15164
15165         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
15166         sparcv9 systems.
15167
15168         * gcc.c-torture/compile/20011119-1.c (xxx): New.
15169         * gcc.c-torture/compile/20011119-2.c (xxx): New.
15170
15171 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
15172
15173         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
15174
15175 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
15176
15177         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
15178         targets using generic thunk support.
15179
15180 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
15181
15182         * gcc.c-torture/compile/20020323-1.c: New test.
15183
15184         * g++.dg/opt/conj2.C: New test.
15185
15186 2002-03-24  Richard Henderson  <rth@redhat.com>
15187
15188         * gcc.dg/weak-1.c: Use -fno-common.
15189
15190 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15191
15192         * g77.dg/f77-edit-apostrophe-out.f: New test
15193         * g77.dg/f77-edit-h-out.f: New test
15194         * g77.dg/f77-edit-t-in.f: New test
15195         * g77.dg/f77-edit-t-out.f: New test
15196         * g77.dg/f77-edit-x-out.f: New test
15197         * g77.dg/f77-edit-slash-out.f: New test
15198         * g77.dg/f77-edit-colon-out.f: New test
15199         * g77.dg/f77-edit-s-out.f: New test
15200
15201 2002-03-24  Richard Henderson  <rth@redhat.com>
15202
15203         * objc/execute/formal_protocol-6.x: New XFAIL.
15204
15205 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15206
15207         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
15208         that do not support weak symbols
15209
15210 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15211
15212         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
15213         * lib/g77.exp:  Likewise
15214         * lib/objc.exp: Likewise
15215
15216 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
15217
15218         * gcc.dg/Wswitch-default.c: New test.
15219
15220 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
15221
15222         * g++.dg/other/enum1.C: New test.
15223
15224 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
15225
15226         * gcc.dg/pragma-ep-3.c: Fix typo.
15227
15228 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15229
15230         * g++.dg/inherit/template-as-base.C: New test.
15231
15232 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
15233
15234         * g++.old-deja/g++.other/dwarf2-1.C: Move...
15235         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
15236
15237 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
15238
15239         * gcc.dg/cpp/multiline.c: Update to match.
15240
15241 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
15242
15243         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
15244
15245 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
15246
15247         * gcc.dg/cpp/extratokens2.c:  New file.
15248
15249 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
15250
15251         * gcc.dg/20020312-2.c: Add rs6000 target.
15252
15253         * gcc.c-torture/compile/20020319-1.c: New test.
15254
15255 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15256
15257         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
15258         (A, E): Handle this.
15259
15260 2002-03-20  Jason Merrill  <jason@redhat.com>
15261
15262         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
15263         ignoring -fpic.
15264         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
15265         through prune_gcc_output.
15266
15267 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
15268
15269         * gcc.c-torture/compile/20020320-1.c: New test.
15270
15271 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
15272
15273         * gcc.c-torture/compile/20020318-1.c: New test.
15274
15275         * gcc.dg/struct-by-value-1.c: New test.
15276
15277         * gcc.dg/20020319-1.c: New test.
15278
15279 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
15280
15281         * g++.dg/opt/conj1.C: New test.
15282
15283 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
15284
15285         * g++.dg/template/qualttp20.C: Revert previous change.
15286         * g++.dg/template/qualttp3.C: Likewise.
15287         * g++.dg/template/qualttp4.C: Likewise
15288         * g++.dg/template/qualttp5.C: Likewise
15289         * g++.dg/template/qualttp6.C: Likewise
15290         * g++.dg/template/qualttp7.C: Likewise
15291         * g++.dg/template/qualttp8.C: Likewise
15292         * g++.dg/template/recurse.C: Likewise.
15293
15294 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
15295
15296         * gcc.dg/cpp/wchar-1.c: Update.
15297
15298 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15299
15300         * g++.dg/template/conv1.C: New test.
15301         * g++.dg/template/conv2.C: New test.
15302         * g++.dg/template/conv3.C: New test.
15303         * g++.dg/template/conv4.C: New test.
15304
15305 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15306
15307         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
15308         * g++.dg/template/qualttp3.C: Likewise.
15309         * g++.dg/template/qualttp4.C: Likewise
15310         * g++.dg/template/qualttp5.C: Likewise
15311         * g++.dg/template/qualttp6.C: Likewise
15312         * g++.dg/template/qualttp7.C: Likewise
15313         * g++.dg/template/qualttp8.C: Likewise
15314         * g++.dg/template/recurse.C: Likewise.
15315
15316 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15317
15318         * g++.dg/opt/dtor1.C: New test.
15319
15320 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
15321
15322         * gcc.c-torture/compile/20020315-1.c: New test.
15323
15324 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
15325
15326         * gcc.dg/weak-1.c: Fix scan tests.
15327
15328 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
15329
15330         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
15331         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
15332         cris-*-aout* mmix-*-*.
15333         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
15334         cris-*-aout* mmix-*-*.
15335         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
15336         cris-*-elf* cris-*-aout* and mmix-*-*.
15337         * gcc.dg/20001009-1.c: Ditto.
15338         * gcc.dg/20010912-1.c: Ditto.
15339         * gcc.dg/20020122-4.c: Ditto.
15340         * gcc.dg/inline-2.c: Ditto.
15341
15342 2002-03-14  Jeffrey A Law  (law@cygnus.com)
15343
15344         * gcc.c-torture/compile/20020314-1.c: New test.
15345
15346 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
15347
15348         * gcc.c-torture/execute/20020314-1.c: New test.
15349
15350 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
15351
15352         * g++.dg/warn/Wunused-1.C: New test.
15353
15354 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
15355
15356         * g++.dg/abi/mangle6.C: New test.
15357
15358 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
15359
15360         * gcc.c-torture/compile/20020309-2.c: New test.
15361
15362         * gcc.c-torture/compile/20020312-1.c: New test.
15363
15364 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
15365
15366         * g++.dg/other/access1.C: New test.
15367
15368 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
15369
15370         * gcc.c-torture/execute/wchar_t-1.c: New test.
15371
15372 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
15373
15374         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
15375
15376 2002-03-12  Roger Sayle  <roger@eyesopen.com>
15377
15378         * gcc.dg/20020312-1.c: New test case.
15379
15380 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
15381
15382         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
15383
15384 2002-03-11  Richard Henderson  <rth@redhat.com>
15385
15386         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
15387         * g++.old-deja/g++.jason/report.C: Likewise.
15388
15389 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15390
15391         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
15392         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
15393
15394 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15395
15396         * testsuite/g++.dg/overload/pmf1.C: New test.
15397
15398 2002-03-11  Kazu Hirata  <kazu@hxi.com>
15399
15400         * gcc.c-torture/execute/20020307-1.c: Use long.
15401
15402 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
15403
15404         PR optimization/5844
15405         * gcc.dg/20020310-1.c: New test.
15406
15407 2002-03-09  Michael Meissner  <meissner@redhat.com>
15408
15409         * gcc.c-torture/execute/memcpy-2.c: New test.
15410         * gcc.c-torture/execute/memset-1.c: New test.
15411         * gcc.c-torture/execute/strlen-1.c: New test.
15412         * gcc.c-torture/execute/strcmp-1.c: New test.
15413         * gcc.c-torture/execute/strncmp-1.c: New test.
15414
15415 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
15416
15417         * gcc.dg/ppc-ldstruct.c: New test.
15418
15419 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
15420
15421         * gcc.c-torture/execute/va-arg-22.c: New test.
15422
15423 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15424
15425         * gcc.c-torture/compile/20020309-1.c: New test.
15426
15427 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
15428
15429         * gcc.c-torture/execute/20020307-2.c: New test.
15430
15431 2002-03-07  Jeffrey A Law  (law@redhat.com)
15432
15433         * g77.f-torture/compile/20020307-1.f: New test.
15434
15435 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
15436
15437         * gcc.dg/unordered-1.c: New test.
15438
15439 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
15440
15441         * gcc.c-torture/execute/20020307-1.c: New test.
15442
15443 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
15444
15445         * gcc.dg/20020304-1.c: New test.
15446
15447         * gcc.c-torture/compile/20020304-2.c: New test.
15448
15449 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
15450
15451         * gcc.c-torture/compile/20020304-1.c: New test case
15452         (from PR c/5830).
15453
15454 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
15455
15456         * gcc.dg/20020103-1.c: Add other -D ppc variants.
15457
15458 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
15459
15460         * g++.dg/other/classkey1.C: New test.
15461
15462 2002-03-01  Richard Henderson  <rth@redhat.com>
15463
15464         * gcc.c-torture/compile/981223-1.x: New.
15465         * gcc.c-torture/compile/920625-1.x: New.
15466
15467 2002-02-28  Richard Henderson  <rth@redhat.com>
15468
15469         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
15470
15471 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
15472
15473         * gcc.c-torture/execute/20020227-1.c: New test.
15474
15475 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
15476
15477         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
15478         here" ERROR lines.
15479         * g++.old-deja/g++.oliva/partord1.C: Likewise.
15480         * g++.old-deja.g++.other/defarg1.C: Likewise.
15481         * g++.old-deja/g++.pt/calls2.C: Likewise.
15482         * g++.old-deja/g++.pt/crash20.C: Likewise.
15483         * g++.old-deja/g++.pt/crash30.C: Likewise.
15484         * g++.old-deja/g++.pt/crash36.C: Likewise.
15485         * g++.old-deja/g++.pt/crash6.C: Likewise.
15486         * g++.old-deja/g++.pt/defarg13.C: Likewise.
15487         * g++.old-deja/g++.pt/derived3.C: Likewise.
15488         * g++.old-deja/g++.pt/error1.C: Likewise.
15489         * g++.old-deja/g++.pt/friend21.C: Likewise.
15490         * g++.old-deja/g++.pt/friend23.C: Likewise.
15491         * g++.old-deja/g++.pt/infinite1.C: Likewise.
15492         * g++.old-deja/g++.robertl/eb128.C: Likewise.
15493
15494 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
15495
15496         * gcc.c-torture/execute/20020225-2.c: New test.
15497
15498 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
15499
15500         * gcc.c-torture/execute/920730-1t.c,
15501         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
15502         Delete test cases, only relevant to -traditional.
15503
15504 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15505
15506         * gcc.dg/cpp/undef1.c: Remove.
15507         * gcc.dg/cpp/directiv.c: Update.
15508         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
15509
15510 2002-02-27  Michael Meissner  <meissner@redhat.com>
15511
15512         * gcc.c-torture/execute/20020226-1.c: New test.
15513
15514 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
15515
15516         * g++.dg/debug/debug4.C: New test.
15517
15518         * gcc.dg/ia64-visibility-1.c: New test.
15519
15520 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
15521
15522         * gcc.dg/debug/20020224-1.c: New.
15523
15524 2002-02-25  Kazu Hirata  <kazu@hxi.com>
15525
15526         * gcc.c-torture/execute/960416-1.x: New.
15527         * gcc.c-torture/execute/divconst-3.x: Likewise.
15528
15529 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
15530
15531         * gcc.dg/20020224-1.c: New test.
15532
15533 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
15534
15535         * gcc.c-torture/execute/20020225-1.c: New.
15536
15537 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15538
15539         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
15540
15541 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
15542
15543         * gcc.dg/20020222-1.c: New test.
15544
15545 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
15546
15547         * g++.dg/opt/anonunion1.C: New test.
15548
15549 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
15550
15551         * g++.dg/template/qualttp19.C: New test.
15552         * g++.dg/template/qualttp20.C: New test.
15553         * g++.old-deja/g++.jason/report.C: Adjust expected errors
15554         * g++.old-deja/g++.other/qual1.C: Likewise.
15555
15556 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
15557
15558         * gcc.dg/attr-alwaysinline.c: New.
15559
15560 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
15561
15562         * gcc.dg/20020220-1.c: New test.
15563
15564         * gcc.dg/20020220-2.c: New test.
15565
15566         * g++.dg/opt/mmx1.C: New test.
15567
15568 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
15569
15570         * gcc.c-torture/compile/20020110.c: New test.
15571
15572 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
15573
15574         * gcc.c-torture/execute/20020219-1.c: New test.
15575
15576         * gcc.dg/20020219-1.c: New test.
15577
15578         * gcc.dg/noncompile/20020220-1.c: New test.
15579
15580         * g++.dg/opt/ptrintsum1.C: New test.
15581
15582         * gcc.dg/debug/20020220-1.c: New test.
15583
15584 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
15585
15586         * gcc.c-torture/execute/20020216-1.c: New test.
15587
15588 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
15589
15590         * gcc.dg/decl-1.c: Update, new test.
15591
15592 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
15593
15594         * g++.dg/abi/bitfield1.C: New test.
15595         * g++.dg/abi/bitfield2.C: New test.
15596
15597 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
15598
15599         * gcc.dg/attr-nest.c: New test.
15600
15601 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
15602
15603         * gcc.c-torture/execute/20020215-1.c: New test.
15604
15605 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
15606
15607         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
15608         * g++.dg/debug/debug.exp: New.
15609         * g++.dg/debug/trivial.C: New.
15610         * g++.dg/debug/debug1.C: Moved...
15611         * g++.dg/other/debug1.C: ...from here.
15612         * g++.dg/debug/debug2.C: Moved...
15613         * g++.dg/other/debug2.C: ...from here.
15614         * g++.dg/debug/debug3.C: Moved...
15615         * g++.dg/other/debug3.C: ...from here.
15616
15617         * gcc.dg/noncompile/20020213-1.c: New test.
15618
15619 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
15620
15621         * g++.dg/other/debug3.C: New test.
15622
15623         * gcc.c-torture/execute/20020213-1.c: New test.
15624
15625 2002-02-13  Richard Smith <richard@ex-parrot.com>
15626
15627         * g++.old-deja/g++.other/thunk1.C: New test.
15628
15629 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
15630
15631         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
15632
15633 2002-02-13  Stan Shebs  <shebs@apple.com>
15634
15635         * gcc.dg/altivec-3.c: New.
15636
15637 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
15638
15639         * gcc.dg/Wunreachable-1.c: New test.
15640         * gcc.dg/Wunreachable-2.c: New test.
15641
15642 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15643
15644         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
15645
15646 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
15647
15648         * gcc.dg/decl-1.c: New test.
15649
15650 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
15651
15652         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
15653
15654 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15655
15656         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
15657         * gcc.c-torture/compile/980506-1.x: Likewise.
15658
15659 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15660
15661         * gcc.dg/20020210-1.c: New.
15662
15663 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
15664
15665         * g77.f-torture/execute/947.f: New regression test
15666         for PR fortran/947.
15667
15668 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
15669
15670         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
15671         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
15672
15673 2002-02-08  Richard Henderson  <rth@redhat.com>
15674
15675         * gcc.c-torture/compile/labels-3.c: New.
15676
15677 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
15678
15679         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
15680         expression statements work instead.
15681         * gcc.dg/noncompile/20020207-1.c: New test.
15682
15683 2002-02-07  Richard Henderson  <rth@redhat.com>
15684
15685         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
15686
15687 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
15688
15689         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
15690         message from g77
15691         * lib/g77-dg.exp: Trim g77 error messages so that they are
15692         recognized by dg.exp.
15693
15694 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
15695
15696         PR fortran/5473
15697         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
15698
15699 2002-02-07  Richard Henderson  <rth@redhat.com>
15700
15701         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
15702         to be sufficiently aligned for integers.
15703
15704 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
15705
15706         * g++.dg/template/friend4.C: New test.
15707
15708 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
15709
15710         PR fortran/5743
15711         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
15712         unsupported cases.
15713
15714 2002-02-07  Richard Henderson  <rth@redhat.com>
15715
15716         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
15717         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
15718         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
15719         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
15720
15721 2002-02-06  Richard Henderson  <rth@redhat.com>
15722
15723         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
15724
15725 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
15726
15727         * gcc.dg/20020206-1.c: New test.
15728
15729 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
15730
15731         * gcc.c-torture/execute/20020206-1.c: New test.
15732
15733         * gcc.c-torture/execute/20020206-2.c: New test.
15734
15735         PR optimization/5429:
15736         * gcc.c-torture/compile/20020206-1.c: New test.
15737
15738 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
15739
15740         * g++.dg/ext/align1.C: Do not use an explicit alignment value
15741         as certain file formats cannot support particularly large
15742         alignments.
15743
15744         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
15745         and do not expect to be able to link the executable.
15746
15747         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
15748         fail because the COFF format does not support the weak attribute.
15749
15750 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
15751
15752         * g77.dg/pr5473.f:  New test
15753
15754 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
15755
15756         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
15757         Fix testcase accordingly.
15758
15759 2002-02-04  Richard Henderson  <rth@redhat.com>
15760
15761         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
15762         (buf): Change to be an array of pointers, not ints.
15763
15764 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
15765
15766         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
15767         before all tests.  Move warning one line above to match where it
15768         C frontend emits.
15769         * gcc.dg/Wswitch-2.c: New test.
15770         * g++.dg/warn/Wswitch-1.C: New test.
15771         * g++.dg/warn/Wswitch-2.C: New test.
15772
15773 2002-02-04  Richard Henderson  <rth@redhat.com>
15774
15775         * g++.dg/abi/offsetof.C: Fix size comparison.
15776
15777 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
15778
15779         * gcc.dg/cast-qual-2.c: New test.
15780
15781 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
15782
15783         * gcc.dg/20020201-4.c: New test.
15784
15785 2002-02-04  Ben Elliston  <bje@redhat.com>
15786
15787         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
15788         target_info attribute != 0, in addition to the empty string.
15789         (gcc_target_compile): Likewise.
15790
15791 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
15792
15793         * gcc.dg/Wswitch.c: New test.
15794         PR gcc/4475. PR gcc/3780.
15795
15796 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
15797
15798         * g77.f-torture/execute/5122.f: New test for regressions
15799         against PR fortran/5122.
15800
15801 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
15802
15803         * g77.f-torture/compile/pr3743.f: Delete
15804         * g77.dg/pr3743-1.f: New test.
15805         * g77.dg/pr3743-2.f: New test.
15806         * g77.dg/pr3743-3.f: New test.
15807         * g77.dg/pr3743-4.f: New test.
15808
15809 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15810
15811         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
15812
15813 2002-02-02  Richard Henderson  <rth@redhat.com>
15814
15815         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
15816         * gcc.c-torture/execute/bf64-1.c: Likewise.
15817
15818 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
15819
15820         * gcc.dg/20020201-2.c: New test.
15821
15822         * gcc.dg/20020201-3.c: New test.
15823
15824         * gcc.c-torture/execute/bitfld-2.c: New test.
15825
15826 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15827
15828         * gcc.dg/bitfld-1.c: Update.
15829         * gcc.dg/bitfld-2.c: Update.
15830         * gcc.c-torture/execute/bitfld-1.x: New.
15831
15832 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
15833
15834         * gcc.c-torture/execute/20020201-1.c: New test.
15835
15836 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
15837
15838         PR target/5469
15839         * gcc.dg/20020201-1.c: New test.
15840
15841 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
15842
15843         PR fortran/3743
15844         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
15845         * g77.f-torture/compile/pr3743.x: Remove
15846
15847 2002-01-31  Tom Rix  <trix@redhat.com>
15848
15849         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
15850
15851 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15852
15853         * gcc.dg/noncompile/20020130-1.c: New test.
15854
15855 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
15856
15857         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
15858
15859 2002-01-29  Richard Henderson  <rth@redhat.com>
15860
15861         * gcc.c-torture/execute/991118-1.c: Cast various constants back
15862         to long long.
15863         * gcc.c-torture/execute/bf64-1.c: Likewise.
15864
15865 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
15866
15867         * gcc.c-torture/execute/20020129-1.c: New test.
15868
15869 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15870
15871         * gcc.c-torture/compile/20000224-1.c: Update.
15872         * gcc.c-torture/execute/bitfld-1.c: New tests.
15873         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
15874         * gcc.dg/uninit-A.c: Update.
15875
15876 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
15877
15878         * g++.dg/template/ctor1.C: Add instantiation.
15879
15880 2002-01-28  Paul Koning  <pkoning@equallogic.com>
15881
15882         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
15883         argument to __builtin_prefetch to be const ptr.
15884
15885 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
15886
15887         * gcc.c-torture/compile/20020120-1.c: New test.
15888
15889 2002-01-27  Kazu Hirata  <kazu@hxi.com>
15890
15891         * gcc.c-torture/execute/20020127-1.c: New test.
15892
15893 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
15894
15895         * g77.dg/f77-edit-i-in.f: New test
15896         * g77.dg/f77-edit-i-out.f: New test
15897
15898 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
15899
15900         * gcc.dg/debug/debug.exp: New file.
15901         * gcc.dg/debug/trivial.c: New file.
15902         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
15903         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
15904         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
15905         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
15906         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
15907         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
15908         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
15909         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
15910         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
15911         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
15912         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
15913         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
15914         * gcc.dg/20000503-1.c: Removed.
15915         * gcc.dg/20010207-1.c: Removed.
15916         * gcc.dg/20011223-1.c: Removed.
15917         * gcc.dg/20020104-2.c: Removed.
15918         * gcc.dg/debug-1.c: Removed.
15919         * gcc.dg/debug-2.c: Removed.
15920         * gcc.dg/debug-3.c: Removed.
15921         * gcc.dg/debug-4.c: Removed.
15922         * gcc.dg/debug-5.c: Removed.
15923         * gcc.dg/debug-6.c: Removed.
15924         * gcc.dg/dwarf2-1.c: Removed.
15925         * gcc.dg/dwarf2-2.c: Removed.
15926
15927 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
15928
15929         * g++.old-deja/g++.other/eh5.C: New test.
15930         * g++.old-deja/g++.other/sibcall2.C: New test.
15931         * g++.old-deja/g++.other/array9.C: New test.
15932         * g++.old-deja/g++.other/typename2.C: New test.
15933         * g++.old-deja/g++.other/crash60.C: New test.
15934         * g++.old-deja/g++.other/conv9.C: New test.
15935         * g++.old-deja/g++.other/mangle10.C: New test.
15936         * g++.old-deja/g++.other/unchanging1.C: New test.
15937         * g++.old-deja/g++.other/exprstmt1.C: New test.
15938         * g++.old-deja/g++.other/inline23.C: New test.
15939         * g++.old-deja/g++.eh/ia64-1.C: New test.
15940         * g++.old-deja/g++.other/dwarf2-1.C: New test.
15941         * g++.old-deja/g++.other/reload1.C: New test.
15942         * g++.old-deja/g++.other/static20.C: New test.
15943         * g++.old-deja/g++.other/local-alloc1.C: New test.
15944         * g++.old-deja/g++.other/conv8.C: New test.
15945         * g++.old-deja/g++.other/stmtexpr2.C: New test.
15946         * g++.old-deja/g++.other/storeexpr1.C: New test.
15947         * g++.old-deja/g++.other/storeexpr2.C: New test.
15948         * g++.dg/eh/template2.C: New test.
15949         * g++.dg/warn/weak1.C: New test.
15950
15951 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
15952
15953         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
15954         Remove first, non-varying, argument.
15955
15956 2002-01-23  Richard Henderson  <rth@redhat.com>
15957
15958         * gcc.dg/inline-2.c: New.
15959
15960         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
15961         Add optional target arg.  Check number of arguments.
15962         (scan-assembler-not, scan-assembler-dem): Likewise.
15963         (scan-assembler-dem-not): Likewise.
15964
15965 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
15966
15967         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
15968         line 12.
15969         * g++.old-deja/g++.brendan/parse3.C,
15970         g++.old-deja/g++.other/crash26.C,
15971         g++.old-deja/g++.other/crash28.C,
15972         g++.old-deja/g++.other/crash29.C,
15973         g++.old-deja/g++.other/crash30.C,
15974         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
15975
15976 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
15977
15978         * gcc.dg/20020115-1.c: New.
15979
15980 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
15981
15982         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
15983
15984 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
15985
15986         * gcc.dg/20020122-3.c: New.
15987
15988 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
15989
15990         * g++.dg/other/gc1.C: New test.
15991
15992 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
15993
15994         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
15995
15996 2002-01-22  Richard Henderson  <rth@redhat.com>
15997
15998         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
15999
16000 2002-01-22  Richard Henderson  <rth@redhat.com>
16001
16002         * gcc.dg/20020122-4.c: New.
16003
16004 2002-01-22  H.J. Lu <hjl@gnu.org>
16005
16006         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16007         link output.
16008         * gcc.dg/special/ecos.exp: Likewise.
16009         * lib/g++-dg.exp: Likewise.
16010         * lib/g77-dg.exp: Likewise.
16011         * lib/gcc-dg.exp : Likewise.
16012         * lib/mike-g++.exp: Likewise.
16013         * lib/mike-g77.exp: Likewise.
16014         * lib/mike-gcc.exp: Likewise.
16015         * lib/objc-dg.exp: Likewise.
16016
16017 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16018
16019         PR target/5379
16020         * gcc.dg/20020122-2.c: New test.
16021
16022 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16023
16024         * gcc.dg/20020122-1.c: New test.
16025
16026 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16027
16028         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16029
16030 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16031
16032         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16033
16034 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16035
16036         * gcc.c-torture/compile/20020121-1.c: New test.
16037
16038 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16039
16040         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16041         ld_library_path.
16042
16043 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16044
16045         * gcc.dg/20020218-1.c: New test.
16046
16047 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16048
16049         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16050         messages
16051         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16052         "At global scope" warning
16053         * g++.dg/ext/align1.C: Change cygwin test for alignment
16054         from db-bogus to dg-warning
16055
16056 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16057
16058         * g77.f-torture/compile/cpp2.F: New test.
16059
16060 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16061
16062         * g++.dg/template/access1.C: New test.
16063
16064 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16065
16066         * gcc.dg/20020118-1.c: New.
16067
16068 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16069
16070         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16071
16072 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16073
16074         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16075         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16076         alignment warnings.
16077
16078 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16079
16080         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16081         torture_with_loops and torture_without_loops
16082
16083 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16084
16085         * gcc.c-torture/compile/20020116-1.c: New test.
16086
16087 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16088
16089         * gcc.dg/20020116-2.c: New test.
16090
16091         * gcc.dg/ultrasp4.c: New test.
16092
16093         * gcc.dg/20020116-1.c: New test.
16094
16095 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
16096
16097         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
16098         by EABI.
16099
16100 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
16101
16102         * gcc.misc-tests/i386-prefetch.exp: New.
16103         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
16104         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
16105         * gcc.misc-tests/i386-pf-none-1.c: New test.
16106         * gcc.misc-tests/i386-pf-sse-1.c: New test.
16107
16108 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
16109
16110         * gcc.dg/gnu89-init-1.c: Add new tests.
16111
16112 2002-01-15  Andreas Jaeger  <aj@suse.de>
16113
16114         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
16115         * gcc.dg/i386-mmx-2.c: Likewise.
16116         * gcc.dg/i386-sse-1.c: Likewise.
16117         * gcc.dg/i386-sse-2.c: Likewise.
16118         * gcc.dg/i386-sse-3.c: Likewise.
16119
16120 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
16121
16122         * g77.f-torture/execute/intrinsic-unix-bessel.f:
16123         Uncomment additional cases that now pass.
16124
16125 2002-01-11  Richard Henderson  <rth@redhat.com>
16126
16127         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
16128         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
16129
16130 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
16131
16132         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
16133
16134 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
16135
16136         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
16137         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
16138
16139 2002-01-10  Dale Johannesen  <dalej@apple.com>
16140
16141         * gcc.c-torture/execute/loop-11.c: New.
16142
16143 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
16144
16145         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
16146         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
16147
16148 2002-01-09  Richard Henderson  <rth@redhat.com>
16149
16150         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
16151         type in which to perform the operation for each size.
16152
16153 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
16154
16155         * gcc.c-torture/compile/20020109-2.c: New test.
16156
16157 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
16158
16159         * gcc.c-torture/execute/loop-10.c: New test.
16160
16161 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16162
16163         * gcc.c-torture/compile/20010226-1.c: New test.
16164         * gcc.c-torture/compile/20010227-1.c: New test.
16165         * gcc.c-torture/compile/20010426-1.c: New test.
16166         * gcc.c-torture/compile/20010510-1.c: New test.
16167         * gcc.c-torture/compile/20010605-3.c: New test.
16168         * gcc.c-torture/compile/20010824-1.c: New test.
16169         * gcc.c-torture/execute/20010409-1.c: New test.
16170         * gcc.dg/noncompile/20000901-1.c: New test.
16171         * gcc.dg/20001023-1.c: New test.
16172         * gcc.dg/20001101-1.c: New test.
16173         * gcc.dg/20001102-1.c: New test.
16174         * gcc.dg/20010207-1.c: New test.
16175         * gcc.dg/20010405-1.c: New test.
16176         * gcc.dg/20010822-1.c: New test.
16177         * gcc.dg/20011107-1.c: New test.
16178
16179 2002-01-09  Jeffrey A Law  (law@redhat.com)
16180
16181         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
16182
16183         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
16184         execution failure on PA targets.
16185
16186 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16187
16188         * gcc.c-torture/compile/20020109-1.c: New test.
16189
16190 2002-01-08  Kazu Hirata  <kazu@hxi.com>
16191
16192         * gcc.c-torture/execute/20020108-1.c: New test.
16193
16194 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
16195
16196         * gcc.dg/20020108-1.c: New test.
16197
16198 2002-01-08  H.J. Lu <hjl@gnu.org>
16199
16200         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
16201         for header files.
16202
16203 2002-01-08  Geoff Keating  <geoffk@redhat.com>
16204
16205         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
16206         consistency.
16207
16208 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
16209
16210         * gcc.dg/altivec-4.c: Test altivec predicates.
16211
16212 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
16213
16214         * gcc.c-torture/execute/20020107-1.c: New test.
16215
16216 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16217
16218         PR c/5279
16219         * gcc.c-torture/compile/20020106-1.c: New test.
16220
16221 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
16222
16223         * gcc.c-torture/execute/nestfunc-4.c: New test.
16224
16225 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16226
16227         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
16228         extra triple that slipped in.
16229         * g++.old-deja/g++.abi/align.C: Likewise.
16230         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16231
16232 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16233
16234         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
16235         * g++.old-deja/g++.abi/align.C: Likewise.
16236         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16237
16238         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
16239         on FreeBSD/i386.
16240         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
16241         FreeBSD.
16242
16243 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
16244
16245         * gcc.dg/20020104-1.c: New test.
16246
16247         * gcc.dg/20020104-2.c: New test.
16248
16249 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
16250
16251         * gcc.dg/20020103-1.c: Fix typo in target selector.
16252
16253 2002-01-03  Richard Henderson  <rth@redhat.com>
16254
16255         * gcc.dg/20020103-1.c: New.
16256
16257 2002-01-03  Kazu Hirata  <kazu@hxi.com>
16258
16259         * gcc.c-torture/execute/20020103-1.c: New test.
16260
16261 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
16262
16263         * g++.dg/other/debug2.C: New test.
16264
16265         * gcc.c-torture/compile/20020103-1.c: New test.
16266
16267 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
16268
16269         * gcc.dg/gnu89-init-1.c: Added new tests.
16270
16271 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16272
16273         * g++.dg/template/friend2.C: Remove as patch is reverted.
16274
16275         * g++.dg/warn/oldcast1.C: New test.
16276
16277         * g++.dg/template/ptrmem1.C: New test.
16278         * g++.dg/template/ptrmem2.C: New test.
16279
16280         * g++.dg/template/ntp.C: New test.
16281
16282         * g++.dg/other/component1.C: New test.
16283
16284         * g++.dg/template/ttp3.C: New test.
16285
16286         * g++.dg/template/friend2.C: New test.
16287         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
16288
16289 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16290
16291         * g++.dg/other/ptrmem1.C: New test.
16292         * g++.dg/other/ptrmem2.C: New test.
16293
16294 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16295
16296         * g++.dg/template/ctor1.C: New test.
16297
16298 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16299
16300         * g++.dg/template/friend2.C: New test.
16301
16302 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
16303
16304         * gcc.dg/mmix-1.c: New test.
16305
16306 2001-12-31  Richard Henderson  <rth@redhat.com>
16307
16308         * gcc.dg/asm-5.c: New.
16309
16310 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
16311
16312         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
16313         in namespace __gnu_cxx
16314
16315 2001-12-30  Richard Henderson  <rth@redhat.com>
16316
16317         * gcc.dg/debug-6.c: New.
16318
16319 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
16320
16321         * gcc.c-torture/compile/20011229-2.c: New test.
16322
16323 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
16324
16325         * gcc.dg/debug-3.c: New test.
16326         * gcc.dg/debug-4.c: New test.
16327         * gcc.dg/debug-5.c: New test.
16328
16329 2001-12-29  Richard Henderson  <rth@redhat.com>
16330
16331         * g++.dg/eh/loop1.C: New.
16332
16333 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16334
16335         * g++.dg/template/crash1.C: New test.
16336
16337 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16338
16339         * g++.dg/other/const1.C: New test.
16340
16341 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
16342
16343         * gcc.c-torture/compile/20011229-1.c: New test.
16344
16345 2001-12-28  Stan Shebs  <shebs@apple.com>
16346
16347         * lib/objc-torture.exp: Resync with c-torture.exp.
16348         * lib/objc.exp: Load standard libraries.
16349
16350 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
16351
16352         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
16353         additional tests.
16354
16355 2001-12-27  Roger Sayle <roger@eyesopen.com>
16356
16357         * gcc.c-torture/execute/string-opt-16.c: New testcase.
16358
16359 2001-12-27  Richard Henderson  <rth@redhat.com>
16360
16361         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
16362
16363 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
16364
16365         * g++.dg/eh/ctor1.C: New test.
16366         * g++.dg/other/error2.C: New test.
16367
16368 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
16369
16370         * g++.dg/other/init2.C: New test.
16371
16372 2001-12-24  Richard Henderson  <rth@redhat.com>
16373
16374         * gcc.dg/20011223-1.c: New.
16375         * gcc.dg/inline-1.c: New.
16376
16377 2001-12-23  Richard Henderson  <rth@redhat.com>
16378
16379         * gcc.dg/asm-4.c: Test operand modifiers.
16380
16381 2001-12-23  Richard Henderson  <rth@redhat.com>
16382
16383         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
16384
16385 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16386
16387         * gcc.c-torture/execute/20011223-1.c: New test.
16388
16389 2001-12-21  Richard Henderson  <rth@redhat.com>
16390
16391         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
16392         re-enables the warning.
16393
16394 2001-12-21  Richard Henderson  <rth@redhat.com>
16395
16396         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
16397
16398 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
16399
16400         * gcc.c-torture/compile/20011218-1.c: New test.
16401
16402 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
16403
16404         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
16405         arm-isr.c test.
16406         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
16407         epilogue generation for ARM ISR routines.
16408
16409 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16410
16411         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
16412         * gcc.dg/format/c90-printf-3.c: Likewise.
16413         * gcc.dg/format/c99-printf-3.c: Likewise.
16414         * gcc.dg/format/ext-1.c: Likewise.
16415         * gcc.dg/format/ext-6.c: Likewise.
16416         * gcc.dg/format/format.h: Prototype unlocked stdio.
16417
16418 2001-12-20  Richard Henderson  <rth@redhat.com>
16419
16420         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
16421         (arena): Use it.
16422         (malloc): Correct allocation logic.  Abort if we fill up the
16423         arena before initialization complete.
16424         (realloc): Correct allocation logic.
16425
16426 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
16427
16428         * gcc.c-torture/compile/20011219-2.c: New test.
16429
16430         * gcc.c-torture/execute/20011219-1.c: New test.
16431
16432 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
16433
16434         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
16435         target does not support weak symbols.
16436
16437 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
16438
16439         * gcc.c-torture/compile/20011219-1.c: New test.
16440
16441 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
16442
16443         * g++.dg/other/error1.C: New test.
16444
16445 2001-12-17  Jeffrey A Law  (law@redhat.com)
16446
16447         * gcc.c-torture/execute/20011217-1.c: New test.
16448
16449 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
16450
16451         * objc.dg/special/: New directory.
16452         * objc.dg/special/special.exp: New file.
16453         * objc.dg/special/unclaimed-category-1.h: New file.
16454         * objc.dg/special/unclaimed-category-1a.m: New file.
16455         * objc.dg/special/unclaimed-category-1.m: New file.
16456
16457 2001-12-17  Andreas Jaeger  <aj@suse.de>
16458
16459         * gcc.c-torture/compile/20011217-2.c: New test.
16460
16461 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
16462
16463         * gcc.c-torture/compile/20011217-1.c: New test.
16464
16465 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
16466
16467         * testsuite/gcc.dg/20011214-1.c: New.
16468
16469 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
16470
16471         * gcc.dg/altivec-4.c: New.
16472
16473 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
16474
16475         * gcc.dg/20011113-1.c: New test.
16476
16477 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16478
16479         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
16480         std::__malloc_alloc_template<0> and
16481         std::__default_alloc_template<false, 0>.
16482
16483 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
16484
16485         * objc/execute/bf-21.m: New test.
16486         * objc/execute/enumeration-1.m: New test.
16487         * objc/execute/enumeration-2.m: New test.
16488
16489 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
16490
16491         * gcc.dg/gnu89-init-1.c: New test.
16492
16493 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
16494
16495         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
16496         * g++.old-deja/g++.jason/2371.C: Likewise.
16497         * g++.old-deja/g++.jason/template33.C: Likewise.
16498         * g++.old-deja/g++.jason/template34.C: Likewise.
16499         * g++.old-deja/g++.jason/template36.C: Likewise.
16500         * g++.old-deja/g++.oliva/typename1.C: Likewise.
16501         * g++.old-deja/g++.oliva/typename2.C: Likewise.
16502         * g++.old-deja/g++.other/typename1.C: Likewise.
16503         * g++.old-deja/g++.pt/inherit2.C: Likewise.
16504         * g++.old-deja/g++.pt/nontype5.C: Likewise.
16505         * g++.old-deja/g++.pt/typename11.C: Likewise.
16506         * g++.old-deja/g++.pt/typename14.C: Likewise.
16507         * g++.old-deja/g++.pt/typename16.C: Likewise.
16508         * g++.old-deja/g++.pt/typename3.C: Likewise.
16509         * g++.old-deja/g++.pt/typename4.C: Likewise.
16510         * g++.old-deja/g++.pt/typename5.C: Likewise.
16511         * g++.old-deja/g++.pt/typename7.C: Likewise.
16512         * g++.old-deja/g++.robertl/eb9.C: Likewise.
16513
16514 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
16515
16516         * g++.dg/other/linkage1.C: New test.
16517         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
16518         specifiers.
16519
16520 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
16521
16522         * gcc.dg/concat.c: New test.
16523
16524 2001-12-11  Stan Shebs  <shebs@apple.com>
16525
16526         * objc/compile: New test directory.
16527         * objc/compile/compile.exp: New expect script.
16528         * objc/compile/20011211-1.m: New compile test.
16529
16530 2001-12-11  Jason Merrill  <jason@redhat.com>
16531
16532         * lib/prune.exp (prune_gcc_output): Also handle "In member
16533         function".  So many permutations...
16534
16535 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
16536
16537         * g++.dg/template/typedef1.C: New test.
16538
16539 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
16540
16541         * g++.dg/other/copy1.C: New test.
16542
16543 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
16544
16545         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
16546
16547         * gcc.dg/builtin-choose-expr.c: New.
16548
16549 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
16550
16551         * gcc.dg/altivec-2.c: New.
16552
16553 2001-12-07  Richard Henderson  <rth@redhat.com>
16554
16555         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
16556
16557 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
16558
16559         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
16560         ultrasparc.
16561
16562 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16563
16564         * g++-old.deja/g++.robertl/eb101.C: Deleted.
16565
16566 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
16567
16568         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
16569         variable argument list.
16570
16571 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
16572
16573         * gcc.c-torture/execute/memcheck: Delete entire directory.
16574         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
16575         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
16576
16577 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
16578
16579         * gcc.dg/Wshadow-1.c: New test.
16580
16581 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
16582
16583         * gcc.c-torture/compile/20011130-1.c: New test.
16584
16585         * gcc.dg/noncompile/20011025-1.c: New test.
16586
16587         * g++.dg/other/anon-union.C: New test.
16588
16589         * gcc.c-torture/execute/20011024-1.c: New test.
16590
16591 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16592
16593         * gcc.c-torture/execute/20000722-1.x,
16594         gcc.c-torture/execute/20010123-1.x: Remove.
16595         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
16596         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
16597         gcc.dg/c99-complit-2.c: New tests.
16598
16599 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
16600
16601         * g++.dg/inherit/base1.C: New test.
16602
16603 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
16604
16605         * g++.dg/other/stdarg1.C: New test.
16606
16607         * gcc.c-torture/compile/20011130-2.c: New test.
16608
16609 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
16610
16611         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
16612         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
16613         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
16614         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
16615         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
16616         * gcc.dg/builtin-prefetch-1.c: New test.
16617
16618 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
16619
16620         * gcc.dg/20011130-1.c: New test.
16621
16622 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
16623
16624         * g++.dg/other/scope1.C: New test.
16625         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
16626
16627 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16628
16629         * gcc.dg/vla-init-1.c: New test.
16630
16631 2001-12-01  Geoff Keating  <geoffk@redhat.com>
16632
16633         * gcc.c-torture/compile/structs.c: New testcase from GDB.
16634
16635 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16636
16637         * objc.dg/alias.m: Update.
16638         * objc.dg/class-1.m: Update.
16639         * objc.dg/const-str-1.m: Update.
16640         * objc.dg/fwd-proto-1.m: Update.
16641         * objc.dg/id-1.m: Update.
16642         * objc.dg/super-class-1.m: Update.
16643
16644 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
16645
16646         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
16647         constructs.
16648
16649 2001-11-28  Jeffrey A Law  (law@cygnus.com)
16650
16651         * gcc.c-torture/execute/20011128-1.c: New test.
16652
16653 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
16654
16655         * gcc.dg/20011127-1.c: New test.
16656
16657 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16658
16659         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
16660         from Austin Group draft 7.
16661         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
16662         scanf format arguments.
16663         * gcc.dg/format/no-exargs-2.c: New test.
16664
16665 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
16666
16667         * g++.dg/abi/vbase8-4.C: New test.
16668
16669 2001-11-24  Ian Lance Taylor  <ian@airs.com>
16670
16671         * gcc.c-torture/execute/20011121-1.c: New test.
16672
16673 2001-11-23  Jeffrey A Law  (law@cygnus.com)
16674
16675         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
16676
16677 2001-11-23  Andreas Jaeger  <aj@suse.de>
16678
16679         * gcc.dg/cpp/charconst-2.c: New test.
16680
16681 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
16682
16683         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
16684         to the host if it is remote.  Let tests specify extra headers
16685         they use.
16686         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
16687         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
16688         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
16689         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
16690         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
16691         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
16692         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
16693         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
16694         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
16695         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
16696
16697 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
16698
16699         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
16700         for little endian ARMs.
16701
16702 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
16703
16704         * gcc.c-torture/compile/20011119-1.c: New test.
16705         * gcc.c-torture/compile/20011119-2.c: New test.
16706
16707 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
16708
16709         * gcc.dg/altivec-1.c: Fix typo.
16710
16711 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
16712
16713         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
16714
16715 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
16716
16717         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
16718
16719 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
16720
16721         * lib/g77.exp: Don't specify --rpath-link.
16722
16723         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
16724         across all the headers.
16725         * gcc.dg/format/format.exp: For testing on a remote host,
16726         copy format.h.
16727
16728         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
16729         * gcc.c-torture/execute/930406-1.c: Likewise.
16730         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
16731
16732 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
16733
16734         * gcc.dg/altivec-1.c: New.
16735
16736 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
16737
16738         * gcc.dg/cpp/fpreprocessed.c: New test case.
16739
16740 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
16741
16742         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
16743         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
16744         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
16745
16746 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
16747
16748         * gcc.dg/no-builtin-1.c: New test.
16749
16750 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
16751
16752         * gcc.c-torture/execute/20011115-1.c: New test.
16753
16754 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
16755
16756         * gcc.c-torture/compile/20011114-2.c: New test.
16757         * gcc.c-torture/compile/20011114-3.c: New test.
16758         * gcc.c-torture/compile/20011114-4.c: New test.
16759
16760 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
16761
16762         * g++.dg/other/init1.C: New test.
16763
16764 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
16765
16766         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
16767         message.
16768
16769         * gcc.c-torture/execute/20011114-1.c: New testcase.
16770
16771         * gcc.c-torture/compile/20010327-1.c: Revert last change.
16772         * gcc.c-torture/compile/20011114-1.c: New test, exactly
16773         like the (before this change) version of 20010327-1.c.
16774
16775 2001-11-14  Roger Sayle <roger@eyesopen.com>
16776
16777         * gcc.c-torture/execute/string-opt-13.c: New testcase.
16778
16779 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
16780
16781         * g++.dg/init/array2.C: New test.
16782
16783 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
16784
16785         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
16786
16787 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
16788
16789         * g++.dg/other/forscope1.C: New test.
16790         * g++.dg/ext/forscope1.C: New test.
16791         * g++.dg/ext/forscope2.C: New test.
16792
16793 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
16794
16795         * gcc.c-torture/execute/20011113-1.c: New test.
16796
16797 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
16798
16799         * gcc.c-torture/execute/20011109-2.c: New test.
16800
16801         * gcc.c-torture/execute/20011109-1.c: New test.
16802
16803 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
16804
16805         * gcc.c-torture/compile/20011109-1.c: New test.
16806
16807 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
16808
16809         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
16810         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
16811         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
16812         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
16813         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
16814         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
16815         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
16816
16817 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
16818
16819         * g++.dg/warn/Wshadow-1.C: New tests.
16820         * g++.old-deja/g++.mike/for3.C: Update.
16821
16822 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16823
16824         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
16825         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
16826         XFAILs.  Adjust expected error texts.
16827         * gcc.c-torture/compile/20011106-1.c,
16828         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
16829         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
16830         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
16831         gcc.dg/c99-array-lval-5.c: New tests.
16832
16833 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
16834
16835         * gcc.dg/cpp/defined.c: Update.
16836
16837 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
16838
16839         * gcc.c-torture/execute/anon-1.c: New test.
16840
16841 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
16842
16843         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
16844         same size, so no warning should be produced on stormy16.
16845
16846         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
16847         due to oversized array.
16848         * g++.old-deja/g++.mike/ns15.C: Likewise.
16849         * g++.old-deja/g++.pt/crash16.C: Likewise.
16850
16851 2001-11-02  Graham Stott  <grahams@redhat.com>
16852
16853         * g++.dgother/debug1.C: Fix typos.
16854
16855 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
16856
16857         * g++.dg/other/debug1.C: New test.
16858
16859 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16860
16861         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
16862         of unsigned long.
16863
16864 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
16865
16866         * gcc.dg/20011029-2.c: New test.
16867
16868         * gcc.c-torture/compile/20011029-1.c: New test.
16869
16870 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
16871
16872         * objc/execute/class_self-1.m: New test.
16873         * objc/execute/class_self-2.m: New test.
16874
16875 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
16876
16877         * gcc.misc-tests/msgs.exp: Delete.
16878         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
16879         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
16880         error set to match recent changes.
16881
16882 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
16883
16884         * gcc.dg/20011021-1.c: New test.
16885
16886 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
16887
16888         * gcc.c-torture/compile/20011023-1.c: New test.
16889
16890 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
16891
16892         * lib/g77.exp: Rewrite based on lib/g++.exp.
16893
16894 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
16895
16896         * gcc.c-torture/execute/20011019-1.c: New test.
16897
16898         * gcc.dg/20011018-1.c: New test.
16899
16900 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
16901
16902         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
16903
16904 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
16905
16906         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
16907         * gcc.dg/attr-invalid.c: Likewise.
16908
16909 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
16910
16911         * testsuite/gcc.dg/20011015-1.c: New test.
16912
16913 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
16914
16915         * g++.dg/template/unify2.C: New test.
16916
16917 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
16918
16919         * g++.dg/other/exception-specification.C: New test
16920
16921 2001-10-13  Tom Rix  <trix@redhat.com>
16922
16923         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
16924         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
16925
16926 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
16927
16928         * testsuite/gcc.dg/20011009-1.c: New test.
16929
16930 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
16931
16932         PR g++/4476
16933         * g++.dg/other/friend1.C: New test.
16934
16935 2001-10-11  Richard Henderson  <rth@redhat.com>
16936
16937         * g++.old-deja/g++.other/crash18.C: Add -S to options.
16938
16939 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16940
16941         * gcc.c-torture/compile/20011010-1.c: New.
16942
16943 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16944
16945         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
16946         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
16947         g77.f-torture/execute/execute.exp,
16948         g77.f-torture/noncompile/noncompile.exp,
16949         gcc.c-torture/compile/compile.exp,
16950         gcc.c-torture/execute/execute.exp,
16951         gcc.c-torture/execute/ieee/ieee.exp,
16952         gcc.c-torture/execute/memcheck/memcheck.exp,
16953         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
16954         objc/execute/execute.exp: Update FSF address.
16955
16956 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
16957
16958         * gcc.dg/cpp/cmdlne-C.c: Update.
16959         * gcc.dg/cpp/cmdlne-C2.c: New.
16960
16961 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16962
16963         * gcc.c-torture/execute/20011008-3.c: New.
16964
16965 2001-10-08  DJ Delorie  <dj@redhat.com>
16966
16967         * gcc.dg/20011008-1.c: New.
16968         * gcc.dg/20011008-2.c: New.
16969
16970 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
16971
16972         * gcc.dg/cpp/spacing1.c: Update test.
16973
16974 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
16975
16976         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
16977         spelling errors of "separate" as "seperate".
16978
16979 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
16980
16981         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
16982         enough to avoid inlining.
16983
16984 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
16985
16986         * lib/g77.exp: set libg2c_dir correctly.
16987
16988 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16989
16990         * gcc.dg/cpp/macro11.c: New test.
16991
16992 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
16993
16994         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
16995         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
16996         gcc.dg/format/multattr-3.c: New tests.
16997         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
16998         tests for format attributes on function pointers being rejected.
16999
17000 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17001
17002         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17003
17004 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17005
17006         * g++.dg/warn/format1.C: New test.
17007
17008 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17009
17010         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17011
17012 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17013
17014         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17015
17016 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17017
17018         * gcc.dg/cpp/redef2.c: Add test.
17019
17020 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17021
17022         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17023         long-standing bug on i686, apparently.
17024         * gcc.c-torture/execute/loop-2c.x: New file.
17025         * gcc.c-torture/execute/loop-2d.x: New file.
17026         * gcc.c-torture/execute/loop-3c.x: New file.
17027
17028 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17029
17030         * gcc.dg/cpp/20000625-2.c: Correct line number.
17031
17032 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17033
17034         * gcc.dg/cpp/macro10.c: New test.
17035         * gcc.dg/cpp/strify3.c: New test.
17036         * gcc.dg/cpp/spacing1.c: Add tests.
17037         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17038         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17039
17040 2001-09-24  DJ Delorie  <dj@redhat.com>
17041
17042         * gcc.c-torture/execute/20010924-1.c: New test.
17043
17044 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17045
17046         * testsuite/objc/execute/paste.m: Remove.
17047
17048 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17049
17050         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17051
17052 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17053
17054         * g77.dg/strlen0.f: New test.
17055
17056 2001-09-21  Richard Henderson  <rth@redhat.com>
17057
17058         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17059         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17060
17061 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17062
17063         Table-driven attributes.
17064         * g++.dg/ext/attrib1.C: New test.
17065
17066 2001-09-20  DJ Delorie  <dj@redhat.com>
17067
17068         * gcc.dg/20000926-1.c: Update expected warning messages.
17069         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17070         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17071         array.
17072
17073 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17074
17075         * g++.dg/eh/registers1.C: New test case.
17076
17077 2001-09-17  Richard Henderson  <rth@redhat.com>
17078
17079         * gcc.dg/array-5.c: Fix VLA decomposition test.
17080
17081 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17082
17083         * gcc.dg/cpp/line5.c: New testcase.
17084
17085 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17086
17087         * gcc.dg/cpp/macro9.c: New test.
17088
17089 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17090
17091         * gcc.c-torture/execute/980223.c: Change type of addr from long
17092         to char *.
17093
17094 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
17095
17096         * gcc.c-torture/execute/20010915-1.c: New test.
17097
17098 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
17099
17100         * g77.dg/bprob: New directory.
17101         * g77.dg/bprob/bprob.exp: New file.
17102         * g77.dg/bprob/bprob-1.f: New test.
17103         * g77.dg/gcov: New directory.
17104         * g77.dg/gcov/gcov.exp: New file.
17105         * g77.dg/gcov/gcov-1.f: New test.
17106         * g77.dg/gcov/gcov-1.x: New file.
17107
17108 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
17109
17110         * gcc.dg/cpp/directiv.c: Update.
17111         * gcc.dg/cpp/undef1.c: Update.
17112
17113 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
17114
17115         * gcc.dg/20010912-1.c: New test.
17116
17117 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
17118
17119         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
17120         language-independent file in lib.
17121         * lib/gcov.exp: New file.
17122
17123 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17124
17125         * gcc.c-torture/compile/20010911-1.c: New test.
17126
17127 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
17128
17129         * lib/profopt.exp: New, to support profile-directed optimizations.
17130         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
17131         * gcc.misc-tests/bprob-1.c: New test.
17132         * gcc.misc-tests/bprob-2.c: New test.
17133
17134 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
17135
17136         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
17137         XFAIL and which kinds of gcov output to verify.
17138         * gcc.misc-tests/gcov-4b.x: New file.
17139         * gcc.misc-tests/gcov-5b.x: New file.
17140         * gcc.misc-tests/gcov-6.x: New file.
17141         * gcc.misc-tests/gcov-7.c: New test.
17142         * gcc.misc-tests/gcov-7.x: New file.
17143
17144 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
17145
17146         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
17147         * gcc.misc-tests/gcov-6.c: New test.
17148
17149 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
17150
17151         PR c++/3986
17152         * g++.dg/abi/vbase1.C: New test.
17153
17154 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
17155
17156         * objc.dg/method-2.m: New.
17157
17158 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
17159
17160         PR c++/4203
17161         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
17162         * g++.dg/init/empty1.C: New test.
17163
17164 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
17165
17166         * gcc.c-torture/compile/20010903-1.c: New test.
17167
17168 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
17169
17170         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
17171         for m68k.
17172
17173 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
17174
17175         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
17176
17177         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
17178
17179         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
17180
17181 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
17182
17183         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
17184         for 16-bit 'unsigned int'.
17185
17186 2001-08-29  Kazu Hirata  <kazu@hxi.com>
17187
17188         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
17189
17190 2001-08-27  Richard Henderson  <rth@redhat.com>
17191
17192         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
17193         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
17194
17195 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
17196
17197         * gcc.dg/asm-names.c (ymain): New.
17198
17199 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
17200
17201         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
17202         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
17203         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
17204
17205 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17206
17207         * gcc.dg/compare5.c: New testcase.
17208
17209 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
17210
17211         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
17212         and "In instantiation".
17213
17214 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
17215
17216         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
17217
17218 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
17219
17220         * gcc.misc-tests/gcov.exp: Add support for branch information.
17221         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
17222         * gcc.misc-tests/gcov-4.c: New test.
17223         * gcc.misc-tests/gcov-4b.c: New test.
17224         * gcc.misc-tests/gcov-5b.c: New test.
17225
17226 2001-08-20  Zack Weinberg  <zackw@panix.com>
17227
17228         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
17229         expected to fail.
17230
17231 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17232
17233         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
17234
17235 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
17236
17237         * g++.dg/eh/template1.C: New test.
17238
17239 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
17240
17241         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
17242         Fix thinko.
17243         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
17244         for xfail.
17245
17246 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
17247
17248         * lib/g77-dg.exp:  Use prune.exp for common procedures
17249         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
17250         * lib/g77.exp: (g77-dg-prune) Remove
17251
17252 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
17253
17254         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
17255
17256 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17257
17258         * g++.dg/template/unify1.C: New test.
17259
17260 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
17261
17262         * g++.dg/abi/empty4.C: New test.
17263
17264 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
17265
17266         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
17267         solaris2.*
17268         * g77.f-torture/compile/pr3743.x: Likewise
17269
17270 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17271
17272         * g++.dg/other/using-declaration.C: New test.
17273
17274 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17275
17276         * gcc.dg/cpp/tr-sign.c: New testcase.
17277
17278 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17279
17280         * gcc.dg/cpp/19951025-1.c: Revert.
17281         * gcc.dg/cpp/directiv.c: We no longer process directives that
17282         interrupt macro arguments.
17283
17284 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
17285
17286         * gcc.dg/bconstp-1.c: New test.
17287
17288 2001-08-03  Richard Henderson  <rth@redhat.com>
17289
17290         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
17291
17292 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17293
17294         * gcc.dg/cpp/19951025-1.c: Update.
17295
17296 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
17297
17298         * g77.dg/ff90-1.f (s): Fix reference of variable z,
17299         should be x.
17300
17301 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
17302
17303         Kill -fhonor-std.
17304         * g++.old-deja/g++.ns/ns14.C: Remove special options.
17305         * g++.old-deja/g++.other/std1.C: Likewise.
17306         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
17307
17308 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
17309
17310         * lib/g77.exp:  Load gcc-defs.exp for common procedures
17311         (g77_pass, g77_fail, g77_finish, g77_exit,
17312         ${tool}_check_unsupported_p} Now redundant.  Deleted.
17313
17314 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
17315
17316         * g77.dg/fbackslash.f
17317         * g77.dg/fcase-preserve.f
17318         * g77.dg/ff90-1.f
17319         * g77.dg/ffixed-line-length-0.f
17320         * g77.dg/ffixed-line-length-132.f
17321         * g77.dg/ffixed-line-length-7.f
17322         * g77.dg/ffixed-line-length-72.f
17323         * g77.dg/ffixed-line-length-none.f
17324         * g77.dg/ffree-form-1.f
17325         * g77.dg/fno-backslash.f
17326         * g77.dg/fno-f90-1.f
17327         * g77.dg/fno-fixed-form-1.f
17328         * g77.dg/fno-onetrip.f
17329         * g77.dg/fno-typeless-boz.f
17330         * g77.dg/fno-underscoring.f
17331         * g77.dg/fno-vxt-1.f
17332         * g77.dg/fonetrip.f
17333         * g77.dg/ftypeless-boz.f
17334         * g77.dg/fugly-assumed.f
17335         * g77.dg/funderscoring.f
17336         * g77.dg/fvxt-1.f
17337
17338 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
17339
17340         * objc.dg/fwd-proto-1.m: New.
17341         * objc.dg/local-decl-1.m: New.
17342         * objc.dg/naming-1.m: New.
17343         * objc.dg/naming-2.m: New.
17344         * objc.dg/proto-hier-1.m: New.
17345
17346 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
17347
17348         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
17349         largest-type elements to a struct makes its size grow.
17350
17351 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17352
17353         * g++.dg/abi/vthunk1.C: New test.
17354
17355 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17356
17357         * g++.dg/abi/vbase8-22.C: New test.
17358
17359 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17360
17361         * gcc.dg/cpp/macro8.c: New test.
17362
17363 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17364
17365         * g++.dg/abi/vbase8-21.C: New test.
17366
17367 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17368
17369         * g++.dg/abi/vbase8-10.C: New test.
17370
17371 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17372
17373         * lib/g++.exp (g++_set_ld_library_path): Renamed to
17374         ${tool}_set_ld_library_path.
17375         Changed caller.
17376         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
17377         g++.exp.
17378
17379 2001-07-26  Stan Cox <scox@redhat.com>
17380
17381         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
17382         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
17383         gcc_exit, gcc_check_unsupported_p):
17384         Moved to gcc-deps.exp
17385         * gcc-deps.exp: New file.
17386
17387 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17388
17389         * g++.old-deja/g++.pt/defarg14.C: New test.
17390
17391 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17392
17393         * g++.old-deja/g++.other/lineno5.C: New test.
17394
17395 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17396
17397         * g++.old-deja/g++.pt/crash68.C: New test.
17398
17399 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17400
17401         * g++.old-deja/g++.other/crash42.C: New test.
17402
17403 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17404
17405         * gcc.dg/cpp/extratokens.c: Fix.
17406         * gcc.dg/cpp/skipping2.c: New tests.
17407
17408 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17409
17410         * gcc.c-torture/execute/20010724-1.c: New file.
17411         * gcc.c-torture/execute/20010724-1.x: New file.
17412
17413 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17414
17415         * g++.old-deja/g++.other/cond7.C: New test.
17416
17417 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17418
17419         * g++.old-deja/g++.other/optimize4.C: New test.
17420
17421 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17422
17423         * g++.old-deja/g++.abi/vbase8-5.C: New test.
17424
17425 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
17426
17427         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
17428         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
17429         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
17430         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
17431
17432         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
17433         bug report" message.
17434
17435         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
17436         * g++.dg/ext/instantiate1.C: Move from old-deja.
17437
17438 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
17439
17440         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
17441         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
17442         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
17443         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
17444
17445 2001-07-23  Jeffrey A Law  (law@cygnus.com)
17446
17447         * gcc.c-torture/execute/20010723-1.c: New test.
17448
17449 2001-07-23  Ben Elliston  <bje@redhat.com>
17450
17451         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
17452
17453 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17454
17455         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
17456         i[34567]86-*-*.
17457         Delete handling of ieee_multilib_flags.
17458         Pass -mieee for alpha*-*-* and sh-*-*.
17459         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
17460
17461 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
17462
17463         Remove old-abi tests.
17464         * g++.old-deja/g++.mike/p11116.C: Remove.
17465         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
17466
17467 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
17468
17469         * g77.f-torture/compile/pr3743.f:  New test
17470
17471 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
17472
17473         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
17474
17475 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17476
17477         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
17478         g++.old-deja/g++.pt/static6.C: Likewise.
17479         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
17480         supports weak symbols.
17481
17482 2001-07-18  Andreas Jaeger  <aj@suse.de>
17483
17484         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
17485         supported again.
17486
17487 2001-07-18  Andreas Jaeger  <aj@suse.de>
17488
17489         * gcc.dg/iftrap-1.c: Fix target line.
17490
17491 2001-07-17  Richard Henderson  <rth@redhat.com>
17492
17493         * gcc.c-torture/execute/20010717-1.c: New.
17494
17495 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17496
17497         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
17498         tests.
17499
17500 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17501
17502         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
17503
17504 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17505
17506         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
17507         UAC_SIGBUS, UAC_NOPRINT definitions.
17508
17509 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
17510
17511         * objc/execute/object_is_class.m: New test.
17512         * objc/execute/object_is_meta_class.m: New test.
17513
17514 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
17515
17516         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
17517         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
17518
17519 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
17520
17521         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
17522         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
17523
17524 2001-07-14  Richard Henderson  <rth@redhat.com>
17525
17526         * gcc.dg/iftrap-1.c: New.
17527
17528 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
17529
17530         * g77.f-torture/execute/intrinsic77.f: New test.
17531
17532 2001-07-11  Janis Johnson <janis@us.ibm.com>
17533
17534         * gcc.misc-tests/gcov-3.c: New test.
17535
17536 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
17537
17538         * gcc.c-torture/compile/20010711-1.c,
17539         * gcc.c-torture/compile/20010711-2.c: New tests.
17540
17541 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
17542
17543         * gcc.c-torture/execute/20010711-1.c: New test.
17544
17545 2001-07-11  Ben Elliston  <bje@redhat.com>
17546
17547         * g++.old-deja/g++.other/enum5.C: New test.
17548
17549 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
17550
17551         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
17552         (g++-dg-prune): Call prune_gcc_output.
17553         * prune.exp: New file for prune_gcc_output.
17554         * lib/g++.exp, lib/gcc.exp: Load it.
17555
17556 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
17557
17558         * gcc.c-torture/compile/20010701-1.c,
17559         g++.old-deja/g++.ext/attrib6.C: New tests.
17560
17561 2001-07-06  Jeffrey A Law  (law@cygnus.com)
17562
17563         * gcc.c-torture/compile/20010706-1.c: New test.
17564
17565 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
17566
17567         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
17568
17569 2001-06-28  Stan Shebs  <shebs@apple.com>
17570
17571         * gcc.dg/pragma-darwin.c: New test.
17572
17573 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17574
17575         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
17576         Solaris 2.[678] system.
17577
17578 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17579
17580         * gcc.dg/20010622-1.c: New test.
17581
17582 2001-06-18  Stan Shebs  <shebs@apple.com>
17583
17584         * objc.dg: New directory.
17585         * objc.dg/dg.exp: New file.
17586         * objc.dg/alias.m: New.
17587         * objc.dg/class-1.m: New.
17588         * objc.dg/class-2.m: New.
17589         * objc.dg/const-str-1.m: New.
17590         * objc.dg/const-str-2.m: New.
17591         * objc.dg/id-1.m: New.
17592         * objc.dg/method-1.m: New.
17593         * objc.dg/super-class-1.m: New.
17594         * lib/objc-dg.exp: New file.
17595
17596 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17597
17598         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
17599         of label name.
17600
17601 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
17602
17603         * g++.old-deja/g++.abi/vbase8-9.C: New test.
17604
17605 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17606
17607         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
17608         variable.
17609
17610 2001-06-12  Richard Henderson  <rth@redhat.com>
17611
17612         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
17613
17614 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
17615
17616         * g++.old-deja/g++.abi/vbase5.C: New test.
17617         * g++.old-deja/g++.abi/vbase6.C: New test.
17618         * g++.old-deja/g++.abi/vbase7.C: New test.
17619
17620 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17621
17622         * gcc.c-torture/compile/20010610-1.c: New test.
17623
17624 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
17625
17626         * g++.old-deja/g++.abi/vbase4.C: New test.
17627
17628 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17629
17630         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
17631         support %f for HC11/HC12 targets.
17632         * gcc.c-torture/execute/930513-1.x: New file, likewise.
17633         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
17634         on HC11/HC12 targets.
17635         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
17636
17637 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17638
17639         * gcc.dg/wchar_t-1.c: New file.
17640         * gcc.dg/wint_t-1.c: Likewise.
17641
17642 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
17643
17644         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
17645
17646 2001-06-11  Richard Henderson  <rth@redhat.com>
17647
17648         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
17649
17650 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17651
17652         * gcc.c-torture/compile/20010611-1.c: New test.
17653
17654 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17655
17656         * gcc.dg/c99-tag-1.c: Add more tests.
17657
17658 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
17659
17660         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
17661         representation on MN10300 and ARM/Thumb.
17662
17663 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
17664
17665         * g77.f-torture/execute/20010610.f: New.
17666
17667 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
17668
17669         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
17670         names.
17671
17672 2001-06-09  Richard Henderson  <rth@redhat.com>
17673
17674         * gcc.c-torture/execute/ashrdi-1.c: New.
17675         * gcc.c-torture/execute/ashldi-1.c: New.
17676         * gcc.c-torture/execute/lshrdi-1.c: New.
17677
17678 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
17679
17680         * objc/execute/load-3.m: Added. Check sending +load to categories,
17681         in addition to classes.
17682
17683 2001-06-08  Stan Shebs  <shebs@apple.com>
17684
17685         * objc/execute/load-2.m: New test.  From Nicola Pero
17686         <n.pero@mi.flashnet.it>.
17687
17688 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
17689
17690         * gcc.c-torture/execute/20010605-2.c: New test.
17691
17692 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
17693
17694         * g++.old-deja/g++.abi/vbase2.C: New test.
17695         * g++.old-deja/g++.abi/vbase3.C: New test.
17696
17697 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
17698
17699         * g++.old-deja/g++.pt/friend49.C: New test.
17700
17701 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
17702
17703         * g++.old-deja/g++.ext/anon3.C: New test.
17704
17705 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
17706
17707         * g++.old-deja/g++.other/conv7.C: New test.
17708
17709 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
17710
17711         * gcc.c-torture/compile/20010605-2.c: New test.
17712
17713 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17714
17715         * gcc.c-torture/execute/20010604-1.c: New test.
17716
17717 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
17718
17719         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
17720
17721 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
17722
17723         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
17724         (g++_link_flags): Likewise.
17725         (g++_init): Pass gccpath's value to two previous functions.
17726
17727 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17728
17729         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
17730         Ensure logfile entry matches exec command line.
17731
17732 2001-05-31  Richard Henderson  <rth@redhat.com>
17733
17734         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
17735         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
17736
17737 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
17738
17739         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
17740         compiler for irix6.2
17741
17742 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
17743
17744         * g++.old-deja/g++.other/optimize3.C: New file.
17745
17746 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
17747
17748         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
17749         assemble.
17750
17751 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
17752
17753         * g++.old-deja/g++.other/optimize2.C: New file.
17754
17755 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
17756
17757         * gcc.c-torture/compile/20010518-2.c: New file.
17758         * gcc.c-torture/execute/20010518-1.c: New file.
17759         * gcc.c-torture/execute/20010518-2.c: New file.
17760
17761 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17762
17763         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
17764
17765 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
17766
17767         G++ no longer defines builtins that do not begin with __builtin.
17768         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
17769         * g++.old-deja/g++.brendand/misc13.C: Likewise.
17770         * g++.old-deja/g++.law/builtin1.C: Likewise.
17771         * g++.old-deja/g++.law/cvt2.C: Likewise.
17772         * g++.old-deja/g++.mike/net5.C: Likewise.
17773         * g++.old-deja/g++.other/builtins1.C: Likewise.
17774         * g++.old-deja/g++.other/builtins2.C: Likewise.
17775         * g++.old-deja/g++.other/builtins3.C: Likewise.
17776         * g++.old-deja/g++.other/builtins4.C: Likewise.
17777         * g++.old-deja/g++.other/inline8.C: Likewise.
17778         * g++.old-deja/g++.robertl/eb39.C: Likewise.
17779
17780 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
17781
17782         * g++.old-deja/g++.pt/using1.C: Adjust.
17783         * g++.old-deja/g++.pt/using2.C: New test.
17784
17785 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
17786
17787         * gcc.dg/cpp/charconst.c: New tests.
17788         * gcc.dg/cpp/escape.c: New tests.
17789         * gcc.dg/cpp/escape-1.c: New tests.
17790         * gcc.dg/cpp/escape-2.c: New tests.
17791         * gcc.dg/cpp/ucs.c: New tests.
17792
17793 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
17794
17795         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
17796         native compiler for irix6.5.
17797
17798 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
17799
17800         * lib/g++.exp (g++_include_flags): Use args to compute
17801         get_multilibs.
17802         (g++_link_flags): Likewise.
17803         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
17804
17805 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17806
17807         * gcc.dg/c90-hexfloat-1.c: Add more tests.
17808
17809 2001-05-21  Geoff Keating  <geoffk@redhat.com>
17810
17811         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
17812         this file.
17813
17814 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17815
17816         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
17817         STACK_SIZE;
17818         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
17819         to STACK_SIZE; Use it to define size of add_histo array.
17820         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
17821         to STACK_SIZE.
17822         (f): Use GITT_SIZE to define size of gitt local table.
17823         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
17824         to STACK_SIZE; Use it to define size of bytemem array.
17825
17826 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17827
17828         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
17829         on 68HC11/HC12 due to the asm instruction.
17830         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
17831         * gcc.c-torture/compile/920520-1.x: Likewise.
17832         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
17833         on 68HC11/HC12 because the function is larger than 64K.
17834         * gcc.c-torture/compile/961203-1.x: New file, this test fails
17835         on 68HC11/HC12 because the structure is too large.
17836
17837 2001-05-20  Richard Henderson  <rth@redhat.com>
17838
17839         * gcc.c-torture/execute/20010520-1.c: New.
17840
17841 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17842
17843         * g++.old-deja/g++.warn/compare1.C: New test.
17844         * gcc.dg/compare4.c: New test.
17845
17846 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
17847
17848         * g++.old-deja/g++.other/optimize1.C: New test.
17849
17850 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17851
17852         * g++.old-deja/g++.pt/spec41.C: New test.
17853
17854 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
17855
17856         * gcc.c-torture/compile/20010114-1.x: Remove.
17857
17858 2001-05-18  Stan Shebs  <shebs@apple.com>
17859
17860         * gcc.c-torture/compile/20010518-1.c: New test.
17861
17862 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
17863
17864         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
17865         * g++.old-deja/g++.pt/crash67.C: New test.
17866
17867 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
17868
17869         * g++.old-deja/g++.other/debug9.C: New test.
17870
17871 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
17872
17873         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
17874
17875 2001-05-16  Jan Hubicka  <jh@suse.cz>
17876
17877         * gcc.c-torture/compile/20010516-1.c: New test.
17878
17879 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
17880
17881         * g++.old-deja/g++.other/crash41.C: New test.
17882
17883 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
17884
17885         * g++.old-deja/g++.pt/crash66.C: New test.
17886
17887 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
17888
17889         * g++.old-deja/g++.robertl/eb27.C: Convert.
17890
17891 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
17892
17893         * g++.dg/friend-warn.C: New test.  Do not warn about friend
17894         declaration being redundant.
17895
17896 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
17897
17898         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
17899
17900 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
17901
17902         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
17903
17904 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
17905
17906         * lib/g++.exp: Use testsuite_flags.
17907
17908 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
17909
17910         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
17911
17912 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17913
17914         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
17915
17916 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
17917
17918         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
17919
17920 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
17921
17922         * gcc.c-torture/compile/20010313-1.c: New test.
17923
17924 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
17925
17926         * gcc.dg/cpp/direct2.c: New test.
17927         * gccq.dg/cpp/direct2s.c: New test.
17928
17929         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
17930
17931 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
17932
17933         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
17934         * g++.old-deja/g++.other/op3.C: Likewise.
17935
17936 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
17937
17938         * gcc.dg/cpp/syshdr.h: New file.
17939         * gcc.dg/cpp/sysmac1.c: Update.
17940         * gcc.dg/cpp/sysmac2.c: Update.
17941
17942 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17943
17944         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
17945
17946 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
17947
17948         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
17949         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
17950
17951 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
17952
17953         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
17954
17955 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
17956
17957         * lib/g++.exp (g++_include_flags): Don't use any special flags
17958         if TESTING_IN_BUILD_TREE is not defined.
17959         (g++_init): Use a plain 'c++' as the compiler if
17960         TESTING_IN_BUILD_TREEE is not defined.
17961
17962 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
17963
17964         * g++.old-deja/g++.eh/catch13.C: New test.
17965         * g++.old-deja/g++.eh/catch14.C: New test.
17966
17967 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
17968
17969         * gcc.dg/cpp/tr-define.c: New test.
17970
17971 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
17972
17973         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
17974         <stdlib.h>, not <malloc.h>.
17975
17976 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
17977
17978         * g++.old-deja/g++.ns/template17.C: New test.
17979
17980 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
17981
17982         * g++.old-deja/g++.pt/ref4.C: New test.
17983
17984 2001-04-30  Richard Henderson  <rth@redhat.com>
17985
17986         * gcc.dg/20000724-1.c: Revert last change.
17987
17988 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
17989
17990         * g77.f-torture/execute/20010430.f: New test.
17991
17992 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
17993
17994         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
17995
17996 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
17997
17998         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
17999
18000 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18001
18002         * g++.old-deja/g++.eh/crash6.C: New test.
18003
18004 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18005
18006         * g++.old-deja/g++.other/warn7.C: New test.
18007
18008 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18009
18010         * g++.old-deja/g++.other/defarg9.C: New test.
18011
18012 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18013
18014         * g77.f-torture/compile/20010426.f: New test.
18015         * g77.f-torture/execute/20010426.f: New test.
18016
18017 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18018
18019         * g77.f-torture/compile/20000629-1.x: Remove - error
18020         has been fixed.
18021
18022 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18023
18024         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18025         Tweak slightly to work with g++.dg framework.
18026         * g++.dg/special/ecos.exp: Run initp1.C test.
18027         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18028
18029         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18030         its linker doesn't give line numbers either.
18031         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18032
18033 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18034
18035         * g++.old-deja/g++.other/lex1.C: New test.
18036
18037 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18038
18039         * gcc.dg/noncompile/20010425-1.c: New test.
18040
18041 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18042
18043         * g++.old-deja/g++.pt/mangle2.C: New test.
18044
18045 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18046
18047         * gcc.dg/format/plus-1.c: New test.
18048
18049 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18050
18051         * gcc.dg/20010423-1.c: New test.
18052
18053 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18054
18055         * gcc.c-torture/execute/20010422-1.c: New test.
18056
18057 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18058
18059         * g++.old-deja/g++.ns/type2.C: New test.
18060
18061 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18062
18063         * g++.old-deja/g++.other/perf1.C: New test.
18064
18065 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18066
18067         * gcc.dg/c99-func-2.c: Remove xfail.
18068         * gcc.dg/c99-func-3.c: Remove xfail.
18069         * gcc.dg/c99-func-4.c: Remove xfail.
18070
18071 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18072
18073         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18074
18075 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18076
18077         * gcc.c-torture/compile/20010423-1.c: New test.
18078
18079 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18080
18081         * g++.old-deja/g++.pt/typename28.C: New test.
18082
18083 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18084
18085         * g++.old-deja/g++.abi/empty2.C: New test.
18086         * g++.old-deja/g++.abi/empty3.C: New test.
18087
18088 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18089
18090         * g++.old-deja/g++.other/comdat2.C: New test.
18091         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
18092
18093 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18094
18095         * g++.old-deja/g++.other/overload14.C: New test.
18096
18097 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18098
18099         * g++.old-deja/g++.other/lookup23.C: New test.
18100
18101 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18102
18103         * gcc.c-torture/execute/20010403-1.c: New test.
18104
18105 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
18106             Mark Mitchell  <mark@codesourcery.com>
18107
18108         * lib/old-dejagnu.exp: Don't delete output of executable.
18109         Add .exe suffix to executables.
18110
18111 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
18112
18113         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
18114
18115 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18116
18117         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
18118
18119 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18120
18121         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
18122         * g++.old-deja/g++.abi/crash1.C: New test.
18123
18124 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18125
18126         * g++.old-deja/g++.other/crash40.C: New test.
18127
18128 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18129
18130         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
18131
18132 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
18133
18134         * g++.old-deja/g++.other/warn6.C: New test.
18135
18136 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18137
18138         * g++.old-deja/g++.robertl/eb42.C: Same.
18139
18140 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18141
18142         * gcc.dg/wtr-conversion-1.c: New testcase.
18143
18144 2001-04-10  Richard Henderson  <rth@redhat.com>
18145
18146         * g++.old-deja/g++.other/array5.C: New.
18147
18148 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18149
18150         * gcc.c-torture/execute/20010408-1.c: New test.
18151
18152 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
18153
18154         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
18155         headers and constructs.
18156         * g++.old-deja/g++.robertl/eb79.C: Same.
18157         * g++.old-deja/g++.robertl/eb77.C (main): Same.
18158         * g++.old-deja/g++.robertl/eb73.C: Same.
18159         * g++.old-deja/g++.robertl/eb66.C (main): Same.
18160         * g++.old-deja/g++.robertl/eb55.C (t): Same.
18161         * g++.old-deja/g++.robertl/eb54.C (main): Same.
18162         * g++.old-deja/g++.robertl/eb46.C (main): Same.
18163         * g++.old-deja/g++.robertl/eb44.C: Same.
18164         * g++.old-deja/g++.robertl/eb41.C (main): Same.
18165         * g++.old-deja/g++.robertl/eb4.C (main): Same.
18166         * g++.old-deja/g++.robertl/eb39.C: Same.
18167         * g++.old-deja/g++.robertl/eb33.C (main): Same.
18168         * g++.old-deja/g++.robertl/eb31.C (main): Same.
18169         * g++.old-deja/g++.robertl/eb30.C: Same.
18170         * g++.old-deja/g++.robertl/eb3.C: Same.
18171         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
18172         * g++.old-deja/g++.robertl/eb21.C: Same.
18173         * g++.old-deja/g++.robertl/eb15.C: Same.
18174         * g++.old-deja/g++.robertl/eb118.C: Same.
18175         * g++.old-deja/g++.robertl/eb115.C (main): Same.
18176         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
18177         * g++.old-deja/g++.robertl/eb109.C: Same.
18178         * g++.old-deja/g++.other/sibcall1.C (main): Same.
18179         * g++.old-deja/g++.mike/rtti1.C: Same.
18180         * g++.old-deja/g++.mike/p658.C: Same.
18181         * g++.old-deja/g++.mike/net46.C: Same.
18182         * g++.old-deja/g++.mike/net34.C: Same.
18183         * g++.old-deja/g++.mike/memoize1.C: Same.
18184         * g++.old-deja/g++.mike/eh2.C: Same.
18185         * g++.old-deja/g++.law/weak.C: Same.
18186         * g++.old-deja/g++.law/visibility7.C: Same.
18187         * g++.old-deja/g++.law/visibility25.C: Same.
18188         * g++.old-deja/g++.law/visibility22.C: Same.
18189         * g++.old-deja/g++.law/visibility2.C: Same.
18190         * g++.old-deja/g++.law/visibility17.C: Same.
18191         * g++.old-deja/g++.law/visibility13.C: Same.
18192         * g++.old-deja/g++.law/visibility10.C: Same.
18193         * g++.old-deja/g++.law/visibility1.C: Same.
18194         * g++.old-deja/g++.law/virtual3.C (eval): Same.
18195         * g++.old-deja/g++.law/vbase1.C: Same.
18196         * g++.old-deja/g++.law/operators32.C: Same.
18197         * g++.old-deja/g++.law/nest3.C: Same.
18198         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
18199         * g++.old-deja/g++.law/except5.C (main): Same.
18200         * g++.old-deja/g++.law/cvt7.C (run): Same.
18201         * g++.old-deja/g++.law/cvt2.C: Same.
18202         * g++.old-deja/g++.law/cvt16.C: Same.
18203         * g++.old-deja/g++.law/ctors6.C (bar): Same.
18204         * g++.old-deja/g++.law/ctors17.C (main): Same.
18205         * g++.old-deja/g++.law/ctors13.C: Same.
18206         * g++.old-deja/g++.law/ctors12.C (main): Same.
18207         * g++.old-deja/g++.law/ctors10.C: Same.
18208         * g++.old-deja/g++.law/code-gen5.C: Same.
18209         * g++.old-deja/g++.law/bad-error7.C: Same.
18210         * g++.old-deja/g++.law/arm9.C: Same.
18211         * g++.old-deja/g++.law/arm12.C: Same.
18212         * g++.old-deja/g++.law/arg8.C: Same.
18213         * g++.old-deja/g++.law/arg1.C: Same.
18214         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
18215         * g++.old-deja/g++.jason/template31.C: Same.
18216         * g++.old-deja/g++.jason/template24.C (main): Same.
18217         * g++.old-deja/g++.jason/2371.C: Same.
18218         * g++.old-deja/g++.eh/new2.C: Same.
18219         * g++.old-deja/g++.eh/new1.C: Same.
18220         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
18221         * g++.old-deja/g++.brendan/nest21.C (main): Same.
18222         * g++.old-deja/g++.brendan/err-msg3.C: Same.
18223         * g++.old-deja/g++.brendan/crash62.C: Same.
18224         * g++.old-deja/g++.brendan/crash52.C: Same.
18225         * g++.old-deja/g++.brendan/crash49.C (main): Same.
18226         * g++.old-deja/g++.brendan/crash38.C: Same.
18227         * g++.old-deja/g++.brendan/crash15.C (main): Same.
18228         * g++.old-deja/g++.brendan/copy9.C: Same.
18229
18230 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
18231
18232         * gcc.c-torture/execute/20001203-2.c (memset):
18233         Count argument is of type __SIZE_TYPE__.
18234
18235 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
18236
18237         * gcc.c-torture/compile/20010404-1.c: New test.
18238
18239 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
18240
18241         * gcc.c-torture/compile/20010326-1.c: New test.
18242
18243 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
18244
18245         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
18246         peculiarities of the SH.
18247         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
18248
18249 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18250
18251         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
18252         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
18253         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
18254
18255 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18256
18257         * g77.f-torture/compile/20010321-1.f: New test.
18258
18259 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18260
18261         * gcc.c-torture/compile/20010329-1.c: New test.
18262
18263 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18264
18265         * gcc.c-torture/execute/20010329-1.c: New test.
18266
18267 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18268
18269         * g++.old-deja/g++.other/eh4.C: Fix typo.
18270
18271 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18272
18273         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
18274
18275 2001-03-28  Philip Blundell  <philb@gnu.org>
18276
18277         * gcc.c-torture/compile/20010328-1.c: New test.
18278
18279 2001-03-27  Richard Henderson  <rth@redhat.com>
18280
18281         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
18282         * g++.old-deja/g++.eh/vbase3.C: Likewise.
18283
18284 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
18285
18286         * gcc.c-torture/compile/20010327-1.c: New test.
18287
18288 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
18289
18290         * g++.old-deja/g++.other/friend12.C: New test.
18291         * g++.old-deja/g++.other/friend9.C: Expect no errors.
18292         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
18293
18294 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18295
18296         * gcc.c-torture/execute/20010325-1.c: New test.
18297
18298 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
18299
18300         * g++.old-deja/g++.other/mangle3.C: New test.
18301
18302 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
18303
18304         * g++.old-deja/g++.other/anon8.C: New test.
18305
18306 2001-03-20  Philip Blundell  <philb@gnu.org>
18307
18308         * gcc.c-torture/compile/20010320-1.c: New test.
18309
18310 2001-03-17  Richard Henderson  <rth@redhat.com>
18311
18312         * g++.old-deja/g++.other/eh4.C: Add expected error text.
18313
18314 2001-03-15  Geoff Keating  <geoff@redhat.com>
18315
18316         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
18317         tests on AIX.
18318
18319 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
18320
18321         * g++.old-deja/g++.other/eh4.C: New test.
18322
18323 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
18324
18325         * gcc.dg/cpp/mi1.c: Update.
18326
18327 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
18328
18329         * g++.old-deja/g++.other/regstack.C: New test.
18330
18331 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
18332
18333         * g++.old-deja/g++.other/ref4.C: New test.
18334
18335 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
18336
18337         * objc/execute/va_method.m: Added.
18338         * objc/execute/IMP.m: Added.
18339         * objc/execute/_cmd.m: Added.
18340         * objc/execute/accessing_ivars.m: Added.
18341         * objc/execute/class-1.m: Added.
18342         * objc/execute/class-10.m: Added.
18343         * objc/execute/class-11.m: Added.
18344         * objc/execute/class-12.m: Added.
18345         * objc/execute/class-13.m: Added.
18346         * objc/execute/class-14.m: Added.
18347         * objc/execute/class-2.m: Added.
18348         * objc/execute/class-3.m: Added.
18349         * objc/execute/class-4.m: Added.
18350         * objc/execute/class-5.m: Added.
18351         * objc/execute/class-6.m: Added.
18352         * objc/execute/class-7.m: Added.
18353         * objc/execute/class-8.m: Added.
18354         * objc/execute/class-9.m: Added.
18355         * objc/execute/class-tests-1.h
18356         * objc/execute/class-tests-2.h
18357         * objc/execute/compatibility_alias.m: Added.
18358         * objc/execute/encode-1.m: Added.
18359         * objc/execute/formal_protocol-1.m: Added.
18360         * objc/execute/formal_protocol-2.m: Added.
18361         * objc/execute/formal_protocol-3.m: Added.
18362         * objc/execute/formal_protocol-4.m: Added.
18363         * objc/execute/formal_protocol-5.m: Added.
18364         * objc/execute/formal_protocol-6.m: Added.
18365         * objc/execute/formal_protocol-7.m: Added.
18366         * objc/execute/informal_protocol.m: Added.
18367         * objc/execute/initialize.m: Added.
18368         * objc/execute/load.m: Added.
18369         * objc/execute/many_args_method.m: Added.
18370         * objc/execute/nested-3.m: Added.
18371         * objc/execute/no_clash.m: Added.
18372         * objc/execute/private.m: Added.
18373         * objc/execute/redefining_self.m: Added.
18374         * objc/execute/root_methods.m: Added.
18375         * objc/execute/selector-1.m: Added.
18376         * objc/execute/static-1.m: Added.
18377         * objc/execute/static-2.m: Added.
18378         * objc/execute/va_method.m: Added.
18379
18380 2001-03-10  Richard Henderson  <rth@redhat.com>
18381
18382         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
18383
18384 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
18385
18386         * g++.old-deja/g++.other/crash31.C: XFAIL.
18387         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
18388         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
18389         * gcc.c-torture/execute/20010123-1.x: XFAIL.
18390         * gcc.c-torture/execute/20010124-1.x: XFAIL.
18391         * gcc.dg/sequence-pt-1.c: XFAIL one test.
18392
18393 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
18394
18395         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
18396
18397 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18398
18399         * gcc.dg/20000724-1.c: Don't use multiline strings.
18400
18401 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18402
18403         * objc/execute/string1.m, objc/execute/string2.m: Compare the
18404         result of -cString against what we expect it to be; don't just
18405         print it out for no one to read.
18406
18407         * objc/execute/string3.m, objc/execute/string4.m: New tests.
18408         Based on testcases provided by Nicola Pero.
18409
18410 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18411
18412         * gcc.dg/cpp/macro7.c: New test.
18413
18414 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18415
18416         * gcc.dg/cpp/multiline.c: Update.
18417
18418 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18419
18420         * g++.old-deja/g++.other/enum3.C: New test.
18421
18422 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18423
18424         * g++.old-deja/g++.other/pod1.C: New test.
18425
18426 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18427
18428         * g++.old-deja/g++.ext/overload1.C: New test.
18429
18430 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
18431
18432         * g++.old-deja/g++.pt/using1.C: New test.
18433
18434 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
18435
18436         * g++.old-deja/g++.other/using9.C: New test.
18437
18438 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
18439
18440         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
18441
18442         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
18443
18444 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
18445
18446         * g++.old-deja/g++.ext/realpt1.C: Remove.
18447
18448 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
18449
18450         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
18451
18452 2001-02-26  Will Cohen  <wcohen@redhat.com>
18453
18454         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
18455
18456 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
18457
18458         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
18459         templatized constructors.
18460
18461 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18462
18463         * gcc.c-torture/execute/20010224-1.c: New test.
18464
18465 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
18466
18467         * gcc.c-torture/execute/20010222-1.c: New test.
18468
18469 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
18470
18471         * g++.old-deja/g++.other/inline20.C: New test.
18472
18473 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
18474
18475         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
18476
18477 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
18478
18479         * g++.old-deja/g++.other/lookup22.C: New test.
18480
18481 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
18482
18483         * g77.dg: New directory.
18484         * g77.dg/20010216-1.f: New test case.
18485         * g77.dg/dg.exp: New driver.
18486         * lib/g77-dg.exp: New driver library.
18487
18488 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18489
18490         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
18491
18492 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
18493
18494         * g++.old-deja/g++.other/decl9.C: New test.
18495
18496 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
18497
18498         * g++.old-deja/g++.other/init16.C: Update the test so that it does
18499         not need <string> and also tests the initialization at runtime.
18500
18501 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
18502
18503         * gcc.c-torture/execute/longlong.c: New test.
18504
18505 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
18506
18507         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
18508
18509 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
18510
18511         * gcc.c-torture/execute/920302-1.c (execute):
18512         Change argument type to short.
18513
18514 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
18515
18516         * g++.old-deja/g++.pt/deduct6.C: New test.
18517
18518 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
18519
18520         * g++.old-deja/g++.pt/deduct5.C: New test.
18521
18522 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
18523
18524         * gcc.c-torture/execute/20010209-1.c: New test.
18525
18526 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
18527
18528         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
18529
18530 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
18531
18532         * g++.dg/vtgc1.C: Update for new ABI.
18533
18534         * consistency.vlad: New directory, 1665 files.
18535
18536 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
18537
18538         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
18539         return type.
18540         * gcc.dg/cpp/digraphs.c: Declare puts.
18541
18542 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
18543
18544         * g++.old-deja/g++.other/warn5.C: New test.
18545
18546 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
18547
18548         * g++.old-deja/g++.pt/spec40.C: New test.
18549
18550 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
18551
18552         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
18553         case.
18554         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
18555
18556 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
18557
18558         * gcc.c-torture/compile/20010209-1.c: New test.
18559
18560 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
18561
18562         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
18563         excess errors message but not if it crashes.
18564         * g++.old-deja/g++.other/crash27.C: Likewise.
18565         * g++.old-deja/g++.other/crash28.C: Likewise.
18566         * g++.old-deja/g++.other/crash30.C: Likewise.
18567         * g++.old-deja/g++.other/crash32.C: Likewise.
18568         * g++.old-deja/g++.other/crash35.C: Likewise.
18569         * g++.old-deja/g++.pt/inherit2.C: Likewise.
18570
18571 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18572
18573         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
18574         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
18575         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
18576         g77.f-torture/execute/execute.exp,
18577         g77.f-torture/noncompile/noncompile.exp,
18578         gcc.c-torture/execute/execute.exp,
18579         gcc.c-torture/execute/memcheck/memcheck.exp,
18580         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
18581         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
18582         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
18583         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
18584         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
18585         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
18586         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
18587         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
18588         Remove bug reporting instructions with ancient email addresses.
18589
18590 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
18591
18592         * gcc.dg/20010202-1.c: New test.
18593         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
18594
18595 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
18596
18597         * g++.dg/stdbool-if.C: New test.
18598
18599 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
18600
18601         * objc/execute/fdecl.m: Added main().
18602
18603 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
18604
18605         * gcc.c-torture/execute/20010206-1.c: New test.
18606
18607 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18608
18609         * gcc.dg/cpp/avoidpaste1.c: Update.
18610
18611 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
18612
18613         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
18614         Pero <nicola@brainstorm.co.uk>.
18615         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
18616
18617 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
18618
18619         * g++.old-deja/g++.pt/spec39.C: New test.
18620
18621 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
18622
18623         * gcc.c-torture/compile/20010202-1.c: New test.
18624
18625 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
18626
18627         * g++.old-deja/g++.abi/primary2.C: New test.
18628         * g++.old-deja/g++.abi/primary3.C: New test.
18629         * g++.old-deja/g++.abi/primary4.C: New test.
18630         * g++.old-deja/g++.abi/primary5.C: New test.
18631         * g++.old-deja/g++.abi/vtable3.h: New test.
18632         * g++.old-deja/g++.abi/vtable3a.C: New test.
18633         * g++.old-deja/g++.abi/vtable3b.C: New test.
18634         * g++.old-deja/g++.abi/vtable3c.C: New test.
18635         * g++.old-deja/g++.abi/vtable3d.C: New test.
18636         * g++.old-deja/g++.abi/vtable3e.C: New test.
18637         * g++.old-deja/g++.abi/vtable3f.C: New test.
18638         * g++.old-deja/g++.abi/vtable3g.C: New test.
18639         * g++.old-deja/g++.abi/vtable3h.C: New test.
18640         * g++.old-deja/g++.abi/vtable3i.C: New test.
18641         * g++.old-deja/g++.abi/vtable3j.C: New test.
18642         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
18643
18644 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
18645
18646         * g++.old-deja/g++.other/anon6.C: New test.
18647         * g++.old-deja/g++.other/anon7.C: New test.
18648
18649 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
18650
18651         * gcc.dg/cpp/avoidpaste2.c: New tests.
18652
18653 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
18654
18655         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
18656
18657 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
18658
18659         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
18660         DECIMAL_DIG cases for Irix."
18661
18662 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
18663
18664         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
18665
18666 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
18667
18668         * gcc.dg/c99-tag-1.c: New test.
18669
18670 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
18671
18672         * gcc.dg/cpp/tr-warn1.c: Add tests.
18673
18674 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
18675
18676         * gcc.dg/cpp/avoidpaste1.c: Update.
18677         * gcc.dg/cpp/paste4.c: Update.
18678
18679 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
18680
18681         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
18682         cases for Irix.
18683
18684 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18685
18686         * g++.old-deja/g++.other/inline19.C: New test.
18687
18688 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
18689
18690         * gcc.dg/Wlarger-than.c: New test.
18691
18692 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
18693
18694         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
18695
18696 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
18697
18698         * gcc.c-torture/execute/20010129-1.c: New test.
18699         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
18700
18701 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
18702
18703         * gcc.dg/cpp/avoidpaste1.c: Test case.
18704
18705 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
18706
18707         * g++.old-deja/g++.other/inline18.C: New test.
18708
18709 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18710
18711         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
18712         and __builtin_putchar.
18713
18714 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
18715
18716         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
18717         tests.
18718
18719 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
18720
18721         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
18722         floating point number rounding mode to round to the nearest
18723         representable mode.
18724
18725 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
18726
18727         * g++.old-deja/g++.other/mangle2.C: New test.
18728
18729 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
18730
18731         * gcc.c-torture/compile/20010124-1.c: New test.
18732
18733 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
18734
18735         * g++.old-deja/g++.pt/spec38.C: New test.
18736
18737 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18738
18739         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
18740         "Build don't run".
18741
18742 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18743
18744         * gcc.c-torture/execute/20010123-1.c: New test.
18745
18746 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
18747
18748         * g++.old-deja/g++.pt/spec37.C: New test.
18749
18750 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
18751
18752         * g++.old-deja/g++.pt/overload14.C: New test.
18753
18754 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18755
18756         * gcc.c-torture/execute/20010122-1.c: New test, exercise
18757         __builtin_return_address.
18758
18759 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
18760
18761         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
18762         * g++.old-deja/g++.pt/spec35.C: New test.
18763         * g++.old-deja/g++.pt/spec36.C: New test.
18764
18765 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
18766
18767         * gcc.c-torture/compile/20010118-1.c: New test.
18768
18769 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
18770
18771         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
18772
18773 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
18774
18775         * gcc.c-torture/execute/20010119-1.c: New test.
18776
18777 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18778
18779         * g++.old-deja/g++.other/vbase5.C: New test.
18780
18781 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
18782
18783         * gcc.c-torture/execute/20010118-1.c: New test.
18784
18785 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18786
18787         * g++.old-deja/g++.pt/deduct3.C: New test.
18788
18789 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18790
18791         * g++.old-deja/g++.pt/spec34.C: New test.
18792
18793 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
18794
18795         * g77.f-torture/compile/20000601-2.f: New test.
18796
18797 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
18798
18799         * g++.old-deja/g++.other/init17.C: New test.
18800
18801 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
18802
18803         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
18804
18805 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
18806
18807         * g++.old-deja/g++.pt/unify8.C: New test.
18808
18809 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
18810
18811         * g++.old-deja/g++.abi/vbase1.C: New test.
18812
18813 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
18814
18815         * g++.old-deja/g++.pt/crash65.C: New test.
18816
18817 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
18818
18819         * gcc.dg/cpp/assembl2.S: New test case.
18820
18821 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
18822
18823         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
18824         are supported.
18825
18826 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18827
18828         * g++.old-deja/g++.other/builtins1.C: New test.
18829         * g++.old-deja/g++.other/builtins2.C: Likewise.
18830         * g++.old-deja/g++.other/builtins3.C: Likewise.
18831         * g++.old-deja/g++.other/builtins4.C: Likewise.
18832
18833 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
18834
18835         * gcc.c-torture/compile/20010117-1.c: New test.
18836         * gcc.c-torture/compile/20010117-2.c: New test.
18837
18838 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18839
18840         * g77.f-torture/execute/20010116.[fx]: New test,
18841         XFAIL on i?86-*-*.
18842         * g77.f-torture/compile/20010115.f: Indicate it's
18843         a test for PR fortran/1636.
18844
18845 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
18846
18847         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
18848
18849 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18850
18851         * g77.f-torture/compile/20010115.f: New test.
18852
18853 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
18854
18855         * g++.old-deja/g++.pt/nontype5.C: New test.
18856
18857 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
18858
18859         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
18860         have an equivalent working one below it.
18861
18862 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
18863
18864         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
18865         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
18866
18867 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
18868
18869         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
18870         message containing "init_priority".
18871         (conpr-2.C): Likewise.
18872         (conpr-3.C): Likewise.
18873         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
18874
18875 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18876
18877         * gcc.c-torture/execute/20010114-2.c: New test.
18878
18879 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
18880
18881         * gcc.c-torture/compile/20010114-1.c: New test.
18882         * gcc.c-torture/compile/20010114-1.x: Xfail.
18883         * gcc.c-torture/compile/20010114-2.c: New test.
18884         * gcc.c-torture/execute/20010114-1.c: New test.
18885         * gcc.dg/trunc-1.c: New test.
18886         * gcc.dg/uninit-B.c: New test.
18887
18888 2001-01-13  Nick Clifton  <nickc@redhat.com>
18889
18890         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
18891         target.
18892
18893 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
18894
18895         * gcc.c-torture/compile/20010113-1.c: New test.
18896
18897 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
18898
18899         * gcc.c-torture/compile/20001212-1.c: New test.
18900
18901 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
18902
18903         * gcc.dg/cpp/widestr1.c: Update.
18904         * gcc.dg/cpp/prag-imp.c: Remove.
18905
18906 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
18907
18908         * gcc.c-torture/execute/20000801-3.x: Remove.
18909         * gcc.dg/c90-init-1.c: New test.
18910         * gcc.dg/c99-init-1.c: New test.
18911         * gcc.dg/c99-init-2.c: New test.
18912         * gcc.dg/gnu99-init-1.c: New test.
18913
18914 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
18915
18916         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
18917         testing that no relevant ones were found.
18918
18919 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
18920
18921         * g++.old-deja/g++.pt/cast2.C: New test.
18922
18923 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
18924
18925         * g++.old-deja/g++.pt/friend47.C: New test.
18926
18927 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
18928
18929         * g++.old-deja/g++.pt/instantiate13.C: New test.
18930
18931 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
18932
18933         * g++.old-deja/g++.other/defarg7.C: New test.
18934         * g++.old-deja/g++.other/defarg8.C: New test.
18935
18936 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
18937
18938         * g++.old-deja/g++.pt/crash64.C: New test.
18939
18940 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
18941
18942         * g++.old-deja/g++.pt/crash63.C: New test.
18943
18944 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
18945
18946         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
18947
18948 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
18949
18950         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
18951
18952 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
18953
18954         * g++.old-deja/g++.pt/error3.C: New test.
18955
18956 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
18957
18958         * g++.old-deja/g++.other/crash39.C: New test.
18959
18960 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
18961
18962         * g++.old-deja/g++.other/vbase4.C: New test.
18963
18964 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
18965
18966         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
18967         * gcc.dg/special/20000419-2.c: New file. Identical to above.
18968         * gcc.dg/special/special.exp: New test driver which will check
18969         for alias support for the above test.
18970
18971 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
18972
18973         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
18974         problems on small machines.
18975         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
18976         parameterize.
18977
18978 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
18979
18980         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
18981         mips.
18982         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
18983
18984 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
18985
18986         * g++.old_deja/g++.pt/using8.C: New test.
18987
18988 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
18989
18990         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
18991
18992 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
18993
18994         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
18995         where a failure is expected.
18996         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
18997
18998 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
18999
19000         * g++.old_deja/g++.pt/instantiate12.C: New test.
19001
19002 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19003
19004         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19005         start of structs.
19006         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19007         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19008         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19009         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19010         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19011         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19012         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19013         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19014         * g++.old-deja/g++.eh/spec6.C: Likewise.
19015         * g++.old-deja/g++.jason/crash3.C: Likewise.
19016         * g++.old-deja/g++.law/ctors11.C: Likewise.
19017         * g++.old-deja/g++.law/ctors17.C: Likewise.
19018         * g++.old-deja/g++.law/ctors5.C: Likewise.
19019         * g++.old-deja/g++.law/ctors9.C: Likewise.
19020         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19021         * g++.old-deja/g++.mike/net22.C: Likewise.
19022         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19023         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19024         * g++.old-deja/g++.mike/virt3.C: Likewise.
19025         * g++.old-deja/g++.niklas/t128.C: Likewise.
19026         * g++.old-deja/g++.other/anon4.C: Likewise.
19027         * g++.old-deja/g++.other/using1.C: Likewise.
19028         * g++.old-deja/g++.other/warn3.C: Likewise.
19029         * g++.old-deja/g++.pt/t37.C: Likewise.
19030         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19031         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19032
19033 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19034
19035         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19036
19037 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19038
19039         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19040
19041 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19042
19043         * gcc.c-torture/compile/20010107-1.c: New test.
19044
19045 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19046
19047         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19048
19049 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19050
19051         * gcc.dg/format/format.h: New file.
19052         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19053         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19054         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19055         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19056         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19057         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19058         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19059         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19060         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19061         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19062         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19063         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19064         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19065         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19066         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19067         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19068         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19069         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19070         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19071         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19072         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19073         instead of declaring standard types, macros and functions in each
19074         test.
19075
19076 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19077
19078         * gcc.c-torture/execute/20010106-1.c: New test.
19079
19080 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19081
19082         * gcc.dg/format/format.exp: New file.
19083         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19084         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19085         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19086         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19087         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19088         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19089         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19090         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19091         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
19092         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
19093         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
19094         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
19095         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
19096         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
19097         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
19098         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
19099         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
19100         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
19101         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
19102         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
19103         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
19104         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
19105         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
19106         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
19107         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
19108         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
19109         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
19110         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
19111         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
19112         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
19113         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
19114         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
19115         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
19116         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
19117         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
19118         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
19119         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
19120         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
19121         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
19122         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
19123         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
19124         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
19125
19126 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
19127
19128         * gcc.c-torture/execute/991228-1.c: Take word endianness into
19129         account.
19130
19131 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19132
19133         * gcc.c-torture/execute/builtin-complex-1.c: New test.
19134
19135 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
19136
19137         * g++.old-deja/g++.pt/crash62.C: New test.
19138
19139 2001-01-04  Richard Henderson  <rth@redhat.com>
19140
19141         * gcc.dg/20000926-1.c: Update expected warnings.
19142         * gcc.dg/array-2.c: Likewise.
19143         * gcc.dg/array-4.c: Also validate flexible array members.
19144         * gcc.dg/c99-flex-array-1.c: New.
19145
19146 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
19147
19148         * gcc.c-torture/compile/20001222-1.x: Remove.
19149
19150 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19151
19152         * gcc.c-torture/execute/built-in-setjmp.c: New.
19153
19154 2001-01-03  Richard Henderson  <rth@redhat.com>
19155
19156         * gcc.dg/940510-1.c: Update expected error wording.
19157         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
19158
19159 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
19160
19161         * lib/target-supports.exp (check_alias_available): Modified to
19162         indicate aliases not supported if only weak aliases are supported.
19163
19164 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19165
19166         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
19167         Turn on cmpstrsi checks for __pj__ and __i370__.
19168
19169 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19170
19171         * g++.old-deja/g++.other/virtual11.C: New test.
19172
19173 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19174
19175         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
19176
19177 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19178
19179         * gcc.c-torture/compile/20010102-1.c: New test.
19180
19181 2001-01-02  Andreas Jaeger  <aj@suse.de>
19182
19183         * gcc.dg/noreturn-3.c: New test.
19184
19185         * gcc.dg/noreturn-4.c: New test.
19186
19187 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19188
19189         * gcc.c-torture/execute/stdio-opt-1.c: Also test
19190         __builtin_fputc and __builtin_fwrite.
19191
19192 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19193
19194         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
19195         signed char, not default char.
19196
19197 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19198
19199         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
19200
19201 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
19202
19203         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
19204
19205 2000-12-29  Richard Henderson  <rth@redhat.com>
19206
19207         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
19208         (__cyg_profile_func_exit): Define.
19209
19210 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
19211
19212         * g++.dg/vtgc1.C: New test.
19213
19214 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
19215
19216         * gcc.dg/noncompile/20001228-1.c: New test.
19217
19218         * gcc.dg/20001228-1.c: New test.
19219
19220         * gcc.c-torture/execute/20001228-1.c: New test.
19221
19222 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
19223
19224         * gcc.dg/format-strfmon-1.c: New test.
19225
19226 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19227
19228         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
19229         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
19230         * gcc.c-torture/execute/string-opt-1.c: Likewise.
19231         * gcc.c-torture/execute/string-opt-2.c: Likewise.
19232         * gcc.c-torture/execute/string-opt-3.c: Likewise.
19233         * gcc.c-torture/execute/string-opt-4.c: Likewise.
19234         * gcc.c-torture/execute/string-opt-6.c: Likewise.
19235         * gcc.c-torture/execute/string-opt-7.c: Likewise.
19236         * gcc.c-torture/execute/string-opt-8.c: Likewise.
19237         * gcc.c-torture/execute/string-opt-9.c: Likewise.
19238         * gcc.c-torture/execute/string-opt-10.c: Likewise.
19239         * gcc.c-torture/execute/string-opt-11.c: Likewise.
19240         * gcc.c-torture/execute/string-opt-12.c: Likewise.
19241
19242         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
19243         * gcc.c-torture/execute/string-opt-4.c: Test index.
19244
19245 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
19246
19247         * gcc.c-torture/compile/20001226-1.c: New test.
19248
19249 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19250
19251         * gcc.c-torture/compile/20001222-1.c: New test.
19252         * gcc.c-torture/compile/20001222-1.x: Xfail.
19253
19254 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
19255
19256         * gcc.c-torture/execute/comp-goto-2.c: New test.
19257
19258 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
19259
19260         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
19261         Use long types if __INT_MAX__ is 32767.
19262         (main): Use cast to (sint32 *) when poking 88 into a_page.
19263
19264         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
19265
19266 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
19267
19268         * gcc.c-torture/compile/20001221-1.c: New test.
19269         * gcc.c-torture/execute/20001221-1.c: New test.
19270
19271 2000-12-20  Richard Henderson  <rth@redhat.com>
19272
19273         * g++.old-deja/g++.pt/crash36.C: Update error lines.
19274         * g++.old-deja/g++.robertl/eb109.C: Likewise.
19275
19276 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19277
19278         * gcc.dg/compare3.c: New test.
19279
19280 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19281
19282         * gcc.dg/format-warnll-1.c: New test.
19283
19284 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19285
19286         * gcc.dg/cpp/cmdlne-P.c: New test.
19287
19288 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19289
19290         * gcc.c-torture/execute/builtin-abs-1.c,
19291         gcc.c-torture/execute/builtin-abs-2.c: New tests.
19292
19293 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19294
19295         * gcc.dg/cpp/multiline.c: New test.
19296
19297 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19298
19299         * g++.old-deja/g++.other/syshdr1.C: Update.
19300         * gcc.dg/cpp/lineflags.c: Remove temporarily.
19301
19302 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19303
19304         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
19305
19306 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19307
19308         * g++.old-deja/g++.pt/ttp65.C: New test.
19309
19310 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19311
19312         * g++.old-deja/g++.pt/ttp64.C: New test.
19313
19314 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19315
19316         * g++.old-deja/g++.pt/spec33.C: New test.
19317
19318 2000-12-14  Catherine Moore  <clm@redhat.com>
19319
19320         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
19321         * gcc.c-torture/execute/920612-2.c: Likewise.
19322         * gcc.c-torture/execute/920428-2.c: Likewise.
19323         * gcc-c-torture/execute/va-arg-11.c: Call exit.
19324         * gcc.c-torture/execute/va-arg-21.c: Likewise.
19325
19326 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19327
19328         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
19329         * gcc.dg/pack-test-2.c: Likewise.
19330
19331 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19332
19333         Tests by Zack Weinberg <zackw@stanford.edu>.
19334
19335         * gcc.dg/cpp/defined.c: Update.
19336         * gcc.dg/cpp/defined_trad.c: New tests.
19337
19338 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19339
19340         * gcc.dg/cpp/trad-direct.c: Update.
19341
19342 2000-12-11  Neil Booth  <neilb@earthling.net>
19343
19344         * gcc.dg/cpp/defined_trad.c
19345
19346 2000-12-11  Neil Booth  <neilb@earthling.net>
19347
19348         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
19349
19350 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19351
19352         * gcc.dg/format-miss-2.c: New test.
19353
19354 2000-12-09  Neil Booth  <neilb@earthling.net>
19355
19356         * gcc.dg/cpp/lineflags.c: New tests.
19357         * gcc.dg/cpp/poison.c: Update.
19358         * gcc.dg/cpp/redef2.c: Update.
19359         * gcc.dg/cpp/skipping.c: New test.
19360
19361 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
19362
19363         * g++.old-deja/g++.other/eh3.C: New testcase.
19364
19365 2000-12-07  Neil Booth  <neilb@earthling.net>
19366
19367         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
19368         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
19369         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
19370         wtr-union-init-2.c, wtr-union-init-3.c: Update.
19371         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
19372         Update.
19373
19374 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19375
19376         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
19377         __SIZE_TYPE__ instead of int for type of integers cast to
19378         pointers.
19379
19380 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
19381
19382         * g++.old-deja/g++.other/cleanup4.C: New test.
19383
19384 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19385
19386         * format-sec-1.c: New test.
19387
19388 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19389
19390         * gcc.dg/format-nonlit-3.c: New test.
19391
19392 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19393
19394         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
19395         through a null pointer.
19396
19397 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19398
19399         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
19400         * g++.old-deja/g++.pt/partial4.C: New test.
19401
19402 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
19403
19404         * gcc.c-torture/execute/ieee/hugeval.x: New.
19405
19406 2000-12-06  Neil Booth  <neilb@earthling.net>
19407
19408         * gcc.dg/cpp/backslash2.c: New tests.
19409
19410 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19411
19412         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
19413         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
19414
19415 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
19416
19417         * gcc.c-torture/execute/20001203-2.c: New testcase.
19418
19419 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
19420
19421         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
19422         * g++.old-deja/g++.other/virtual10.C: New test.
19423
19424 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
19425
19426         * g++.old-deja/g++.mike/pmf5.C: Remove test.
19427
19428 2000-12-05  Richard Henderson  <rth@redhat.com>
19429
19430         * gcc.c-torture/compile/20001205-1.c: New.
19431
19432 2000-12-04  Neil Booth  <neilb@earthling.net>
19433
19434         * g++.old-deja/g++.other/virtual9.C: New test.
19435         * g++.old-deja/g++.pt/crash61.C: New test.
19436         * gcc.c-torture/execute/loop-9.c: New test.
19437
19438 2000-12-04  Neil Booth  <neilb@earthling.net>
19439
19440         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
19441         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
19442         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
19443         * gcc.dg/cpp/extratokens.c: ...here.
19444
19445 2000-12-04  Neil Booth  <neilb@earthling.net>
19446
19447         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
19448         New tests.
19449
19450 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19451
19452         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
19453         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
19454
19455 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
19456
19457         * gcc.c-torture/execute/20001203-1.c: New test.
19458
19459 2000-12-03  Neil Booth  <neilb@earthling.net>
19460
19461         * gcc.dg/cpp/macro6.c: New test cases.
19462
19463 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19464
19465         * gcc.c-torture/execute/string-opt-9.c: New test.
19466         * gcc.c-torture/execute/string-opt-10.c: Likewise.
19467         * gcc.c-torture/execute/string-opt-11.c: Likewise.
19468         * gcc.c-torture/execute/string-opt-12.c: Likewise.
19469
19470         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
19471         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
19472
19473 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
19474
19475         * gcc.dg/cpp/if-6.c: New testcase.
19476
19477         * gcc.dg/20001201-1.c: New testcase.
19478
19479 2000-12-02  Neil Booth  <neilb@earthling.net>
19480
19481         * g++.old-deja/g++.other/externC4.C,
19482         g++.old-deja/g++.other/friend10.C: New tests.
19483
19484 2000-12-02  Neil Booth  <neilb@earthling.net>
19485
19486         * g++.old-deja/g++.other/instan2.C
19487         * g++.old-deja/g++.other/instan3.C: New test.
19488
19489 2000-12-02  Neil Booth  <neilb@earthling.net>
19490
19491         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
19492         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
19493         gnuc99.c,gnuc99-pedantic.c: New tests.
19494
19495 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
19496
19497         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
19498         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
19499
19500 2000-12-01  Neil Booth  <neilb@earthling.net>
19501
19502         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
19503         * gcc.dg/cpp/poison.c: Update.
19504         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
19505
19506 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
19507
19508         * g77.f-torture/execute/20001201.f: New test.
19509
19510 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
19511
19512         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
19513
19514 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
19515
19516         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
19517
19518 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
19519
19520         * g++.old-deja/g++.other/cast6.C: New test.
19521
19522 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
19523
19524         * gcc.c-torture/execute/20001130-2.c: New testcase.
19525
19526 2000-11-30  Richard Henderson  <rth@redhat.com>
19527
19528         * gcc.c-torture/execute/20001130-1.c: New test.
19529
19530 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
19531
19532         * g++.old-deja/g++.other/op3.C: New test.
19533
19534 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
19535
19536         * g++.old-deja/g++.other/op2.C: New test.
19537
19538 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
19539
19540         * g++.old-deja/g++.other/crash38.C: New test.
19541
19542 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
19543
19544         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
19545
19546 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
19547
19548         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
19549         tests.
19550         * gcc.c-torture/execute/string-opt-6.c: New test.
19551
19552         * gcc.dg/20001117-1.c: Add main.
19553
19554 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
19555
19556         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
19557         Move from here ...
19558         * gcc.dg/940510-1.c: ... to here.
19559
19560         * gcc.dg/20000926-1.c: GNU C now allows initializations of
19561         zero-size arrays in toplevel structures.
19562
19563 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
19564
19565         * gcc.c-torture/execute/loop-8.c: New test.
19566
19567 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
19568
19569         * g++.old-deja/g++.other/base1.C: New test.
19570
19571 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
19572
19573         * g++.old-deja/g++.other/parse2.C: New test.
19574
19575 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
19576
19577         * g++.old-deja/g++.pt/incomplete1.C: New test.
19578
19579 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
19580
19581         * g++.old-deja/g++.other/friend9.C: New test.
19582
19583 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
19584
19585         * gcc.dg/20001127-1.c: New test.
19586
19587 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19588
19589         * g++.old-deja/g++.pt/friend46.C: New test.
19590
19591 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19592
19593         * g++.old-deja/g++.other/ptrmem8.C: New test.
19594
19595 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19596
19597         * gcc.c-torture/execute/string-opt-7.c: New test.
19598         * gcc.c-torture/execute/string-opt-8.c: Likewise.
19599
19600 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
19601
19602         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
19603         instead of 'mkcheck 2'.
19604
19605 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19606
19607         * gcc.c-torture/execute/memcheck/driver.c,
19608         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
19609         C9X references to refer to C99.
19610
19611 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
19612
19613         * gcc.dg/ultrasp3.c: New test.
19614
19615 2000-11-25  Neil Booth  <neilb@earthling.net>
19616
19617         * gcc.dg/cpp/include2.c: Update test to be locale independent.
19618
19619 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
19620
19621         * gcc.c-torture/compile/20001123-2.c: New.
19622
19623 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19624
19625         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
19626
19627 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
19628
19629         * gcc.dg/sequence-point-1.c: Add some new tests.
19630         * gcc.c-torture/execute/20001124-1.c: New test.
19631
19632 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
19633
19634         * g++.old-deja/g++.other/vaarg4.C: New test.
19635         * gcc.c-torture/compile/20001123-1.c: New test.
19636
19637 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
19638
19639         * g++.other/crash24.C: Adjust and remove XFAIL.
19640         * g++.other/crash37.C: New test.
19641
19642 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
19643
19644         * g++.old-deja/g++.pt/instantiate9.C: New test.
19645
19646 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
19647
19648         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
19649         new ABI, too.
19650
19651         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
19652         * g++.old-deja/g++.robertl/eb55.C: Likewise.
19653
19654 2000-11-22  Neil Booth  <neilb@earthling.net>
19655
19656         * gcc.dg/cpp/Wtrigraphs.c: New test.
19657
19658 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
19659
19660         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
19661
19662 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
19663
19664         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
19665
19666 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
19667
19668         * lib/gcc-dg.exp: load_lib scanasm.exp.
19669         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
19670         * lib/g++-dg.exp: load_lib scanasm.exp.
19671         * lib/scanasm.exp: New.
19672         (scan-assembler, scan-assembler-not): Add optional arguments to
19673         test name, or if not present, the pattern name.
19674         (scan-assembler-dem, scan-assembler-dem-not): New.
19675
19676         * g++.dg/dg.exp: New.
19677
19678 2000-11-21  Neil Booth  <neilb@earthling.net>
19679
19680         * gcc.dg/cpp/integrated1.c: Remove.
19681
19682 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
19683
19684         * gcc.c-torture/execute/20001121-1.c: New test.
19685
19686 2000-11-21  Richard Henderson  <rth@redhat.com>
19687
19688         * gcc.c-torture/compile/20001121-1.c: New test.
19689
19690 2000-11-20  Neil Booth  <neilb@earthling.net>
19691
19692         * gcc.dg/cpp/integrated1.c: New test.
19693
19694 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
19695
19696         * g++.old-deja/g++.other/inline17.C: New test.
19697
19698 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
19699
19700         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
19701         local variable to be zero: I made the variable global. Now
19702         uses abort() and exit() instead of relying on main's return value.
19703
19704 2000-11-20  Neil Booth  <neilb@earthling.net>
19705
19706         * gcc.dg/cpp/paste2.c: Update test.
19707         * objc/execute/paste.m: New test.
19708
19709 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
19710
19711         * gcc.dg/c99-condexpr-1.c: New test.
19712
19713 2000-11-20  Neil Booth  <neilb@earthling.net>
19714
19715         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
19716
19717 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
19718
19719         * g++.old-deja/g++.pt/export1.C: New test.
19720
19721 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
19722
19723         * gcc.dg/20001117-1.c: New test.
19724
19725 2000-11-18  Richard Henderson  <rth@redhat.com>
19726
19727         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
19728
19729 2000-11-18  Richard Henderson  <rth@redhat.com>
19730
19731         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
19732         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
19733         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
19734
19735 2000-11-18  Richard Henderson  <rth@redhat.com>
19736
19737         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
19738         (main): New.  Exit cleanly.
19739
19740 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19741
19742         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
19743         gcc.dg/c99-fordecl-2.c: New tests.
19744
19745 2000-11-18  Richard Henderson  <rth@redhat.com>
19746
19747         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
19748         * gcc.c-torture/execute/zerolen-2.c: New.
19749
19750 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19751
19752         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
19753         memory.
19754
19755 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
19756
19757         * g++.old-deja/g++.pt/instantiate8.C: New test.
19758
19759 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
19760
19761         * g++.old-deja/g++.other/incomplete.C: Add more tests.
19762         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
19763
19764 2000-11-16  Nick Clifton  <nickc@redhat.com>
19765
19766         * gcc.c-torture/execute/nestfunc-2.c: New test.
19767         * gcc.c-torture/execute/nestfunc-3.c: New test.
19768
19769 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
19770
19771         * gcc.c-torture/compile/20001116-1.c: New test.
19772
19773 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19774
19775         * gcc.c-torture/execute/20001115-1.c: New test.
19776
19777 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
19778
19779         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
19780         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
19781         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
19782         * g++.old-deja/g++.abi/vmihint.C: Likewise.
19783
19784 2000-11-15  Neil Booth  <neilb@earthling.net>
19785
19786         gcc.dg/cpp/_Pragma1.c: Update.
19787         gcc.dg/cpp/_Pragma2.c: New test.
19788
19789 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
19790
19791         * g++.old-deja/g++.other/anon5.C: New test.
19792
19793 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19794
19795         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
19796         tests.
19797
19798 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
19799
19800         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
19801         output.
19802
19803 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19804
19805         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
19806         labels at end of compound statements.
19807
19808 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
19809
19810         * gcc.c-torture/execute/loop-7.c: New test.
19811
19812 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19813
19814         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
19815
19816 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19817
19818         * gcc.dg/c99-bool-1.c: New test.
19819
19820 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19821
19822         * gcc.dg/c99-scope-1.c: Remove xfail.
19823         * gcc.dg/c99-scope-2.c: New test.
19824
19825 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19826
19827         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
19828         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
19829
19830 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
19831
19832         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
19833         error messages.
19834
19835         * g++.mike/p700.C: Don't typedef wchar_t.
19836         * g++.mike/p784.C: Likewise.
19837         * g++.mike/eb101.C: Don't use __wchar_t.
19838
19839 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
19840
19841         * g77.f-torture/execute/20001111.[fx]: Test premature exit
19842         from DO loop.
19843
19844 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
19845
19846         * gcc.c-torture/execute/20001111-1.c: New test.
19847
19848 2000-11-10  Nick Clifton  <nickc@redhat.com>
19849
19850         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
19851         long multuiple and accumulate.
19852
19853 2000-11-09  Richard Henderson  <rth@redhat.com>
19854
19855         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
19856         via size_t instead of int.
19857
19858         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
19859         * gcc.c-torture/execute/string-opt-2.c: Likewise.
19860         * gcc.c-torture/execute/string-opt-3.c: Likewise.
19861         * gcc.c-torture/execute/string-opt-4.c: Likewise.
19862
19863 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
19864
19865         * gcc.c-torture/compile/20001109-1.c: New test.
19866         * gcc.c-torture/compile/20001109-2.c: New test.
19867
19868 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
19869
19870         * g++.old-deja/g++.pt/operator1.C: New test.
19871         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
19872
19873 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
19874
19875         * gcc.dg/20001108-1.c: New test.
19876
19877 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
19878
19879         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
19880         with both arguments constant strings.
19881         * gcc.c-torture/execute/string-opt-3.c: New test.
19882         * gcc.c-torture/execute/string-opt-4.c: New test.
19883         * gcc.c-torture/execute/string-opt-5.c: New test.
19884
19885 2000-11-08  Nick Clifton  <nickc@redhat.com>
19886
19887         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
19888         mulsidi3adddi patterns.
19889
19890 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
19891
19892         * g++.old-deja/g++.other/crash36.C: New test.
19893
19894 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
19895
19896         * g++.old-deja/g++.other/init16.C: New test.
19897
19898 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
19899
19900         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
19901
19902 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
19903
19904         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
19905         * gcc.c-torture/execute/va-arg-16.x: Likewise.
19906         * gcc.c-torture/execute/va-arg-17.x: Likewise.
19907
19908 2000-11-07  DJ Delorie  <dj@redhat.com>
19909
19910         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
19911
19912 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19913
19914         * gcc.c-torture/execute/string-opt-1.c: New test.
19915
19916 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
19917
19918         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
19919         mips-sgi-irix6.* because the MIPS ABI passes floating-point
19920         parameters in registers, and there is no way for a varargs
19921         function to know in which order the integer and floating-point
19922         parameters should be interleaved when they are placed on the
19923         stack.
19924         * gcc.c-torture/execute/va-arg-16.x: Likewise.
19925         * gcc.c-torture/execute/va-arg-17.x: Likewise.
19926
19927 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19928
19929         * gcc.c-torture/execute/string-opt-2.c: New test.
19930
19931 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
19932
19933         * g++.old-deja/g++.pt/crash60.C: New test.
19934
19935 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
19936
19937         * g++.old-deja/g++.other/crash24.C: New test.
19938         * g++.old-deja/g++.other/crash25.C: New test.
19939         * g++.old-deja/g++.other/crash26.C: New test.
19940         * g++.old-deja/g++.other/crash27.C: New test.
19941         * g++.old-deja/g++.other/crash28.C: New test.
19942         * g++.old-deja/g++.other/crash29.C: New test.
19943         * g++.old-deja/g++.other/crash30.C: New test.
19944         * g++.old-deja/g++.other/crash31.C: New test.
19945         * g++.old-deja/g++.other/crash32.C: New test.
19946         * g++.old-deja/g++.other/crash33.C: New test.
19947         * g++.old-deja/g++.other/crash34.C: New test.
19948         * g++.old-deja/g++.other/crash35.C: New test.
19949
19950 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
19951
19952         * gcc.c-torture/execute/20001031-1.c: New test.
19953
19954 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
19955
19956         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
19957         namespace.
19958
19959         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
19960         standards-conformant.
19961
19962         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
19963
19964         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
19965         * g++.old-deja/g++.mike/p755a.C: Likewise.
19966         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
19967         library makes no calls to `operator new' during initialization.
19968
19969 2000-11-04  Neil Booth  <neilb@earthling.net>
19970
19971         * gcc.dg/cpp/include2.c: New tests.
19972
19973 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
19974
19975         * lib/g++.exp (g++_set_ld_library_path): New function.
19976         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
19977
19978 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
19979
19980         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
19981         warnings.
19982
19983 2000-11-01  Richard Henderson  <rth@redhat.com>
19984
19985         * g++.old-deja/g++.ext/namedret1.C: New.
19986         * g++.old-deja/g++.ext/namedret2.C: New.
19987         * g++.old-deja/g++.ext/namedret3.C: New.
19988
19989 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
19990
19991         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
19992         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
19993
19994 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19995
19996         * gcc.c-torture/execute/va-arg-21.c: New test.
19997
19998 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19999
20000         * gcc.dg/c99-complex-2.c: New test.
20001
20002 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20003
20004         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20005
20006 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20007
20008         * g++.old-deja/g++.other/inline16.C: New test.
20009
20010 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20011
20012         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20013         __PRETTY_FUNCTION__
20014
20015 2000-10-29  Neil Booth  <neilb@earthling.net>
20016
20017         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20018         New tests.
20019         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20020         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20021         optimisation.
20022
20023 2000-10-29  Neil Booth  <neilb@earthling.net>
20024
20025         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20026         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20027         * mi5.c: Test multiple includes work with -C.
20028         * trigraphs.c: Test ^= version.
20029
20030 2000-10-28  Neil Booth  <neilb@earthling.net>
20031
20032         New tests and test updates for new macro expander.
20033
20034         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20035         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20036         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20037         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20038         new diagnostic messages.
20039
20040         * gcc.dg/cpp/macro3.c: New tests.
20041
20042 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20043
20044         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20045         on the same line.
20046
20047 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20048
20049         * g++.old-deja/g++.other/eh2.C: New test.
20050
20051 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20052
20053         * gcc.c-torture/execute/20001027-1.c: New test.
20054
20055 2000-10-26  Richard Henderson  <rth@redhat.com>
20056
20057         * gcc.c-torture/execute/20001026-1.c: New.
20058
20059 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20060
20061         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20062         * g++.old-deja/g++.law/builtin1.C: Likewise.
20063         * g++.old-deja/g++.law/ctors10.C: Likewise.
20064         * g++.old-deja/g++.law/virtual3.C: Likewise.
20065         * g++.old-deja/g++.mike/p658.C: Likewise.
20066         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20067         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20068         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20069         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20070         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20071
20072 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20073
20074         * gcc.c-torture/compile/20001024-1.c: New test.
20075
20076 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20077
20078         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20079         to tell us whether or not we are using V3.
20080
20081 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20082
20083         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20084         operands.
20085
20086 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20087
20088         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20089
20090 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20091
20092         * gcc.c-torture/execute/20001024-1.c: New test.
20093
20094 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
20095
20096         * g++.old-deja/g++.other/sibcall1.C: New test.
20097
20098 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
20099
20100         * gcc.dg/noncompile/init-3.c: New test.
20101
20102 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20103
20104         * gcc.dg/format-array-1.c: New test.
20105
20106 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20107
20108         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
20109         writing through null pointers; remove comment about testing
20110         unterminated strings.
20111
20112 2000-10-17  Matthew Hiller  <hiller@redhat.com>
20113
20114         * gcc.c-torture/execute/20001017-2.c: New test.
20115
20116 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20117
20118         * gcc.c-torture/compile/20001018-1.c: New test.
20119         * gcc.c-torture/compile/20001018-1.x: Xfail.
20120
20121 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20122
20123         * gcc.c-torture/execute/20001017-1.c: New test.
20124
20125 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20126
20127         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
20128         for multiple use of arguments with scanf formats; add tests for
20129         multiple use of arguments.
20130
20131 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
20132
20133         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
20134
20135 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20136
20137         * gcc.dg/format-miss-1.c: New test.
20138
20139 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20140
20141         * gcc.c-torture/execute/20001013-1.c: New test.
20142
20143 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20144
20145         * gcc.dg/format-branch-1.c: New test.
20146
20147 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20148
20149         * README, lib/file-format.exp: Remove EGCS references.
20150
20151 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20152
20153         * gcc.dg/20001013-1.c: New test.
20154
20155 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20156
20157         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
20158         for intmax_t in the compiler using __typeof__ and the type rules
20159         for conditional expressions.
20160
20161 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
20162
20163         * gcc.dg/20001012-1.c: New test.
20164         * gcc.dg/20001012-2.c: New test.
20165
20166 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20167
20168         * gcc.dg/format-attr-1.c: New test.
20169
20170 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20171
20172         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
20173         __LONG_LONG_MAX__ instead of LLONG_MAX.
20174
20175 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20176
20177         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
20178         scanf flags.
20179         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
20180         flags.
20181
20182 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20183
20184         * gcc.dg/sequence-pt-1.c: New test.
20185
20186 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
20187
20188         * gcc.c-torture/execute/20001011-1.c: New testcase.
20189         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
20190
20191 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20192
20193         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
20194         does not error on it.
20195
20196 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20197
20198         * gcc.dg/20001009-1.c: New test.
20199
20200 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
20201
20202         * gcc.c-torture/compile/20001009-1.c: Move from here ....
20203         * gcc.c-torture/execute/20001009-2.c: ... to here.
20204
20205 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
20206
20207         * gcc.c-torture/compile/20001009-1.c: New testcase.
20208         * gcc.c-torture/execute/20001009-1.c: New testcase.
20209         Testcases provided by Jan Hubicka <jh@suse.cz>.
20210
20211 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20212
20213         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20214         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
20215         uintmax_t using <limits.h> to emulate the compiler's internal
20216         logic.  No longer XFAIL %j tests.
20217
20218 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20219
20220         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
20221         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20222         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
20223         regexps and details of expected handling of some bad formats.
20224         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
20225         suppression.
20226
20227 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20228
20229         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
20230         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
20231         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
20232         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
20233         in list archives.
20234
20235 2000-10-06  Richard Henderson  <rth@cygnus.com>
20236
20237         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
20238         * g++.old-deja/g++.brendan/crash52.C: Likewise.
20239         * g++.old-deja/g++.jason/report.C: Likewise.
20240         * g++.old-deja/g++.law/friend5.C: Likewise.
20241         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
20242         of the expected warnings.
20243
20244 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
20245
20246         * g++.old-deja/g++.pt/enum14.C: New test.
20247
20248 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
20249
20250         * g++.old-deja/g++.pt/crash59.C: New test.
20251
20252 2000-10-04  Will Cohen  <wcohen@redhat.com>
20253
20254         * gcc.dg/20000926-1.c: New test.
20255
20256 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
20257
20258         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
20259         function name for current C++ compiler.
20260         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
20261
20262 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
20263
20264         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
20265         __PRETTY_FUNCTION__.
20266         * g++.old-deja/g++.ext/pretty2.C: Likewise.
20267
20268 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20269
20270         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
20271
20272 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
20273
20274         * gcc.c-torture/compile/20000923-1.c: New test.
20275
20276 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
20277
20278         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
20279         * g++.old-deja/g++.pt/ttp62.C: Same.
20280         * g++.old-deja/g++.other/inline14.C: Same.
20281
20282 2000-09-24  Richard Henderson  <rth@cygnus.com>
20283
20284         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
20285
20286 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20287
20288         * gcc.dg/c90-printf-1.c: Add test for wide string format.
20289
20290 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
20291
20292         * gcc.c-torture/compile/20000922-1.c: New file.
20293
20294 2000-09-21  Nick Clifton  <nickc@redhat.com>
20295
20296         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
20297         a signed long modulo operation.
20298         (mod6): New function - perform an unsigned long modulo operation.
20299         (main): Add tests for modulos of very large numbers by very small
20300         dividends.
20301
20302 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20303
20304         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
20305
20306 2000-09-19  Richard Henderson  <rth@cygnus.com>
20307
20308         * gcc.dg/compare2.c (case 10): XFAIL.
20309
20310 2000-09-18  Richard Henderson  <rth@cygnus.com>
20311
20312         * gcc.c-torture/execute/20000906-1.c: Move ...
20313         * gcc.dg/20000906-1.c: ... here.  Only run on targets
20314         that support __builtin_trap.
20315
20316 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
20317
20318         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
20319
20320 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20321
20322         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
20323         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
20324         more $ format tests.
20325
20326 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20327
20328         * gcc.dg/format-errmk-1.c: New test.
20329
20330 2000-09-17  Greg McGary  <greg@mcgary.org>
20331
20332         * gcc.c-torture/execute/20000917-1.x: Remove.
20333
20334 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20335
20336         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
20337
20338 2000-09-17  Greg McGary  <greg@mcgary.org>
20339
20340         * gcc.c-torture/execute/20000917-1.c: New test.
20341         * gcc.c-torture/execute/20000917-1.x: XFAIL.
20342
20343 2000-09-16  Neil Booth  <NeilB@earthling.net>
20344
20345         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
20346         in nested macro bug.
20347
20348 2000-09-15  Neil Booth  <NeilB@earthling.net>
20349
20350         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
20351
20352 2000-09-14  Jeffrey A Law  (law@cygnus.com)
20353
20354         * gcc.c-torture/execute/20000914-1.c: New test.
20355
20356 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
20357
20358         * g++.other/inline13.C: New test.
20359
20360 2000-09-12  Andreas Jaeger  <aj@suse.de>
20361
20362         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
20363         constant by Ulrich Drepper <drepper@redhat.com>.
20364
20365 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
20366
20367         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
20368
20369 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20370
20371         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
20372
20373 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
20374
20375         * gcc.dg/cpp/backslash.c: New test.
20376
20377 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
20378
20379         * gcc.c-torture/execute/20000910-1.c: New test.
20380         * gcc.c-torture/execute/20000910-2.c: Likewise.
20381
20382 2000-09-11  Robert Lipe  <robertl@sco.com>
20383
20384         * gcc.dg/pragma-align.c: New test.
20385
20386 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
20387
20388         * g++.old-deja/g++.pt/explicit82.C: New test.
20389         * g++.old-deja/g++.pt/explicit83.C: New test.
20390
20391 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
20392
20393         * gcc.dg/asm-names.c: New test.
20394
20395 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20396
20397         * gcc.dg/cpp/tr-warn6.c: New test
20398
20399 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20400
20401         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
20402         be accepted.
20403
20404 2000-09-07  Catherine Moore  <clm@redhat.com>
20405
20406         * gcc.c-torture/execute/unroll-1.c: New test.
20407
20408 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
20409
20410         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
20411         ERROR markers.
20412         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
20413         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
20414         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
20415         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
20416         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
20417         Preprocess only.
20418         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
20419         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
20420
20421 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20422
20423         * g++.old-deja/g++.pt/deduct2.C: New test.
20424
20425 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20426
20427         * g++.old-deja/g++.pt/parms2.C: New test.
20428
20429 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20430
20431         * g++.old-deja/g++.pt/crash58.C: New test.
20432
20433 2000-09-06  Greg McGary  <greg@mcgary.org>
20434
20435         * gcc.c-torture/execute/20000906-1.c: New test.
20436         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
20437
20438 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20439
20440         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
20441
20442 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20443
20444         * g++.old-deja/g++.pt/crash57.C: New test.
20445
20446 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20447
20448         * g++.old-deja/g++.pt/crash56.C: New test.
20449
20450 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20451
20452         * g++.old-deja/g++.pt/koenig1.C: New test.
20453
20454 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
20455
20456         * gcc.dg/20000904-1.c: New test.
20457
20458 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
20459
20460         * gcc.dg/cpp/paste8.c: New test.
20461
20462 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
20463
20464         * gcc.c-torture/compile/20000827-1.c: New test.
20465
20466 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20467
20468         * gcc.dg/format-diag-1.c: New test.
20469
20470 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20471
20472         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
20473         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
20474         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
20475         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
20476         gcc.dg/formatz-1.c: Adjust warning regular expressions.
20477
20478 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
20479
20480         * g++.old-deja/g++.other/nested4.C: New test.
20481
20482 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
20483
20484         * g++.old-deja/g++.ns/scoped1.C: New test.
20485
20486 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
20487
20488         * lib/g++.exp: Support testing already-installed GCC.
20489
20490 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20491
20492         * wtr-label-1.c, wtr-suffix-1.c: New tests.
20493
20494 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20495
20496         * gcc.dg/return-type-2.c: New test.
20497
20498 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
20499
20500         * gcc.c-torture/compile/20000825-1.c: New test.
20501
20502 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
20503
20504         * gcc.dg/dwarf2-2.c: New test.
20505
20506 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
20507
20508         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
20509         dg-warning regexps.
20510
20511 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20512
20513         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
20514         gcc.dg/format-ext-5.c: New tests.
20515
20516 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
20517
20518         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
20519
20520 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
20521
20522         * gcc.dg/noncompile/930622-2.c: Adjust error message.
20523
20524 2000-08-24  Richard Henderson  <rth@cygnus.com>
20525
20526         * gcc.dg/ia64-sync-1.c: New test.
20527         * gcc.dg/ia64-sync-2.c: New test.
20528         * gcc.dg/ia64-asm-1.c: New test.
20529
20530 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20531
20532         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
20533         * gcc.dg/format-ext-2.c: New test.
20534
20535 2000-08-23  Jason Merrill  <jason@redhat.com>
20536
20537         * lib/old-dejagnu.exp: Also ignore "In member function" and
20538         "At global scope".
20539
20540 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20541
20542         * gcc.dg/noncompile/label-lineno-1.c: New test.
20543
20544 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
20545
20546         * gcc.dg/c99-array-nonobj-1.c: New test.
20547
20548 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
20549
20550         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
20551         tests.
20552         * gcc.dg/format-ext-1.c: New test.
20553
20554 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20555
20556         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
20557         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
20558         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
20559         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
20560         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
20561
20562 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20563
20564         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
20565         gcc.dg/c99-strftime-2.c: New tests.
20566
20567 2000-08-22  Richard Henderson  <rth@cygnus.com>
20568
20569         * gcc.c-torture/execute/20000822-1.c: New test.
20570
20571 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
20572
20573         * gcc.c-torture/execute/20000819-1.x: Remove.
20574
20575 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
20576
20577         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
20578         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
20579         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
20580         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
20581         gcc.dg/format-xopen-1.c: New tests.
20582
20583 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
20584
20585         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
20586
20587 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
20588
20589         * g++.old-deja/g++.other/loop2.C: New test.
20590
20591         * gcc.c-torture/compile/20000606-1.c: New test.
20592         * gcc.c-torture/compile/20000728-1.c: New test.
20593         * gcc.c-torture/execute/20000801-1.c: New test.
20594         * gcc.c-torture/execute/20000801-2.c: New test.
20595         * gcc.c-torture/execute/20000819-1.c: New test.
20596         * gcc.c-torture/execute/20000819-1.x: XFAIL.
20597         * gcc.dg/20000629-1.c: New test.
20598         * gcc.dg/20000724-1.c: New test.
20599         * gcc.dg/20000807-1.c: New test.
20600
20601 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
20602
20603         * gcc.dg/cpp/pragma-1.c: New test.
20604         * gcc.dg/cpp/pragma-2.c: New test.
20605
20606 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
20607
20608         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
20609         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
20610
20611 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20612
20613         * gcc.c-torture/compile/20000818-1.c: New test.
20614
20615 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
20616
20617         * gcc.c-torture/execute/20000818-1.c: New test.
20618
20619 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20620
20621         * gcc.dg/format-va-1.c: New test.
20622
20623 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
20624
20625         * g++.old-deja/g++.other/typedef8.C: New test.
20626
20627 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
20628
20629         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
20630         * g++.old-deja/g++.mike/net36.C: Mark candidate.
20631         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
20632         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
20633         * g++.old-deja/g++.other/ptrmem7.C: New test.
20634         * g++.old-deja/g++.pt/ptrmem10.C: New test.
20635
20636 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
20637
20638         * g++.old-deja/g++.pt/typename27.C: New test.
20639
20640 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
20641
20642         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
20643         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
20644         * g++.old-deja/g++.pt/friend45.C: New test.
20645         * g++.old-deja/g++.other/friend8.C: New test.
20646
20647 2000-08-15  Richard Henderson  <rth@cygnus.com>
20648
20649         * gcc.c-torture/execute/20000815-1.c: New test.
20650
20651 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20652
20653         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
20654         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
20655         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
20656
20657 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
20658
20659         * g++.old-deja/g++.other/refinit2.C: New test.
20660
20661 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
20662
20663         * lib/c-torture.exp (c-torture): Make
20664         compiler_conditional_xfail_data global.
20665         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
20666         compiler_conditional_xfail_data machinery.
20667         (f-torture-execute): Likewise.
20668         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
20669         and only when unrolling loops.
20670
20671         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
20672
20673 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
20674
20675         * g++.old-deja/g++.pt/explicit81.C: New test.
20676
20677 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
20678
20679         * g++.old-deja/g++.pt/typename26.C: New test.
20680
20681 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
20682
20683         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
20684         warning.
20685
20686 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
20687
20688         * g++.old-deja/g++.other/array3.C: New test.
20689
20690 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20691
20692         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
20693         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
20694         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
20695         New tests.
20696
20697 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
20698
20699         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
20700         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20701
20702 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
20703
20704         * gcc.c-torture/execute/20000808-1.c: New test.
20705
20706 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20707
20708         * gcc.dg/c90-const-expr-1.c: New test.
20709
20710 2000-08-08  Richard Henderson  <rth@cygnus.com>
20711
20712         * gcc.dg/noncompile/920923-1.c: Declare calloc.
20713
20714 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20715
20716         * gcc.dg/noncompile/const-ll-1.c: New test.
20717
20718 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20719
20720         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
20721
20722 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
20723
20724         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
20725         that running programs linked against the shared version of libobjc
20726         run correctly.
20727
20728 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
20729
20730         * gcc.dg/c99-printf-1.c: New test.
20731
20732 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
20733
20734         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
20735
20736 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
20737
20738         * gcc.c-torture/execute/20000731-1.x: Delete.
20739
20740 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
20741
20742         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
20743         and torture_without_loops as is done by c-torture.exp.
20744         (search_for): Copy from c-torture.exp.
20745         (gcc-dg-runtest): New function, drives a directory of tests
20746         iterating over the TORTURE_OPTIONS.
20747         (scan-assembler, scan-assembler-not): Move here from
20748         individual directory drivers.
20749
20750         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
20751         defined by lib/gcc-dg.exp.
20752         * gcc.dg/cpp/cpp.exp: Likewise.
20753         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
20754         gcc-dg-runtest, so we cycle over optimization options.
20755
20756         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
20757         * gcc.dg/compare2.c: No longer expected to fail.
20758
20759 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
20760
20761         * gcc.c-torture/execute/20000804-1.c: New test.
20762
20763 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
20764
20765         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
20766
20767 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
20768
20769         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
20770
20771 2000-08-03  Jeffrey A Law  (law@cygnus.com)
20772
20773         * gcc.c-torture/compile/20000803-1.c: New test.
20774
20775 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20776
20777         * gcc.c-torture/execute/20000801-3.c,
20778         gcc.c-torture/execute/20000801-4.c: New tests.
20779         * gcc.c-torture/execute/20000801-3.x,
20780         gcc.c-torture/execute/20000801-4.x: Xfail.
20781
20782 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
20783
20784         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
20785         libobjc/.libs to allow for libtool.
20786
20787 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
20788
20789         * gcc.c-torture/compile/20000802-1.c: New test.
20790
20791 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
20792
20793         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
20794
20795 2000-07-31  Jeffrey A Law  (law@cygnus.com)
20796
20797         * gcc-c-torture/execute/20000731-2.c: New test.
20798
20799         * gcc.c-torture/execute/20000731-1.c: New test.
20800         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
20801
20802 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
20803
20804         * testsuite/gcc.dg/cpp/paste7.c: New test.
20805         * gcc.dg/cpp/20000725-1.c: New test.
20806
20807 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
20808
20809         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
20810         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
20811         declaration warning for __builtin_dwarf_reg_size.
20812
20813         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
20814
20815 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20816
20817         * gcc.dg/noncompile/voidparam-1.c: New test.
20818
20819 2000-07-30  Richard Henderson  <rth@cygnus.com>
20820
20821         * gcc.dg/c90-digraph-1.c: Don't xfail.
20822         * gcc.dg/compare2.c (case 10): Xfail.
20823         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
20824
20825 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
20826
20827         * gcc.dg/c99-main-1.c: New test.
20828
20829 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20830
20831         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
20832
20833 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
20834
20835         * gcc.c-tortuer/execute/20000726-1.c: New test.
20836
20837 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
20838
20839         * gcc.c-torture/execute/enum-2.c: New test.
20840
20841 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20842
20843         * gcc.dg/cpp/tr-warn3.c: New test.
20844
20845 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
20846
20847         * g++.old-deja/g++.ext/implicit1.C: Remove.
20848         * g++.old-deja/g++.jason/c2.C: Remove
20849         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
20850         * g++.old-deja/g++.pt/crash16.C: Likewise.
20851         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
20852
20853 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
20854
20855         * g++.old-deja/g++.other/for2.C: New test.
20856
20857 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
20858
20859         * gcc.dg/20000720-1.c: New test.
20860
20861 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
20862
20863         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
20864
20865 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
20866
20867         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
20868         * gcc.c-torture/execute/20000722-1.c: New.
20869         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
20870
20871 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
20872
20873         * gcc.dg/cpp/20000720-1.S: New test.
20874
20875 2000-07-21  Michael Meissner  <meissner@redhat.com>
20876
20877         * gcc.c-torture/execute/ieee/hugeval.c: New test.
20878
20879 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
20880
20881         * g++.old-deja/g++.brendan/crash16.C,
20882         g++.old-deja/g++.brendan/parse3.C,
20883         g++.old-deja/g++.brendan/redecl1.C,
20884         g++.old-deja/g++.ns/template13.C,
20885         g++.old-deja/g++.other/decl4.C,
20886         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
20887
20888 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
20889
20890         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
20891         and "Internal error".
20892
20893         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
20894         regexps.
20895         * gcc.dg/cpp/paste6.c: New test.
20896
20897 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
20898
20899         * gcc.dg/cpp/tr-direct.c: New test.
20900
20901         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
20902         gcc.dg/cpp/undef1.c: Tweak error regexps.
20903
20904 2000-07-18  Eric Christopher <echristo@redhat.com>
20905
20906         * gcc.c-torture/compile/20000718-1.c: New test.
20907
20908 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
20909
20910         * cpplex.c (_cpp_push_token): If the token being pushed back
20911         is the previous token in this context, just subtract one from
20912         context->posn.
20913         * cppmacro.c (save_expansion): Clear aux field when storing a
20914         placemarker.
20915
20916 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
20917
20918         * gcc.dg/noncompile/redecl-1.c: New test.
20919
20920 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
20921
20922         * gcc.c-torture/execute/20000717-5.c: New test.
20923         * gcc.c-torture/execute/20000717-1.x: Removed.
20924
20925 2000-07-17  Richard Henderson  <rth@cygnus.com>
20926
20927         * gcc.c-torture/execute/20000717-4.c: New test.
20928
20929 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
20930
20931         * gcc.dg/cpp/syshdr.c: New test.
20932         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
20933
20934 2000-07-17  Neil Booth  <neilb@earthling.net>
20935
20936         * gcc.dg/cpp/cmdlne-dM.c: New test.
20937         * gcc.dg/cpp/cmdlne-dD.c: New test.
20938
20939 2000-07-17  Jeffrey A Law  (law@cygnus.com)
20940
20941         * gcc.c-torture/execute/20000717-3.c: New test.
20942
20943         * gcc.c-torture/compile/20000717-1.c: New test.
20944
20945 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
20946
20947         * gcc.c-torture/execute/20000717-2.c: New test.
20948
20949 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20950
20951         * gcc.dg/formatz-1.c: New test.
20952
20953         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
20954         * gcc.dg/c99-digraph-1.c: New tests.
20955
20956         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
20957         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
20958
20959         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
20960         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
20961         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
20962         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
20963         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
20964         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
20965         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
20966
20967 2000-07-17   Greg McGary <greg@mcgary.org>
20968
20969         * gcc.c-torture/execute/20000717-1.c: New test.
20970         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
20971
20972 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
20973
20974         * gcc.c-torture/execute/20000715-2.c: New test.
20975         * gcc.dg/20000715-1.c: New test.
20976
20977 2000-07-15  Michael Meissner  <meissner@redhat.com>
20978
20979         * gcc.c-torture/execute/20000715-1.c: New test.
20980
20981 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
20982
20983         * gcc.c-torture/execute/20000707-1.c: New test.
20984
20985 2000-07-13  Neil Booth  <NeilB@earthling.net>
20986
20987         * testsuite/gcc.dg/cpp/digraph1.c,
20988         testsuite/gcc.dg/cpp/digraph2.c,
20989         testsuite/gcc.dg/cpp/digraphs.c: New tests.
20990
20991 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
20992
20993         * g77.f-torture/compile/20000630-2.f:  New test.
20994         * g77.f-torture/compile/20000630-2.x
20995
20996 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
20997
20998         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
20999
21000 2000-07-11  Neil Booth  <NeilB@earthling.net>
21001
21002         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21003
21004 2000-07-11  Neil Booth  <NeilB@earthling.net>
21005
21006         * gcc.dg/cpp/cmdlne-C.c: New.
21007
21008 2000-07-09  Neil Booth  <NeilB@earthling.net>
21009
21010         * gcc.dg/cpp/directiv.c: New tests.
21011         * gcc.dg/cpp/undef1.c: Update.
21012
21013 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21014
21015         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21016
21017 2000-07-09  Neil Booth  <NeilB@earthling.net>
21018
21019         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21020
21021 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21022
21023         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21024         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21025
21026 2000-07-08  Neil Booth  <NeilB@earthling.net>
21027
21028         * gcc.dg/cpp/macsyntx.c: New tests.
21029
21030 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21031
21032         * gcc.dg/20000707-1.c: New test.
21033
21034 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21035
21036         * gcc.c-torture/execute/20000706-1.c: New test.
21037         * gcc.c-torture/execute/20000706-2.c: New test.
21038         * gcc.c-torture/execute/20000706-3.c: New test.
21039         * gcc.c-torture/execute/20000706-4.c: New test.
21040         * gcc.c-torture/execute/20000706-5.c: New test.
21041
21042 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21043
21044         * g++.old-deja/g++.pt/instantiate7.C: New test.
21045
21046 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21047
21048         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21049         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21050         * g++.old-deja/g++.other/rtti3.C: Likewise.
21051         * g++.old-deja/g++.other/rttid3.C: Likewise.
21052
21053 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21054
21055         *  g77.f-torture/compile/20000630-1.x: Fix typo
21056
21057 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21058
21059         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21060         assembly output.
21061
21062 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21063
21064         * gcc.dg/cpp/ident.c: New test.
21065
21066 2000-07-05  Neil Booth  <NeilB@earthling.net>
21067
21068         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21069           gcc.dg/cpp/lexstrng.c: New tests.
21070
21071 2000-07-04  Neil Booth  <NeilB@earthling.net>
21072
21073         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21074         * gcc.dg/cpp/strify2.c: Same.
21075
21076 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21077
21078         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21079         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21080         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21081         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21082
21083         * testsuite/gcc.dg/cpp/macro1.c,
21084         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21085         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21086         testsuite/gcc.dg/cpp/strify1.c,
21087         testsuite/gcc.dg/cpp/strify2.c: New tests.
21088
21089 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21090
21091         * gcc.c-torture/execute/20000703-1.c: New test.
21092
21093 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21094
21095         * g++.old-deja/g++.pt (lookup10.C): New test.
21096
21097 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21098
21099         * g++.old-deja/g++.pt (typename25.C): New test.
21100
21101 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
21102
21103         * gcc.c-torture/compile/20000701-1.c: New test.
21104
21105 2000-06-30  Nick Clifton  <nickc@cygnus.com>
21106
21107         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
21108         to test case.
21109
21110 2000-06-30  Catherine Moore  <clm@cygnus.com>
21111
21112         * gcc.c-torture/execute/align-1.c: New test.
21113
21114 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
21115
21116         * g++.old-deja/g++.pt/expr8.C: New test.
21117         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
21118
21119 2000-06-29  Nick Clifton  <nickc@cygnus.com>
21120
21121         * gcc.c-torture/compile/20000629-1.c: New test.
21122
21123 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21124
21125
21126         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
21127         gcc.dg/noncompile directory, depending on whether they're
21128         preprocessor tests or not.  Annotate all the tests for the dg
21129         framework.
21130
21131         * gcc.c-torture/noncompile/noncompile.exp: Delete.
21132         * gcc.dg/noncompile/noncompile.exp: New.
21133
21134         * Moved files:
21135         Old name                                New name
21136         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
21137         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
21138         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
21139         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
21140         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
21141         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
21142         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
21143         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
21144         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
21145         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
21146         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
21147         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
21148         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
21149         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
21150         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
21151         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
21152         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
21153         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
21154         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
21155         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
21156         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
21157         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
21158         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
21159         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
21160
21161         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
21162         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
21163         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
21164         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
21165         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
21166         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
21167
21168 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21169
21170         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
21171         declare one variable.  On the fourth, error.
21172         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
21173         declared by 20000628-1a.h.
21174
21175 2000-06-29  Richard Henderson  <rth@redhat.com>
21176
21177         * gcc.c-torture/execute/930529-1.x: New file.
21178         * gcc.dg/920413-1.c: Adjust expected warning text.
21179         * gcc.dg/980217-1.c: Declare abort.
21180         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
21181
21182 2000-06-29  Jeffrey A Law  (law@cygnus.com)
21183
21184         * g77.f-torture/compile/20000629-1.f: New test.
21185         * g77.f-torture/compile/20000629-1.x: Expected to fail.
21186
21187 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21188
21189         Rearrange lots of files, removing entirely the
21190         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
21191         directories.
21192
21193         * Deleted files:
21194         gcc.c-torture/code_quality/code_quality.exp
21195         gcc.c-torture/special/special.exp
21196         gcc.failure/failure.exp
21197         gcc.failure/940409-1.x
21198         gcc.c-torture/compile/961203-1.x
21199
21200         * New files:
21201         gcc.misc-tests/linkage.exp
21202         gcc.c-torture/execute/920730-1t.c
21203         gcc.c-torture/execute/920730-1t.x
21204         gcc.c-torture/compile/920520-1.x
21205         gcc.c-torture/compile/920521-1.x
21206         gcc.c-torture/compile/981006-1.x
21207         gcc.c-torture/execute/eeprof-1.x
21208
21209         * Moved files (possibly with modifications to fit a new harness):
21210         Old name                                New name
21211         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
21212         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
21213         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
21214         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
21215         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
21216         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
21217         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
21218         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
21219         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
21220         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
21221         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
21222         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
21223         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
21224         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
21225
21226 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21227
21228         * c-torture/compile/961203-1.x: Delete.
21229
21230         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
21231         not exit. Include stdio.h.
21232         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
21233         * gcc.misc-tests/dg-12.c: Likewise.
21234         * gcc.misc-tests/dg-5.c: Likewise.
21235         * gcc.misc-tests/dg-6.c: Likewise.
21236         * gcc.misc-tests/dg-7.c: Prototype abort.
21237         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
21238         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
21239         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
21240         not exit.
21241         * gcc.misc-tests/sieve.c: Use return from main, not exit.
21242         * gcc.misc-tests/sort2.c: Use return from main, not exit.
21243
21244 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
21245
21246         * gcc.dg/cpp/20000628-1.c: New test.
21247         * gcc.dg/cpp/20000628-1.h: New header for above test.
21248         * gcc.dg/cpp/20000628-1a.h: Likewise.
21249
21250 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
21251
21252         * gcc.dg/cpp: New directory.
21253         * gcc.dg/cpp/cpp.exp: New driver.
21254         * gcc.dg/cpp/20000627-1.c: New test.
21255         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
21256         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
21257         and rewrite as a compilation test.
21258
21259         * gcc.dg: Move many files into the cpp subdirectory, possibly
21260         renaming or editing them as well.
21261         Old name                New name
21262         990119-1.c              cpp/19990119-1.c
21263         990228-1.c              cpp/19990228-1.c
21264         990407-1.c              cpp/19990407-1.c
21265         990409-1.c              cpp/19990409-1.c
21266         990413-1.c              cpp/19990413-1.c
21267         990703-1.c              cpp/19990703-1.c
21268         20000127-1.c            cpp/20000127-1.c
21269         20000129-1.c            cpp/20000129-1.c
21270         20000207-1.c            cpp/20000207-1.c
21271         20000207-2.c            cpp/20000207-2.c
21272         20000209-1.c            cpp/20000209-1.c
21273         20000209-2.c            cpp/20000209-2.c
21274         20000301-1.c            cpp/20000301-1.c
21275         20000419-1.c            cpp/20000419-1.c
21276         20000510-1.S            cpp/20000510-1.S
21277         20000519-1.c            cpp/20000519-1.c
21278         20000529-1.c            cpp/20000529-1.c
21279         20000625-1.c            cpp/20000625-1.c
21280         20000625-2.c            cpp/20000625-2.c
21281         cpp-as1.c               cpp/assert1.c
21282         cpp-as2.c               cpp/assert2.c
21283         cxx-comments-1.c        cpp/cxxcom1.c
21284         cxx-comments-2.c        cpp/cxxcom2.c
21285         endif-label.c           cpp/endif.c
21286         cpp-hash1.c             cpp/hash1.c
21287         cpp-hash2.c             cpp/hash2.c
21288         cpp-if1.c               cpp/if-1.c
21289         cpp-if2.c               cpp/if-2.c
21290         cpp-if3.c               cpp/if-3.c
21291         cpp-if4.c               cpp/if-4.c
21292         cpp-if5.c               cpp/if-5.c
21293         cpp-cond.c              cpp/if-cexp.c
21294         cpp-missingop.c         cpp/if-mop.c
21295         cpp-missingparen.c      cpp/if-mpar.c
21296         cpp-opprec.c            cpp/if-oppr.c
21297         cpp-ifparen.c           cpp/if-paren.c
21298         cpp-shortcircuit.c      cpp/if-sc.c
21299         cpp-shift.c             cpp/if-shift.c
21300         cpp-unary.c             cpp/if-unary.c
21301         cpp-li1.c               cpp/line1.c
21302         cpp-li2.c               cpp/line2.c
21303         lineno.c                cpp/line3.c
21304         lineno-2.c              cpp/line4.c
21305         cpp-mi.c                cpp/mi1.c
21306         cpp-mic.h               cpp/mi1c.h
21307         cpp-micc.h              cpp/mi1cc.h
21308         cpp-mind.h              cpp/mi1nd.h
21309         cpp-mindp.h             cpp/mi1ndp.h
21310         cpp-mix.h               cpp/mi1x.h
21311         cpp-mi2.c               cpp/mi2.c
21312         cpp-mi2a.h              cpp/mi2a.h
21313         cpp-mi2b.h              cpp/mi2b.h
21314         cpp-mi2c.h              cpp/mi2c.h
21315         cpp-mi3.c               cpp/mi3.c
21316         cpp-mi3.def             cpp/mi3.def
21317         poison-1.c              cpp/poison.c
21318         pr-impl.c               cpp/prag-imp.c
21319         cpp-redef-2.c           cpp/redef1.c
21320         cpp-redef.c             cpp/redef2.c
21321         strpaste.c              cpp/strp1.c
21322         strpaste-2.c            cpp/strp2.c
21323         cpp-tradpaste.c         cpp/tr-paste.c
21324         cpp-tradstringify.c     cpp/tr-str.c
21325         cpp-tradwarn1.c         cpp/tr-warn1.c
21326         cpp-tradwarn2.c         cpp/tr-warn2.c
21327         trigraphs.c             cpp/trigraphs.c
21328         cpp-unc1.c              cpp/unc1.c
21329         cpp-unc2.c              cpp/unc2.c
21330         cpp-unc3.c              cpp/unc3.c
21331         cpp-unc.c               cpp/unc4.c
21332         undef.c                 cpp/undef1.c
21333         undef-2.c               cpp/undef2.c
21334         cpp-wi1.c               cpp/widestr1.c
21335
21336 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
21337
21338         * lib/g++.exp (g++_include_flags): Tweak.
21339
21340 2000-06-27  H.J. Lu  <hjl@gnu.org>
21341             Loren J. Rittle  <ljrittle@acm.org>
21342
21343         * lib/g++.exp (g++_include_flags): Override libgloss.exp
21344         version with one that knows about the new gcc tree structure.
21345         (g++_link_flags): Same.
21346
21347 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
21348
21349         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
21350         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
21351         case we are cross-compiling.
21352
21353         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
21354         g++.old-deja/g++.niklas/Makefile.in,
21355         g++.old-deja/g++.niklas/configure.in,
21356         g++.old-deja/g++.other/Makefile.in,
21357         g++.old-deja/g++.other/configure.in,
21358         gcc.c-torture/code_quality/Makefile.in,
21359         gcc.c-torture/code_quality/configure.in,
21360         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
21361         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
21362         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
21363         gcc.c-torture/execute/ieee/Makefile.in,
21364         gcc.c-torture/execute/ieee/configure.in,
21365         gcc.c-torture/noncompile/Makefile.in,
21366         gcc.c-torture/noncompile/configure.in,
21367         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
21368         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
21369         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
21370
21371 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21372
21373         * g++.old-deja/g++.other/ambig3.C: New test.
21374
21375 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21376
21377         * g++.old-deja/g++.pt/syntax1.C: New test.
21378         * g++.old-deja/g++.pt/syntax2.C: New test.
21379         * g++.old-deja/g++.other/syntax3.C: New test.
21380         * g++.old-deja/g++.other/syntax4.C: New test.
21381
21382 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21383
21384         * gcc.dg/20000623-1.c: Prototype exit and abort.
21385
21386 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21387
21388         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
21389         New tests.
21390         * gcc.dg/cpp-mi3.def: New file.
21391
21392         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
21393         inside assertions.
21394         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
21395         lexer's error messages.
21396         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
21397         divine anything from the linemarkers.
21398         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
21399         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
21400
21401 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
21402
21403         * gcc.dg/20000623-1.c: New test.
21404
21405 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
21406
21407         * gcc.c-torture/execute/20000622-1.c: New test.
21408
21409 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
21410
21411         * g++.old-deja/g++.other/init15.C: New test.
21412
21413 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
21414
21415         * g++.old-deja/g++.pt/vaarg2.C: New test.
21416         * g++.old-deja/g++.pt/vaarg3.C: New test.
21417
21418 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
21419
21420         * g++.old-deja/g++.other/dyncast6.C: New test.
21421
21422 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
21423
21424         * gcc.c-torture/execute/loop-6.c: New test.
21425
21426 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
21427
21428         * gcc.dg/20000614-1.c: New test.
21429         * gcc.dg/20000614-2.c: New test.
21430
21431 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
21432
21433         * g++.old-deja/g++.other/inline12.C: New test.
21434
21435 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
21436
21437         * g++.old-deja/g++.other/eh1.C: New test.
21438
21439 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
21440
21441         * g++.old-deja/g++.other/type.C: New test.
21442
21443 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
21444
21445         * g++.old-deja/g++.other/initstring.C: New test.
21446
21447 2000-06-12  Jason Merrill  <jason@redhat.com>
21448
21449         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
21450
21451 2000-06-09  Jeffrey A Law  (law@cygnus.com)
21452
21453         * gcc.c-torture/compile/20000609-1.c: New test.
21454
21455 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
21456
21457         * gcc.dg/20000609-1.c: New test.
21458
21459 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
21460
21461         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
21462         * gcc.c-torture/noncompile/poison-1.c: Move...
21463         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
21464         * gcc.dg/cpp-li1.c: Add a token after the #line.
21465
21466 2000-06-05  Richard Henderson  <rth@cygnus.com>
21467
21468         * gcc.c-torture/execute/20000605-2.c: New test.
21469         * gcc.c-torture/execute/20000605-3.c: New test.
21470
21471 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
21472
21473         * g77.f-torture/execute/20000503-1.x: New file.
21474
21475 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
21476
21477         * g++.old-deja/g++.eh/badalloc1.C: New test.
21478
21479 2000-06-05  Richard Henderson  <rth@cygnus.com>
21480
21481         * gcc.c-torture/execute/20000605-1.c: New test.
21482
21483 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
21484             Nathan Sidwell <nathan@codesourcery.com>
21485
21486         * gcc.c-torture/compile/20000605-1.c: New test.
21487
21488 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
21489
21490         * g77.f-torture/compile/20000601-1.f:  New test.
21491
21492 2000-06-03  Richard Henderson  <rth@cygnus.com>
21493
21494         * gcc.c-torture/execute/20000603-1.c: New.
21495
21496 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
21497
21498         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
21499         * gcc.dg/noreturn-2.c (noreturn): Likewise.
21500
21501 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
21502
21503         * gcc.dg/compare2.c (case 12): XFAIL.
21504         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
21505         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
21506
21507         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
21508
21509 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
21510
21511         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
21512         guard macro is already defined when the header is first
21513         included.
21514         * gcc.dg/cpp-mix.h: New file.
21515         * gcc.dg/endif-label.c: Update patterns to match compiler.
21516
21517         * g++.brendan/complex1.C: Declare abort.
21518         * g++.law/refs4.C: Remove XFAIL.
21519         * g++.oliva/expr2.C: Declare abort and exit.
21520
21521 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
21522
21523         * gcc.c-torture/execute/20000528-1.c: New test.
21524
21525         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
21526         * g++.old-deja/g++.law/temps4.C: Likewise.
21527
21528         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
21529         stdlib.h.  Call abort() on failure.
21530         * g++.old-deja/g++.law/refs4.C: Likewise.
21531         * g++.old-deja/g++.law/temps4.C: Likewise.
21532         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
21533         * gcc.c-torture/execute/20000112-1.c: Include string.h.
21534
21535 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
21536
21537         Relative to g++.dg/special:
21538         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
21539
21540         Relative to g++.old-deja:
21541         * g++.brendan/complex1.C, g++.jason/optimize2.C,
21542         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
21543         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
21544         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
21545         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
21546         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
21547         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
21548
21549         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
21550         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
21551         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
21552         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
21553         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
21554         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
21555         and/or string.h.
21556
21557         * g++.other/goto1.C: Update expectations for error messages.
21558
21559 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
21560
21561         * gcc.c-torture/compile/20000523-1.c: New test.
21562
21563 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
21564
21565         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
21566
21567 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
21568
21569         * g++.old-deja/g++.eh/catch11.C: New test.
21570         * g++.old-deja/g++.eh/catch12.C: New test.
21571
21572 2000-05-24  Nick Clifton  <nickc@cygnus.com>
21573
21574         * gcc.c-torture/execute/20000523-1.c: New test.
21575
21576 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
21577
21578         * c-torture/execute/bcp-1.c: Replace abort in arg of
21579         __builtin_constant_p with a generic external function.
21580
21581         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
21582         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
21583         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
21584         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
21585         Prototype abort and/or exit.
21586
21587         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
21588         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
21589         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
21590         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
21591
21592 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
21593
21594         * gcc.dg/dwarf2-1.c: New test.
21595
21596 2000-05-20  Richard Henderson  <rth@cygnus.com>
21597
21598         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
21599
21600 2000-05-20  Andreas Jaeger  <aj@suse.de>
21601
21602         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
21603         testcase.
21604
21605 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
21606
21607         * gcc.c-torture/execute/20000519-2.c: New test.
21608
21609 2000-05-19  Andreas Jaeger  <aj@suse.de>
21610
21611         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
21612         which fails with SSA.
21613
21614         * lib/c-torture.exp: Also test with -O3 -fssa.
21615
21616 2000-05-18  Michael Meissner  <meissner@redhat.com>
21617
21618         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
21619         * gcc.c-torture/execute/920415-1.c: Ditto.
21620         * gcc.c-torture/execute/920501-1.c: Ditto.
21621         * gcc.c-torture/execute/conversion.c: Ditto.
21622         * gcc.c-torture/execute/cvt-1.c: Ditto.
21623
21624 2000-05-18  Jeffrey A Law  (law@cygnus.com)
21625
21626         * gcc.c-torture/compile/20000518-1.c: New test.
21627
21628 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21629
21630         * g77.f-torture/compile/200005018.f:  New test.
21631
21632 2000-05-17  Jeffrey A Law  (law@cygnus.com)
21633
21634         * gcc.c-torture/compile/20000517-1.c: New test.
21635
21636 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21637
21638         * gcc.c-torture/execute/20000516-1.c: New test.
21639
21640 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
21641
21642         * g++.old-deja/g++.other/eh.C: New test.
21643
21644 2000-05-12  Richard Henderson  <rth@cygnus.com>
21645
21646         * gcc.c-torture/execute/990208-1.c (main): Don't pass
21647         constants through to doit's conditional.
21648
21649 2000-05-11  Jeffrey A Law  (law@cygnus.com)
21650
21651         * gcc.c-torture/compile/20000511-1.c: New test.
21652         * g77.f-torture/compile/20000511-1.f: New test.
21653         * g77.f-torture/compile/20000511-2.f: New test.
21654
21655 2000-05-11  Michael Meissner  <meissner@redhat.com>
21656
21657         * gcc.c-torture/execute/20000511-1.c: New test.
21658
21659 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
21660
21661         * gcc.dg/dg.exp: Scan .S files as well as .c files.
21662         * gcc.dg/20000510-1.S: New.
21663
21664 2000-05-08  Catherine Moore  <clm@cygnus.com>
21665
21666         * gcc.dg/unused-3.c: New.
21667
21668 2000-05-06  Richard Henderson  <rth@cygnus.com>
21669
21670           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
21671           * g++.old-deja/g++.mike/warn1.C: Likewise.
21672           * g++.old-deja/g++.pt/local1.C: Likewise.
21673           * g++.old-deja/g++.pt/local7.C: Likewise.
21674           * g++.old-deja/g++.pt/spec16.C: Likewise.
21675
21676 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
21677
21678         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
21679
21680 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
21681
21682           * g77.f-torture/execute/20000503-1.f:  New test.
21683
21684 2000-05-04  Andreas Jaeger  <aj@suse.de>
21685
21686         * gcc.dg/noreturn-2.c: New test.
21687
21688 2000-05-04  Neil Booth  <NeilB@earthling.net>
21689
21690         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
21691         preprocessor.
21692
21693 2000-05-04  Richard Henderson  <rth@cygnus.com>
21694
21695         * gcc.c-torture/execute/20000503-1.c: Fix typo.
21696
21697 2000-05-04  Richard Henderson  <rth@cygnus.com>
21698
21699         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
21700         OpenSSL by Jason R Thorpe.
21701
21702 2000-05-03  Jim Wilson  <wilson@cygnus.com>
21703
21704         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
21705
21706 2000-05-03  Robert Lipe <robertlipe@usa.net>
21707
21708         * gcc.dg/20000503-1.c: New test.
21709
21710 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
21711
21712         * gcc.c-torture/compile/20000502-1.c: New test.
21713         * g++.old-deja/g++.other/align.C: New test.
21714         * gcc.dg/cpp-tradstringify.c: New test.
21715
21716 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
21717
21718         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
21719         and hard registers.
21720
21721 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
21722
21723         * gcc.c-torture/execute/loop-5.c: New test.
21724
21725 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
21726
21727         * gcc.c-torture/execute/va-arg-20.c: New test.
21728
21729 2000-04-23  Jeffrey A Law  (law@cygnus.com)
21730
21731         * gcc.c-torture/execute/20000422-1.c: New test.
21732
21733 2000-04-20  Greg McGary  <gkm@gnu.org>
21734
21735         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
21736         when optimizing, but without sibling-call optimizations (-O1).
21737
21738 2000-04-20  Jeffrey A Law  (law@cygnus.com)
21739
21740           * gcc.c-torture/compile/20000420-1.c: New test.
21741
21742 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
21743
21744         * g++.abi/ptrflags.C: New test.
21745         * g++.eh/catchptr1.C: Test incomplete pointer chains.
21746
21747 2000-04-19  Catherine Moore  <clm@cygnus.com>
21748
21749         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
21750
21751 2000-04-19  Greg McGary  <gkm@gnu.org>
21752
21753         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
21754         sibling-call optimizations.
21755
21756 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
21757
21758         * gcc.dg/20000419-1.c: New test.
21759
21760 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
21761
21762         * gcc.c-torture/execute/20000412-6.c: New test.
21763
21764 2000-04-12  Jeffrey A Law  (law@cygnus.com)
21765
21766         * gcc.c-torture/execute/20000412-5.c: New test.
21767         * g77.f-torture/compile/20000412-1.f: New test.
21768         * gcc.c-torture/execute/20000412-4.c: New test.
21769         * gcc.c-torture/compile/20000412-2.c: New test.
21770         * gcc.c-torture/execute/20000412-3.c: New test.
21771         * gcc.c-torture/compile/20000412-1.c: New test.
21772         * gcc.c-torture/execute/20000412-2.c: New test.
21773
21774 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
21775
21776         * objc/execute/bf-20.m: New test.
21777
21778 2000-04-10  Richard Henderson  <rth@cygnus.com>
21779
21780         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
21781
21782         * gcc.c-torture/execute/20000412-1.c: New test.
21783
21784 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
21785
21786         * g++.old-deja/g++.eh/catchptr1.C: New test.
21787
21788 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
21789
21790         * g++.old-deja/g++.abi/cxa_vec.C: New test.
21791
21792 2000-04-08  Neil Booth  <NeilB@earthling.net>
21793
21794         * gcc.dg/cpp-nullchar.c: Remove test as
21795         embedded nulls cause problems.
21796
21797 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21798
21799         * gcc.dg/compare2.c: New test.
21800
21801 2000-04-08  Neil Booth  <NeilB@earthling.net>
21802
21803         * gcc.dg/cpp-nullchar.c: New test.
21804
21805 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
21806
21807         * gcc.dg/cpp-mi2.c: New test.
21808         * gcc.dg/cpp-mi2[abc].h: New files.
21809
21810 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
21811
21812         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
21813         member name.
21814
21815 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
21816
21817         * g++.old-deja/g++.abi/vmihint.C: New test.
21818
21819 2000-04-06  Neil Booth  <NeilB@earthling.net>
21820
21821         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
21822         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
21823         copyright.
21824
21825 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
21826
21827         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
21828         avoid stack-frame overwrite.
21829
21830 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
21831
21832         * gcc.c-torture/compile/20000405-2.c: New test.
21833         * gcc.c-torture/compile/20000405-3.c: New test.
21834
21835 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
21836
21837         * gcc.c-torture/compile/20000405-1.c: New test.
21838
21839 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
21840
21841         * gcc.dg/cast-qual-1.c: Revert last change.
21842
21843 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21844
21845         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
21846
21847 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
21848
21849         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
21850         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
21851
21852 2000-04-03  Jeffrey A Law  (law@cygnus.com)
21853
21854         * gcc.c-torture/compile/20000403-2.c: New test.
21855         * gcc.c-torture/compile/20000403-1.c: New test.
21856
21857 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
21858
21859         * gcc.c-torture/execute/20000403-1.c: New test.
21860
21861 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
21862
21863         * gcc.c-torture/execute/20000402-1.c: New test.
21864
21865 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
21866
21867         * gcc.c-torture/execute/va-arg-15.c: New test.
21868         * gcc.c-torture/execute/va-arg-16.c: New test.
21869         * gcc.c-torture/execute/va-arg-17.c: New test.
21870         * gcc.c-torture/execute/va-arg-18.c: New test.
21871         * gcc.c-torture/execute/va-arg-19.c: New test.
21872
21873 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
21874
21875         * gcc.c-torture/compile/981211-1.c: Move to...
21876         * gcc.dg/cpp-as1.c: ...here.
21877         * gcc.dg/cpp-as2.c: New file.
21878
21879         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
21880         compiler.
21881
21882 2000-04-02  Neil Booth  <NeilB@earthling.net>
21883
21884         * gcc.dg/cpp-cond.c  New tests.
21885         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
21886         accidental success less likely.
21887         * gcc.dg/cpp-missingop.c  New tests.
21888         * gcc.dg/cpp-missingparen.c  New tests.
21889         * gcc.dg/cpp-shift.c  New tests.
21890         * gcc.dg/cpp-shortcircuit.c  New tests.
21891         * gcc.dg/cpp-unary.c  New tests.
21892
21893 2000-03-29  Jeffrey A Law  (law@cygnus.com)
21894
21895         * gcc.c-torture/compile/20000329-1.c: New test.
21896
21897 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
21898
21899         * gcc.c-torture/compile/20000326-1.c: New test.
21900         * gcc.c-torture/compile/20000326-2.c: New test.
21901
21902 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
21903
21904         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
21905         the first parameter is a function argument.
21906
21907 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
21908
21909         * g++.old-deja/g++.ext/array4.C: New test.
21910
21911 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
21912
21913         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
21914
21915 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21916
21917         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
21918
21919 2000-03-19  Richard Henderson  <rth@cygnus.com>
21920
21921         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
21922
21923 2000-03-19  Richard Henderson  <rth@cygnus.com>
21924
21925         * gcc.c-torture/compile/20000319-1.c: New test.
21926
21927 2000-03-14  Jeffrey A Law  (law@cygnus.com)
21928
21929         * gcc.c-torture/execute/20000314-3.c: New test.
21930         * gcc.c-torture/execute/20000314-2.c: New test.
21931         * gcc.c-torture/execute/20000314-1.c: New test.
21932         * gcc.c-torture/compile/20000314-2.c: New test.
21933         * gcc.c-torture/compile/20000314-1.c: New test.
21934
21935 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
21936
21937         * g++.old-deja/g++.warn/inline.C: New test.
21938
21939 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
21940
21941         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
21942         standards-compliant result rather than specific constants.
21943         Put test-values in array.
21944
21945 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
21946
21947         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
21948         (g++_target_compile): Put test-specific options last.
21949
21950 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21951
21952         * g++.old-deja/g++.eh/vbase4.C: New test.
21953
21954 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21955
21956         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
21957
21958 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21959
21960         * g++.old-deja/g++.brendan/misc12.C: Removed.
21961         * g++.old-deja/g++.pt/memtemp77.C: Constify.
21962         * g++.old-deja/g++.ext/pretty4.C: New test.
21963
21964 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21965
21966         * g++.old-deja/g++.other/string2.C: New test.
21967
21968 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
21969
21970         * g++.old-deja/g++.warn/impint2.C: New test.
21971
21972 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
21973
21974         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
21975         is 1, not zero.
21976
21977 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
21978
21979         * g++.old-deja/g++.warn/impint.C: New test.
21980         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
21981         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
21982         * g++.old-deja/g++.pt/explicit12.C: Likewise.
21983         * g++.old-deja/g++.pt/explicit13.C: Likewise.
21984         * g++.old-deja/g++.pt/explicit17.C: Likewise.
21985         * g++.old-deja/g++.pt/explicit18.C: Likewise.
21986         * g++.old-deja/g++.pt/explicit19.C: Likewise.
21987         * g++.old-deja/g++.pt/explicit23.C: Likewise.
21988         * g++.old-deja/g++.pt/explicit31.C: Likewise.
21989         * g++.old-deja/g++.pt/explicit35.C: Likewise.
21990         * g++.old-deja/g++.pt/explicit6.C: Likewise.
21991         * g++.old-deja/g++.pt/memclass7.C: Likewise.
21992
21993 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
21994
21995         * gcc.dg/cpp-redef.c: New test.
21996
21997 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
21998
21999         * g++.old-deja/g++.pt/unify7.C: New test.
22000
22001 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22002
22003         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22004         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22005
22006 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22007
22008         * gcc.c-torture/compile/20000224-1.c: New test.
22009
22010 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22011
22012         * gcc.c-torture/compile/cpp-2.c: New test.
22013         * gcc.c-torture/compile/cpp-1.c: New test.
22014
22015 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22016
22017         * gcc.c-torture/execute/20000225-1.c: New test.
22018
22019 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22020
22021         * gcc.dg/cpp-li2.c: New test.
22022
22023         * gcc.dg/cpp-wi1.c: New test.
22024
22025         * gcc.dg/cpp-li1.c: New test.
22026
22027 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22028
22029         * g++.old-deja/g++.other/sizeof5.C: New test.
22030
22031 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22032
22033         * gcc.c-torture/execute/va-arg-13.c: New test.
22034
22035 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22036
22037         * gcc.c-torture/execute/va-arg-12.c: New test.
22038
22039 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22040
22041         * gcc.c-torture/execute/20000223-1.c: New test.
22042
22043 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22044
22045         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22046
22047 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22048
22049         * g++.old-deja/g++.abi/ptrmem.C: New test.
22050
22051 2000-02-19  Richard Henderson  <rth@cygnus.com>
22052
22053         * gcc.c-torture/compile/init-3.c: New.
22054
22055 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22056
22057         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22058         ALWAYS_CXXFLAGS.
22059
22060 2000-02-11  Robert Lipe <robertl@sco.com>
22061
22062         * gcc.c-torture/compile/20000211-3.c: New test.
22063
22064 2000-02-11  Martin Buchholz <martin@xemacs.org>
22065
22066         * gcc.c-torture/compile/20000211-2.c: New test.
22067
22068 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22069
22070         * gcc.c-torture/compile/20000211-1.c: New test.
22071
22072 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22073
22074         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22075           on native targets
22076
22077 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22078
22079         * g++.old-deja/g++.other/cast5.C: New test.
22080
22081 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22082
22083         * gcc.c-torture/execute/20000205-1.c: New.
22084
22085 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22086
22087         * g++.old-deja/g++.jason/cast3.C: Return void.
22088         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22089
22090 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22091
22092         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
22093
22094         * gcc.dg/loop-1.c: New test.
22095
22096 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
22097
22098         * gcc.c-torture/compile/20000127-1.c: New test.
22099         * gcc.c-torture/execute/991228-1.c: New test.
22100
22101 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22102
22103         * gcc.dg/unused-2.c: New test.
22104
22105         * gcc.dg/conv-1.c: New test.
22106
22107 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
22108
22109         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
22110         compiler.
22111         (tool_option_proc): Fix typo.
22112
22113 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
22114
22115         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
22116         of the ld on the host, not on the build machine.
22117         Also, don't crash if '--help' is not a supported option.
22118
22119 2000-01-24  Richard Henderson  <rth@cygnus.com>
22120
22121         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
22122
22123 2000-01-20  Jeffrey A Law  (law@cygnus.com)
22124
22125         * gcc.c-torture/execute/20000120-2.c: New test.
22126         * gcc.c-torture/execute/20000120-1.c: New test.
22127
22128 2000-01-13  Jeffrey A Law  (law@cygnus.com)
22129
22130         * gcc.c-torture/execute/20000113-1.c: New test.
22131
22132 2000-01-12  Jeffrey A Law  (law@cygnus.com)
22133
22134         * gcc.c-torture/execute/20000112-1.c: New test.
22135
22136 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22137
22138         * gcc.dg/20000111-1.c: New test.
22139
22140 2000-01-10  Jeffrey A Law  (law@cygnus.com)
22141
22142         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
22143         with 16 bit integers.
22144
22145 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22146
22147         * gcc.dg/20000108-1.c: New test.
22148
22149 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22150
22151         * g++.old-deja/g++.ns/koenig8.C: New test.
22152
22153 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22154
22155         * g++.old-deja/g++.other/cast4.C: New test.
22156
22157 2000-01-05  Jeffrey A Law  (law@cygnus.com)
22158
22159         * gcc.c-torture/compile/20000105-2.c: New test.
22160         * gcc.c-torture/compile/20000105-1.c: New test.
22161
22162 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22163
22164         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
22165         references to printf & atoi to conform to ANSI standard.
22166         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
22167         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
22168         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
22169         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
22170         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
22171         * g++.old-deja/g++.brendan/complex1.C: Likewise.
22172         * g++.old-deja/g++.brendan/copy1.C: Likewise.
22173         * g++.old-deja/g++.brendan/copy2.C: Likewise.
22174         * g++.old-deja/g++.brendan/copy3.C: Likewise.
22175         * g++.old-deja/g++.brendan/copy4.C: Likewise.
22176         * g++.old-deja/g++.brendan/copy5.C: Likewise.
22177         * g++.old-deja/g++.brendan/copy6.C: Likewise.
22178         * g++.old-deja/g++.brendan/copy7.C: Likewise.
22179         * g++.old-deja/g++.brendan/copy8.C: Likewise.
22180         * g++.old-deja/g++.brendan/crash11.C: Likewise.
22181         * g++.old-deja/g++.brendan/crash14.C: Likewise.
22182         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
22183         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
22184         * g++.old-deja/g++.brendan/delete2.C: Likewise.
22185         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
22186         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
22187         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
22188         * g++.old-deja/g++.brendan/eh1.C: Likewise.
22189         * g++.old-deja/g++.brendan/groff1.C: Likewise.
22190         * g++.old-deja/g++.brendan/init3.C: Likewise.
22191         * g++.old-deja/g++.brendan/misc12.C: Likewise.
22192         * g++.old-deja/g++.brendan/misc7.C: Likewise.
22193         * g++.old-deja/g++.brendan/new2.C: Likewise.
22194         * g++.old-deja/g++.brendan/operators4.C: Likewise.
22195         * g++.old-deja/g++.brendan/operators5.C: Likewise.
22196         * g++.old-deja/g++.brendan/overload2.C: Likewise.
22197         * g++.old-deja/g++.brendan/overload7.C: Likewise.
22198         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
22199         * g++.old-deja/g++.brendan/reference1.C: Likewise.
22200         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
22201         * g++.old-deja/g++.brendan/template24.C: Likewise.
22202         * g++.old-deja/g++.brendan/template3.C: Likewise.
22203         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
22204         * g++.old-deja/g++.jason/inline3.C: Likewise.
22205         * g++.old-deja/g++.jason/opeq.C: Likewise.
22206         * g++.old-deja/g++.law/arg5.C: Likewise.
22207         * g++.old-deja/g++.law/arm7.C: Likewise.
22208         * g++.old-deja/g++.law/ctors11.C: Likewise.
22209         * g++.old-deja/g++.law/cvt8.C: Likewise.
22210         * g++.old-deja/g++.law/init9.C: Likewise.
22211         * g++.old-deja/g++.law/refs4.C: Likewise.
22212         * g++.old-deja/g++.law/template2.C: Likewise.
22213         * g++.old-deja/g++.law/visibility24.C: Likewise.
22214         * g++.old-deja/g++.law/vtable3.C: Likewise.
22215         * g++.old-deja/g++.mike/asm2.C: Likewise.
22216         * g++.old-deja/g++.mike/eh1.C: Likewise.
22217         * g++.old-deja/g++.mike/misc1.C: Likewise.
22218         * g++.old-deja/g++.mike/misc13.C: Likewise.
22219         * g++.old-deja/g++.mike/misc14.C: Likewise.
22220         * g++.old-deja/g++.mike/ns12.C: Likewise.
22221         * g++.old-deja/g++.mike/p1248.C: Likewise.
22222         * g++.old-deja/g++.mike/p3708.C: Likewise.
22223         * g++.old-deja/g++.mike/p3708a.C: Likewise.
22224         * g++.old-deja/g++.mike/p3708b.C: Likewise.
22225         * g++.old-deja/g++.mike/p646.C: Likewise.
22226         * g++.old-deja/g++.mike/p700.C: Likewise.
22227         * g++.old-deja/g++.mike/p783.C: Likewise.
22228         * g++.old-deja/g++.mike/p783a.C: Likewise.
22229         * g++.old-deja/g++.mike/p783b.C: Likewise.
22230         * g++.old-deja/g++.mike/p786.C: Likewise.
22231         * g++.old-deja/g++.mike/p789.C: Likewise.
22232         * g++.old-deja/g++.mike/p789a.C: Likewise.
22233         * g++.old-deja/g++.mike/p807a.C: Likewise.
22234         * g++.old-deja/g++.other/delete3.C: Likewise.
22235         * g++.old-deja/g++.other/dyncast1.C: Likewise.
22236         * g++.old-deja/g++.other/dyncast2.C: Likewise.
22237         * g++.old-deja/g++.other/dyncast3.C: Likewise.
22238         * g++.old-deja/g++.other/empty1.C: Likewise.
22239         * g++.old-deja/g++.other/temporary1.C: Likewise.
22240         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
22241         * g++.old-deja/g++.pt/t16.C: Likewise.
22242         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
22243
22244 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
22245
22246         * gcc.dg/991230-1.c: New test.
22247
22248 1999-12-29  Jeffrey A Law  (law@cygnus.com)
22249
22250         * gcc.c-torture/compile/991229-3.c: New test.
22251         * gcc.c-torture/compile/991229-2.c: New test.
22252         * gcc.c-torture/compile/991229-1.c: New test.
22253
22254 1999-12-29  Greg McGary <gkm@eng.ascend.com>
22255
22256         * gcc.c-torture/compile/labels-2.c: New test.
22257
22258 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22259
22260         * gcc.c-torture/execute/991227-1.c: New test.
22261
22262 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22263
22264         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
22265
22266 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22267
22268         * gcc.c-torture/execute/991221-1.c: New test.
22269
22270 1999-12-20  Nathan Sidwell  <nathan@acm.org>
22271
22272         * g++.old-deja/g++.other/cast3.C: New test.
22273
22274 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
22275
22276         * gcc.c-torture/execute/991216-4.c: New test.
22277
22278 1999-12-16  Michael Meissner  <meissner@cygnus.com>
22279
22280         * gcc.c-torture/execute/991216-1.c: New test.
22281         * gcc.c-torture/execute/991216-2.c: New test.
22282         * gcc.c-torture/execute/991216-3.c: New test.
22283
22284 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22285
22286         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
22287         Actually make the test fail by using "-O2" for compilation.
22288
22289 1999-12-15  Nathan Sidwell  <nathan@acm.org>
22290
22291         * g++.old-deja/g++.warn/cast-align1.C: New test.
22292
22293 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22294
22295         * gcc.c-torture/compile/991214-1.c: New test.
22296         * gcc.c-torture/compile/991214-2.c: New test.
22297
22298 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22299
22300         * gcc.dg/991214-1.c: New test.
22301
22302 1999-12-13  Jeffrey A Law  (law@cygnus.com)
22303
22304         * gcc.c-torture/compile/991213-3.c: New test.
22305         * gcc.c-torture/compile/991213-2.c: New test.
22306         * gcc.c-torture/compile/991213-1.c: New test.
22307
22308 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
22309
22310         * gcc.dg/991209-1.c: New test.
22311
22312 1999-12-08  Nathan Sidwell <nathan@acm.org>
22313
22314         * gcc.c-torture/compile/991208-1.c: New test.
22315
22316 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22317
22318         * gcc.dg/ultrasp2.c: New test.
22319
22320 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
22321
22322         * g++.old-deja/g++.abi/align.C (main): Fix typo.
22323
22324 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
22325
22326         * gcc.c-torture/compile/991202-1.c: New test.
22327         * gcc.c-torture/execute/991202-1.c: New test.
22328         * gcc.c-torture/execute/991202-2.c: New test.
22329         * gcc.c-torture/execute/991202-3.c: New test.
22330
22331 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
22332
22333         * g++.old-deja/g++.abi/align.C: New test.
22334         * g++.old-deja/g++.abi/aggregates.C: Likewise.
22335         * g++.old-deja/g++.abi/bitfields.C: Likewise.
22336
22337 1999-12-01  Richard Henderson  <rth@cygnus.com>
22338
22339         * gcc.c-torture/execute/991201-1.c: New.
22340
22341 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
22342
22343         * gcc.dg/991129-1.c: New test.
22344
22345 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22346
22347         * gcc.c-torture/compile/991127-1.c: New test.
22348
22349 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22350
22351         * g++.old-deja/g++.other/warn4.C: New test.
22352
22353 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22354
22355         * g++.old-deja/g++.eh/cleanup2.C: New test.
22356         * g++.old-deja/g++.ext/pretty2.C: New test.
22357         * g++.old-deja/g++.ext/pretty3.C: New test.
22358         * g++.old-deja/g++.other/debug6.C: New test.
22359
22360 1999-10-20  Jim Wilson  <wilson@cygnus.com>
22361
22362         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
22363         compiler_output to look for one error message instead of two.
22364
22365 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
22366
22367         * gcc.c-torture/execute/991118-1.c: Also test case
22368         where the word boundary does not split a byte evenly.
22369
22370 1999-11-19  Nathan Sidwell  <nathan@acm.org>
22371
22372         * g++.old-deja/g++.ext/restrict1.C: New test.
22373
22374 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22375
22376         * gcc.c-torture/execute/991118-1.c: New test.
22377
22378 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
22379
22380         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
22381         working directory pathnames.
22382
22383 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
22384
22385         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
22386         host is equipped with driver.h and driver.o so it can actually
22387         compile and run the tests.
22388
22389 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
22390
22391         * gcc.c-torture/compile/991008-1.c: New test.
22392
22393 1999-11-08  Nick Clifton  <nickc@cygnus.com>
22394
22395         * lib/gcc-dg.exp: Include target-supports.exp
22396
22397 1999-11-05  Nick Clifton  <nickc@cygnus.com>
22398
22399         * lib/target-supports.exp: New file: Provide procs to test for
22400         features supported by the target.
22401         (check_weak_available): Moved here from ecos.exp.
22402         (check_alias_available): New proc: Determine of the target
22403         toolchain supports the alias attribute.
22404
22405         * gcc.dg/special/ecos.exp: Move check_weak_available to
22406         target-supports.exp.
22407         (alias-1.c): Only perform the test if the target supports
22408         aliases.
22409         (wkali-1.c): Only perform the test if the target supports
22410         aliases.
22411
22412         * gcc.dg/990506-0.c: Expect error messages from cross
22413         targets as well as native targets.
22414
22415 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22416
22417         * gcc.dg/ultrasp1.c: Removed xfail.
22418         * gcc.dg/struct-ret-2.c: Likewise.
22419         * gcc.dg/array-1.c: Likewise.
22420
22421 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22422
22423         * gcc.dg/struct-ret-2.c: New test.
22424
22425         * gcc.dg/array-1.c: New test.
22426
22427 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
22428
22429         * gcc.c-torture/execute/991030-1.c: New test.
22430
22431 1999-10-26  Richard Henderson  <rth@cygnus.com>
22432
22433         * gcc.c-torture/compile/991026-2.c: New test.
22434
22435 1999-10-26  Jeffrey A Law  (law@cygnus.com)
22436
22437         * gcc.c-torture/compile/991026-1.c: New test.
22438
22439 1999-10-23  Jeffrey A Law  (law@cygnus.com)
22440
22441         * gcc.c-torture/execute/991023-1.c: New test.
22442
22443 1999-10-19  Jeffrey A Law  (law@cygnus.com)
22444
22445         * gcc.c-torture/execute/991019-1.c: New test.
22446
22447 1999-10-16  Richard Henderson  <rth@cygnus.com>
22448
22449         * gcc.c-torture/execute/991016-1.c: New test.
22450
22451 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
22452
22453         * gcc.c-torture/execute/991014-1.c: New test.
22454
22455 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
22456
22457         * g++.old-deja/g++.other/union2.C: New test.
22458
22459 1999-10-13  Nathan Sidwell  <nathan@acm.org>
22460
22461         * g++.old-deja/g++.other/vaarg2.C: New test.
22462         * g++.old-deja/g++.other/vaarg3.C: New test.
22463
22464 1999-10-12  Craig Burley  <craig@jcb-sc.com>
22465
22466         * g77.f-torture/noncompile/19990905-1.f: Moved from being
22467         in compile/.
22468
22469 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
22470
22471         * gcc.c-torture/execute/va-arg-11.c: New test.
22472
22473 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
22474
22475         * lib/file-format.exp (gcc_target_object_format): Don't
22476         crash if objdump is unavailable.
22477
22478 1999-09-29  Donn Terry <donn@interix.com>
22479
22480         * gcc.misc-tests/mg.exp: delete extraneous redirection.
22481
22482 1999-09-28  Nick Clifton  <nickc@cygnus.com>
22483
22484         * gcc.c-torture/compile/990928-1.c: New test.
22485
22486 1999-09-28  Nathan Sidwell  <nathan@acm.org>
22487
22488         * g++.old-deja/g++.other/decl6.C: New test.
22489
22490 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22491
22492         * gcc.c-torture/execute/va-arg-10.c: New test.
22493
22494 1999-09-27  Nathan Sidwell  <nathan@acm.org>
22495
22496         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
22497         __PRETTY_FUNCTION__.
22498
22499 1999-09-23  Nick Clifton  <nickc@cygnus.com>
22500
22501         * gcc.c-torture/execute/990923-1.c: New test.
22502
22503 1999-09-21  Nick Clifton  <nickc@cygnus.com>
22504
22505         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
22506         for which -fpic is inappropriate.
22507
22508 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
22509
22510         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
22511
22512 1999-09-21  Nathan Sidwell  <nathan@acm.org>
22513
22514         * g++.old-deja/g++.other/dyncast1.C: New test.
22515         * g++.old-deja/g++.other/dyncast2.C: New test.
22516         * g++.old-deja/g++.other/dyncast3.C: New test.
22517         * g++.old-deja/g++.other/dyncast4.C: New test.
22518         * g++.old-deja/g++.other/dyncast5.C: New test.
22519         * g++.old-deja/g++.eh/catch3.C: New test.
22520         * g++.old-deja/g++.eh/catch3p.C: New test.
22521         * g++.old-deja/g++.eh/catch4.C: New test.
22522         * g++.old-deja/g++.eh/catch4p.C: New test.
22523         * g++.old-deja/g++.eh/catch5.C: New test.
22524         * g++.old-deja/g++.eh/catch5p.C: New test.
22525         * g++.old-deja/g++.eh/catch6.C: New test.
22526         * g++.old-deja/g++.eh/catch6p.C: New test.
22527         * g++.old-deja/g++.eh/catch7.C: New test.
22528         * g++.old-deja/g++.eh/catch7p.C: New test.
22529         * g++.old-deja/g++.eh/catch8.C: New test.
22530         * g++.old-deja/g++.eh/catch8p.C: New test.
22531         * g++.old-deja/g++.eh/catch9.C: New test.
22532         * g++.old-deja/g++.eh/catch9p.C: New test.
22533
22534 1999-09-13  Nathan Sidwell  <nathan@acm.org>
22535
22536         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
22537         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
22538
22539 1999-09-13  Jeffrey A Law  (law@cygnus.com)
22540
22541         * gcc.c-torture/compile/990913-1.c: New test.
22542
22543 1999-09-10  Nathan Sidwell  <nathan@acm.org>
22544
22545         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
22546         * g++.old-deja/g++.jason/rfg5.C: Likewise.
22547
22548 1999-09-09  Richard Henderson  <rth@cygnus.com>
22549
22550         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
22551
22552 1999-09-09  Nathan Sidwell  <nathan@acm.org>
22553
22554         * g++.old-deja/g++.other/lookup11.C: New test.
22555         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
22556         what is permitted and what we want.
22557         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
22558         overload use.
22559         * g++.old-deja/g++.jason/rfg5.C: Likewise
22560
22561 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
22562
22563         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
22564         * gcc.c-torture/noncompile/poison-1.c: New file.
22565
22566 1999-09-08  Nathan Sidwell  <nathan@acm.org>
22567
22568         * g++.old-deja/g++.other/sizeof3.C: New test.
22569         * g++.old-deja/g++.other/sizeof4.C: New test.
22570         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
22571         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
22572
22573 1999-09-07  Richard Henderson  <rth@cygnus.com>
22574
22575         * gcc.dg/va-arg-1.c: New.
22576
22577 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22578
22579         * gcc.c-torture/execute/va-arg-9.c: New test.
22580
22581 1999-09-05  Craig Burley  <craig@jcb-sc.com>
22582
22583         * g77.f-torture/compile/980519-2.f: New test.
22584         * g77.f-torture/compile/19990905-0.f: New test.
22585         * g77.f-torture/compile/19990905-1.f: New test.
22586         * g77.f-torture/compile/19990905-2.f: New test.
22587
22588         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
22589
22590 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
22591
22592         * gcc.c-torture/execute/990827-1.c: Fix typo.
22593
22594 1999-09-03  Nathan Sidwell  <nathan@acm.org>
22595
22596         * g++.old-deja/g++.other/deref1.C: New test.
22597
22598 1999-09-02  Nathan Sidwell  <nathan@acm.org>
22599
22600         * g++.old-deja/g++.other/ambig2.C: New test.
22601         * g++.old-deja/g++.other/cond5.C: New test.
22602         * g++.old-deja/g++.other/lookup16.C: New test.
22603
22604 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
22605
22606         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
22607         assemblers too.
22608
22609 1999-08-31  Jeffrey A Law  (law@cygnus.com)
22610
22611         * lib/c-torture.exp: Avoid the "compare executables" optimization
22612         when testing native.
22613
22614 1999-08-29  Jeffrey A Law  (law@cygnus.com)
22615
22616         * gcc.c-torture/execute/990829-1.c: New test.
22617         * gcc.c-torture/compile/990829-1.c: New test.
22618
22619 1999-08-27  Paul Burchard  <burchard@pobox.com>
22620
22621         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
22622         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
22623         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
22624         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
22625         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
22626         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
22627         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
22628         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
22629         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
22630         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
22631         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
22632
22633 1999-08-27  Jeffrey A Law  (law@cygnus.com)
22634
22635         * gcc.c-torture/execute/990827-1.c: New test.
22636
22637 1999-08-26  Craig Burley  <craig@jcb-sc.com>
22638
22639         * g77.f-torture/noncompile/19990826-4.f: New test.
22640
22641         * g77.f-torture/compile/19990826-3.f: New test.
22642
22643         * g77.f-torture/execute/19990826-2.f: New test.
22644
22645         * g77.f-torture/compile/19990826-1.f: New test.
22646
22647         * gcc.c-torture/execute/990826-0.c: New test.
22648         * g77.c-torture/execute/19990826-0.f: New test.
22649
22650         * g77.f-torture/noncompile/970626-2.f: New test.
22651
22652 1999-08-25  Paul Burchard  <burchard@pobox.com>
22653
22654         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
22655         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
22656         lss-011.C: New tests.
22657
22658 1999-08-25  Nathan Sidwell  <nathan@acm.org>
22659
22660         * g++.old-deja/g++.other/decl5.C: New test.
22661
22662 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22663
22664         * noncompile/noncompile.exp: Load_lib c-torture.exp.
22665         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
22666         call `postbase' for each one.  All callers of `postbase' changed
22667         to call this instead.
22668
22669 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22670
22671         * gcc.c-torture/execute/990811-1.c: New test.
22672
22673 1999-08-09  Nick Clifton  <nickc@cygnus.com>
22674
22675         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
22676         just native ones.
22677
22678         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
22679         just native ones.
22680
22681 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
22682
22683         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
22684
22685 1999-08-04  Jeffrey A Law  (law@cygnus.com)
22686
22687         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
22688
22689 1999-08-04  Nathan Sidwell  <nathan@acm.org>
22690
22691         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
22692
22693 1999-08-04  Jeffrey A Law  (law@cygnus.com)
22694
22695         * gcc.c-torture/execute/990804-1.c: New test.
22696
22697 1999-08-03  Nathan Sidwell  <nathan@acm.org>
22698
22699         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
22700         * g++.old-deja/g++.brendan/crash64.C: Likewise
22701         * g++.old-deja/g++.brendan/overload8.C: Likewise
22702
22703 1999-08-03  Nathan Sidwell  <nathan@acm.org>
22704
22705         * g++.old-deja/g++.other/struct1.C: New test.
22706
22707 1999-08-03  Nathan Sidwell  <nathan@acm.org>
22708
22709         * g++.old-deja/g++.other/enum2.C: New test.
22710
22711 1999-08-02  Richard Henderson  <rth@cygnus.com>
22712
22713         Adapted from tests from Franz Sirl:
22714         * gcc.c-torture/execute/va-arg-7.c: New test.
22715         * gcc.c-torture/execute/va-arg-8.c: New test.
22716
22717 1999-08-01  Jeffrey A Law  (law@cygnus.com)
22718
22719         * gcc.c-torture/compile/990801-2.c: New test.
22720
22721         * gcc.c-torture/compile/990801-1.c: New test.
22722
22723 1999-07-27  Michael Meissner  <meissner@cygnus.com>
22724
22725         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
22726         fp-cmp-1.c, converting double to float.
22727
22728         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
22729         fp-cmp-1.c, converting double to long double.
22730
22731         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
22732         from fr1 to unknown_register, since fr1 is a legitimate register
22733         on some machines.
22734
22735 1999-07-25  Jeffrey A Law  (law@cygnus.com)
22736
22737         * README: More listname related changes.
22738
22739 1999-07-08  Catherine Moore  <clm@cygnus.com>
22740
22741         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
22742
22743 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
22744
22745         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
22746
22747 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
22748
22749         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
22750
22751 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
22752
22753         * gcc.dg/990703-1.c: New test.
22754
22755 1999-06-29  Nick Clifton  <nickc@cygnus.com>
22756
22757         * lib/file-format.exp: New file: Move definition of proc
22758         gcc_target_object_format to here from
22759         gcc.dg/special/ecos.exp.
22760
22761         * lib/c-torture.exp: Include lib file-format.exp.
22762         * lib/gcc-dg.exp: Include lib file-format.exp.
22763
22764         * gcc.dg/special/ecos.exp: Remove definition of proc
22765         gcc_target_object_format.
22766
22767 1999-06-28  Jeffrey A Law  (law@cygnus.com)
22768
22769         * gcc.c-torture/execute/990628-1.c: New test.
22770
22771 1999-06-25  Jeffrey A Law  (law@cygnus.com)
22772
22773         * gcc.c-torture/compile/990625-2.c: New test.
22774
22775         * gcc.c-torture/compile/990625-1.c: New test.
22776
22777 1999-06-23  Nick Clifton  <nickc@cygnus.com>
22778
22779         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
22780         attributes compile.
22781         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
22782         ports that use the COFF/PE file format.
22783
22784 1999-06-17  Jeffrey A Law  (law@cygnus.com)
22785
22786         * gcc.c-torture/compile/990617-1.c: New test.
22787
22788 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
22789
22790         * g++.old-deja/g++.other/decl4.C: New test.
22791
22792 1999-06-14  Nathan Sidwell  <nathan@acm.org>
22793
22794         * g++.old-deja/g++.other/bitfld3.C: New test.
22795
22796 1999-06-08  Nathan Sidwell  <nathan@acm.org>
22797
22798         * g++.old-deja/g++.eh/catch1.C: New test.
22799
22800 1999-06-07  Jeffrey A Law  (law@cygnus.com)
22801
22802         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
22803
22804         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
22805         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
22806
22807 1999-06-05  Craig Burley  <craig@jcb-sc.com>
22808
22809         * g77.f-torture/compile/19990502-0.f: Replace with new,
22810         shorter, test that still fails after recent changes.
22811
22812 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22813
22814         * gcc.c-torture/execute/990604-1.c: New test.
22815
22816 1999-05-31  Jeffrey A Law  (law@cygnus.com)
22817
22818         * gcc.c-torture/execute/990531-1.c: New test.
22819
22820 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22821
22822         * gcc.c-torture/compile/990527-1.c: New test.
22823
22824 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
22825
22826         * gcc.c-torture/execute/990527-1.c: New test.
22827
22828 1999-05-25  Nick Clifton  <nickc@cygnus.com>
22829
22830         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
22831         bitfields as signed.
22832
22833 1999-05-25  Craig Burley  <craig@jcb-sc.com>
22834
22835         * g77.f-torture/compile/19990525-0.f: New test.
22836
22837 1999-05-25  Jeffrey A Law  (law@cygnus.com)
22838
22839         * gcc.c-torture/execute/990525-2.c: New test.
22840
22841         * gcc.c-torture/execute/990525-1.c: New test.
22842
22843 1999-05-24  Nathan Sidwell  <nathan@acm.org>
22844
22845         * g++.old-deja/g++.other/anon3.C: New test.
22846         * g++.old-deja/g++.other/anon4.C: New test.
22847         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
22848         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
22849         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
22850         Merrill).
22851
22852 1999-05-24  Jeffrey A Law  (law@cygnus.com)
22853
22854         * gcc.c-torture/execute/990524-1.c: New test.
22855
22856         * gcc.dg/990524-1.c: New test.
22857
22858 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22859
22860         * gcc.c-torture/compile/990523-1.c: New test.
22861
22862 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
22863
22864         * gcc.c-torture/compile/990519-1.c: New test.
22865
22866 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22867
22868         * gcc.c-torture/compile/990517-1.c: New test.
22869
22870         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
22871         (e4, f4): New tests.
22872         (main): Call them.
22873
22874 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22875
22876         * gcc.dg/noreturn-1.c: New test.
22877
22878 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
22879
22880         * gcc.c-torture/execute/990513-1.c: New test.
22881
22882 1999-05-10  Richard Henderson  <rth@cygnus.com>
22883
22884         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
22885
22886 1999-05-10  Craig Burley  <craig@jcb-sc.com>
22887
22888         * g77.f-torture/execute/erfc.f: Use small single-precision
22889         values, to avoid problems on Alphas when not -mieee.
22890
22891 1999-05-08  Craig Burley  <craig@jcb-sc.com>
22892
22893         * gcc.dg/990506-0.c: New test.
22894
22895 1999-05-08  Richard Henderson  <rth@cygnus.com>
22896
22897         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
22898         the constant to test.  Don't XFAIL 64-bit targets.
22899
22900         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
22901         * g++.old-deja/g++.law/profile1.C: Likewise.
22902
22903         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
22904         operator new instances.
22905         * g++.old-deja/g++.other/delete5.C: Likewise.
22906
22907 1999-05-03  Craig Burley  <craig@jcb-sc.com>
22908
22909         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
22910         intrinsic.
22911
22912 1999-05-03  Craig Burley  <craig@jcb-sc.com>
22913
22914         * g77.f-torture/execute/u77-test.f: Reverse order of two
22915         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
22916
22917 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22918
22919         * gcc.dg/compare1.c: New test.
22920
22921 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
22922
22923         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
22924         New tests.
22925
22926 1999-05-02  Craig Burley  <craig@jcb-sc.com>
22927
22928         * g77.f-torture/compile/19990502-1.f: New test.
22929
22930 1999-05-02  Craig Burley  <craig@jcb-sc.com>
22931
22932         * g77.f-torture/compile/19990502-0.f: New test.
22933
22934 1999-05-02  Craig Burley  <craig@jcb-sc.com>
22935
22936         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
22937         intrinsic.
22938
22939 1999-05-02  Craig Burley  <craig@jcb-sc.com>
22940
22941         * g77.f-torture/execute/u77-test.f (main): List libU77
22942         intrinsics not currently tested.
22943         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
22944         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
22945         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
22946         Trim blanks off the ends of some printed strings.
22947
22948 1999-05-02  Craig Burley  <craig@jcb-sc.com>
22949
22950         * g77.f-torture/execute/u77-test.f (main): Just warn about
22951         FSTAT gid disagreement, as it's expected on some systems.
22952
22953 1999-05-01  Craig Burley  <craig@jcb-sc.com>
22954
22955         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
22956         use a new function, which allows for some slop.
22957         Clean up some commentary.
22958         (issum): The new function.
22959         (sgladd): Deleted subroutine.
22960
22961 1999-05-01  Craig Burley  <craig@jcb-sc.com>
22962
22963         * g77.f-torture/execute/u77-test.f: Modify to be more like
22964         libf2c/libU77 version, bringing patches to that version here.
22965         Add suitable commentary.
22966
22967 1999-04-25  Richard Henderson  <rth@cygnus.com>
22968
22969         * gcc.dg/990424-1.c: New test.
22970
22971 1999-04-24  Craig Burley  <craig@jcb-sc.com>
22972
22973         * g77.f-torture/execute/u77-test.f (main): Bug involving
22974         LSTAT has been fixed, so turn back on full checking.
22975
22976 1999-04-20  Craig Burley  <craig@jcb-sc.com>
22977
22978         * g77.f-torture/compile/19990419-0.f: New test.
22979         * g77.f-torture/execute/19990419-1.f: New test.
22980
22981 1999-04-17  Richard Henderson  <rth@cygnus.com>
22982
22983         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
22984         to avoid the need for a prototype to supress a warning.
22985
22986 1999-04-07  Jim Wilson  <wilson@cygnus.com>
22987
22988         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
22989
22990 1999-04-04  Jeffrey A Law  (law@cygnus.com)
22991
22992         * gcc.c-torture/execute/990404-1.c: New test.
22993
22994 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
22995
22996         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
22997         * gcc.dg/cpp-if3.c: Don't use -pedantic.
22998         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
22999         missing initializer warnings.
23000
23001 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23002
23003         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23004         matching strings.
23005
23006 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23007
23008         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23009
23010 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23011
23012         * g77.f-torture/execute/19990325-0.f: New test.
23013         * g77.f-torture/execute/19990325-1.f: New test.
23014
23015 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23016
23017         * gcc.c-torture/execute/990324-1.c: New test.
23018
23019 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23020
23021         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23022         test with 4.
23023
23024 1999-03-17  Richard Henderson  <rth@cygnus.com>
23025
23026         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23027
23028 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23029
23030         * g77.f-torture/execute/19990313-2.f: New test.
23031         * g77.f-torture/execute/19990313-3.f: New test.
23032
23033 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23034
23035         * g77.f-torture/execute/19990313-0.f: New test.
23036         * g77.f-torture/execute/19990313-1.f: New test.
23037
23038 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23039
23040         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23041         printf to sprintf.
23042         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23043         (main): Add check for u15.  Conditionalize u31 check depending on
23044         whether ints are <32 bits or >=32 bits.
23045
23046 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23047
23048         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23049
23050 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23051
23052         * g77.f-torture/compile/19990305-0.f: New test.
23053         * g77.f-torture/execute/19981119-0.f: New test.
23054
23055 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23056
23057         * g77.f-torture/execute/970625-2.f: call ABORT if final
23058         result is not correct, instead of just printing it.
23059         Add this checking via newly introduced obfuscation, to
23060         trip up buggy front ends.
23061
23062 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23063
23064         * g77.f-torture/compile/960317-1.f: Moved from being
23065         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23066
23067 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23068
23069         * g77.f-torture/execute/960317-1.f: New (old) test.
23070         * g77.f-torture/execute/970625-2.f: Ditto.
23071
23072 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23073
23074         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23075         message on line 1 or line 2; cccp and cpplib do this differently.
23076
23077 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23078
23079         * g++.old-deja/g++.law/weak1.C: New test.
23080
23081 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23082
23083         * gcc.c-torture/execute/990119-1.c: Renamed to...
23084         * gcc.dg/990119-1.c: this, so it will only be tested once
23085         (it's a preprocessor test, it doesn't need to be run at
23086         multiple optimization levels).
23087
23088 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23089
23090         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23091           ALWAYS_CXXFLAGS.
23092
23093 1999-02-24  Craig Burley  <craig@jcb-sc.com>
23094
23095         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
23096         * g77.f-torture/compile/19981216-0.f: ...as it is expected
23097         to not be compilable by current g77.
23098
23099 1999-02-24  Nick Clifton  <nickc@cygnus.com>
23100
23101         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
23102
23103 1999-02-22  Jeffrey A Law  (law@cygnus.com)
23104
23105         * gcc.c-torture/execute/990222-1.c: New test.
23106
23107 1999-02-19  Craig Burley  <craig@jcb-sc.com>
23108
23109         * g77.f-torture/compile/19990218-0.f: New test.
23110         * g77.f-torture/noncompile/19990218-1.f: New test.
23111
23112 1999-02-18  Craig Burley  <craig@jcb-sc.com>
23113
23114         * g77.f-torture/compile/19981216-0.f: New test.
23115
23116 1999-02-14  Jeffrey A Law  (law@cygnus.com)
23117
23118         * gcc.dg/990214-1.c: New test.
23119
23120 1999-02-13  Jeffrey A Law  (law@cygnus.com)
23121
23122         * gcc.dg/990213-2.c: New test.
23123
23124         * gcc.dg/990213-1.c: New test.
23125
23126 1999-02-12  Jeffrey A Law  (law@cygnus.com)
23127
23128         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
23129         ints.
23130
23131 1999-02-11  Nick Clifton  <nickc@cygnus.com>
23132
23133         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
23134         specified by target.
23135
23136         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
23137
23138 1999-02-11  Jeffrey A Law  (law@cygnus.com)
23139
23140         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
23141
23142 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23143
23144         * gcc.dg/special/ecos.exp: New test driver for new tests with
23145         special requirements.
23146
23147         * gcc.dg/special/alias-1.c: New test.
23148         * gcc.dg/special/gcsec-1.c: New test.
23149         * gcc.dg/special/weak-1.c: New test.
23150         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
23151         * gcc.dg/special/weak-2.c: New test.
23152         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
23153         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
23154         * gcc.dg/special/wkali-1.c: New test.
23155         * gcc.dg/special/wkali-2.c: New test.
23156         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
23157         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
23158
23159 1999-02-10  Felix Lee  <flee@cygnus.com>
23160
23161           * lib/c-torture.exp (c-torture-compile): Pull out code for
23162           analyzing gcc error messages.
23163           (c-torture-execute): Likewise.  Fix some (harmless) false
23164           positives.
23165           * lib/gcc.exp (gcc_check_compile): New function.
23166
23167 1999-02-08  Richard Henderson  <rth@cygnus.com>
23168
23169         * gcc.c-torture/execute/990208-1.c: New test.
23170
23171 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23172
23173         * g++.dg/special/ecos.exp: New driver for new tests with special
23174         requirements
23175
23176         * g++.dg/special/conpr-1.C: New test
23177         * g++.dg/special/conpr-2.C: New test
23178         * g++.dg/special/conpr-2a.C: New test
23179         * g++.dg/special/conpr-3.C: New test
23180         * g++.dg/special/conpr-3a.C: New test
23181         * g++.dg/special/conpr-3b.C: New test
23182
23183         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
23184         allow g++ to use the dg driver
23185
23186         * README: Add comment about g++.dg directory
23187
23188 1999-02-06  Jeffrey A Law  (law@cygnus.com)
23189
23190         * README: Update email addresses.
23191
23192 1999-02-03  Nick Clifton  <nickc@cygnus.com>
23193
23194         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
23195         arguments in order to force structure S onto the stack even on
23196         the alpha.
23197         (test): Pass 10 leading arguments to function foo as well as the
23198         structure S.
23199
23200         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
23201         failure for all targets.
23202
23203         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
23204         abort to terminate program execution.
23205
23206 1999-01-30  Richard Henderson  <rth@cygnus.com>
23207
23208         * gcc.c-torture/execute/990130-1.c: New test.
23209
23210 1999-01-30  Jeffrey A Law  (law@cygnus.com)
23211
23212         * gcc.dg/990130-1.c: New test.
23213
23214 1999-01-28  Michael Meissner  <meissner@cygnus.com>
23215
23216         * gcc.c-torture/execute/990128-1.c: New test.
23217
23218 1999-01-27  Michael Meissner  <meissner@cygnus.com>
23219
23220         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
23221
23222 1999-01-27  Felix Lee  <flee@cygnus.com>
23223
23224         * lib/c-torture.exp (c-torture-compile): pull out code for
23225         analyzing gcc error messages.
23226         (c-torture-execute): ditto, and fix some (harmless) false
23227         positives.
23228         * lib/gcc.exp (gcc_check_compile): new function.
23229
23230 1999-01-17  Jeffrey A Law  (law@cygnus.com)
23231
23232         * gcc.dg/990117-1.c: New test.
23233
23234         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
23235
23236         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
23237
23238 1999-01-15  Jeffrey A Law  (law@cygnus.com)
23239
23240         * g77.f-torture/compile/990115-1.f: New test.
23241
23242 1999-01-07  Jeffrey A Law  (law@cygnus.com)
23243
23244         * gcc.c-torture/compile/990107-1.c: New test
23245
23246 1999-01-06  Jeffrey A Law  (law@cygnus.com)
23247
23248         * gcc.c-torture/execute/990106-2.c: New test.
23249
23250         * gcc.c-torture/execute/990106-1.c: New test.
23251
23252 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
23253
23254         * gcc.c-torture/compile/981223-1.c: New test.
23255
23256 1998-12-29  Richard Henderson  <rth@cygnus.com>
23257
23258         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
23259         (opt3): Rename from opt4 and disable.
23260
23261 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
23262
23263         * g++.old-deja/g++.pt/ptrmem5.C: New test.
23264
23265 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
23266
23267         * g++.old-deja/g++.other/conv5.C: New test.
23268
23269 1998-12-14  Nick Clifton  <nickc@cygnus.com>
23270
23271         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
23272
23273 1998-12-11  Jeffrey A Law  (law@cygnus.com)
23274
23275         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
23276
23277 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
23278
23279         * gcc.c-torture/compile/981211-1.c: New test.
23280
23281 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
23282
23283         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
23284
23285         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
23286
23287 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23288
23289         * gcc.special/930510-1.c: Make C9X safe.
23290         * gcc.misc-tests/gcov-1.c Similarly.
23291         * gcc.misc-tests/gcov-2.c Similarly.
23292
23293 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23294
23295         * gcc.dg/ultrasp1.c: New test.
23296
23297 1998-12-06  Richard Henderson  <rth@cygnus.com>
23298
23299         * gcc.c-torture/execute/981206.c: New test.
23300
23301 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23302
23303         * g++.old-deja/g++.ns/template7.C: New test.
23304
23305         * g++.old-deja/g++.other/expr1.C: New test.
23306
23307         * g++.old-deja/g++.eh/tmpl3.C: New test.
23308
23309         * g++.old-deja/g++.eh/tmpl2.C: New test.
23310
23311 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
23312
23313         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
23314         * g++.old-deja/g++.other/using6.C: Removed.
23315         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
23316
23317         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
23318
23319 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
23320
23321         * g++.old-deja/g++.pt/overload8.C: New test.
23322
23323         * g++.old-deja/g++.pt/overload7.C: New test.
23324
23325         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
23326
23327         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
23328         and relinking messages.
23329         * lib/g++.exp (g++_target_compile): Remove .rpo file when
23330         compiling with -frepo.
23331
23332 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
23333
23334         * g++.old-deja/g++.pt/lookup6.C: New test.
23335
23336 1998-11-30  Nick Clifton  <nickc@cygnus.com>
23337
23338         * gcc.c-torture/execute/981130-1.c: New test.
23339         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
23340
23341 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
23342
23343         * g++.old-deja/g++.pt/explicit76.C: New test.
23344
23345         * g++.old-deja/g++.pt/friend38.C: New test.
23346
23347         * g++.old-deja/g++.ns/crash2.C: New test.
23348
23349         * g++.old-deja/g++.pt/defarg8.C: New test.
23350
23351         * g++.old-deja/g++.pt/instantiate6.C: New test.
23352
23353         * g++.old-deja/g++.pt/static6.C: New test.
23354
23355         * g++.old-deja/g++.pt/decl2.C: New test.
23356
23357 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
23358
23359         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
23360         problem is actually related with name lookup, but so what? :-)
23361
23362         * g++.old-deja/g++.pt/friend37.C: New test.
23363
23364 1998-11-25  Dave Love  <d.love@dl.ac.uk>
23365
23366         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
23367         element, which fails on some systems.
23368
23369         * g77.f-torture/execute/labug1.f: New test.
23370
23371 1998-11-21  Jeffrey A Law  (law@cygnus.com)
23372
23373         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
23374         is defined.
23375
23376 1998-11-18  Dave Love  <d.love@dl.ac.uk>
23377
23378         * g77.f-torture/compile/981117-1.f: New test.
23379
23380 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
23381
23382         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
23383         properly discarded.
23384
23385 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
23386
23387         * gcc.c-torture/execute/memcheck: New directory of tests for
23388         -fcheck-memory-usage.
23389
23390 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23391
23392         * README: New file, general information about the testsuite and
23393         new description of the various C++ test subdirectories.
23394         * README.g++: Eliminate obsolete information, update and move most
23395         relevant stuff to README.
23396
23397 1998-11-07  Richard Henderson  <rth@cygnus.com>
23398
23399         * gcc.c-torture/compile/981107-1.c: New test.
23400
23401 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
23402
23403         * execute/memcpy-bi.c: New testcase.
23404
23405 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
23406
23407         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
23408         base classes.
23409
23410         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
23411         template is selected.
23412
23413         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
23414         classes, it should be accepted for all types.
23415
23416         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
23417
23418         * g++.old-deja/g++.pt/spec24.C: Ensure that template
23419         specializations start with template headers.
23420
23421 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
23422
23423         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
23424
23425         * g++.old-deja/g++.other/init9.C: Test cross initialization of
23426         non-POD types.
23427
23428 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
23429
23430         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
23431
23432 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
23433
23434         * compile/981022-1.c, compile/981022-1.x: New test and driver.
23435
23436 1998-10-19  Jeffrey A Law  (law@cygnus.com)
23437
23438         * 981019-1.c: New test.
23439
23440 1998-10-14  Robert Lipe <robertl@dgii.com>
23441
23442         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
23443         find objc headers.
23444
23445 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23446
23447         * compile/981001-4.c: Remove use of GCC extension that triggers a
23448         compiler bug.
23449
23450 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
23451
23452         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
23453
23454 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
23455
23456         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
23457         instantiation of template produces incorrect code for delete
23458         expression.
23459
23460         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
23461         constructors' name is not unique.
23462         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
23463         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
23464
23465         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
23466         automatic array of const is ill-formed.
23467
23468         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
23469         of template parameter?
23470
23471         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
23472         const.
23473
23474         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
23475         pointer-to-member expression.
23476
23477         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
23478         declaration causes ICE.
23479
23480 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
23481
23482         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
23483         reserved in the global namespace.
23484
23485         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
23486         generate needed virtual table.
23487
23488         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
23489
23490 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
23491
23492         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
23493         template-dependent type
23494
23495 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
23496
23497         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
23498         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
23499         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
23500
23501         * g++.old-deja/g++.other/using5.C: New test; using decl from base
23502         class should be usable as argument of member function.
23503         * g++.old-deja/g++.other/using6.C: New test; using decl from base
23504         class should be usable as return type of member function.
23505         * g++.old-deja/g++.other/using7.C: New test; using decl from base
23506         class should be usable as type of data member.
23507
23508         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
23509
23510 1998-10-09  Jeffrey A Law  (law@cygnus.com)
23511
23512         * gcc.c-torture/special/920521-1.c: Fix bogus test.
23513
23514 1998-10-08  Nick Clifton  <nickc@cygnus.com>
23515
23516         * gcc.dg/dll-?.c Add thumb to target list.
23517         Fix assembler scan patterns to match current assembler output.
23518
23519 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
23520
23521         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
23522         matching of template brackets.
23523
23524         * g++.old-deja/g++.other/using4.C: New test.  Test using
23525         declarations of methods from base classes.
23526
23527         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
23528         within functions should introduce names into the innermost
23529         enclosing namespace.
23530
23531         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
23532         of static locals if first initialization throws.
23533
23534 1998-10-07  Jim Wilson  <wilson@cygnus.com>
23535
23536         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
23537
23538 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
23539
23540         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
23541         lose track of the possible targets of tablejump insns.
23542         * special/special.exp: Run it.
23543
23544 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23545
23546         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
23547         must be declared before its specializations can be named in friend
23548         declarations.
23549
23550 1998-10-05  Dave Love  <d.love@dl.ac.uk>
23551
23552         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
23553
23554         * g77.f-torture/execute/io1.f: New test.
23555
23556 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
23557
23558         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
23559         with pointer to template function, for which no argument deduction
23560         is possible.
23561
23562         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
23563         specialization of template function as argument to template
23564         function.
23565
23566         * g++.old-deja/g++.other/access2.C: New test; Inner class
23567         shouldn't have privileged access to Outer's names.
23568
23569 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
23570
23571         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
23572         friend template declared within template class conflicts with
23573         nested class of the same name.
23574
23575         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
23576         is ignored.
23577
23578         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
23579         object with direct initializer as function declaration.
23580
23581         * g++.old-deja/g++.other/decl2.C: New test; duplicate
23582         initializers.
23583
23584         * g++.old-deja/g++.other/null2.C: New test; conditional operator
23585         involving const pointer and NULL produces incorrect result.
23586
23587         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
23588         type name without `typename' should be rejected with -pedantic.
23589
23590 1998-10-02  Richard Henderson  <rth@cygnus.com>
23591
23592         * g++.old-deja/g++.other/addrof1.C: New test.
23593
23594 1998-10-01  Nick Clifton  <nickc@cygnus.com>
23595
23596         * gcc.c-torture/compile/981001-1.c: New test.
23597         * gcc.c-torture/execute/981001-1.c: New test.
23598
23599 1998-10-01  Jeffrey A Law  (law@cygnus.com)
23600
23601         * gcc.c-torture/compile/981001-2.c: New test.
23602         * gcc.c-torture/compile/981001-3.c: New test.
23603         * gcc.c-torture/compile/981001-4.c: New test.
23604
23605 1998-10-01  Robert Lipe  <robertl@dgii.com>
23606
23607         * lib/objc.exp (objc_target_compile): Add -L during compiles for
23608         multilibbed hosts.   Idea grafted from g77.exp.
23609
23610 1998-09-30  Dave Love  <d.love@dl.ac.uk>
23611
23612         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
23613         avoid losing on systems which need -lsocket.
23614
23615 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
23616
23617         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
23618         * g++.old-deja/g++.other/nested2.C: Ditto.
23619         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
23620         failure.
23621
23622 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
23623
23624         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
23625         preferred over template operator!= for enum bitfields.
23626
23627 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
23628
23629         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
23630         that happen to have the same base name, but in different scopes,
23631         are incorrectly rejected.
23632
23633 1998-09-16  Richard Henderson  <rth@cygnus.com>
23634
23635         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
23636         on the native word size instead of an integer literal.
23637
23638 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
23639
23640         * g++.old-deja/g++.other/static2.C: Invocation of static data
23641         member of type pointer-to-function denoted as non-static member.
23642
23643         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
23644         checks involving function types and aliases.
23645
23646 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
23647
23648         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
23649         redefined to the same non-trivial type.
23650
23651         * g++.old-deja/g++.pt/explicit73.C: Test for proper
23652         namespace-qualification of template specializations declared in
23653         other namespaces.
23654
23655         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
23656         to declare a subset of the specializations of a template function
23657         as friends of specializations of a template class.
23658
23659         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
23660         member templates that do not fully specialize the enclosing
23661         template class are rejected.
23662
23663 1998-09-11  Dave Love  <d.love@dl.ac.uk>
23664
23665         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
23666
23667 1998-09-08  Dave Love  <d.love@dl.ac.uk>
23668
23669         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
23670         altered from libf2c/libU77 version.
23671
23672 1998-09-06  Dave Love  <d.love@dl.ac.uk>
23673
23674         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
23675
23676 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
23677
23678         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
23679         (un)signed char are different types for template specialization
23680         purposes.
23681
23682 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
23683
23684         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
23685         * objc: ObjC testsuite.
23686
23687 1998-08-31  Catherine Moore  <clm@cygnus.com>
23688
23689         * gcc.c-torture/execute/941014-1.x:  New file.
23690
23691 1998-08-31  Nick Clifton  <nickc@cygnus.com>
23692
23693         * lib/c-torture.exp: Add support for
23694         torture_eval_before_compile and torture_eval_before_execute
23695         variables.
23696
23697 1998-08-30  Jeffrey A Law  (law@cygnus.com)
23698
23699         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
23700         this test triggers valid.
23701
23702 1998-08-27  Jeffrey A Law  (law@cygnus.com)
23703
23704         * gcc.dg/980827-1.c: New test.
23705
23706 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
23707
23708         * gcc.c-torture/execute/loop-4b.c: New test.
23709
23710 1998-08-26  Nick Clifton  <nickc@cygnus.com>
23711
23712         * lib/c-torture.exp: Add support for
23713         torture_eval_before_compile and torture_eval_before_execute
23714         variables.
23715
23716 1998-08-25  Jeffrey A Law  (law@cygnus.com)
23717
23718         * gcc.c-torture/compile/980825-1.c: New test.
23719
23720 1998-08-24  Nick Clifton  <nickc@cygnus.com>
23721
23722         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
23723         count number tests in opt_t0 not good_t0.
23724
23725 1998-08-24  Jeffrey A Law  (law@cygnus.com)
23726
23727         * gcc.c-torture/compile/930326-1.x: Fix typo.
23728
23729 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
23730
23731         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
23732         causes an ICE.
23733
23734 1998-08-21  Jeffrey A Law  (law@cygnus.com)
23735
23736         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
23737         STACK_SIZE is defined.
23738         * gcc.c-torture/unsorted/stuct.c: Similarly.
23739
23740         * gcc.c-torture/compile/980821-1.c: New test.
23741
23742 1998-08-21  Jeffrey A Law  (law@cygnus.com)
23743
23744         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
23745
23746 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
23747
23748         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
23749         code.
23750
23751 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
23752
23753         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
23754         error'.
23755
23756 1998-08-18  Jeffrey A Law  (law@cygnus.com)
23757
23758         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
23759
23760 1998-08-16  Jeffrey A Law  (law@cygnus.com)
23761
23762         * gcc.c-torture/compile/980816-1.c: New test.
23763
23764         * gcc.dg/980816-1.c: New test.
23765
23766 1998-08-13  Jeffrey A Law  (law@cygnus.com)
23767
23768         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
23769         compiler for ieee tests.
23770
23771 1998-08-01  Dave Love  <d.love@dl.ac.uk>
23772
23773         * g77.f-torture/compile/980729-0.f: New test.
23774
23775 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
23776
23777         * gcc.c-torture/special/eeprof-1.c: New test, for
23778         -finstrument-functions.
23779         * gcc.c-torture/special/special.exp: Run it.
23780
23781 1998-07-29  Jeffrey A Law  (law@cygnus.com)
23782
23783         * gcc.c-torture/compile/980729-1.c: New test.
23784
23785 1998-07-27  Nick Clifton  <nickc@cygnus.com>
23786
23787         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
23788         __thumb__ is defined, and test for ARM style doubles if so.
23789
23790 1998-07-26  Dave Love  <d.love@dl.ac.uk>
23791
23792         * g77.f-torture/noncompile/980615-0.f: New test.
23793
23794 1998-07-26  H.J. Lu  (hjl@gnu.org)
23795
23796         * gcc.dg/980312-1.c: Do link instead of compile.
23797         * gcc.dg/980313-1.c: Likewise.
23798
23799 1998-07-26  Jeffrey A Law  (law@cygnus.com)
23800
23801         * gcc.c-torture/compile/980726-1.c: New test.
23802
23803 1998-07-25  Dave Love  <d.love@dl.ac.uk>
23804
23805         * g77.f-torture/execute/io0.f: New test.
23806
23807 1998-07-24  Nick Clifton  <nickc@cygnus.com>
23808
23809         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
23810         an int.
23811
23812 1998-06-18  Michael Meissner  <meissner@cygnus.com>
23813
23814         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
23815         m32r bugs.
23816
23817 1998-07-17  Nick Clifton  <nickc@cygnus.com>
23818
23819         * gcc.dg/980626-1.c: Expect failures for all toolchains until
23820         c-decl.c:grokdeclarator can handle mode attributes.
23821
23822 1998-07-16  Jeffrey A Law  (law@cygnus.com)
23823
23824         * gcc.c-torture/execute/980716-1.c: New test.
23825
23826 1998-07-13  Jeffrey A Law  (law@cygnus.com)
23827
23828         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
23829         the mn10200.
23830         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
23831         the mn10200.
23832         * gcc.c-torture/execute/va-arg-3.x: Similarly.
23833         * gcc.c-torture/compile/930326-1.x: Similarly.
23834
23835 1998-07-13  Dave Love  <d.love@dl.ac.uk>
23836
23837         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
23838         New test from Craig.
23839
23840 1998-07-12  Dave Love  <d.love@dl.ac.uk>
23841
23842         * g77.f-torture/noncompile/980616-0.f: New test.
23843
23844         * g77.f-torture/execute/970816-3.f:  New test from Craig.
23845
23846 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
23847
23848         *  g++.other/singleton.C: Return error value instead of taking
23849         SIGSEGV.
23850
23851 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
23852
23853         *  g++.other/singleton.C: New test.   Warning is under dispute.
23854         Runtime crash is not.
23855
23856 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
23857
23858         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
23859         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
23860         using6.C, using7.C}:  New namespace tests.
23861
23862 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
23863
23864         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
23865         specialization with typedef'ed names used as array indexes.
23866
23867 1998-07-09  Jeffrey A Law  (law@cygnus.com)
23868
23869         * gcc.c-torture/execute/980709-1.c: New test.
23870
23871         * gcc.dg/980709-1.c: New test.
23872
23873 1998-07-07  Richard Henderson  <rth@cygnus.com>
23874
23875         * gcc.c-torture/execute/bcp-1.c: New test.
23876
23877 1998-07-07  Jeffrey A Law  (law@cygnus.com)
23878
23879         * gcc.c-torture/execute/980707-1.c: New test.
23880
23881 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
23882
23883         * gcc.c-torture/compile/980706-1.c: New test.
23884
23885 1998-07-01  Dave Love  <d.love@dl.ac.uk>
23886
23887         * g77.f-torture/execute/980701-0.f,
23888         g77.f-torture/execute/980701-1.f: New test from Craig.
23889
23890 1998-07-01  Jeffrey A Law  (law@cygnus.com)
23891
23892         * gcc.c-torture/compile/980701-1.c: New test.
23893
23894         * gcc.c-torture/execute/980701-1.c: New test.
23895
23896 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
23897 rlsruhe.de>
23898
23899         * g++.old-deja/g++.robertl/eb132.C: New test.
23900         * g++.old-deja/g++.robertl/eb133.C: Likewise.
23901
23902 1998-06-29  Dave Love  <d.love@dl.ac.uk>
23903
23904         * g77.f-torture/execute/980628-7.f,
23905         g77.f-torture/execute/980628-8.f,
23906         g77.f-torture/execute/980628-9.f,
23907         g77.f-torture/execute/980628-10.f: New tests from Craig.
23908
23909         * g77.f-torture/execute/980628-3.f: Remove mail headers.
23910
23911 1998-06-28  Jeffrey A Law  (law@cygnus.com)
23912
23913         * g77.f-torture/execute/980628-4.f: New test from Craig.
23914         * g77.f-torture/execute/980628-5.f: Likewise.
23915         * g77.f-torture/execute/980628-2.f: Likewise.
23916         * g77.f-torture/execute/980628-0.f: Likewise.
23917         * g77.f-torture/execute/980628-1.f: Likewise.
23918         * g77.f-torture/execute/980628-3.f: Likewise.
23919         * g77.f-torture/execute/980628-6.f: Likewise.
23920
23921 1998-06-28  Jeffrey A Law  (law@cygnus.com)
23922
23923         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
23924         directory when nothing has been installed yet.
23925
23926 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
23927
23928         * gcc.c-torture/special/special.exp: Handle newer versions of
23929         dejagnu.
23930
23931 1998-06-26  Jeffrey A Law  (law@cygnus.com)
23932
23933         * gcc.dg/980626-1.c: New test.
23934
23935 1998-06-19  Bruno Haible <haible@ilog.fr>
23936
23937         * gcc.misc-tests/m-un-2.c: New test.
23938         * g++.old-deja/g++.other/warn01.c: Likewise.
23939
23940 1998-06-19  Robert Lipe  <robertl@dgii.com>
23941
23942         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
23943         compatibility with assmblers with a different comment character.
23944         Eliminate use of GAS-specific extensions.
23945
23946 1998-06-19  Jeffrey A Law  (law@cygnus.com)
23947
23948         * gcc.c-torture/execute/ieee/980619-1.c: New test.
23949
23950 1998-06-19  Robert Lipe  <robertl@dgii.com>
23951
23952         *lib/g77.exp: Replace search for libf2c.a with search for newly
23953         renamed libg2c.a
23954
23955 1998-06-17  Jeffrey A Law  (law@cygnus.com)
23956
23957         * gcc.c-torture/execute/980617-1.c: New test.
23958
23959 1998-06-12  Jeffrey A Law  (law@cygnus.com)
23960
23961         * gcc.c-torture/execute/980612-1.c: New test.
23962
23963 1998-06-08  Jeffrey A Law  (law@cygnus.com)
23964
23965         * gcc.dg/980523-1.c: Only test on ppc-linux.
23966         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
23967
23968         * gcc.c-torture/execute/980608-1.c: New test.
23969
23970 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
23971
23972         * gcc.c-torture/execute/980605-1.c: New test.
23973
23974 1998-06-04  Jeffrey A Law  (law@cygnus.com)
23975
23976         * gcc.c-torture/execute/980604-1.c: New test.
23977
23978 1998-06-02  Jeffrey A Law  (law@cygnus.com)
23979
23980         * gcc.c-torture/execute/980602-1.c: New test.
23981         * gcc.c-torture/execute/980602-2.c: Likewise.
23982
23983 1998-06-02  Dave Love  <d.love@dl.ac.uk>
23984
23985         * 970125-0.f: Fix per JCB.  Add commentary.
23986
23987 1998-05-31  Michael Meissner  <meissner@cygnus.com>
23988
23989         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
23990         IEEE -0 support.
23991
23992 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
23993
23994         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
23995         earlier.
23996
23997 1998-05-28  Catherine Moore <clm@cygnus.com>
23998
23999         * gcc.c-torture/execute/980526-3.c: New test.
24000
24001 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24002
24003         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24004         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24005         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24006         m88k-motorola-sysv3 to XFAIL.
24007
24008 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24009
24010         * gcc.dg/980526-1.c: New test.
24011         * gcc.c-torture/execute/980526-2.c: New test.
24012
24013 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24014
24015         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24016
24017         * gcc.c-torture/execute/980526-1.c: New test.
24018
24019 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24020
24021         * g77.f-torture/execute/alpha2.f: Add runtime test.
24022
24023 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24024
24025         * g++.old-deja/old-deja.exp: Strip leading directories.
24026
24027         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24028         error for the line.  Don't run multiple tests for the same line.
24029
24030 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24031
24032         * gcc.dg/980523-1.c: New test.
24033
24034 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24035
24036         * g77.f-torture/compile/970915-0.f: New test.
24037
24038 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24039
24040         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24041
24042 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24043
24044         * gcc.dg/980520-1.c: New test.
24045
24046 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24047
24048         * gcc.dg/980502-1.c: Fix return type.
24049
24050 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24051
24052         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24053         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24054         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24055         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24056         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24057
24058 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24059
24060         * g77.f-torture/execute/980520-1.f: New test.
24061
24062 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24063
24064         * lib/mike-g77.exp: New file.
24065
24066         * g77.f-torture/noncompile/noncompile.exp,
24067         g77.f-torture/noncompile/check0.f: New files.
24068
24069 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24070
24071         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24072         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24073         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24074         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24075         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24076         abort where appropriate.
24077
24078 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24079
24080         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24081         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24082
24083 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24084
24085         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24086
24087 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24088
24089         * g77.f-torture/compile/980427-0.f: New test.
24090
24091 1998-04-24  Dave Love  <d.love@dl.ac.uk>
24092
24093         * g77.f-torture/compile/980424-0.f: New test.
24094
24095 1998-04-19  Dave Love  <d.love@dl.ac.uk>
24096
24097         * g77.f-torture/compile/980419-2.f (main): New test.
24098         * g77.f-torture/compile/970125-0.f: New test.
24099         * g77.f-torture/compile/980419-1.f: New test.
24100
24101 1998-04-08  Jim Wilson  <wilson@cygnus.com>
24102
24103         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
24104         of loop-4.c.
24105
24106 1998-04-07  Jim Wilson  <wilson@cygnus.com>
24107
24108         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
24109
24110 1998-04-03  Jim Wilson  <wilson@cygnus.com>
24111
24112         * gcc.c-torture/compile/980329-1.c: New test.
24113
24114 1998-03-18  Jim Wilson  <wilson@cygnus.com>
24115
24116         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
24117         * gcc.dg/980312-1.c: Fix typo in -march command.
24118
24119 1998-03-16  H.J. Lu  (hjl@gnu.org)
24120
24121         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
24122
24123 1998-03-11  Robert Lipe  <robertl@dgii.com>
24124
24125         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
24126         Dave Love agree the Fortran source is bogus.
24127
24128 1998-03-11  Robert Lipe  <robertl@dgii.com>
24129
24130         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
24131         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
24132         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
24133         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
24134         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
24135
24136 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
24137
24138         * g++.old-deja/g++.other/friend1.C: New test.
24139
24140 1998-02-18  Dave Love  <d.love@dl.ac.uk>
24141
24142         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
24143         possibly uninitialized) variables and declare dnrm2.
24144
24145 1998-02-23  Robert Lipe <robertl@dgii.com>
24146
24147         From Bruno Haible <haible@ilog.fr>:
24148         * gcc.c-torture/execute/980223.c: New test.
24149
24150 1998-02-13  Jeffrey A Law  (law@cygnus.com)
24151
24152         * gcc.dg/ifelse-1.c: New test.
24153
24154 1998-02-09  H.J. Lu  (hjl@gnu.org)
24155
24156         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
24157
24158           * lib/old-dejagnu.exp (old-dejagnu): Added the
24159           "execution test - XFAIL *-*-*" handling in the spirit of
24160           "excess errors test -". Changed the "execution test fails"
24161           handling to be like "excess errors test fails".
24162           * Update various tests accordingly.
24163
24164 1998-02-06  Jim Wilson  <wilson@cygnus.com>
24165
24166         * gcc.c-torture/execute/980205.c: New test.
24167
24168 1998-01-18  Jeffrey A Law  (law@cygnus.com)
24169
24170         * lib/c-torture.exp: Look for .x files instead of .cexp files.
24171         * lib/f-torture.exp: Similarly.
24172         * gcc.c-torture: Rename all .cexp files to .x files.
24173
24174 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
24175
24176         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
24177         (940510-1.c): Removed duplicate.
24178         (971104-1.c): New test.
24179
24180 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
24181
24182           * lib/f-torture.exp: Improve error and loop detection.
24183
24184 1997-11-19  Michael Meissner  <meissner@cygnus.com>
24185
24186         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
24187         use that to size the filler array.
24188
24189 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
24190
24191         * lib/c-torture.exp(c-torture-execute): Fix typo.
24192
24193         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
24194         testcase as the executable name. Keep the executable around if
24195         the test fails.
24196
24197 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
24198
24199         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
24200         changes.  Only test one -g option, and move it to the end of the
24201         list of options to test.
24202
24203 1997-09-19  Michael Meissner  <meissner@cygnus.com>
24204
24205         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
24206         variable GCC_TORTURE_OPTIONS to supply default switches separated
24207         by colons.  If no environment variable, run tests with -O0 -g, -O1
24208         -g, and -O2 -g as well.
24209
24210 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
24211
24212         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
24213         explanatory comments. Fix indentation.
24214
24215 1997-09-15  Jeffrey A Law  (law@cygnus.com)
24216
24217         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
24218
24219 1997-09-11  Jeffrey A Law  (law@cygnus.com)
24220
24221         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
24222         * g++.old-deja/g++.mike/p7325.C: Likewise.
24223         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
24224
24225 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
24226
24227         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
24228         * g++.old-deja/g++.brendan/crash30.C: Likewise.
24229         * g++.old-deja/g++.brendan/crash39.C: Likewise.
24230         * g++.old-deja/g++.law/operators4.C: Likewise.
24231
24232 1997-09-11  Joe Buck  (jbuck@synopsys.com)
24233
24234         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
24235         * g++.old-deja/g++.mike/p784.C: Ditto.
24236         * g++.old-deja/g++.mike/p785.C: Ditto.
24237
24238 1997-09-05  Jeffrey A Law  (law@cygnus.com)
24239
24240           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
24241
24242 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24243
24244         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
24245         target feature; pass this to c-torture-execute as needed.
24246
24247 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24248
24249         * lib/c-torture.exp(c-torture-execute): If the previous and the
24250         current executables being tested are identical, we don't need to
24251         run the executable again. Try to make the executable names
24252         unique. Add an optional argument for passing additional compiler
24253         flags.
24254
24255 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
24256
24257         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
24258
24259 1997-08-29  Jeffrey A Law  (law@cygnus.com)
24260
24261         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
24262
24263 1997-07-31  Jeffrey A Law  (law@cygnus.com)
24264
24265         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
24266         32bit or larger longs.
24267
24268         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
24269         have either a 32bit long or 32bit int.
24270
24271 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
24272
24273         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
24274         Make double precision tests dependent on sizeof (double).
24275
24276 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
24277
24278         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
24279         too.
24280
24281 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
24282
24283         * gcc.c-torture/compile/961203-1.cexp: New script.
24284
24285 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
24286
24287         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
24288         up the includes ourselves.
24289
24290 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
24291
24292         * lib/plumhall.exp: Remove random include, and add a few
24293         verbose messages for debugging.
24294
24295 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
24296
24297         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
24298         of trying to do it ourselves.
24299
24300 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
24301
24302         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
24303
24304 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
24305
24306         * gcc.prms/5403.c: Made regexp a bit less strict.
24307
24308 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
24309
24310         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
24311         is returned from remote_load instead.
24312         * lib/plumhall.exp: Ditto.
24313         * lib/mike-g++.exp: Ditto.
24314         * lib/old-dejagnu.exp: Ditto.
24315         * lib/c-torture.exp: Ditto.
24316
24317 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
24318
24319         * lib/g++.exp: Use build_wrapper procedure.
24320         * lib/gcc.exp: Ditto.
24321
24322 1997-05-20  Jeffrey A Law  (law@cygnus.com)
24323
24324         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
24325         an old-style decl for malloc.  Fixes tests to work when
24326         sizeof (int) != sizeof (size_t).
24327
24328 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24329
24330         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
24331
24332         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
24333         use stdargs.h interface.
24334
24335 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24336
24337         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
24338         NO_VARARGS when compiling.
24339
24340 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
24341
24342         * lib/plumhall.exp(ph_includes): New procedure.
24343         (ph_make): Use it.
24344         (ph_compiler): Ditto.
24345
24346         * lib/g++.exp: Rename test-glue.c to testglue.c.
24347         * lib/gcc.exp: Ditto.
24348
24349 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
24350
24351         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
24352         to completion when it's called.
24353
24354 1997-03-21  Michael Meissner  <meissner@cygnus.com>
24355
24356         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
24357         is defined, don't do test.
24358
24359 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
24360
24361         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
24362         for object files.
24363         (ph_summary): Mark skipped testcases as untested, not unresolved.
24364
24365         * lib/plumhall.exp (ph_make): If unresolved because of bad
24366         errorCode, record errorCode in log file.
24367         (*): Replace send_log/verbose with verbose -log.
24368
24369 1997-03-19  Michael Meissner  <meissner@cygnus.com>
24370
24371         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
24372         double conversion if double isn't at least 8 bytes.
24373
24374         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
24375         int to work with targets where int is 16 bits.
24376
24377         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
24378         8 bytes, just exit, since 4 byte doubles don't have enough bits of
24379         precision for the test to complete.
24380
24381 1997-03-14  Michael Meissner  <meissner@cygnus.com>
24382
24383         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
24384         if d10v is not compiled with the -mdouble64 flag.
24385         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
24386
24387         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
24388         d10v is not compiled with the -mint32 flag.
24389
24390 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
24391
24392         * lib/plumhall.exp: Use incr_count.
24393
24394 1997-03-12  Jeffrey A Law  (law@cygnus.com)
24395
24396         * gcc.c-torture: Update to c-torture-1.45.
24397
24398 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
24399
24400         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
24401         the name of the expect testcase file).
24402
24403         * lib/g++.exp(g++_init): Ditto.
24404
24405 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
24406
24407         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
24408         the host.
24409
24410         * lib/gcc.exp(gcc_exit): New procedure.
24411
24412 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
24413
24414         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
24415         specs where appropriate.
24416
24417         * g++.old-deja/g++.arm/*: Added additional ERROR checks
24418         because of new "candidates are" messages, and removed a few
24419
24420         * Converted all non-old-style g++ testcases to old-style, and
24421         moved into g++.old-deja.
24422
24423 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
24424
24425         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
24426         options.
24427
24428         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
24429         succeeded.
24430
24431         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
24432
24433 1997-02-13  Michael Meissner  <meissner@cygnus.com>
24434
24435         * lib/gcc.exp (gcc_target_compile): Add support for defining
24436         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
24437         the machine doesn't have those features.
24438
24439 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
24440
24441         * g++.law/operators4.exp: Don't use LIBS.
24442
24443 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
24444
24445         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
24446
24447         * lib/mike-g++.exp: Don't set the compiler to be tested here.
24448         * lib/g++.exp: Set it here instead. Also, allow use of the
24449         --tool_exec and --tool_opt options. Change CXX to
24450         GXX_UNDER_TEST.
24451
24452         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
24453
24454         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
24455
24456 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
24457
24458         * lib/old-dejagnu.exp: Use prune_warnings instead of
24459         prune_system_crud.
24460         * lib/mike-g++.exp: Ditto.
24461         * lib/gcc.exp: Ditto.
24462         * lib/g++.exp: Ditto.
24463
24464         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
24465
24466 1997-02-07  Jeffrey A Law  (law@cygnus.com)
24467
24468           * 941014-2.c: Include stdlib.h
24469           * 960327-1.c: Include stdio.h
24470           * dbra.c, index-1.c: Don't assume ints are 32bits.
24471
24472 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
24473
24474         * lib/gcc.exp: Add gcc,stack_size target feature.
24475
24476         * lib/g++.exp(g++_target_compile): Add the include and link
24477         paths here, not in two other places. And, it's $options, not
24478         options.
24479
24480         * lib/mike-g++.exp(postbase): Remove the code that determines
24481         the correct include and link paths.
24482         * g++.old-deja/old-deja.exp: Ditto.
24483
24484 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
24485
24486         * lib/g++.exp(g++_init): target_compile no longer returns the
24487         filename of the result.
24488
24489 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
24490
24491         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
24492         call to glob.
24493
24494         * gcc.c-torture/special/special.exp: Change call to
24495         gcc_target_compile to include the object file.
24496
24497 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
24498
24499         * gcc.c-torture/special/special.exp: Correct misspelling in last
24500         change.
24501
24502 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
24503
24504         * lib/plumhall.exp(ph_summary): Log the entire output of the
24505         executable. Return -1 if there were any failures, 0 otherwise.
24506         (ph_execute): Return -1 if there were any failures, 0 otherwise.
24507         (ph_make): Clean up objects and executables that were built
24508         if the tests succeeded.
24509
24510 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
24511
24512         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
24513         libraries and includes in the build tree as appropriate.
24514
24515 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
24516
24517         * lib/c-torture.exp: Instead of looking for the global variable
24518         NO_LONG_LONG, check to see if that's a feature of the target.
24519
24520 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
24521
24522         * config/default.exp: Minimize. Delete the remainer of the files in
24523         config; this functionality is now in devo/dejagnu/config.
24524
24525         g++.*/*: Pass any additional flags used to compile to postbase;
24526         delete CXXFLAGS.
24527
24528         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
24529         is now done by runtest.exp. Use gcc_target_compile instead of
24530         compile.
24531
24532         lib/c-torture.exp: Use gcc_target_compile instead of compile.
24533         Remove references to CFLAGS. Use remote_file instead of
24534         calling rm -f.
24535         (c-torture): Take a list of arguments to use to compile this
24536         testcase.
24537
24538         lib/g++.exp: Simplify. Use target_compile instead of compile.
24539         lib/gcc-dg.exp: Ditto.
24540         lib/gcc.exp: Ditto.
24541         lib/mike-{gcc,g++}.exp: Ditto.
24542         lib/old-dejagnu.exp: Ditto.
24543         lib/plumhall.exp: Ditto.
24544
24545 1997-01-08  Jim Wilson  <wilson@cygnus.com>
24546
24547         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
24548         (ph_linker): Likewise.
24549
24550 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
24551
24552           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
24553         MAP_ANON / MAP_ANONYMOUS if defined;
24554         else try to map from /dev/zero .
24555
24556 1996-11-12  Jeffrey A Law  (law@cygnus.com)
24557
24558         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
24559         isn't defined, then define it to MAP_ANONYMOUS.
24560
24561 1996-11-12  Jeffrey A Law  (law@cygnus.com)
24562
24563         * gcc.c-torture: Update to c-torture-1.42 release.
24564
24565 1996-11-11  Jeffrey A Law  (law@cygnus.com)
24566
24567         * gcc.c-torture: Update to c-torture-1.41 release.
24568
24569 1996-10-27  Jeffrey A Law  (law@cygnus.com)
24570
24571         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
24572         c-torture release.
24573
24574 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
24575
24576         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
24577         and LDFLAGS.  Fix second case to append the target_info ldflags
24578         onto LDFLAGS, not CFLAGS.
24579         * lib/g++.exp (g++_init): Add target_info stuff.
24580         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
24581         of libgloss and newlib flags for !native.
24582
24583         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
24584         (GDB): Fix relative path to go up another dir for finding gdb.
24585
24586 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
24587
24588         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
24589         versions in the target_info array, if they don't exist.
24590
24591 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
24592
24593         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
24594
24595 1996-07-08  Jim Wilson  <wilson@cygnus.com>
24596
24597         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
24598         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
24599
24600 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
24601
24602         * lib/old-dejagnu.exp: Don't remove the output file before we've
24603         actually tested it. Don't append pwd to the path of the executable
24604         we're testing.
24605
24606 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
24607
24608         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
24609
24610 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
24611
24612         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
24613         temporary directory for compiler files, and set it to a default
24614         value of /tmp. Set $output as the name of the output file from
24615         compiling the testcase. Add a -o option to $cflags_var so the
24616         compiler writes the final output file as $output. Set $executable
24617         to $output.
24618
24619         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
24620         directory for compiler files, and set it to /tmp if it doesn't
24621         already have a value. Set $output_file to the name of the output
24622         file from compiling the testcase. Add a -o option to CXXFLAGS so
24623         the compiler writes the final output file as $output. Use $output
24624         as the executable to be tested.
24625
24626 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
24627
24628         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
24629
24630 1996-06-08  Jeffrey A Law  (law@cygnus.com)
24631
24632         * gcc.c-torture/execute/pending-1.c: New test.  Still
24633         pending in Tege's queue.
24634
24635 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
24636
24637         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
24638         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
24639         if there were failures.  Call unresolved if there were unresolved
24640         testcases.  Call gcc_fail if program did not run to completion.
24641         (ph_make): Pass additional argument name to ph_execute.
24642         (ph_execute): Add new argument.  Pass additional arguments to
24643         ph_summary.  Call gcc_fail is there is no execution output.
24644
24645 1996-04-24  Jeffrey A Law  (law@cygnus.com)
24646
24647         * lib/plumhall.exp (proc_summary): Output relavent summary
24648         lines into the log so specific failures in plumhall can be
24649         investigated.
24650
24651 1996-04-10  Jeffrey A Law  (law@cygnus.com)
24652
24653         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
24654         (c-torture-execute): Don't try to execute tests which use
24655         "long long" types if $NO_LONG_LONG is nonzero.
24656
24657 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
24658
24659         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
24660         not c-torture.
24661
24662         * gcc.ieee: Move from here.
24663         * gcc.c-torture/execute/ieee: To here.
24664
24665 1996-03-26  Jeffrey A Law  (law@cygnus.com)
24666
24667         * gcc.c-torture: Update to c-torture-1.41 release.
24668
24669 1996-03-22  Jeffrey A Law  (law@cygnus.com)
24670
24671         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
24672         not "$output".
24673
24674 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
24675
24676         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
24677         -c present.
24678
24679 1996-03-02  Jeffrey A Law  (law@cygnus.com)
24680
24681         * config/proelf.exp: Handle connecting to a simulator.
24682
24683 1996-01-31  Jeffrey A Law  (law@cygnus.com)
24684
24685         * config/proelf.exp: New file.  Enough framework that we can
24686         run c-torture tests on the proelf targets (or any other target
24687         that gdb can connect to for that matter).
24688
24689 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
24690
24691         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
24692         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
24693
24694         * lib/plumhall.exp (ph_execute): Always call ph_summary if
24695         exec_output exists.
24696
24697 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
24698
24699         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
24700         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
24701
24702         * config/*.exp: Update FSF address.  Change result of ${tool}_load
24703         to pass/fail/unresolved/unsupported/untested.  Caller must now
24704         call unresolved/unsupported/untested.
24705         * lib/*.exp: Update FSF address.  Update to handle new results of
24706         ${tool}_load.
24707         * lib/chill.exp (verbose): Delete.
24708
24709 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
24710
24711         * lib/gcc.exp (default_gcc_start): Change order of args to
24712         $LDFLAGS $CFLAGS $LIBS.
24713         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
24714         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
24715         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
24716         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
24717         * gcc.misc-tests/dg-test.exp: Likewise.
24718         * gcc.misc-tests/msgs.exp: Likewise.
24719         * gcc.prms/prms.exp: Likewise.
24720         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
24721         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
24722
24723         * lib/dg.exp: Deleted, moved to dejagnu/lib.
24724
24725 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
24726
24727         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
24728
24729         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
24730         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
24731
24732         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
24733         necessary.
24734
24735 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
24736
24737         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
24738         global for loop; add use of $mathlib.
24739         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
24740         settings here; set mathlib for anything but VxWorks.
24741
24742 1996-01-22  Jeffrey A Law  (law@cygnus.com)
24743
24744         * gcc.c-torture: Update to c-torture-1.40 release.
24745
24746 1996-01-03  Jeffrey A Law  (law@cygnus.com)
24747
24748         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
24749         dg.exp.
24750
24751 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
24752
24753         * lib/c-torture.exp (c-torture-execute): Declare "output" as
24754         global.
24755
24756 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
24757
24758         * lib/g++.exp (LIBS): Define if not already.
24759         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
24760         (gcc-dg-prune): Call prune_gcc_output.
24761         * lib/gcc.exp (prune_gcc_output): New proc.
24762         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
24763         prune_gcc_output.
24764
24765 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
24766
24767         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
24768         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
24769
24770 1995-11-15  Jeffrey A Law  (law@cygnus.com)
24771
24772         * gcc.c-torture: Update to c-torture-1.39 release.
24773
24774 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
24775
24776         * lib/c-torture.exp (c-torture-execute): Don't return if one option
24777         fails, try others as well.
24778
24779 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
24780
24781         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
24782         If compilation fails, mark execute tests as `untested'.
24783         If test is marked as unsupported, don't mark compilation and
24784         execute tests as failed.
24785
24786 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
24787
24788         * lib/g++.exp (g++_init): Don't link in libg++, and look to
24789         libstdc++ for whether or not we want to be doing shared
24790         libraries.  Delete link_curses since we don't need it anymore.
24791         * lib/mike-g++.exp (postbase): Don't link in libg++.
24792         * g++.old-deja/old-deja.exp: Likewise.
24793
24794 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
24795
24796         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
24797
24798 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
24799
24800         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
24801         For that, add `-Wl,-a,shared_archive'.
24802         * g++.old-deja/old-deja.exp: Likewise.
24803
24804 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
24805
24806         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
24807
24808 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
24809
24810         * lib/mike-g++.exp (postbase): Pay attention to the status of
24811         g++_load.
24812
24813 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
24814
24815           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
24816
24817 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
24818
24819         * lib/gcc.exp (default_gcc_start): No longer need to log program
24820         being executed or its output, execute_anywhere does that now.
24821         * lib/g++.exp (default_g++_version): Call execute_anywhere.
24822         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
24823
24824 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
24825
24826         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
24827         the same as those in lib/g++.exp.
24828
24829 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
24830
24831         * gcc.c-torture: Update to c-torture-1.38 release.
24832         * gcc.ieee: Related changes.
24833
24834 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
24835
24836         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
24837         "exec". Minor reformatting changes.
24838
24839         * config/rom68k.exp (${tool}_load): Make it work in a canadian
24840         cross. This means all "exec" calls now work on a remote host as
24841         well.
24842         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
24843         cross. Filter out the extra "\r\n" stuff that expect puts in.
24844         (c-torture-execute): Filter out the bogus warnings like
24845         c-torture-compile does. Add support for canadian cross.
24846         * lib/gcc.exp (default_gcc_version, default_gcc_start)
24847         Use execute_anywhere rather than calling exec directly. Now it
24848         works for canadian cross testing.
24849
24850 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
24851
24852         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
24853         results into a variable, and check that rather than using file exists.
24854
24855 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
24856
24857         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
24858         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
24859
24860 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
24861
24862         * g++.old-deja/old-deja.exp: Create and pass runshlib and
24863         lib_curses if there's a shared libg++ in the build tree.
24864
24865 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
24866
24867         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
24868         if not supported target.
24869
24870 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
24871
24872         * lib/g++.exp (g++_init): Move empty setting of runshlib and
24873         link_curses up to always happen, not just for native builds.
24874
24875 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
24876
24877         * gcc.c-torture: Update to c-torture-1.36 release.
24878         * gcc.failure: Related changes.
24879
24880 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
24881
24882         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
24883
24884 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
24885
24886         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
24887         * lib/mike-g++.exp (postbase): Not in here.  Still reference
24888         runshlib, link_curses, and mathlib for link and run.
24889
24890         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
24891         pass the runtime shared library options for Solaris, OSF/1, and
24892         Irix5, and link with -lcurses to avoid unresolved references.
24893
24894 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
24895
24896         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
24897         only run once.
24898
24899 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
24900
24901         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
24902
24903 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
24904
24905         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
24906         do not have a framework for the "compat" tests yet.
24907
24908 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
24909
24910         * lib/mike-g++.exp (postbase): New local variable `mathlib',
24911         set to null if we're testing vxworks5.1.  Use that instead of
24912         `-lm' in the setting of LIBS for link and run.
24913
24914 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
24915
24916         * config/rom68k.exp (${tool}_load): Major changes to make it
24917         work.  Verified that it does in fact return the stuff in
24918         exec_output properly.  Catch any Emul or any TRAP other than 0.
24919
24920 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
24921
24922         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
24923         LDFLAGS properly for targets that need stuff from libgloss.
24924         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
24925         only run once.
24926         (gpp_initialized): New variable.
24927
24928 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
24929
24930         * config/rom68k.exp: Load libgloss.exp.
24931         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
24932         so we can produce a fully linked binary.
24933         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
24934         so we can produce a fully linked binary.
24935
24936 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
24937
24938         * lib/plumhall.exp (ph_section): Watch for expected failures.
24939         Add missing `else'.
24940
24941         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
24942         run the testcase.
24943         (c-torture): Likewise.
24944
24945 1995-08-28  Doug Evans  <dje@cygnus.com>
24946
24947         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
24948
24949         * lib/mike-g++.exp (mike_cleanup): New proc.
24950         (prebase): New globals compiler_result, not_compiler_result,
24951         target_regexp.
24952         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
24953         allow leading "-" in pattern.  Watch for unsupported tests.
24954         If $compiler_result is set, pattern match assembler code,
24955         and ditto for $not_compiler_result.
24956         * lib/mike-gcc.exp: Likewise.
24957
24958         * lib/plumhall.exp (ph_execute): Only call ph_summary if
24959         execution "succeeded".
24960
24961 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
24962
24963         * config/win32.exp: New file.
24964         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
24965
24966 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
24967
24968         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
24969         unsupported.
24970         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
24971         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
24972         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
24973
24974         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
24975         "... without exceptions was ...".  That is now handled by
24976         prune_system_crud.
24977         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
24978
24979 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
24980
24981         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
24982         sieve.c,sort2.c}: New files.
24983         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
24984         sieve.exp,sort2.exp}: Drivers for them.
24985
24986         * lib/mike-gcc.exp (program_output): New user settable variable.
24987         (postbase): Call prune_system_crud.  Also prune extraneous compiler
24988         messages.
24989         * lib/mike-g++.exp (program_output): New user settable variable.
24990
24991         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
24992
24993         * config/sh.exp: Deleted (use sim.exp instead).
24994
24995 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
24996
24997         * config/vx.exp: Declare CHECKTASK as global.
24998         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
24999         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25000         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25001
25002 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25003
25004         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25005         target. Like vx.exp, only includes `vx29k.exp' instead of
25006         `vxworks.exp'.
25007
25008 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25009
25010         * config/sim.exp: Increase time limit from 120 seconds to 240.
25011
25012 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25013
25014         * gcc.c-torture/execute/950628-1.c: New test.
25015
25016 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25017
25018         * gcc.c-torture: Update with changes/additions from
25019         c-torture-1.34.
25020
25021 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25022
25023         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25024
25025 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25026
25027         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25028
25029 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25030
25031         * gcc.c-torture/compile/950512-1.c: New test.
25032         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25033         * gcc.dg/struct-ret-1.c: Likewise.
25034
25035 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25036
25037         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25038           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25039
25040 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25041
25042         * gcc.c-torture/special/920411-1.c: Deleted.
25043         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25044
25045 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25046
25047         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25048         cpu limit.
25049
25050 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25051
25052         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25053
25054 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25055
25056         From kenner;
25057         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25058         is the proper length.
25059         * va-arg-3.c: Likewise.
25060
25061 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25062
25063         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25064         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25065
25066         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25067         * lib/g++.exp (default_g++_start): Delete old cruft.
25068
25069 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25070
25071         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25072         (2 * (1 << 18)) to (2 * (1 << 17)).
25073
25074         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25075
25076 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25077
25078         * config/rom68k.exp: Renamed from config/idp.exp
25079
25080 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25081
25082         * c-torture/compile/921109-2.c
25083
25084 1995-04-18  Mike Stump  <mrs@cygnus.com>
25085
25086         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25087         excess errors.
25088
25089 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25090
25091         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
25092         output.
25093         * lib/g++.exp (default_g++_start): Likewise.
25094
25095 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
25096
25097         * gcc.c-torture/compile/950329-1.c: New test.
25098
25099 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
25100
25101           * config/bug.exp (${tool}_load): Updated to use new remote_open
25102           and remote_close procs.
25103         * config/idp.exp: New file.
25104
25105 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
25106
25107         * gcc.c-torture/execute/950322-1.c: New test.
25108
25109 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
25110
25111         * config/vx.exp (${tool}_load): Clean up testing of return code from
25112         vxworks_ld and vxworks_spawn.
25113
25114 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
25115
25116         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
25117
25118 1995-03-13  Mike Stump  <mrs@cygnus.com>
25119
25120         * lib/old-deja.exp: Add `excess errors test - ' error, now one
25121         can mark excess errors on a machine by machine basis.  Note, the
25122         default is to not expect any excess errors, even when excess
25123         errors test - is given, so you will want to put an XFAIL ... on
25124         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
25125         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
25126         those 4 machines, but no others.
25127
25128 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
25129
25130         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
25131         * lib/c-torture.exp: to here.
25132
25133 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
25134
25135         * gcc.c-torture/execute/950221-1.c: New test.
25136         * gcc.c-torture/execute/struct-ret-1.c: New test.
25137         * gcc.c-torture/compile/950221-1.c: New test.
25138
25139         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
25140
25141 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
25142
25143         * gcc.c-torture/execute/arith-1.c (main): Return 0.
25144         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
25145
25146 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
25147
25148         * g++.gb: New directory of tests, derived from my signature and
25149         class scoping tests.
25150
25151         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
25152         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
25153         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
25154         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
25155         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
25156         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
25157         * g++.gb/sig25.C: Likewise.
25158
25159         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
25160         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
25161         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
25162         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
25163         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
25164         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
25165         * g++.gb/sig25.exp: Likewise.
25166
25167         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
25168         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
25169         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
25170         * g++.gb/scope13.C: Likewise, this test still fails.
25171
25172         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
25173         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
25174         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
25175         * g++.gb/scope13.exp: Ditto.
25176
25177         * g++.gb/README: New file, explains what these tests are about.
25178
25179 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
25180
25181         * lib/dg.exp (dg-do): Support `preprocess'.
25182         (dg-test): Likewise.
25183
25184 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
25185
25186         * config/udi.exp: change "continue -expect" to "exp_continue".
25187
25188 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
25189
25190         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
25191         Delete redundant tests.
25192
25193         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
25194         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
25195         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
25196         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
25197         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
25198         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
25199         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
25200         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
25201
25202         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
25203         storing label pointers.
25204         * gcc.c-torture/execute/921019-1.c: Likewise.
25205         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
25206         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
25207         parameter fp.
25208         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
25209         constants.
25210
25211         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
25212         Delete obsolete tests.
25213
25214         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
25215         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
25216         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
25217         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
25218         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
25219         * gcc.c-torture/compile/950124-1.c: New test.
25220
25221         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
25222
25223 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
25224
25225         * lib/mike-g++.exp: Add -lm to LIBS.
25226
25227 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
25228
25229         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
25230
25231 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
25232
25233         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
25234
25235 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
25236
25237         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
25238
25239 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
25240
25241         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
25242         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
25243         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
25244         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
25245         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
25246         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
25247         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
25248         * g++.law/{operators31.C, operators32.C,
25249         * g++.law/{operators33.C, operators34.C}: Likewise.
25250         * g++.law/{pic1.C, refs2.C}: Likewise.
25251         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
25252         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
25253         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
25254         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25255
25256         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
25257         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
25258         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
25259         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
25260         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
25261         * g++.law/{enum9.exp, friend5.exp}: Likewise.
25262         * g++.law/{nest3.exp, nest4.exp}: Likewise.
25263         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
25264         * g++.law/{operators30.exp, operators31.exp}: Likewise.
25265         * g++.law/{operators32.exp, operators33.exp}: Likewise.
25266         * g++.law/{operators34.exp}: Likewise.
25267         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
25268         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
25269         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
25270         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
25271         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25272
25273         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
25274         No longer expected to fail.
25275         * g++.law/missed-error3.C: Tweak for recent bool changes.
25276
25277 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
25278
25279         * config/emb-unix: Deleted.
25280         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
25281         remote execution.  Do final link on remote host if REMOTE_LINK is set.
25282
25283 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
25284
25285         * lib/dg.exp (dg-test): Fix typo in last patch.
25286
25287 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
25288
25289         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
25290         (handles multiple occurrences).
25291
25292 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
25293
25294         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
25295         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
25296         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
25297         printed).
25298         * lib/c-torture.exp (c-torture-compile): Likewise.
25299         (c-torture): Prepend full path if missing.
25300         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
25301         (gcc_fail): Likewise.
25302         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
25303
25304 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
25305
25306         * lib/netware.exp: Only attach to NetWare i386 systems.
25307
25308 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
25309
25310         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
25311         messages.  Add test name to "output pattern match" pass/fail message.
25312
25313 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
25314
25315         * gcc.dg: New testsuite.
25316         * gcc.dg/dg.exp: New file.
25317
25318         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
25319         test-switch.c}: Deleted.
25320
25321         * gcc.misc-tests/msgs.exp: New testcase driver.
25322
25323 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
25324
25325         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
25326         Watch for illegal return values from ${tool}_load.
25327         * config/unix.exp (${tool}_load): Fix pass/fail detection for
25328         cross targets.  Coerce return value >0 to 1.
25329
25330 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
25331
25332         * config/unix.exp (${tool}_load): Call program rsh, not proc.
25333
25334         * config/emb-unix.exp: New file.
25335
25336         * config/sim.exp: Error if variable $SIM not defined.
25337         (${tool}_load): Mark test as "untested" if simulator missing.
25338
25339         * config/unix.exp: Load remote.exp to get rcp_download.
25340         * lib/c-torture.exp: Use different option lists for testcases with
25341         and without loops.
25342         * gcc.c-torture/execute/execute.exp: Likewise.
25343
25344 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
25345
25346         * config/*.exp: Clarify return code from ${tool}_load.
25347         Call `unresolved' or `untested' instead of `warning' or `perror'
25348         (sometimes you still want to call both though).
25349         Add comment that `shell_id' is local to each file.
25350         * config/udi.exp (timeout): Set to 30.
25351         Don't print warning if connection fails, $connectmode has already
25352         printed an error.
25353         (${tool}_load): Move verbose messages to level 2.
25354         Rework pattern for "Process started" message.
25355         Pass `shell_id' to ${connectmode}_download.
25356         Retry twice upon timeout.  Make resetting of target more robust.
25357         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
25358         Pass `shell_id' to exit_$connectmode.
25359         Only call exit_$connectmode if connected.
25360         * config/unix.exp (${tool}_load): Check return codes better.
25361         * config/vrtx.exp (${tool}_load): Likewise.
25362         * config/vx.exp (${tool}_load): Likewise.
25363         Delete unneeded global's.
25364         * lib/dg.exp (dg-test): Update to reflect clarified return codes
25365         from ${tool}_load.
25366         (dg-stat): Delete.
25367         (dg-init): Delete recording of pass/fail counts.
25368         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25369         (old-dejagnu-init): Likewise.
25370         (old-dejagnu-stat): Delete contents, empty proc now.
25371         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
25372         (c-torture): Delete references to lcnt, lpass, lfail.
25373         Get option list from TORTURE_OPTIONS.
25374         Delete -funroll[-all]-loops if no loops.
25375         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
25376         (g++_stat): Delete contents (empty proc now).
25377         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
25378         (gcc_finish): Likewise.
25379         (gcc_stat): Deleted.
25380         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
25381         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
25382         * gcc.c-torture/execute/execute.exp: Likewise.
25383         Split tests into two parts: compile, execute.
25384         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
25385         no loops.  Update to reflect clarified return codes from ${tool}_load.
25386
25387 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
25388
25389         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
25390         to grep for.
25391         (old-dejagnu): Likewise (where necessary).
25392
25393 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
25394
25395         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
25396
25397         * lib/dg.exp (dg-process-target): Fix processing of selector.
25398         Add comment regarding use of `error'.
25399
25400         * lib/gcc.exp (prune_system_crud): Define if missing.
25401         * lib/g++.exp (prune_system_crud): Likewise.
25402
25403         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
25404         Call prune_system_crud.
25405         * lib/dg.exp (dg-runtest): New proc.
25406         Use perror instead of send_user for tcl errors in testcase.
25407         Don't return any value, it's never used.
25408         Don't clobber previous definition of `unknown'.
25409         Print tcl errors in `dg-final'.
25410
25411 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
25412
25413         * lib/dg.exp (dg-process-target): Improve syntax error messages.
25414         (dg-test): Don't print errorInfo, it contains stack backtrace.
25415
25416 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
25417
25418         * lib/g++.exp (runtest_file_p): Define if missing.
25419
25420 1994-09-24  Doug Evans  (dje@cygnus.com)
25421
25422         * lib/mike-g++.exp: Comment out loading of g++.exp.
25423         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
25424         (default_g++_version): Always print something.
25425         (default_g++_start): Comment out call to `which'.
25426         (g++_start, g++_load): Deleted (must be defined in config file).
25427         * lib/gcc.exp: Test for existence of $CC at start.
25428         Delete check for tmpdir (done in gcc_init).
25429         (default_gcc_version): Always print something.
25430         (default_gcc_start): Comment out call to `which'.
25431         * config/*.exp: Major cleanup - make cross targets work at least a
25432         little better for g++ (by not being "--tool gcc" specific).
25433         Rename gcc_xxx to ${tool}_xxx.
25434         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
25435         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
25436
25437 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
25438
25439         * lib/c-torture.exp (c-torture-compile): Rework compiler
25440         message processing.
25441
25442         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
25443         c-torture.
25444
25445 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
25446
25447         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
25448
25449         * lib/dg.exp (dg-process-target): Support { target native }.
25450
25451 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
25452
25453         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
25454         looked for "... program xxx got fatal signal".
25455         Correct regsub munging of `comp_output'.
25456         Ignore compiler messages "path prefix not used" and "linker input
25457         file unused".
25458
25459 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
25460
25461         * lib/gcc.exp (runtest_file_p): Define if missing.
25462         * gcc.prms/template.c: Example to work from.
25463
25464 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
25465
25466         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
25467         * lib/dg.exp (dg-test): Call unsupported testcases as such.
25468
25469         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
25470         * gcc.prms/1883.c: Moved from compile/940714-1.c.
25471         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
25472         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
25473
25474         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
25475         (dg-process-target): No longer a varargs proc.
25476         Return S/N for target, P/F for xfail.  All callers changed.
25477         (user option procs): More argument checking.
25478         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
25479         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
25480         (dg-test): Skip test if not running on selected target in `dg-do'.
25481         Update handling of `dg-do-what', `dg-output-text'.
25482         Separate execution pass/fail from output pattern match pass/fail.
25483         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
25484
25485 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
25486
25487         * gcc.c-torture/special/special.exp: Don't expect failure for mips
25488         target for 920510-1.c.
25489
25490 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
25491
25492         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
25493         Clean up comment regarding use of passcnt, etc.
25494         (gcc_stat): Don't update `testcnt' here.
25495         (gcc_finish): Do it here.
25496         Might as well reset `but_id' here too.
25497         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
25498         to determine if the file should be tested.
25499         * gcc.c-torture/compile/compile.exp: Likewise.
25500         * gcc.c-torture/execute/execute.exp: Likewise.
25501         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
25502         * gcc.misc-tests/dg-test.exp: Likewise.
25503         * gcc.prms/prms.exp: Likewise.
25504         * gcc.wendy/wendy.exp: Likewise.
25505         * g++.old-deja.exp: Likewise.
25506         Move "Testing file" message to verbose level 1.
25507
25508 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
25509
25510         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
25511
25512 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
25513
25514         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
25515         (default_gcc_start): Accept optional second list element
25516         of compiler flags.  Print compiler output at verbosity level 2.
25517         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
25518         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
25519         Save current values of framework globals passcnt, failcnt, xpasscnt,
25520         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
25521         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
25522         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
25523         xfailcnt to compute stats.  Update framework global `testcnt' from
25524         pass/fail counts.
25525         (gcc_finish): New proc.  Clean up test environment.
25526         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
25527         (gcc_epass, gcc_efail): Delete.
25528         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
25529         argument of line number.
25530         (dg-init): If the tool has an init routine, call it.
25531         (dg-test): Remove args `cflags_var' and `libs_var'.
25532         Pass all compiler options to ${tool}_start.
25533         Handle missing line number.
25534         (dg-finish): New function.
25535         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
25536         particular files.  Call gcc_finish at end.  Move "skipping test"
25537         message to verbosity level 3.
25538         * gcc.c-torture/compile/compile.exp: Likewise.
25539         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
25540         * gcc.c-torture/execute/execute.exp: Likewise.
25541         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
25542         Print testcase being tried at verbosity level 1.
25543         * gcc.c-torture/special/special.exp: Unset xfail.
25544         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
25545         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
25546         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
25547         * gcc.failure/failure.exp: Likewise.
25548         * gcc.ieee/ieee.exp: Likewise.
25549         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
25550         Update call to dg-test.  Call dg-finish at end.
25551         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
25552         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
25553         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
25554         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
25555         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
25556         * gcc.wendy/wendy.exp: Add copyright.
25557         Delete setting of tmpdir (done by gcc_init).
25558         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
25559         Pass compiler flags to gcc_start.  Call gcc_finish at end.
25560         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
25561         gcc_[ce]pass/fail.
25562
25563 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
25564
25565         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
25566         confusion.
25567         (g++_load): Likewise.
25568
25569         * config/*.exp (gcc_load): Some were varargs fns and some were not.
25570         Rename argument to `prog' to remove the confusion.
25571         Varargs fns behave differently too!
25572         (g++_load): Likewise.
25573
25574         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
25575
25576         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
25577         what it is.  Delete (always) printing of status value for !native.
25578         Simplify verbose code, and include status and exec_output.
25579         (g++_load): Use gcc_load.
25580
25581 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
25582
25583         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
25584         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
25585         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
25586         940714-3.c as these testcases don't exist anymore.  Make
25587         va-arg-1.c expected to pass.
25588
25589 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
25590
25591         * gcc.misc-tests/misc.exp: Only run specific testcases.
25592         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
25593         * gcc.misc-tests/dg-[1-9].c: New files.
25594
25595         * lib/dg.exp: New testsuite driver.
25596         * gcc.prms/prms.exp: Use it.
25597
25598         * README.gcc: New file.
25599
25600         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
25601         Document and reset `lxpass' and `lxfail'.
25602         Simplify "initialized" message.
25603         (gcc_stat): Clean up comments a little.
25604
25605 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
25606
25607         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
25608
25609 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
25610
25611         * lib/old-dejagnu.exp (process-option): New proc.
25612         (old-dejagnu-init, old-dejagnu-stat): Likewise.
25613         (old-dejagnu): Simplify.
25614         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
25615
25616 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
25617
25618         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
25619         exists and is not an empty string.
25620
25621         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
25622         $xfail rather than calling setup_xfail.  Clear $xfail when test is
25623         finished.
25624         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
25625         automatically.
25626
25627         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
25628         longer expected to fail.
25629
25630         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
25631         "f" function call.
25632
25633         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
25634
25635         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
25636         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
25637         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
25638         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
25639         c-torture-1.29.
25640
25641         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
25642         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
25643
25644         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
25645
25646         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
25647         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
25648
25649         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
25650         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
25651         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
25652
25653 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
25654
25655         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
25656         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
25657         940714-1.c, 940714-2.c, 940714-3.c},
25658         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
25659         gcc.misc-tests/{mg.c,mg.exp}:
25660         New tests.
25661         * gcc.noncompile/noncompile.exp: Change accordingly.
25662
25663 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
25664
25665         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
25666         Undo previous clobberage.
25667
25668 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
25669
25670         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
25671         * gcc.special/{930510-1.c, special.exp}:
25672         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
25673         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
25674         struct-varargs-1.c}: New tests from c-torture-1.26.
25675
25676 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
25677
25678         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
25679           argument to switch.
25680
25681 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
25682
25683         * Revert the previous changes.  Please see Rob's directory
25684           (/lisa/test/rob/progressive/gcc/testsuite) for testing
25685           fixes.
25686
25687 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
25688
25689         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
25690             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
25691             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
25692             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
25693             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
25694             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
25695             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
25696             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
25697             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
25698             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
25699             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
25700             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
25701             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
25702             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
25703             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
25704             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
25705             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
25706             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
25707             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
25708             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
25709             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
25710             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
25711             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
25712             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
25713             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
25714             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
25715             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
25716
25717 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
25718
25719         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
25720             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
25721           with perror calls.
25722
25723 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
25724
25725         * config/unix.exp (g++_load): Fix syntax.
25726
25727 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
25728
25729         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
25730         * gcc.noncompile/921017-1.c: Deleted obsolete test.
25731         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
25732         Don't expect va-arg-1.c to fail.  Correct expected output for
25733         920928-1.c.
25734         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
25735         * gcc.wendy/hbm4.c: Correct typo.
25736         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
25737
25738 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
25739
25740         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
25741         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
25742         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
25743         * lib/c-torture.exp (c-torture-compile): Ditto.
25744
25745         Reduce volume of output (remove all the -I's and such).
25746         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
25747         Call gcc_cpass, gcc_cfail.
25748         (c-torture): Pass testing option to c-torture-compile.
25749
25750 1994-03-21  Doug Evans  (dje@cygnus.com)
25751
25752         Bring patches over from progressive.
25753         * config/default.exp: Exit remote shell cleanly.
25754         (g++_exit, g++_start): Add default versions.
25755         * config/sim.exp (gcc_load): Use perror, not error.
25756
25757 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
25758
25759         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
25760         set in site.exp.
25761
25762 1994-03-14  Doug Evans  (dje@cygnus.com)
25763
25764         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
25765         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
25766         (wendy_try): New proc to run testcase.
25767         (main loop): Call 'em.
25768         * gcc.wendy/*.c: Clean up pass to correct expected output.
25769
25770         * lib/gcc.exp: Minor cleanup work.
25771         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
25772
25773 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
25774
25775         * config/sim.exp (gcc_load): Document return codes better.
25776         Don't pass -v to simulator.
25777
25778 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
25779
25780           * gcc.special/920717-x.c: Fix typo.
25781           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
25782           get at sources.
25783
25784         * lib/mike-gcc.exp: Fix typo.
25785
25786 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
25787
25788         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
25789         binary to use, transform the name.
25790         * config/*.exp: rename everything. Nuke any g++ specific files,
25791         it's now a special case of gcc that requires no special support.
25792         Add a default.exp for unsupported targets.
25793
25794 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
25795
25796         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
25797         lib/old-dejagnu.exp: Fix a few patterns to work with the new
25798         version of Tcl.
25799
25800 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
25801
25802         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
25803         than a warning.
25804
25805 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
25806
25807         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
25808
25809 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
25810
25811         * gcc.execute/execute.exp: Combine opt_list and foption_list into
25812         option_list.  Compile every file with only 4/6 option choices
25813         (same as C torture) instead of with 12/18 different option
25814         choices.
25815         * lib/c-torture.exp: Likewise.
25816
25817         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
25818         not already set.
25819
25820 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
25821
25822         * lib/old-deja.exp: Add `excess errors test fails' error, now one
25823         can put an XFAIL *-*-* on excess errors.
25824
25825 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
25826
25827         * g++.law: Add more tests derived from g++-bugs snapshots.
25828
25829         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
25830         equivalent to g++.law/init9.
25831
25832         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
25833         compiled it, and the a.out file after we've run it.
25834
25835 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
25836
25837         * lib/mike-g++.exp (postbase): Delete the .o file after we've
25838         compiled it, and the a.out file after we've run it.
25839
25840 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
25841
25842         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
25843
25844 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
25845
25846         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
25847         version number.
25848
25849 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
25850
25851         * g++.law: New directory of g++ tests derived from the g++-bugs
25852         snapshots.
25853
25854 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
25855
25856         * gcc.compile: initbug1.c initbug1.exp testcase added
25857
25858 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
25859
25860         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
25861         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
25862           fixes submitted by Jeff Law (law@cs.utah.edu)
25863         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
25864           Jeff Law (law@cs.utah.edu)
25865
25866
25867 1993-11-30  Mike Stump  (mrs@cygnus.com)
25868
25869         * config/unix-g++.exp: Follow the gcc way of doing things.
25870         * g++.old-deja/old-deja.exp: Minor updates.
25871         * lib/g++.exp: New file, follow the gcc way of doing things.
25872         * lib/old-dejagnu.exp: Minor updates.
25873         * lib/mike-g++.exp: Always unset errorInfo.
25874
25875 1993-11-06  Mike Stump  (mrs@cygnus.com)
25876
25877         * lib/gcc.exp: Fix some errors with the below change, CC and
25878         CFLAGS should be global when setting, not local.
25879
25880 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
25881
25882         * lib/gcc.exp: Transform tool name.
25883
25884 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
25885
25886         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
25887
25888 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
25889
25890         * lib/gcc.exp: change gcc_done to gcc_stat
25891
25892 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
25893
25894         * Upgraded gcc testsuite to c-torture version 1.25
25895
25896 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
25897
25898         * lib/gcc.exp: added reporting code. Changed verbose compile message.
25899         * lib/c-torture: added hooks for new reporting code.
25900
25901 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
25902
25903         * config/sh-gcc.exp: check if sh-sim exists in the path
25904
25905 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
25906
25907         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
25908         * gcc.compile/compile.exp: Initial changes for new logic.
25909         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
25910         * gcc.failure/failure.exp: Initial changes for new logic.
25911         * gcc.ieee/ieee.exp: Initial changes for new logic.
25912         * gcc.misc-tests/misc.exp: Initial changes for new logic.
25913         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
25914         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
25915         * lib/c-torture.exp: Initial changes for new logic.
25916         * lib/gcc.exp: Initial changes for new logic.
25917
25918 1993-10-15  Mike Stump  (mrs@cygnus.com)
25919
25920         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
25921         depend upon failure or success.  Fully qualify names in failure
25922         and success messages.  Always remove a.out before starting
25923         compile, just in case.  Pay more attention to error text output by
25924         the compiler.  Handle testcases with no known past errors just
25925         like all others, so that things are uniform.  Other miscellaneous
25926         improvements.
25927
25928 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
25929
25930         * gcc.cpp: new directory for cpp tests
25931
25932 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
25933
25934         * lib/chill.exp: Code reformatted, removed unused code.
25935         * config/unix-chill.exp: Code reformatted, removed unused code.
25936         * chill.execute/execute.exp: Code reformatted, removed unused code.
25937         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
25938
25939 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
25940
25941         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
25942         routines not written.
25943
25944 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
25945
25946         * config/bug-gcc.exp: Use new procs from bug.exp.
25947
25948 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
25949
25950         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
25951         via ftp, rather than depending on NFS.
25952         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
25953         case.
25954
25955 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
25956
25957         * config/bug-gcc.exp: Use new download proc.
25958
25959 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
25960
25961         * chill.execute/execute.exp: cleanups, handles errors better
25962         * chill.compile/compile.exp: rewrite, based on execute.exp
25963         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
25964         * lib/chill.exp: major changes to diff proc and compile and link
25965           procs. added chill_fail and chill_pass wrappers to pass and
25966           fail. added more comments, and handle error codes better.
25967           Added a hack to capture stderr from exec, so noncompile tests
25968           can work.
25969
25970 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
25971
25972         * chill.execute/execute.exp: rewrite of testsuite driver
25973         * lib/chill.exp: rewrite of testsuite driver
25974         * config/unix-chill.exp: rewrite of testsuite driver
25975
25976 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
25977
25978     In chill.execute:
25979         * iexpr.ch: Standardize uppercase.
25980         * tuples.dat: Standardize uppercase.
25981         * vary.ch: standardize.  Correct varying string assignments.
25982         * vary.dat: Add new output lines.
25983
25984 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
25985
25986     In chill.execute:
25987         * chprintf.ch: Standardize use of uppercase.
25988         * tuples.ch: Standardize and turn arr2 into a DCL,
25989           rather than a SYN.
25990         * pinits.ch: Standardize.
25991
25992 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
25993
25994         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
25995         * Makefil: Renamed to Makefile.in.
25996         * configure.in: New.
25997
25998 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
25999
26000     In chill.execute:
26001         * .cvsignore: Add result/output files.
26002         * Makefile: Fix up variables at start.  Use MFLAGS
26003           everywhere.  Correct bool_loc, built_ins entries.
26004           Add entry for vary1.ch.
26005         * bitarray.ch: Standardize upper-case usage.
26006         * bitexpr.ch: Standardize, add output of b1.
26007         * params.ch: Use arrayt in along PROC parameters, to
26008           avoid novelty problems.
26009         * sets.ch: Tiny cleanup.
26010         * vary1.ch: Re-indent.
26011
26012 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26013
26014           * Add PR-related files to Makefiles, .cvsignore files, etc.
26015
26016 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26017
26018         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26019           with compiler objects. New names are test-flow.c and test-loop.c
26020
26021 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26022
26023         * Upgraded c-torture tests from 1.19 to 1.20
26024
26025         * new files:
26026         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26027         * gcc.compile: 930623-1.c 930623-2.c
26028         * gcc.noncompile: 930622-1.c 930622-2.c
26029         * gcc.failure: 920411-1.c 920627-2.c
26030         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26031
26032 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26033
26034         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26035           More changes to get testsuite working properly. Needs more work.
26036           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26037
26038 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26039
26040         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26041           More changes to get testsuite working properly. Needs more work.
26042
26043 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26044
26045         * chill.compile/compile.exp: Added for Dejagnu support
26046         * chill.execute/execute.exp: Added for Dejagnu support
26047         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26048
26049 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26050
26051     This should complete moving the CHILL test files.
26052         * chill.noncompile(.cvsignore printf.grt
26053             in-printf.grt chprintf.grt chprintf.ch):
26054             Added test-support files.
26055           (Makefile): Modified further.
26056         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26057             signal.ch): Added test files.
26058           * chill.execute (.cvsignore printf.grt printr.c
26059             in-printf.grt rts.c chprintf.grt rts.h): Added
26060           test-support files.
26061             (Makefile): More corrections.
26062
26063 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26064
26065         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26066           test cases, ready for DejaGnu.
26067
26068 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26069
26070         * Upgraded c-torture tests from 1.18 to 1.19
26071
26072         * gcc.compile: added test(s):
26073           930607-1.c
26074         * gcc.execute: added test(s):
26075           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26076
26077         * added new subdirectory for misc tests: gcc.misc-tests
26078         * gcc.misc-test(s): added tests:
26079           inst-check.c test-consts.c test-ior.c test-switch.c
26080
26081 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26082
26083         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26084
26085 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26086
26087         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26088
26089 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26090
26091         * Upgraded c-torture tests from 1.17 to 1.18
26092
26093 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
26094
26095         * Upgraded c-torture tests from 1.12 to 1.17
26096
26097 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
26098
26099         * lib/old-dejagnu.exp:
26100           Fixed handling of XFAIL target triplets to correctly
26101           recognize wildcard characters.  Removed code that
26102           appended a unique id tag to the end of the file name
26103           printed out by the result of the testcases within a
26104           given test file.
26105
26106 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
26107
26108         * lib/old-dejagnu.exp:
26109           Reworked expected failure handling to trigger off of XFAIL
26110           keyword in keyphrase embeded in testcase source code. The
26111           XFAIL keyword must be at the end of the keyphrase line. It
26112           may optionally be followed by one or more target triplets.
26113           It has just occured that the handling of wildcards in the
26114           target triplet may not be correct.
26115
26116 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
26117
26118         * g++.old-deja/tests:
26119           Moved all subdirectories up one level into g++.old-deja .
26120
26121         * lib/old-dejagnu.exp:
26122           Fixed problem with CXXFLAGS not being properly reset, and being
26123           corrupted with extraneous "-c" compiler option.  This was
26124           causing binaries to not be generated for test that needed them.
26125           Modified strings passed to "pass" and "fail" so that individual
26126           tests from the same test file would be distinguished by an
26127           identifier appended to the test file name in the summary logs;
26128           this corrected a problem with erroneous diff logs.  Added code
26129           to search testcases for expected fail and unexpected pass keywords.
26130
26131 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
26132
26133         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
26134
26135 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
26136
26137         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
26138           Removed extraneous text from end of "Special g++ Options"
26139           keyphrase.
26140
26141         * lib/old-dejagnu.exp: Added pattern matching to look for new
26142           keywords, embedded in testcases comments, which will trigger
26143           calls to xpass and xfail.
26144
26145 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
26146
26147         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
26148           comments embedded in the testcases, especially the one looking for
26149           special compiler options, as well as the pattern matching for the
26150           compiler output again.
26151
26152 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
26153
26154         * lib/old-dejagnu.exp: Do a proper check of the return value for
26155           execute tests. Fixed several problems with the pattern matching
26156           of the compiler output which gave erroneous test results.
26157           Changed several of the test result messages to be more descriptive.
26158         * config/unix-g++.exp: Proc g++_load now actually works and
26159           executes the tests passed to it and returns a usable return
26160           value.
26161
26162 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
26163
26164           * lib/gcc.exp: Exits gracefully if $CC is bogus.
26165
26166 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
26167
26168         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
26169           Modified both files to properly execute the old style
26170           dejagnu tests. The previous versions of these files were
26171           experimental and did not function anything near correctly.
26172
26173 1993-04-05  Rob Savoye  (rob@cygnus.com)
26174
26175         * Removed all Makefile.in and configure.in files. No configuration
26176         needed now.
26177
26178 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
26179
26180         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
26181
26182 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
26183
26184         * gcc.compile/configure.in, gcc.unsorted/configure.in,
26185         gcc.special/configure.in, gcc.noncompile/configure.in,
26186         gcc.execute/configure.in, gcc.code_quality/configure.in,
26187         g++.other/configure.in, g++.old-deja/configure.in,
26188         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
26189         in srcname setting.
26190
26191 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
26192
26193         * lib/udi.exp:  Fixed mondfe and mondfe_download.
26194         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
26195         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
26196
26197 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
26198
26199         * config/udi-gdb.exp: Check $shell_id after connecting to target.
26200         (gdb_exit): Don't remove *_soc files.
26201
26202 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
26203
26204         * lib/c-torture.exp: Don't look for main; instead always use -w
26205         -c.  This is how the c-torture tests work.  Remove the object
26206         file if the compilation succeeds.
26207         * gcc.execute/execute.exp: Remove executable if test passes.
26208         * gcc.noncompile/noncompile.exp: Every test is an expected
26209         failure.
26210         * gcc.special/special.exp: Added tests from c-torture 1.11,
26211         corrected use of existing test.
26212         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
26213         gcc.execute/920625-1.c: Updated to c-torture 1.11.
26214         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
26215         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
26216         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
26217         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
26218         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
26219         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
26220         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
26221         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
26222         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
26223         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
26224         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
26225         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
26226         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
26227         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
26228         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
26229         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
26230         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
26231         c-torture 1.11.
26232         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
26233         correspond to c-torture 1.11.
26234
26235         * New file.